summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
Commit message (Expand)AuthorAgeFilesLines
* Fix dicttool buildTadashi G. Takaoka2018-10-291-0/+3
* Retire Delight2 migration code to speed up tests.Dan Zivkovic2015-03-201-3/+0
* Don't test format version 403 twice.Dan Zivkovic2015-03-161-2/+1
* Update the MAX supported file version for downloaded static Dictionaries.Mohammadinamul Sheik2015-02-271-3/+3
* Make checksum and header checks decoder dependent.Mohammadinamul Sheik2015-02-201-1/+3
* Move decoder specific constants to DecoderSpecificConstants.javaMohammadinamul Sheik2015-02-051-2/+2
* UpdateHandler to support v202 dicts.Adrian Velicu2014-11-121-2/+2
* Update v4 format version from 402 to 403.Keisuke Kuroyanagi2014-10-311-3/+4
* Update unit tests for new static dict version.Adrian Velicu2014-10-311-2/+4
* Using "blacklist" flag as "possibly offensive"Adrian Velicu2014-10-311-0/+1
* Move Constants.java to the latin.common packageKen Wakasa2014-10-231-1/+1
* Renaming "blacklist" flag to "possibly offensive"Adrian Velicu2014-10-211-2/+2
* Include a code point table in the binary dictionary.Akifumi Yoshimoto2014-10-021-1/+3
* Create a code point table based on occurrence counts.Akifumi Yoshimoto2014-09-261-0/+2
* Update FormatSpec.javaKeisuke Kuroyanagi2014-08-211-83/+10
* Version up dynamic dict format from 401 to 402.Keisuke Kuroyanagi2014-05-231-2/+3
* Add VERSION4_DEV(402) in Java side and use it for tests.Keisuke Kuroyanagi2014-05-141-1/+2
* Add VERSION4_TEST for testing.Keisuke Kuroyanagi2014-05-091-0/+5
* Move code only used for dicttool and tests under tests.Keisuke Kuroyanagi2014-03-271-38/+0
* Move DictionaryOptions from FusionDictionary to FormatSpec.Keisuke Kuroyanagi2014-03-061-0/+41
* Use BinaryDictionaryUtils to read dictionary header.Keisuke Kuroyanagi2014-03-051-0/+2
* Correctly read the header of APK-embedded dictsJean Chalard2014-02-241-7/+11
* Remove unused code.Keisuke Kuroyanagi2014-02-151-6/+0
* Separate header class from FormatSpec.Keisuke Kuroyanagi2014-02-041-61/+0
* [HD03] Straighten out attribute key names in Java.Jean Chalard2014-01-311-11/+14
* Reading dictionary containing timestamps in Java Side.Keisuke Kuroyanagi2014-01-291-8/+4
* Increment version number of ver4 format to 401.Keisuke Kuroyanagi2013-12-161-1/+1
* Merge "Make the bad header a checked exception and fix dicttool test"Jean Chalard2013-12-161-4/+5
|\
| * Make the bad header a checked exception and fix dicttool testJean Chalard2013-12-161-4/+5
* | Fix failing testsJean Chalard2013-12-161-1/+0
|/
* Have dicttool use the native library to generate v4 dicts.Jean Chalard2013-12-131-2/+2
* Remove flags from Java side.Jean Chalard2013-12-131-72/+40
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-11/+29
* Fix: PtNode array size writirng when array size > 127. DO NOT MERGE.Keisuke Kuroyanagi2013-11-211-0/+2
* Add a time stamp for unigrams.Yuichiro Hanada2013-10-111-1/+2
* Add the new format of bigram entries.Yuichiro Hanada2013-10-111-8/+24
* Separate shortcut targets from the trie file.Yuichiro Hanada2013-10-041-0/+13
* Add SparseTableContentWriter to Ver4DictEncoder.Yuichiro Hanada2013-10-031-2/+5
* Separate bigram entries from the trie file.Yuichiro Hanada2013-09-301-0/+4
* Set header attributes for ExpandableBinaryDictionary.Keisuke Kuroyanagi2013-09-281-3/+3
* Create empty dictionary file in native code.Keisuke Kuroyanagi2013-09-261-0/+6
* Make Ver4DictEncoder write an address table of terminal nodes.Yuichiro Hanada2013-09-251-0/+3
* Add Ver4DictDecoder.Yuichiro Hanada2013-09-191-5/+13
* Add Ver4DictEncoder.Yuichiro Hanada2013-09-131-1/+13
* Add getDictDecoder.Yuichiro Hanada2013-09-121-0/+25
* Add comments about how to calculate parent and children addresses.Yuichiro Hanada2013-09-051-13/+16
* Rename CharGroup to PtNode.Yuichiro Hanada2013-08-261-74/+79
* Rename Node to PtNodeArrayJean Chalard2013-08-161-3/+3
* Move some constants in BinaryDictInputOutput to FormatSpec.Yuichiro Hanada2013-08-141-0/+7
* Remove the code and comments about version 1 format.Yuichiro Hanada2013-08-091-4/+36