aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/makedict/Ver4DictUpdater.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move DictUpdater to the tests directory.Keisuke Kuroyanagi2013-12-171-794/+0
| | | | | Bug: 11245133 Change-Id: I0907a091ac3ae960eaf3b27da78dbb48a24b2ea1
* Remove references to the v3 dictionary.Jean Chalard2013-12-131-7/+29
| | | | Change-Id: I811c8c923ad67a6d9bfdd11bdef8991eb7135c27
* Remove flags from Java side.Jean Chalard2013-12-131-3/+0
| | | | | | | | | | | | 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/+721
| | | | | | The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
* Add Ver4DictUpdater.Yuichiro Hanada2013-10-041-0/+59
Change-Id: I986ab26faf535fc4bc98443053f534eced9d048f