aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/personalization (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Low memory mode in UserHistorySatoshi Kataoka2013-09-241-7/+24
| | | | | Bug: 8967766 Change-Id: Id40f54f4d9f43d1f796377983a5fc0ca3417e133
* Add getDictDecoder.Yuichiro Hanada2013-09-121-7/+9
| | | | | Bug: 9618601 Change-Id: I173100ac704c03f7d5d0d53477e83cab5d1110d4
* Use PrioritizedSerialExecutor instead of ReentrantReadWriteLock.Yuichiro Hanada2013-09-102-2/+2
| | | | Change-Id: I003b769e408ebd692085a7e17fed6d9396876202
* Check contents in user history dictionary testsSatoshi Kataoka2013-09-093-6/+11
| | | | | | Bug: 10667710 Change-Id: I45ebb08cb4ef9a9f6d2da31e2c50e740f88209c2
* Pass additionalFeaturesOptions for getSuggestions().Keisuke Kuroyanagi2013-08-281-2/+2
| | | | | | | This fixes null pointer exceptions that are caused when getSuggestion() is called from spell checker. Change-Id: Ifc9e7abb900e1a4646e33c91022effde439673e4
* Fix: Wrong file name for dynamic prediction dictionary.Keisuke Kuroyanagi2013-08-281-1/+1
| | | | | Bug: 6669677 Change-Id: Id6f06a7423600d3f0604fab43d855826c20d0545
* Make DynamicPred...Base extend ExpandableBinaryDictionary.Keisuke Kuroyanagi2013-08-266-258/+64
| | | | | Bug: 6669677 Change-Id: I06afad35d3eb73510c34d10cd4116f5bcf934f7c
* Introduce DynamicDictionaryWriter for dynamic dictionary.Keisuke Kuroyanagi2013-08-231-0/+159
| | | | | Bug: 6669677 Change-Id: Ifcbeb88b908f2301ac062b411a95c8b38d24b90e
* Add DictDecoder.readDictionaryBinary.Yuichiro Hanada2013-08-231-4/+6
| | | | | Bug: 10434720 Change-Id: I14690a6e0f922ed1bab3a4b6c9a457ae84d4c1a4
* Refactor personalization dictionarySatoshi Kataoka2013-08-232-9/+7
| | | | | Bug: 9429906 Change-Id: I1fa4b045b21687e96de101a97e9593b0884d626f
* Register personalization dictionarySatoshi Kataoka2013-08-224-21/+84
| | | | | Bug: 9429906 Change-Id: Ic754dd8da67446dfb1ebf44aa3d5ab0804298ca0
* Move findWordByBinaryDictReader to BinaryDictIOUtilsTests.Yuichiro Hanada2013-08-221-18/+4
| | | | Change-Id: I443238fd816dea9650dcbbeb3ea757f9674fa52f
* Merge "Fix build"Satoshi Kataoka2013-08-211-2/+0
|\
| * Fix buildSatoshi Kataoka2013-08-211-2/+0
| | | | | | | | Change-Id: I0c0be463552a37cecfb9a403e0723b1799fb8120
* | Merge "Add onDestroy to PersonalizationDictionarySessionRegister"Satoshi Kataoka2013-08-211-0/+5
|\|
| * Add onDestroy to PersonalizationDictionarySessionRegisterSatoshi Kataoka2013-08-211-0/+5
| | | | | | | | | | Bug: 9429906 Change-Id: Ibf8efd7302da2c27ac59e62b0393f1eec03dc136
* | Rename BinaryDictDecoder to Ver3DictDecoder.Yuichiro Hanada2013-08-201-3/+3
|/ | | | Change-Id: Ibf9b95b658df6e2c2218bdb62e2380f326a03832
* Add a functionality to clear and flush prediction dictionarySatoshi Kataoka2013-08-202-0/+21
| | | | | Bug: 9429906 Change-Id: I84ec444e9d46a0080dc3450b8ab32bfb99407cfe
* [Refactor] Rename BinaryDictReader and BinaryDictDecoder.Yuichiro Hanada2013-08-191-3/+3
| | | | | | | BinaryDictReader -> BinaryDictDecoder. BinaryDictDecoder -> BianryDictDecoderUtils. Change-Id: Iadf2153b379b760538ecda488dda4f17225e5f37
* Consolidate onDictionaryClosedSatoshi Kataoka2013-08-192-4/+5
| | | | | Bug: 9429906 Change-Id: I51eef4c321cc268eac1c8dfd6561ab6e716a1fb0
* Rename Personalization dictionary register functionsSatoshi Kataoka2013-08-191-0/+7
| | | | | Bug: 9429906 Change-Id: Ibdce8db61ab6cc5922765e7ed8b7f2c718759de8
* Merge "Prepare ExpandableBinaryDictionary to make it updatable"Keisuke Kuroyanagi2013-08-191-1/+3
|\
| * Prepare ExpandableBinaryDictionary to make it updatableKeisuke Kuroyanagi2013-08-161-1/+3
| | | | | | | | | | | | Bug: 6669677 Change-Id: Iaa6100f58de78d104e19c7a3c41d67e7826264f9
* | Fix unit test.Yuichiro Hanada2013-08-192-2/+4
| | | | | | | | Change-Id: Ib104d5de71c2ab1a07921b407c74c21b0409d9af
* | Limit the number of waiting UpdateBinaryTask to at most 1.Yuichiro Hanada2013-08-162-2/+15
| | | | | | | | Change-Id: Ia588d8f29ab58983ea5321ff8c63ad273c33eab3
* | Add hex string utilsSatoshi Kataoka2013-08-161-0/+3
|/ | | | | Bug: 9429906 Change-Id: I3267d1d86122ab471c3e63008c73e9f9b758fc8e
* tiny refactorSatoshi Kataoka2013-08-151-2/+2
| | | | Change-Id: I776432b6c41cf8dee71fbd1565a6f3da9d762f9e
* Add a method to import one bigram and string utilitiesSatoshi Kataoka2013-08-141-1/+11
| | | | | Bug: 9429906 Change-Id: I73bbf65985196d62470552c576bb076a7cb95008
* Add BinaryDictReader.Yuichiro Hanada2013-08-131-16/+5
| | | | | | Bug: 9618601 Change-Id: Ief07fa0c3c4f7f5999a3fafcef4e47b6b6fd8143
* Call onDictionaryReadySatoshi Kataoka2013-08-131-0/+1
| | | | | | Bug: 9429906 Change-Id: Ifc538b38b7d37469aecccd32a7e3f95a90558be7
* Add PersionalizationDictionaryRegisterSatoshi Kataoka2013-08-124-9/+58
| | | | | Bug: 9429906 Change-Id: Ibd4d5cedb371c0b4ee1342a3e6d221c9e34c2402
* Fix to follow the field naming conventions.Yuichiro Hanada2013-08-081-3/+3
| | | | Change-Id: I9b41b5f34e93a3f291a352cd85c5ac257beaa9ab
* Add a session for the personalization dictionarySatoshi Kataoka2013-08-075-28/+91
| | | | | | | Bug: 9429906 Bug: 4192129 Change-Id: I361ab380edeee5a8a8b364df3f9f4ab202b79105
* Connect the personalization dictionarySatoshi Kataoka2013-08-011-6/+33
| | | | | | Bug: 9429906 Bug: 4192129 Change-Id: I9c9f3ed7699f74339ad92be6dcddb8a52c377545
* Add the personalization prediction dictionarySatoshi Kataoka2013-07-311-0/+36
| | | | | | Bug: 9429906 Bug: 4192129 Change-Id: I0663de025405b2c92eebd528339b82baec97e2ce
* Refactor the personalization dictionarySatoshi Kataoka2013-07-312-17/+15
| | | | | | Bug: 9429906 Bug: 4192129 Change-Id: I9f094bc5a6ce4652e310e090f1536e43f1f24ad1
* Refactor the user history dictionarySatoshi Kataoka2013-07-312-26/+35
| | | | | | | Bug: 9429906 Bug: 4192129 Change-Id: If53bc3220627802d82ab7c396d0aabdb658573fa
* Refactor on the user history dictionarySatoshi Kataoka2013-07-316-414/+406
| | | | | | Bug: 9429906 Bug: 4192129 Change-Id: I1a2bfe96e18119d30a72290aa48746f77a021018
* Fix some warningsJean Chalard2013-07-312-4/+4
| | | | Change-Id: I7290cd1fb675a1b85b9b6ac2d464c932b5bca1dd
* Add personalization dictionary helperSatoshi Kataoka2013-07-292-26/+55
| | | | | | | Bug: 9429906 Bug: 4192129 Change-Id: Ic618b0b09a54ed46b20633bd4c1c570d4ac775af
* Add a place holder of the personalization dictionarySatoshi Kataoka2013-07-264-1/+129
| | | | | | | Bug: 9429906 Bug: 4192129 Change-Id: Ieacd0559e0bf286c5933e9dba716289303f533d6
* Refactor on UserHistoryDictionarySatoshi Kataoka2013-07-262-0/+544
| | | | | Bug: 9429906 Change-Id: I576a91643bdaf5017cc826ac2e07a74a9a275d60
* Adding additional feature settings.Keisuke Kuroyanagi2013-05-281-0/+19
| | | | Change-Id: I9fec0c03b7da9ce0305b494193f4cfe3fca144f3
* Add account e-mail addresses to the user dictionarySatoshi Kataoka2013-05-081-0/+47
Bug: 8683365 Change-Id: Id72540c515e61c3dd854892599645dd6d22b496d