aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/personalization/DynamicPersonalizationDictionaryWriter.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Purge ExpandableDictionary.•••Bug: 11245133 Change-Id: Ia0886686d8add940409dcd5c883c34eb5289380d Keisuke Kuroyanagi2013-11-141-190/+0
* Set the shortcut frequency correctly.•••14 is the right value. Bug: 11076722 Change-Id: I95d404b540f7fbe4932d1f8498cde23f1df0314f Jean Chalard2013-10-071-2/+8
* Merge "Set header attributes for ExpandableBinaryDictionary."Keisuke Kuroyanagi2013-09-291-2/+3
|\
| * Set header attributes for ExpandableBinaryDictionary.•••Bug: 6669677 Change-Id: I2462777eaa07600f1c774226adfc4f351882f523 Keisuke Kuroyanagi2013-09-281-2/+3
* | 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. Change-Id: Idc81c43c45e382da3850cc55b9a42c281548d2a8 Yuichiro Hanada2013-09-271-4/+4
|/
* Low memory mode in UserHistory•••Bug: 8967766 Change-Id: Id40f54f4d9f43d1f796377983a5fc0ca3417e133 Satoshi Kataoka2013-09-241-7/+24
* Check contents in user history dictionary tests•••Bug: 10667710 Change-Id: I45ebb08cb4ef9a9f6d2da31e2c50e740f88209c2 Satoshi Kataoka2013-09-091-0/+7
* 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
* Make DynamicPred...Base extend ExpandableBinaryDictionary.•••Bug: 6669677 Change-Id: I06afad35d3eb73510c34d10cd4116f5bcf934f7c Keisuke Kuroyanagi2013-08-261-1/+1
* Introduce DynamicDictionaryWriter for dynamic dictionary.•••Bug: 6669677 Change-Id: Ifcbeb88b908f2301ac062b411a95c8b38d24b90e Keisuke Kuroyanagi2013-08-231-0/+159