aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/personalization (follow)
Commit message (Expand)AuthorAgeFilesLines
* am 0ae51a5e: am e3e10317: Merge "Create empty dictionary file in native code."•••* commit '0ae51a5e621dc027cc5beb66f85aa15d415d211a': Create empty dictionary file in native code. Keisuke Kuroyanagi2013-10-035-17/+32
|\
| * Create empty dictionary file in native code.•••Bug: 6669677 Change-Id: I46d23deee1fd091678f4593561cb8687eb815212 Keisuke Kuroyanagi2013-09-265-17/+32
* | Fix PrioritizedSerialExecutor.•••It was possible that fetchNextTasks() would be called by multiple threads concurrently. If it happens, some tasks in the task queues might be ignored. cherrypick of Idc81c43c45e382da3850cc55b9a42c281548d2a8 bug: 10957075 Change-Id: I41bf90dda15306ee879350f96a791d940ea31da1 Yuichiro Hanada2013-09-291-4/+4
|/
* Quit using ExpandableDictionary.•••Bug: 6669677 Change-Id: Ie90417fa9b726454fe729a665fcd549efabb9e94 Keisuke Kuroyanagi2013-09-241-5/+5
* Low memory mode in UserHistory•••Bug: 8967766 Change-Id: Id40f54f4d9f43d1f796377983a5fc0ca3417e133 Satoshi Kataoka2013-09-241-7/+24
* Add getDictDecoder.•••Bug: 9618601 Change-Id: I173100ac704c03f7d5d0d53477e83cab5d1110d4 Yuichiro Hanada2013-09-121-7/+9
* Use PrioritizedSerialExecutor instead of ReentrantReadWriteLock.•••Change-Id: I003b769e408ebd692085a7e17fed6d9396876202 Yuichiro Hanada2013-09-102-2/+2
* Check contents in user history dictionary tests•••Bug: 10667710 Change-Id: I45ebb08cb4ef9a9f6d2da31e2c50e740f88209c2 Satoshi Kataoka2013-09-093-6/+11
* Pass additionalFeaturesOptions for getSuggestions().•••This fixes null pointer exceptions that are caused when getSuggestion() is called from spell checker. Change-Id: Ifc9e7abb900e1a4646e33c91022effde439673e4 Keisuke Kuroyanagi2013-08-281-2/+2
* Fix: Wrong file name for dynamic prediction dictionary.•••Bug: 6669677 Change-Id: Id6f06a7423600d3f0604fab43d855826c20d0545 Keisuke Kuroyanagi2013-08-281-1/+1
* Make DynamicPred...Base extend ExpandableBinaryDictionary.•••Bug: 6669677 Change-Id: I06afad35d3eb73510c34d10cd4116f5bcf934f7c Keisuke Kuroyanagi2013-08-266-258/+64
* Introduce DynamicDictionaryWriter for dynamic dictionary.•••Bug: 6669677 Change-Id: Ifcbeb88b908f2301ac062b411a95c8b38d24b90e Keisuke Kuroyanagi2013-08-231-0/+159
* Add DictDecoder.readDictionaryBinary.•••Bug: 10434720 Change-Id: I14690a6e0f922ed1bab3a4b6c9a457ae84d4c1a4 Yuichiro Hanada2013-08-231-4/+6
* Refactor personalization dictionary•••Bug: 9429906 Change-Id: I1fa4b045b21687e96de101a97e9593b0884d626f Satoshi Kataoka2013-08-232-9/+7
* Register personalization dictionary•••Bug: 9429906 Change-Id: Ic754dd8da67446dfb1ebf44aa3d5ab0804298ca0 Satoshi Kataoka2013-08-224-21/+84
* Move findWordByBinaryDictReader to BinaryDictIOUtilsTests.•••Change-Id: I443238fd816dea9650dcbbeb3ea757f9674fa52f Yuichiro Hanada2013-08-221-18/+4
* Merge "Fix build"Satoshi Kataoka2013-08-211-2/+0
|\
| * Fix build•••Change-Id: I0c0be463552a37cecfb9a403e0723b1799fb8120 Satoshi Kataoka2013-08-211-2/+0
* | Merge "Add onDestroy to PersonalizationDictionarySessionRegister"Satoshi Kataoka2013-08-211-0/+5
|\|
| * Add onDestroy to PersonalizationDictionarySessionRegister•••Bug: 9429906 Change-Id: Ibf8efd7302da2c27ac59e62b0393f1eec03dc136 Satoshi Kataoka2013-08-211-0/+5
* | Rename BinaryDictDecoder to Ver3DictDecoder.•••Change-Id: Ibf9b95b658df6e2c2218bdb62e2380f326a03832 Yuichiro Hanada2013-08-201-3/+3
|/
* Add a functionality to clear and flush prediction dictionary•••Bug: 9429906 Change-Id: I84ec444e9d46a0080dc3450b8ab32bfb99407cfe Satoshi Kataoka2013-08-202-0/+21
* [Refactor] Rename BinaryDictReader and BinaryDictDecoder.•••BinaryDictReader -> BinaryDictDecoder. BinaryDictDecoder -> BianryDictDecoderUtils. Change-Id: Iadf2153b379b760538ecda488dda4f17225e5f37 Yuichiro Hanada2013-08-191-3/+3
* Consolidate onDictionaryClosed•••Bug: 9429906 Change-Id: I51eef4c321cc268eac1c8dfd6561ab6e716a1fb0 Satoshi Kataoka2013-08-192-4/+5
* Rename Personalization dictionary register functions•••Bug: 9429906 Change-Id: Ibdce8db61ab6cc5922765e7ed8b7f2c718759de8 Satoshi Kataoka2013-08-191-0/+7
* Merge "Prepare ExpandableBinaryDictionary to make it updatable"Keisuke Kuroyanagi2013-08-191-1/+3
|\
| * Prepare ExpandableBinaryDictionary to make it updatable•••Bug: 6669677 Change-Id: Iaa6100f58de78d104e19c7a3c41d67e7826264f9 Keisuke Kuroyanagi2013-08-161-1/+3
* | Fix unit test.•••Change-Id: Ib104d5de71c2ab1a07921b407c74c21b0409d9af Yuichiro Hanada2013-08-192-2/+4
* | Limit the number of waiting UpdateBinaryTask to at most 1.•••Change-Id: Ia588d8f29ab58983ea5321ff8c63ad273c33eab3 Yuichiro Hanada2013-08-162-2/+15
* | Add hex string utils•••Bug: 9429906 Change-Id: I3267d1d86122ab471c3e63008c73e9f9b758fc8e Satoshi Kataoka2013-08-161-0/+3
|/
* tiny refactor•••Change-Id: I776432b6c41cf8dee71fbd1565a6f3da9d762f9e Satoshi Kataoka2013-08-151-2/+2
* Add a method to import one bigram and string utilities•••Bug: 9429906 Change-Id: I73bbf65985196d62470552c576bb076a7cb95008 Satoshi Kataoka2013-08-141-1/+11
* Add BinaryDictReader.•••Bug: 9618601 Change-Id: Ief07fa0c3c4f7f5999a3fafcef4e47b6b6fd8143 Yuichiro Hanada2013-08-131-16/+5
* Call onDictionaryReady•••Bug: 9429906 Change-Id: Ifc538b38b7d37469aecccd32a7e3f95a90558be7 Satoshi Kataoka2013-08-131-0/+1
* Add PersionalizationDictionaryRegister•••Bug: 9429906 Change-Id: Ibd4d5cedb371c0b4ee1342a3e6d221c9e34c2402 Satoshi Kataoka2013-08-124-9/+58
* Fix to follow the field naming conventions.•••Change-Id: I9b41b5f34e93a3f291a352cd85c5ac257beaa9ab Yuichiro Hanada2013-08-081-3/+3
* Add a session for the personalization dictionary•••Bug: 9429906 Bug: 4192129 Change-Id: I361ab380edeee5a8a8b364df3f9f4ab202b79105 Satoshi Kataoka2013-08-075-28/+91
* Connect the personalization dictionary•••Bug: 9429906 Bug: 4192129 Change-Id: I9c9f3ed7699f74339ad92be6dcddb8a52c377545 Satoshi Kataoka2013-08-011-6/+33
* Add the personalization prediction dictionary•••Bug: 9429906 Bug: 4192129 Change-Id: I0663de025405b2c92eebd528339b82baec97e2ce Satoshi Kataoka2013-07-311-0/+36
* Refactor the personalization dictionary•••Bug: 9429906 Bug: 4192129 Change-Id: I9f094bc5a6ce4652e310e090f1536e43f1f24ad1 Satoshi Kataoka2013-07-312-17/+15
* Refactor the user history dictionary•••Bug: 9429906 Bug: 4192129 Change-Id: If53bc3220627802d82ab7c396d0aabdb658573fa Satoshi Kataoka2013-07-312-26/+35
* Refactor on the user history dictionary•••Bug: 9429906 Bug: 4192129 Change-Id: I1a2bfe96e18119d30a72290aa48746f77a021018 Satoshi Kataoka2013-07-316-414/+406
* Fix some warnings•••Change-Id: I7290cd1fb675a1b85b9b6ac2d464c932b5bca1dd Jean Chalard2013-07-312-4/+4
* Add personalization dictionary helper•••Bug: 9429906 Bug: 4192129 Change-Id: Ic618b0b09a54ed46b20633bd4c1c570d4ac775af Satoshi Kataoka2013-07-292-26/+55
* Add a place holder of the personalization dictionary•••Bug: 9429906 Bug: 4192129 Change-Id: Ieacd0559e0bf286c5933e9dba716289303f533d6 Satoshi Kataoka2013-07-264-1/+129
* Refactor on UserHistoryDictionary•••Bug: 9429906 Change-Id: I576a91643bdaf5017cc826ac2e07a74a9a275d60 Satoshi Kataoka2013-07-262-0/+544
* Adding additional feature settings.•••Change-Id: I9fec0c03b7da9ce0305b494193f4cfe3fca144f3 Keisuke Kuroyanagi2013-05-281-0/+19
* Add account e-mail addresses to the user dictionary•••Bug: 8683365 Change-Id: Id72540c515e61c3dd854892599645dd6d22b496d Satoshi Kataoka2013-05-081-0/+47