aboutsummaryrefslogtreecommitdiffstats
path: root/tools/dicttool/compat/com/android (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-117-161/+0
* Convert to Android.bp•••See build/soong/README.md for more information. Test: cd packages/inputmethods/LatinIME; mma Change-Id: Ib8867d3b74f09fc1d9f95adc9a49a81ac0f7f054 Dan Willemsen2018-10-311-1/+1
* Remove some dicttool dependencies•••Bug: 18108776 Change-Id: Ic81c5df2a685160c249021ff4cfe41553dbdeebe Jean Chalard2014-10-311-54/+0
* Fix dicttool build.•••Change-Id: Idc4533e57b7f4ddccd66b1f1a4730153064b1e27 Keisuke Kuroyanagi2014-10-231-1/+1
* Fix Javadoc and null analysis related warnings•••This CL also adds @SuppressWarning("unused" to java-overridable package. Bug: 18003991 Change-Id: If70527e30654384705d7a814f5efd181d9f539e1 Tadashi G. Takaoka2014-10-231-0/+1
* Fix some compiler warnings•••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 Tadashi G. Takaoka2014-10-211-0/+1
* Align a compat file for a change in native signature•••Change-Id: I89eb530c1a44e5ea9b5fcb37c792cb8c81d6dc1c Jean Chalard2014-10-031-5/+4
* [HW6] Split processing and applying the event.•••...take 2 Change-Id: I9d13b6d51e13ce2e76ae3febebfb8c310eba509d Jean Chalard2014-07-301-2/+6
* Use Java 7 diamond operator•••Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef Tadashi G. Takaoka2014-05-241-2/+0
* Fix a bug where changing languages kills the composition.•••Bug: 14926896 Change-Id: Id2a06c68a51f833db4d8bbc858a232c2696afb6e Jean Chalard2014-05-141-2/+4
* Create the path for specifying combining rules in the subtype•••Also add the skeleton of the combining rules for Myanmar reordering as a pilot. Bug: 13945569 Change-Id: Iabeb6838f45f1efff482143595ce5b48543e0c43 Jean Chalard2014-05-121-0/+12
* Use Clang for dicttool•••Fix the wrong shared lib name too. Change-Id: Ib98c55dfd1aee4a762dc96b12df3a463bef2ac80 Ken Wakasa2014-03-271-1/+1
* [CB12] Reset the combining state when resetting the composer•••Bug: 13406701 Change-Id: I490574b7ca4b953f67dd2c0ef97401297fade0a4 Jean Chalard2014-03-241-0/+6
* [CB11] Get the result of the combination•••Change-Id: I165ec4a24f5b1334d55c14948e4d942ec40eb33b Jean Chalard2014-03-201-1/+7
* [CB09] Pass events through the combiner chain•••Bug: 13406701 Change-Id: I4696f145478afdd132314b7d3c148c3a9ca11c9c Jean Chalard2014-03-201-0/+26
* Fix checkbuild breakage on dicttool•••This CL fix the checkbuild build, though I'm not sure it can create working dicttool or not. Change-Id: I5aec34a0f72441c75ac48184c0550b8e0fc40634 Tadashi G. Takaoka2014-01-171-0/+20
* Fix build.•••Change-Id: I6d0b572190080e58e95f72856ad39e72a49537b7 Jean Chalard2014-01-101-23/+0
* Have dicttool use the native library to generate v4 dicts.•••Yay ! Change-Id: Iea8ced9e81031b9ab7eff05ad9ef7215be248de9 Jean Chalard2013-12-136-0/+138
* Add an initial JNI interface to dicttool.•••Bug: 10100269 Change-Id: I883992c2033e7d9e7c754c0bf653767728b221b6 Jean Chalard2013-08-151-0/+25