aboutsummaryrefslogtreecommitdiffstats
path: root/tools/dicttool/src/com/android/inputmethod/latin/dicttool/Header.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-111-68/+0
|
* Remove unused import and local variableTadashi G. Takaoka2014-11-281-2/+0
| | | | Change-Id: I256d1c6bf96c07b10d2d063d7935e20e0ab8ea17
* Making 'dicttool header' output format versionAdrian Velicu2014-11-081-0/+1
| | | | Change-Id: I4198f6b463711feb4ab78020934cca4d23870fbb
* Add a header command to dicttool.Jean Chalard2014-11-061-0/+69
This will allow to greatly improve the performance of the metadata-generating files, as they won't have to wait for the info command to read the entire dictionary when the header is all we need. Also add tests, and while we're at it, use the seed as intended to enable reproducible tests. Change-Id: I0ba79ef62f0292b23e63aed57ff565bb102281a2