aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/ShiftModeTests.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update the imports to androidx.test.filters.*•••Bug: 316941721 Test: mmma . Change-Id: I05a7d05dc8d0acb9baecf46357757ad2453f6dbc Fangqiu Su2024-04-181-1/+2
* 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-0/+2
* 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-4/+0
* Add the first gesture unit tests.•••At last I found a simple way to do it ! Bug: 8845843 Change-Id: I4dd3bf987b58e29a44cf0d7389d294657a33abe1 Jean Chalard2014-10-151-1/+1
* Add a test for Armenian periods.•••Bug: 11463389 Change-Id: Ic1a612bd6b2693369a1688e6a2273cff26fbe6d1 Jean Chalard2014-06-181-19/+11
* Disable a test that fails for an unknown reason•••It works when tested on the actual device, and on some versions of the platform. Until we know what's wrong with resource loading when running under the test harness, we need to disable this test. Change-Id: I2d7ed9db940b9b73739de8325665bdafb6af58cb Jean Chalard2014-05-291-1/+1
* Run test only on KitKat devices•••This won't work on < KK because it needs the armenian locale to be present on the device. I don't know why, but when under test, apps don't seem to be able to resolve resources for locales not supported by the system. Change-Id: Ie0f4fc30954978061cae751024bab5569a2ab2eb Jean Chalard2014-05-281-10/+19
* Add a test for armenian period.•••Bug: 11463389 Change-Id: Ib482290672947df61b86cdb4e78461e9ce843f94 Jean Chalard2014-05-231-0/+13
* Fix some auto-caps problems:•••- (mainly for Spanish) auto-caps after inverted bang and what - (German only) don't auto-cap after digits-period-space Bug: 15177663 Bug: 12206753 Change-Id: Ia214bc067319469d9debbbfbdcb1dcff980847f0 Jean Chalard2014-05-231-0/+31
* Fix updating the shift state upon backspace•••Bug: 13514349 Change-Id: If4c9db12b0ab5be676f7a2f72715f469066ee537 Jean Chalard2014-04-141-0/+25
* Add shift mode tests•••Change-Id: I067e91a1f899c1f83fd60adeae66495606812a95 Jean Chalard2014-04-081-0/+56