aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/personalization/DecayingExpandableBinaryDictionaryBase.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* [RF2] Some refactoring and some cleanup•••Bug: 11281748 Change-Id: Iff45fdf6b23f77c08271a169c7d7ca45912c85e8 Jean Chalard2013-12-061-2/+4
* Start to use historical info.•••Bug: 11073222 Change-Id: I232d41bec5df7952856b5ba4765977707c39b94a Keisuke Kuroyanagi2013-12-041-0/+2
* Start passing timestamp for dynamic dictionaries.•••Bug: 11073222 Change-Id: I89e1277f734d5959e33d61e7e9e7048084b9007a Keisuke Kuroyanagi2013-12-041-4/+5
* Add required header attributes for user/contacts dictionary.•••Bug: 11973488 Change-Id: I91ef720a24633aec0f4e81cd4f7c49c749805c49 Keisuke Kuroyanagi2013-12-031-9/+9
* Quit recording LastUserHistoryWriteTime.•••Change-Id: I0f2b408b4976d8119c932654e23836803d42c568 Keisuke Kuroyanagi2013-12-021-72/+2
* Fix auto-detection of format 4.•••Bug: 11073222 Change-Id: I76e47d0399cf43fc3cc18cb1252f166be86b9a69 Jean Chalard2013-11-291-0/+5
* Add version check to open binary dictionary.•••Bug: 11073222 Change-Id: Iabae12b8f14a9da3cdc804dcc6af443cedeb3f99 Keisuke Kuroyanagi2013-11-281-0/+12
* Implement addMultipleDictionaryEntries as a jni method.•••Bug: 11757169 Change-Id: Ie1569e0b3c0503588ebfe5d09c7ca06116f54485 Keisuke Kuroyanagi2013-11-261-1/+2
* Create a method to add multiple dictionary entries.•••Bug: 11740462 Change-Id: I7903cb02fd08d649a05b8799fb3cd00c3da26e00 Keisuke Kuroyanagi2013-11-191-0/+12
* Purge ExpandableDictionary.•••Bug: 11245133 Change-Id: Ia0886686d8add940409dcd5c883c34eb5289380d Keisuke Kuroyanagi2013-11-141-7/+2
* Add a facility to dump the dictionary contents while closing•••Change-Id: I02e920e0512f2b46a778f0b23f7ca03f8d5dabe6 Satoshi Kataoka2013-10-281-0/+53
* Fix: Suggested words from user history are invalid.•••- Suggestions form user history can contain invalid words. - isValidWord always returns false. Bug: 11139426 Change-Id: I6075b275603332ddb00f4a9284afcaa82d824270 Keisuke Kuroyanagi2013-10-181-9/+0
* Set the shortcut frequency correctly.•••14 is the right value. Bug: 11076722 Change-Id: I95d404b540f7fbe4932d1f8498cde23f1df0314f Jean Chalard2013-10-071-3/+3
* Fix UserHistoryDictionaryTests.•••Bug: 6669677 Bug: 10667710 Change-Id: I6cdc6a6c9cacc7f276fda3a26ec31e3eb928471c Keisuke Kuroyanagi2013-10-031-0/+1
* Try decaying user history at hourly intervals.•••Bug: 6669677 Change-Id: Ib465fa7e1a7f289a07843535ba89d0dd5259e803 Keisuke Kuroyanagi2013-10-021-0/+4
* Implement simple dictionary decay.•••Groundwork and implement simple decay. Increment probability when typed and decrement probability at GC. Bug: 6669677 Change-Id: Ib12caead0cbeef4ce7808fe8ac0b00ee331523fe Keisuke Kuroyanagi2013-09-301-2/+9
* Set header attributes for ExpandableBinaryDictionary.•••Bug: 6669677 Change-Id: I2462777eaa07600f1c774226adfc4f351882f523 Keisuke Kuroyanagi2013-09-281-3/+4
* Create empty dictionary file in native code.•••Bug: 6669677 Change-Id: I46d23deee1fd091678f4593561cb8687eb815212 Keisuke Kuroyanagi2013-09-261-0/+231