summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/personalization/DecayingExpandableBinaryDictionaryBase.java
Commit message (Expand)AuthorAgeFilesLines
* Stop waking up to decay dynamic dictionaries.Dan Zivkovic2015-02-251-85/+0
* Fix some compiler warningsTadashi G. Takaoka2014-10-211-4/+0
* Add Dictionary.isInDictionary().Keisuke Kuroyanagi2014-06-091-0/+6
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-1/+0
* Check whether contacts have changed using hashCode().Keisuke Kuroyanagi2014-05-081-5/+0
* Simplify DictionaryFacilitatorForSuggest.Keisuke Kuroyanagi2014-05-011-16/+0
* Handle personalization dictionary as an ExpandableBinaryDictionary.Keisuke Kuroyanagi2014-04-241-12/+0
* Handle user history dictionary as an ExpandableBinaryDictionary.Keisuke Kuroyanagi2014-04-241-32/+1
* Remove clearAndFlushDictionary() and use clear().Keisuke Kuroyanagi2014-04-241-9/+1
* Always close binary dicts for personalized dicts.Keisuke Kuroyanagi2014-04-031-1/+1
* Remove unused method.Keisuke Kuroyanagi2014-03-271-5/+0
* Merge "Use dynamic operations to construct all ver4 dicts."Keisuke Kuroyanagi2014-02-281-14/+6
|\
| * Use dynamic operations to construct all ver4 dicts.Keisuke Kuroyanagi2014-02-271-14/+6
* | Added a method and run GC for testing.Keisuke Kuroyanagi2014-02-281-1/+1
|/
* Add a method to create dict with additional attributes.Keisuke Kuroyanagi2014-02-261-1/+12
* Disconnect app data search client after fetching all data.Keisuke Kuroyanagi2014-02-241-0/+5
* Fix UserHistoryDictionaryTestsTadashi G. Takaoka2014-02-131-3/+2
* Refactor dictionary constructorTadashi G. Takaoka2014-02-131-14/+3
* Separate header class from FormatSpec.Keisuke Kuroyanagi2014-02-041-8/+8
* Make dumpAllWordsForDebug() use getNextWordProperty().Keisuke Kuroyanagi2014-02-041-60/+0
* [HD03] Straighten out attribute key names in Java.Jean Chalard2014-01-311-5/+5
* Make contacts dict and user dict version 4.Keisuke Kuroyanagi2014-01-171-7/+0
* Move LanguageModelParams class to utility packageTadashi G. Takaoka2014-01-151-1/+1
* Enable Personalized dictionaries based on the setting.Keisuke Kuroyanagi2013-12-171-2/+2
* Make required binary dictionary version use FormatSpec.*Keisuke Kuroyanagi2013-12-161-1/+1
* Remove flags from Java side.Jean Chalard2013-12-131-2/+0
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-84/+83
* Fix: Suggested words from user history are invalid.Keisuke Kuroyanagi2013-10-221-9/+0
* Set the shortcut frequency correctly.Jean Chalard2013-10-071-3/+3
* Fix UserHistoryDictionaryTests.Keisuke Kuroyanagi2013-10-031-0/+1
* Try decaying user history at hourly intervals.Keisuke Kuroyanagi2013-10-021-0/+4
* Implement simple dictionary decay.Keisuke Kuroyanagi2013-09-301-2/+9
* Set header attributes for ExpandableBinaryDictionary.Keisuke Kuroyanagi2013-09-281-3/+4
* Create empty dictionary file in native code.Keisuke Kuroyanagi2013-09-261-0/+231