aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/AbstractDictionaryWriter.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make contacts dict and user dict version 4.Keisuke Kuroyanagi2014-01-171-10/+6
| | | | | Bug: 12515251 Change-Id: I0b332e03b9102957bffaea56d4de17b9ee3cef23
* Have dicttool use the native library to generate v4 dicts.Jean Chalard2013-12-131-2/+2
| | | | | | Yay ! Change-Id: Iea8ced9e81031b9ab7eff05ad9ef7215be248de9
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-10/+6
| | | | | | The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
* 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