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