aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/event/MyanmarReordering.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move Constants.java to the latin.common package•••Our intention is to have classes of latinime-common under the common package as much as we can. Change-Id: I76efbbbe7bebf1a4aa943715cdff64f91675e20d Ken Wakasa2014-10-231-1/+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-39/+43
* [HW7.5] Introduce the @Nonnull annotation (take 2)•••Change-Id: I05512b5434810046c8b72d6bb41567b6cd8b9d6e Ken Wakasa2014-07-301-0/+3
* [HW7] Introduce consumed events•••Change-Id: I692c35b8e701d5a84500b949884472545b1f424d Jean Chalard2014-07-301-10/+10
* Revert "[HW7] Introduce consumed events"•••This reverts commit 99aff0af98e66b1d8515225a103f5beb84d098b9. Reverting due to a few critical bugs and unit test failures. Change-Id: Id41d802981d079f17134a03cc30ab36a3cdd4ac1 Ken Wakasa2014-07-301-10/+10
* [HW7] Introduce consumed events•••Change-Id: Ic2d95d19b1ac66e3e97e4a16187ce5aecb4ac678 Jean Chalard2014-07-291-10/+10
* Use Java 7 diamond operator•••Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef Tadashi G. Takaoka2014-05-241-2/+1
* Implement backspace in the current cluster for Myanmar•••Bug: 13945569 Change-Id: I738b01ede25fd731a2e10c4775f5511ce9bb54c8 Jean Chalard2014-05-141-3/+27
* Add initial reordering rules for Myanmar•••Bug: 13945569 Change-Id: Ib546ba110e87bf72afa7f42c878cc5f638bff6c7 Jean Chalard2014-05-121-3/+200
* 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/+38