aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/ShiftModeTests.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-111-125/+0
|
* Update the imports to androidx.test.filters.*Fangqiu Su2024-04-181-1/+2
| | | | | | Bug: 316941721 Test: mmma . Change-Id: I05a7d05dc8d0acb9baecf46357757ad2453f6dbc
* Move Constants.java to the latin.common packageKen Wakasa2014-10-231-0/+2
| | | | | | | Our intention is to have classes of latinime-common under the common package as much as we can. Change-Id: I76efbbbe7bebf1a4aa943715cdff64f91675e20d
* Fix some compiler warningsTadashi G. Takaoka2014-10-211-4/+0
| | | | | | | | | | | | | | | | | | | | | 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
* Add the first gesture unit tests.Jean Chalard2014-10-151-1/+1
| | | | | | | At last I found a simple way to do it ! Bug: 8845843 Change-Id: I4dd3bf987b58e29a44cf0d7389d294657a33abe1
* Add a test for Armenian periods.Jean Chalard2014-06-181-19/+11
| | | | | Bug: 11463389 Change-Id: Ic1a612bd6b2693369a1688e6a2273cff26fbe6d1
* Disable a test that fails for an unknown reasonJean Chalard2014-05-291-1/+1
| | | | | | | | 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
* Run test only on KitKat devicesJean Chalard2014-05-281-10/+19
| | | | | | | | | 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
* Add a test for armenian period.Jean Chalard2014-05-231-0/+13
| | | | | Bug: 11463389 Change-Id: Ib482290672947df61b86cdb4e78461e9ce843f94
* Fix some auto-caps problems:Jean Chalard2014-05-231-0/+31
| | | | | | | | | - (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
* Fix updating the shift state upon backspaceJean Chalard2014-04-141-0/+25
| | | | | Bug: 13514349 Change-Id: If4c9db12b0ab5be676f7a2f72715f469066ee537
* Add shift mode testsJean Chalard2014-04-081-0/+56
Change-Id: I067e91a1f899c1f83fd60adeae66495606812a95