aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix issues with Nepali layoutsKen Wakasa2013-09-161-0/+63
| | | | | | | | | | | | | - Added the missing ZWNJ/ZWJ key - Fix a wrong letter in the shift layout of Nepali Romaized layout - Put the currency symbol for Nepalese Rupee - Fix the missing 2nd symbols layout - Use the Devanagari numbers just like Hindi layout - Fix the Main/Symbols switch key label just like Hindi layout bug: 6910787 bug: 9833890 Change-Id: Ie6aa5a06008f1e9347d4fc08ededd48287df5d73
* Small tweak for label_to_more_symbol_for_tablet_keyKen Wakasa2013-09-141-1/+1
| | | | | | To make it a bit more consistent with the one for phones Change-Id: Ia5775b07a0d70cabc5c51ff2b954c64ce4dc8c7c
* Add Lao keyboardKen Wakasa2013-09-131-0/+28
| | | | | bug: 6911140 Change-Id: Id689be1fb9dbc89b5a9b7f142626751a62d931ed
* Add getDictDecoder.Yuichiro Hanada2013-09-123-5/+5
| | | | | Bug: 9618601 Change-Id: I173100ac704c03f7d5d0d53477e83cab5d1110d4
* Add a flag to readDictioanryBinary in DictDecoder.Yuichiro Hanada2013-09-113-3/+4
| | | | Change-Id: I356adb72047ebc43c924fbff1ff45e7460508a31
* Optimize tablet layoutSatoshi Kataoka2013-09-061-1/+1
| | | | | Bug: 9059539 Change-Id: Ideb6965768fcf092c081eb1d3102312c863cc5b6
* Optimize layoutSatoshi Kataoka2013-09-051-1/+2
| | | | | | Bug: 9059539 Change-Id: Iabfd44daae1ef6da99a864859488a4f644240925
* Revert "Remove symbols shifted layout"Satoshi Kataoka2013-09-042-3/+5
| | | | | | This reverts commit c02a365485cb777137cbab8ff8f60c4b36fa0f7a. Change-Id: I11d31632469a594c0637f035bdd74ba60b2ac33e
* Revert "Remove symbols shifted related unused texts and styles"Satoshi Kataoka2013-09-041-0/+4
| | | | | | | | This reverts commit 59f49b38618fc5efd8e00b2511246834b3859a19. Bug: 9059539 Change-Id: I6e298a55feb942fc3720a91b65f841220443b42b
* Optimize tablet layoutSatoshi Kataoka2013-09-032-4/+8
| | | | | Bug: 9059539 Change-Id: I049941d2c83764c7f07c5215799b9657a7f27764
* Add Armenian Phoetic keyboardTadashi G. Takaoka2013-08-291-0/+24
| | | | | | | We believe this layout is Armenian Eastern Phonetic Keyboard. Bug: 7963631 Change-Id: Iff3dd879268dd95f00855f67f749e8562fff490c
* Use fixed column order for punctuation more keysTadashi G. Takaoka2013-08-292-2/+2
| | | | | | | This is a follow up of I71f58fc49b. Bug: 9059539 Change-Id: Ibf5684ac196e03e889160d8bb14e2b1377331133
* Reduce the number of more keys of the period keyTadashi G. Takaoka2013-08-294-4/+3
| | | | | Bug: 9059539 Change-Id: I71f58fc49bf33b40c17b5a94cad82e942b95e3f1
* Merge "Clean up PC QWERTY keyboard"Tadashi G. Takaoka2013-08-261-2/+0
|\
| * Clean up PC QWERTY keyboardTadashi G. Takaoka2013-08-261-2/+0
| | | | | | | | Change-Id: Ibb52683e8f27517b9e7bf398d3b7a31215bd5a8d
* | Merge "Rename CharGroup to PtNode."Ken Wakasa2013-08-263-14/+14
|\ \ | |/ |/|
| * Rename CharGroup to PtNode.Yuichiro Hanada2013-08-263-14/+14
| | | | | | | | | | Bug: 10233675 Change-Id: I7b0eb07d195cd386cd0d9e97cd59bf48fcf24107
* | Remove symbols shifted related unused texts and stylesTadashi G. Takaoka2013-08-261-4/+0
|/ | | | | | | This is a follow up of I7fe6520e4e. Bug: 9059539 Change-Id: I1b2cdc4f6ae2f59fabc75c38f43e2b2512b08721
* Fix Persian currency symbolTadashi G. Takaoka2013-08-248-8/+10
| | | | Change-Id: Iea202e6d6857cbc0a3d4374c76bd72ed992da9a6
* Add DictDecoder.readDictionaryBinary.Yuichiro Hanada2013-08-233-13/+10
| | | | | Bug: 10434720 Change-Id: I14690a6e0f922ed1bab3a4b6c9a457ae84d4c1a4
* Remove symbols shifted layoutTadashi G. Takaoka2013-08-232-5/+3
| | | | | Bug: 9059539 Change-Id: I7fe6520e4eafcb7e1748b8bf011333c7e0da7ac2
* Merge "Add DictEncoder."Ken Wakasa2013-08-222-7/+9
|\
| * Add DictEncoder.Yuichiro Hanada2013-08-222-7/+9
| | | | | | | | Change-Id: I41049b9118b58838e5dedf8e5618d939ca70c5ef
* | Fix Hebrew currency symbolTadashi G. Takaoka2013-08-221-0/+2
|/ | | | Change-Id: Ib747828aeec20c1ebb4087169a7eb373deb163c3
* Rename BinaryDictEncoder to BinaryDictEncoderUtils.Yuichiro Hanada2013-08-213-6/+7
| | | | Change-Id: I4dabf17da7003b1d8204a83dbd10e5be6e8fd805
* Rename BinaryDictDecoder to Ver3DictDecoder.Yuichiro Hanada2013-08-204-10/+10
| | | | Change-Id: Ibf9b95b658df6e2c2218bdb62e2380f326a03832
* [Refactor] Rename BinaryDictReader and BinaryDictDecoder.Yuichiro Hanada2013-08-194-18/+20
| | | | | | | BinaryDictReader -> BinaryDictDecoder. BinaryDictDecoder -> BianryDictDecoderUtils. Change-Id: Iadf2153b379b760538ecda488dda4f17225e5f37
* Rename Node to PtNodeArrayJean Chalard2013-08-167-18/+21
| | | | | Bug: 10247660 Change-Id: I1a0ac19f58f96adb5efac5fd35c6404831618c99
* Remove unused imports.Yuichiro Hanada2013-08-163-9/+1
| | | | Change-Id: Ib46da6efeaa8f83a9cda24c947fc2e667a1468e8
* Fix build.Yuichiro Hanada2013-08-151-2/+2
| | | | Change-Id: I80d177f3c9bff1fb90029edeafa4a62d0b99e09e
* [Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and ↵Yuichiro Hanada2013-08-158-22/+24
| | | | | | BinaryDictDecoder. Change-Id: I7c3269d77e3e3b567e459dcaa1bc029903941744
* Add an initial JNI interface to dicttool.Jean Chalard2013-08-155-15/+102
| | | | | Bug: 10100269 Change-Id: I883992c2033e7d9e7c754c0bf653767728b221b6
* Revert "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils ↵Ken Wakasa2013-08-155-16/+14
| | | | | | | | and BinaryDictOutputUtils." This reverts commit 4c63d0614e7ed7aea4bcbab3a17090d841661d92. Change-Id: I1fa277d720bab4d895259df7d6d82eebfa5eb6c5
* [Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and ↵Yuichiro Hanada2013-08-155-14/+16
| | | | | | BinaryDictOutputUtils. Change-Id: I0d476abe763c11ba9005152f928e8dccf15ac9de
* Merge "Add BinaryDictReader."Ken Wakasa2013-08-133-28/+14
|\
| * Add BinaryDictReader.Yuichiro Hanada2013-08-133-28/+14
| | | | | | | | | | | | Bug: 9618601 Change-Id: Ief07fa0c3c4f7f5999a3fafcef4e47b6b6fd8143
* | Rename maketext tool to make-keyboard-textTadashi G. Takaoka2013-08-1362-18/+18
|/ | | | Change-Id: Icceda22aec75f9e3602da8775c0e94b110283575
* Fix parenthesis direction for RTL languagesTadashi G. Takaoka2013-08-133-2/+3
| | | | | Bug: 10284912 Change-Id: Ie0fc09b101034482a775961c8f8f1fcdf6dbec8f
* Reword "No language"Jean Chalard2013-08-051-1/+1
| | | | | Bug: 10064334 Change-Id: Ie4e6c333566eee9000fa5c8e59e9df8b9b56a5b3
* Fix Catalan keyboard layoutTadashi G. Takaoka2013-07-313-4/+10
| | | | | Bug: 10098472 Change-Id: I60e4aa6716f8166ca60ab5687b0faf2d84cd846b
* Move a couple classes to the utils packageKen Wakasa2013-07-191-1/+1
| | | | Change-Id: Ia14a2011d79bad7cd02697b9254705f6e2099442
* Remove dependencies to android source in dicttoolKen Wakasa2013-07-172-4/+84
| | | | | bug: 9889653 Change-Id: I2630c56548f9146ade85b17f891932dae2082a85
* Fix build.Ying Wang2013-07-161-0/+1
| | | | Change-Id: I51c0b7ba5641c1e7c1d63a4e5a6307b08d6f4886
* Merge "Generalize constuctors & add tests"Jean Chalard2013-07-042-9/+26
|\
| * Generalize constuctors & add testsJean Chalard2013-07-042-9/+26
| | | | | | | | | | | | | | | | | | | | If there is any two-args constructor with the right arg types in a test class, use it. Also, add a test suite to dicttool test. Also, have the return value of dicttool reflect success or failure. Change-Id: I51ab2a4abb93a0a483e8d6ef3c39d1ff1bce1dbd
* | Add Azerbaijani keyboardTadashi G. Takaoka2013-07-041-0/+59
| | | | | | | | | | Bug: 7963448 Change-Id: I39c192b342278e82e30ac6ef12c6d150c817ae70
* | Add Kazakh keyboardTadashi G. Takaoka2013-07-042-0/+60
| | | | | | | | | | Bug: 9697273 Change-Id: Ic9943569ed60d601f093181bf135e45a25399121
* | Followup com.android.inputmethod.latin.utils changeTadashi G. Takaoka2013-07-031-1/+1
|/ | | | | | This is a folowup of I1c5b27c8ed. Change-Id: I12c422a26e599923cadf21c3ab24e4b901cf94cc
* Add args to dicttool test.Jean Chalard2013-07-011-10/+57
| | | | Change-Id: I0667e0a5a6f6db3964cfcca5c8f083b9ceb41a2e
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-2/+2
| | | | Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa