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