aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/personalization/DynamicPredictionDictionaryBase.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create empty dictionary file in native code.Keisuke Kuroyanagi2013-09-261-217/+0
| | | | | Bug: 6669677 Change-Id: I46d23deee1fd091678f4593561cb8687eb815212
* Quit using ExpandableDictionary.Keisuke Kuroyanagi2013-09-241-5/+5
| | | | | Bug: 6669677 Change-Id: Ie90417fa9b726454fe729a665fcd549efabb9e94
* Add getDictDecoder.Yuichiro Hanada2013-09-121-7/+9
| | | | | Bug: 9618601 Change-Id: I173100ac704c03f7d5d0d53477e83cab5d1110d4
* Use PrioritizedSerialExecutor instead of ReentrantReadWriteLock.Yuichiro Hanada2013-09-101-1/+1
| | | | Change-Id: I003b769e408ebd692085a7e17fed6d9396876202
* Check contents in user history dictionary testsSatoshi Kataoka2013-09-091-6/+0
| | | | | | Bug: 10667710 Change-Id: I45ebb08cb4ef9a9f6d2da31e2c50e740f88209c2
* 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-261-247/+52
| | | | | Bug: 6669677 Change-Id: I06afad35d3eb73510c34d10cd4116f5bcf934f7c
* Add DictDecoder.readDictionaryBinary.Yuichiro Hanada2013-08-231-4/+6
| | | | | Bug: 10434720 Change-Id: I14690a6e0f922ed1bab3a4b6c9a457ae84d4c1a4
* Register personalization dictionarySatoshi Kataoka2013-08-221-1/+1
| | | | | Bug: 9429906 Change-Id: Ic754dd8da67446dfb1ebf44aa3d5ab0804298ca0
* Move findWordByBinaryDictReader to BinaryDictIOUtilsTests.Yuichiro Hanada2013-08-221-18/+4
| | | | Change-Id: I443238fd816dea9650dcbbeb3ea757f9674fa52f
* Rename BinaryDictDecoder to Ver3DictDecoder.Yuichiro Hanada2013-08-201-3/+3
| | | | Change-Id: Ibf9b95b658df6e2c2218bdb62e2380f326a03832
* Add a functionality to clear and flush prediction dictionarySatoshi Kataoka2013-08-201-0/+14
| | | | | Bug: 9429906 Change-Id: I84ec444e9d46a0080dc3450b8ab32bfb99407cfe
* [Refactor] Rename BinaryDictReader and BinaryDictDecoder.Yuichiro Hanada2013-08-191-3/+3
| | | | | | | BinaryDictReader -> BinaryDictDecoder. BinaryDictDecoder -> BianryDictDecoderUtils. Change-Id: Iadf2153b379b760538ecda488dda4f17225e5f37
* Limit the number of waiting UpdateBinaryTask to at most 1.Yuichiro Hanada2013-08-161-1/+13
| | | | Change-Id: Ia588d8f29ab58983ea5321ff8c63ad273c33eab3
* 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-121-1/+5
| | | | | 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-071-6/+13
| | | | | | | Bug: 9429906 Bug: 4192129 Change-Id: I361ab380edeee5a8a8b364df3f9f4ab202b79105
* Refactor the personalization dictionarySatoshi Kataoka2013-07-311-0/+401
Bug: 9429906 Bug: 4192129 Change-Id: I9f094bc5a6ce4652e310e090f1536e43f1f24ad1