aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use PrevWordsInfo instead of String in Java side.Keisuke Kuroyanagi2014-05-191-0/+1
| | | | | | | Bug: 14119293 Bug: 14425059 Change-Id: I3d5da84881a49a04550180dd9aac2c37da2ed762
* Fix a bug where changing languages kills the composition.Jean Chalard2014-05-141-2/+4
| | | | | Bug: 14926896 Change-Id: Id2a06c68a51f833db4d8bbc858a232c2696afb6e
* Create the path for specifying combining rules in the subtypeJean Chalard2014-05-121-0/+12
| | | | | | | | Also add the skeleton of the combining rules for Myanmar reordering as a pilot. Bug: 13945569 Change-Id: Iabeb6838f45f1efff482143595ce5b48543e0c43
* Reorder accented letters of EnglishTadashi G. Takaoka2014-05-091-12/+12
| | | | | | | This is a follow up change of Idff0b6d08e. Bug: 13177865 Change-Id: I00ea7cda954efbd248d2abc2fa6d4995d6acbf19
* Reorder accented letters of EnglishTadashi G. Takaoka2014-05-081-12/+12
| | | | | Bug: 13177865 Change-Id: Idff0b6d08e6dd0ec1eb39072ba4f99e6ec7df802
* Add Marathi keyboard layoutTadashi G. Takaoka2014-05-011-0/+60
| | | | | Bug: 10028772 Change-Id: I7bca05bbbfdb2e5f61d5db611dff62ace3b71e31
* Revise myanmar keyboard layoutTadashi G. Takaoka2014-04-111-0/+9
| | | | | | | Note that this keyboard layout is still a preliminary. Bug: 7963632 Change-Id: I4c53b3359ea2c0dd8e2ce7db8ec916ab9340eec5
* Merge "Reorder German umlaut letters"Tadashi G. Takaoka2014-04-101-3/+3
|\
| * Reorder German umlaut lettersTadashi G. Takaoka2014-04-101-3/+3
| | | | | | | | | | Bug: 13940739 Change-Id: I2e377b56e4a74d36c7e0cea4ad4e8d9341eb7feb
* | Add Italian (Switzerland) it_CH layoutTadashi G. Takaoka2014-04-101-0/+12
|/ | | | | Bug: 13920900 Change-Id: I57df8ca12b0d8cc4bbca2372c0470dcae5b5cbfb
* 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