aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/personalization/DynamicPersonalizationDictionaryWriter.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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