aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/InputLogicTestsReorderingMyanmar.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Disable the Burmese keyboard.Dan Zivkovic2015-01-291-235/+0
| | | | | | | | We'll resurrect this effort in the new code base. Bug 16900511. Change-Id: Iae4cd27cb29cb8f991e97cffd88ed59c30d66628
* Fix some compiler warningsTadashi G. Takaoka2014-10-211-8/+6
| | | | | | | | | | | | | | | | | | | | | 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
* Deactivate tests for MyanmarJean Chalard2014-08-061-0/+3
| | | | | | | | | They are pretty extensive already and require an implementation that works pretty well. However ours is based on an old architecture and updating them will take time, so for the time being it's best to just deactivate the tests. Change-Id: I649a220d13fc455b4306706bb964602c27a5a28c
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-0/+2
| | | | Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
* Fix unit tests.Jean Chalard2014-05-141-1/+1
| | | | | | | | Language change has always been strange. That's because we didn't call the right method >.> Also, extra values were not passed in correctly. Change-Id: Ifc345988df944ad691fe22cb71cb519e47a5a223
* Add initial reordering rules for MyanmarJean Chalard2014-05-121-0/+232
Bug: 13945569 Change-Id: Ib546ba110e87bf72afa7f42c878cc5f638bff6c7