aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/AbstractDictionaryWriter.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic fixes•••Change-Id: I44ac89edaba2e57bd1b7e091ff74b77a5e598f2f Ken Wakasa2013-10-211-2/+1
* Set the shortcut frequency correctly.•••14 is the right value. Bug: 11076722 Change-Id: I95d404b540f7fbe4932d1f8498cde23f1df0314f Jean Chalard2013-10-071-1/+10
* Set header attributes for ExpandableBinaryDictionary.•••Bug: 6669677 Change-Id: I2462777eaa07600f1c774226adfc4f351882f523 Keisuke Kuroyanagi2013-09-281-4/+5
* Fix contacts/user dictionary writing.•••Bug: 10743878 Change-Id: I5d61b7955ef69a635f994f01cc575fb23fdf942b Keisuke Kuroyanagi2013-09-181-1/+1
* Add DictEncoder.•••Change-Id: I41049b9118b58838e5dedf8e5618d939ca70c5ef Yuichiro Hanada2013-08-221-15/+5
* Prepare ExpandableBinaryDictionary to make it updatable•••Bug: 6669677 Change-Id: Iaa6100f58de78d104e19c7a3c41d67e7826264f9 Keisuke Kuroyanagi2013-08-161-1/+3
* DictionaryWriter to abstract binary dictionary writing.•••UserHistoryDictionary should become to use ExpandableBinaryDictionary. Bug: 6669677 Change-Id: I6831c7dd2d84207d1a8f51ba15d52e0a72205d0c Keisuke Kuroynagi2013-07-041-0/+78