aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Use Locale to process text resourcesTadashi G. Takaoka2014-04-094-36/+134
| | | | | | | | Change-Id: Ic1c4e1776071332e02c368055157124bb539d14e
* | Use locale to look up KeyboardTextsTableTadashi G. Takaoka2014-04-085-70/+76
| | | | | | | | Change-Id: I1e05c7fdbb757efef0e9407dc25482ef1115e49a
* | Refactor make-keyboard-textTadashi G. Takaoka2014-04-084-75/+79
| | | | | | | | Change-Id: Ifaf955ae896a18e5cbc9c1af5a1b7e15942eb886
* | Remove redundant LOCAL_IS_HOST_MODULE assignmentsKen Wakasa2014-04-042-2/+0
| | | | | | | | | | | | Also, remove irrelevant LOCAL_NDK_STL_VARIANT for host modules. Change-Id: I45e916c11f7c1f9b13956f01274a82ee7de1f558
* | 32-bit dicttoolKen Wakasa2014-04-042-9/+11
| | | | | | | | | | | | | | As we can't easily turn on -m64 for only one module, the JNI library for a host tool should be 32-bit, at least for now. Change-Id: I1f001ccca1ad968a2241c0494bb70391fb11a59f
* | Do not call exit 1 when loaded with source commandYohei Yukawa2014-04-021-1/+1
| | | | | | | | | | BUG: 13754552 Change-Id: I3d5e4c0786547521325405100c175dd1b21754df
* | Use Clang for dicttoolKen Wakasa2014-03-273-11/+10
| | | | | | | | | | | | Fix the wrong shared lib name too. Change-Id: Ib98c55dfd1aee4a762dc96b12df3a463bef2ac80
* | Merge "Move code only used for dicttool and tests under tests."Keisuke Kuroyanagi2014-03-275-51/+17
|\ \
| * | Move code only used for dicttool and tests under tests.Keisuke Kuroyanagi2014-03-275-51/+17
| | | | | | | | | | | | | | | Bug: 13035567 Change-Id: I13c6df013ef2b67c9bf67455d9c32d283bf9ea2e
* | | Rename text resources consistentlyTadashi G. Takaoka2014-03-2557-729/+715
|/ / | | | | | | | | | | | | | | | | | | | | - keylabel_<key>, the key label text of the <key> - keyspec_<key>, the key specification of the <key> - keyhintlabel_<key>, the hint label text of the <key> - morekeys_<key>, the more keys specifications of the <key> - additional_morekeys_<key>, the additional more keys specification of the <key> Change-Id: Ib2127f21fa33a2568e8a6eba65cfdb2cf78b480e
* | [CB12] Reset the combining state when resetting the composerJean Chalard2014-03-241-0/+6
| | | | | | | | | | Bug: 13406701 Change-Id: I490574b7ca4b953f67dd2c0ef97401297fade0a4
* | [CB11] Get the result of the combinationJean Chalard2014-03-201-1/+7
| | | | | | | | Change-Id: I165ec4a24f5b1334d55c14948e4d942ec40eb33b
* | Merge "[CB09] Pass events through the combiner chain"Jean Chalard2014-03-202-2/+26
|\ \
| * | [CB09] Pass events through the combiner chainJean Chalard2014-03-202-2/+26
| | | | | | | | | | | | | | | Bug: 13406701 Change-Id: I4696f145478afdd132314b7d3c148c3a9ca11c9c
* | | Merge "Utilize autoColumnOrder for punctuation more keys"Tadashi G. Takaoka2014-03-205-11/+6
|\ \ \
| * | | Utilize autoColumnOrder for punctuation more keysTadashi G. Takaoka2014-03-205-11/+6
| | | | | | | | | | | | | | | | Change-Id: I1f8f5013f0bdf93cf590b8bd00d680b31e03d8b0
* | | | Merge "[CB08] Create a combiner chain in the word composer."Jean Chalard2014-03-201-0/+3
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | [CB08] Create a combiner chain in the word composer.Jean Chalard2014-03-201-0/+3
| | | | | | | | | | | | | | | Bug: 13406701 Change-Id: I3b9f75de9283f76366d1bef7e14a8f22f2186669
* | | Merge "Fix Armenian punctuation order"Tadashi G. Takaoka2014-03-201-13/+15
|\ \ \ | |/ / |/| |
| * | Fix Armenian punctuation orderTadashi G. Takaoka2014-03-201-13/+15
| | | | | | | | | | | | | | | Bug: 12623502 Change-Id: I6cc026132922e103d212b663664e7e0aa2404b35
* | | Remove Latin comma from Arabic/Persian keyboardTadashi G. Takaoka2014-03-203-3/+0
|/ / | | | | | | | | Bug: 12807701 Change-Id: Icca63586d561a57b2c15cbfbae0de98dfcc137a3
* | Add Galician keyboardTadashi G. Takaoka2014-03-191-0/+70
| | | | | | | | | | | | Bug: 13169021 Bug: 13017434 Change-Id: I5d44dc4c2387644028a5cf594954795e014f357a
* | Add Basque keyboardTadashi G. Takaoka2014-03-191-0/+70
| | | | | | | | | | | | Bug: 13169021 Bug: 13017434 Change-Id: I46c738e833a9f287586a03bda9ab0230f8b9eac1
* | Fix French accented letters orderTadashi G. Takaoka2014-03-191-1/+1
| | | | | | | | | | Bug: 13497958 Change-Id: I062a0e2e75b2f6c2606b1309808cbaa83cc91018
* | Add preliminary Myanmar keyboardTadashi G. Takaoka2014-03-181-0/+26
| | | | | | | | | | | | | | | | | | This CL adds preliminary Myanmar keyboard as a groundwork. The keyboard layout comes mainly from virtual keyboard of <http://www.google.com.mm/> Bug: 7963632 Change-Id: I36504ceb6c2079a6e133edaeb458da1c5cf3ded2
* | Fix comments in XML filesTadashi G. Takaoka2014-03-171-1/+0
| | | | | | | | Change-Id: Id0a69f98297d6a827006c6c4fe1304a197381f82
* | Fix Persian symbols shifted output textTadashi G. Takaoka2014-03-171-2/+2
| | | | | | | | | | Bug: 13017434 Change-Id: I57af849ae4342bfee3fa08d7e90c6a6dbc229380
* | Fix Arabic keyboard text and test commentsTadashi G. Takaoka2014-03-171-2/+2
| | | | | | | | | | | | Bug: 13017434 Change-Id: Iec2ddab719e0c68a70bcf56a90eb4522c5fd7978
* | [CB04] Add an event array to WordComposer.Jean Chalard2014-03-141-24/+26
| | | | | | | | | | Bug: 13406701 Change-Id: I9ecd2709c8f1c678a85b0cfaf7c5ed4f78459821
* | Fix unused text resources of keyboard layoutsTadashi G. Takaoka2014-03-105-13/+4
| | | | | | | | | | | | | | | | Icelandic keyboard has no nordic layout. Latvian, Lithuanian, and Slovak keyboards have duplicated N WITH ACUTE. No Language keyboard has duplicated letter a variants. Change-Id: Iaeacebc1f7efdb70294e6342e42232b73aed9398
* | Fix unneeded u with diaeresis more key on Swedish keyboardTadashi G. Takaoka2014-03-101-3/+2
| | | | | | | | Change-Id: Ib4a17fa464899907616e76426e5df0d370a40f80
* | Fix excessive more keys on Estonian keyboardTadashi G. Takaoka2014-03-101-2/+1
| | | | | | | | Change-Id: I6c2d5d123d519278a6ff0f12fece69ccbad1aad5
* | Fix: dicttool build.Keisuke Kuroyanagi2014-03-074-3/+4
| | | | | | | | Change-Id: I5c3bcbe9f3054bdd1a760398fe11344e0e05ac6a
* | Merge "Move DictionaryOptions from FusionDictionary to FormatSpec."Keisuke Kuroyanagi2014-03-072-2/+1
|\ \
| * | Move DictionaryOptions from FusionDictionary to FormatSpec.Keisuke Kuroyanagi2014-03-062-2/+1
| | | | | | | | | | | | | | | | | | | | | Bug: 8187060 Bug:13035567 Change-Id: Id4f45e589521ae98c926a4c0607be10ce1a983f2
* | | Merge "Separate WeightedString from FusionDictionary."Keisuke Kuroyanagi2014-03-074-4/+4
|\| |
| * | Separate WeightedString from FusionDictionary.Keisuke Kuroyanagi2014-03-064-4/+4
| | | | | | | | | | | | | | | | | | Bug: 8187060 Change-Id: I40c1dafca3eb52244c64fdb4c1db30a56385d678
* | | Recover the dicttool build except for MacKen Wakasa2014-03-073-3/+17
| | | | | | | | | | | | | | | | | | | | | With a hack: Temporarily disable host tool build on Mac until the build system is ready for C++11. Change-Id: Ib412ba0d7fecc968cc09b4d8fde4e838bdc0618a
* | | Fix Mac SDK buildKen Wakasa2014-03-061-1/+3
| | | | | | | | | | | | | | | | | | Temporary fix. Change-Id: I79c8c31e7b07776a048a16918008a942261e1115
* | | Switch to C++11Ken Wakasa2014-03-061-0/+4
| | | | | | | | | | | | Change-Id: Ib2970327c36422d7b11103d52ba7e9e52db5554f
* | | Merge "Remove unused text resource keylabel_for_east_slavic_row1_12"Tadashi G. Takaoka2014-03-066-20/+9
|\ \ \ | |/ / |/| |
| * | Remove unused text resource keylabel_for_east_slavic_row1_12Tadashi G. Takaoka2014-03-046-20/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | The text resource used in 10 inch tablet layout. This change also corrects {keylabel|more_keys}_for_east_slavic_row2_1 to _row2_2. Change-Id: I60d69af22f97c008449b8dccc7c84ae6a05fe0d8
* | | Separate utility methods from BinaryDictionary.Keisuke Kuroyanagi2014-03-051-0/+1
|/ / | | | | | | | | Bug: 8187060 Change-Id: Ice2984e332b7bd3bb17174aefc80b5635b72fc50
* | Merge "Fix: dicttool build."Keisuke Kuroyanagi2014-02-281-0/+22
|\ \
| * | Fix: dicttool build.Keisuke Kuroyanagi2014-02-281-0/+22
| | | | | | | | | | | | Change-Id: I592b14eba895786d0981586a01ef545e003396c8
* | | Remove wrong duplicated resource from Afrikaans layoutTadashi G. Takaoka2014-02-271-1/+0
|/ / | | | | | | | | Bug: 6867914 Change-Id: Ibc329c8ea03abaa91ba27e7e62fb6d02cc67debe
* | Correctly read the header of APK-embedded dictsJean Chalard2014-02-243-3/+4
| | | | | | | | | | Bug: 13164518 Change-Id: I8768ad887af8b89ad9f29637f606c3c68629c7ca
* | Change make-keyboard-text -java option to point LatinIME/java directoryTadashi G. Takaoka2014-02-212-3/+3
| | | | | | | | Change-Id: I812713da5918049c0e504e48bd0693df2f7bf46d
* | Implement PatriciaTriePolicy::getNextWordAndNextToken().Keisuke Kuroyanagi2014-02-151-0/+43
| | | | | | | | | | Bug: 12810574 Change-Id: Id1d44f90de9455d9cbe7b6e0a161cae91d6d422c
* | Merge "Remove unused argument from readDictionaryBinary."Keisuke Kuroyanagi2014-02-143-5/+4
|\ \