aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/utils/UserHistoryDictIOUtils.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make dumpAllWordsForDebug() use getNextWordProperty().Keisuke Kuroyanagi2014-02-041-181/+0
| | | | | | Bug: 11736680 Bug: 12810574 Change-Id: I32a388e23ee7da5d7291e88a46c90b61d2f25dee
* [HD03] Straighten out attribute key names in Java.Jean Chalard2014-01-311-5/+4
| | | | | Bug: 11281748 Change-Id: I1d813bdacd45bcfd9c4cc73ac1d67c5c89854e86
* [HD02] Make the date header attribute mandatory.Jean Chalard2014-01-301-2/+2
| | | | | Bug: 11281748 Change-Id: I48a6f3d95ca89ced0c51335527201ecabfb7998e
* Remove flags from Java side.Jean Chalard2013-12-131-2/+1
| | | | | | | | | | | | This simplifies the code quite a bit. - GERMAN_UMLAUTS are now handled through a key-value attribute. The dictionary generator does not need to know about it any more. - FRENCH_LIGATURES are deprecated as we handle them with shortcuts now. - CONTAINS_BIGRAMS is deprecated. Bigram processing is always applied regardless of this flag. Bug: 11281748 Change-Id: If567e52e245a9342adc7f3104a0f7d8d782df8c1
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-5/+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-2/+11
| | | | | | | 14 is the right value. Bug: 11076722 Change-Id: I95d404b540f7fbe4932d1f8498cde23f1df0314f
* Add getDictDecoder.Yuichiro Hanada2013-09-121-2/+2
| | | | | Bug: 9618601 Change-Id: I173100ac704c03f7d5d0d53477e83cab5d1110d4
* Write forgetting curve flag.Keisuke Kuroyanagi2013-09-061-0/+7
| | | | | Bug: 6669677 Change-Id: Ic19aa3b69fb45d9638f9dcc8c3dd8a34aad41965
* [Refactor] Add DictDecoder.readUnigramsAndBigramsBinary.Yuichiro Hanada2013-08-261-10/+11
| | | | Change-Id: I259db91d837c67cbcb3b6dc504b21dca23a6a5be
* Move findWordByBinaryDictReader to BinaryDictIOUtilsTests.Yuichiro Hanada2013-08-221-4/+3
| | | | Change-Id: I443238fd816dea9650dcbbeb3ea757f9674fa52f
* Rename BinaryDictEncoder to BinaryDictEncoderUtils.Yuichiro Hanada2013-08-211-2/+2
| | | | Change-Id: I4dabf17da7003b1d8204a83dbd10e5be6e8fd805
* Rename BinaryDictDecoder to Ver3DictDecoder.Yuichiro Hanada2013-08-201-2/+2
| | | | Change-Id: Ibf9b95b658df6e2c2218bdb62e2380f326a03832
* [Refactor] Rename BinaryDictReader and BinaryDictDecoder.Yuichiro Hanada2013-08-191-4/+3
| | | | | | | BinaryDictReader -> BinaryDictDecoder. BinaryDictDecoder -> BianryDictDecoderUtils. Change-Id: Iadf2153b379b760538ecda488dda4f17225e5f37
* Rename Node to PtNodeArrayJean Chalard2013-08-161-3/+3
| | | | | Bug: 10247660 Change-Id: I1a0ac19f58f96adb5efac5fd35c6404831618c99
* [Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and ↵Yuichiro Hanada2013-08-151-3/+4
| | | | | | BinaryDictDecoder. Change-Id: I7c3269d77e3e3b567e459dcaa1bc029903941744
* Revert "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils ↵Ken Wakasa2013-08-151-4/+3
| | | | | | | | and BinaryDictOutputUtils." This reverts commit 4c63d0614e7ed7aea4bcbab3a17090d841661d92. Change-Id: I1fa277d720bab4d895259df7d6d82eebfa5eb6c5
* [Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and ↵Yuichiro Hanada2013-08-151-3/+4
| | | | | | BinaryDictOutputUtils. Change-Id: I0d476abe763c11ba9005152f928e8dccf15ac9de
* Add BinaryDictReader.Yuichiro Hanada2013-08-131-3/+3
| | | | | | Bug: 9618601 Change-Id: Ief07fa0c3c4f7f5999a3fafcef4e47b6b6fd8143
* Refactor on UserHistoryDictionarySatoshi Kataoka2013-07-261-1/+1
| | | | | Bug: 9429906 Change-Id: I576a91643bdaf5017cc826ac2e07a74a9a275d60
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-0/+166
Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa