aboutsummaryrefslogtreecommitdiffstats
path: root/tools/dicttool/compat/com/android/inputmethod (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-117-161/+0
|
* Convert to Android.bpDan Willemsen2018-10-311-1/+1
| | | | | | | See build/soong/README.md for more information. Test: cd packages/inputmethods/LatinIME; mma Change-Id: Ib8867d3b74f09fc1d9f95adc9a49a81ac0f7f054
* Remove some dicttool dependenciesJean Chalard2014-10-311-54/+0
| | | | | Bug: 18108776 Change-Id: Ic81c5df2a685160c249021ff4cfe41553dbdeebe
* Fix dicttool build.Keisuke Kuroyanagi2014-10-231-1/+1
| | | | Change-Id: Idc4533e57b7f4ddccd66b1f1a4730153064b1e27
* Fix Javadoc and null analysis related warningsTadashi G. Takaoka2014-10-231-0/+1
| | | | | | | This CL also adds @SuppressWarning("unused" to java-overridable package. Bug: 18003991 Change-Id: If70527e30654384705d7a814f5efd181d9f539e1
* Fix some compiler warningsTadashi G. Takaoka2014-10-211-0/+1
| | | | | | | | | | | | | | | | | | | | | This CL fixes the following compiler warnings. - Indirect access to static member - Access to a non-accessible member of an enclosing type - Parameter assignment - Method can be static - Local variable declaration hides another field or variable - Value of local variable is not used - Unused import - Unused private member - Unnecessary 'else' statement - Unnecessary declaration of throw exception - Redundant type arguments - Missing '@Override' annotation - Unused '@SuppressWarning' annotations Bug: 18003991 Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
* Align a compat file for a change in native signatureJean Chalard2014-10-031-5/+4
| | | | Change-Id: I89eb530c1a44e5ea9b5fcb37c792cb8c81d6dc1c
* [HW6] Split processing and applying the event.Jean Chalard2014-07-301-2/+6
| | | | | | ...take 2 Change-Id: I9d13b6d51e13ce2e76ae3febebfb8c310eba509d
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-2/+0
| | | | Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
* 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
* Use Clang for dicttoolKen Wakasa2014-03-271-1/+1
| | | | | | Fix the wrong shared lib name too. Change-Id: Ib98c55dfd1aee4a762dc96b12df3a463bef2ac80
* [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
* [CB09] Pass events through the combiner chainJean Chalard2014-03-201-0/+26
| | | | | Bug: 13406701 Change-Id: I4696f145478afdd132314b7d3c148c3a9ca11c9c
* Fix checkbuild breakage on dicttoolTadashi G. Takaoka2014-01-171-0/+20
| | | | | | | This CL fix the checkbuild build, though I'm not sure it can create working dicttool or not. Change-Id: I5aec34a0f72441c75ac48184c0550b8e0fc40634
* Fix build.Jean Chalard2014-01-101-23/+0
| | | | Change-Id: I6d0b572190080e58e95f72856ad39e72a49537b7
* Have dicttool use the native library to generate v4 dicts.Jean Chalard2013-12-136-0/+138
| | | | | | Yay ! Change-Id: Iea8ced9e81031b9ab7eff05ad9ef7215be248de9
* Add an initial JNI interface to dicttool.Jean Chalard2013-08-151-0/+25
Bug: 10100269 Change-Id: I883992c2033e7d9e7c754c0bf653767728b221b6