| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 Wakasa | 2014-10-23 | 1 | -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. Takaoka | 2014-10-21 | 1 | -4/+0 |
* | Add the first gesture unit tests.•••At last I found a simple way to do it !
Bug: 8845843
Change-Id: I4dd3bf987b58e29a44cf0d7389d294657a33abe1
|  Jean Chalard | 2014-10-15 | 1 | -1/+1 |
* | Add a test for Armenian periods.•••Bug: 11463389
Change-Id: Ic1a612bd6b2693369a1688e6a2273cff26fbe6d1
|  Jean Chalard | 2014-06-18 | 1 | -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 Chalard | 2014-05-29 | 1 | -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 Chalard | 2014-05-28 | 1 | -10/+19 |
* | Add a test for armenian period.•••Bug: 11463389
Change-Id: Ib482290672947df61b86cdb4e78461e9ce843f94
|  Jean Chalard | 2014-05-23 | 1 | -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 Chalard | 2014-05-23 | 1 | -0/+31 |
* | Fix updating the shift state upon backspace•••Bug: 13514349
Change-Id: If4c9db12b0ab5be676f7a2f72715f469066ee537
|  Jean Chalard | 2014-04-14 | 1 | -0/+25 |
* | Add shift mode tests•••Change-Id: I067e91a1f899c1f83fd60adeae66495606812a95
|  Jean Chalard | 2014-04-08 | 1 | -0/+56 |