summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Move code only used for dicttool and tests under tests.Keisuke Kuroyanagi2014-03-271-365/+0
* Separate WeightedString from FusionDictionary.Keisuke Kuroyanagi2014-03-061-1/+0
* Correctly read the header of APK-embedded dictsJean Chalard2014-02-241-1/+1
* Remove unused code.Keisuke Kuroyanagi2014-02-151-181/+5
* Remove unused argument from readDictionaryBinary.Keisuke Kuroyanagi2014-02-141-29/+5
* Remove unused code.Keisuke Kuroyanagi2014-02-101-88/+0
* Make PtNode have ProbabilityInfo instead of raw value.Keisuke Kuroyanagi2014-02-101-8/+10
* Consolidate WordProperty and Word.Keisuke Kuroyanagi2014-02-061-7/+9
* Make WeightedString have ProbabilityInfo.Keisuke Kuroyanagi2014-02-051-2/+2
* Separate header class from FormatSpec.Keisuke Kuroyanagi2014-02-041-2/+1
* Reading dictionary containing timestamps in Java Side.Keisuke Kuroyanagi2014-01-291-1/+0
* Fix possible NPE.Keisuke Kuroyanagi2014-01-061-1/+5
* Merge "Move DictUpdater to the tests directory."Keisuke Kuroyanagi2013-12-171-0/+3
|\
| * Move DictUpdater to the tests directory.Keisuke Kuroyanagi2013-12-171-0/+3
* | Fix: incompatible PtNode array size reading.Keisuke Kuroyanagi2013-12-161-4/+4
|/
* Remove flags from Java side.Jean Chalard2013-12-131-3/+3
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-37/+59
* Separate shortcut targets from the trie file.Yuichiro Hanada2013-10-041-4/+4
* Remove some unused variables.Yuichiro Hanada2013-10-021-1/+0
* Add Ver4DictDecoder.Yuichiro Hanada2013-09-191-2/+2
* Hide DictBuffer from BinaryDictDecoderUtils.Yuichiro Hanada2013-09-121-35/+25
* Remove a broken dictionary file when fail to read a dictionary file.Yuichiro Hanada2013-08-261-2/+1
* [Refactor] Add DictDecoder.getTerminalPosition.Yuichiro Hanada2013-08-261-1/+1
* Rename CharGroup to PtNode.Yuichiro Hanada2013-08-261-37/+38
* Add DictDecoder.readDictionaryBinary.Yuichiro Hanada2013-08-231-9/+1
* Make readPtNode be called with the address from the beginning of the file.Yuichiro Hanada2013-08-211-39/+36
* Add PtNodeReader.Yuichiro Hanada2013-08-211-112/+25
* Rename BinaryDictDecoder to Ver3DictDecoder.Yuichiro Hanada2013-08-201-3/+3
* Remove populateOptions.Yuichiro Hanada2013-08-201-46/+1
* [Refactor] Rename BinaryDictReader and BinaryDictDecoder.Yuichiro Hanada2013-08-191-0/+777