aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/RichInputConnectionTests.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix failing tests•••RichInputConnection#getWordRangeAtCursor may now returning either a SpannableString or a String. We can't test that with String#equals(), but TextUtils#equals() does the job for us. Change-Id: I59ebe54207e92f4d90b49476b64f1e12fd4929cb Jean Chalard2013-04-121-7/+8
* Separate caps mode related utils to CapsModeUtils•••Change-Id: I32700c434b296bb3fd39e040c2dda1fe90667daf Tadashi G. Takaoka2013-02-121-9/+9
* Add unit tests tags•••Bug: 8131968 Change-Id: Ibca5a0d63a492134b8af401a62ca3a5748e003cf Tadashi G. Takaoka2013-02-041-0/+2
* Consolidate methods that do the same thing (A74)•••Change-Id: I6e7c3aba2b40ecefa483c9680978bc806368e96e Jean Chalard2012-07-091-18/+13
* Fix a bug where the caps mode would not be changed•••Bug: 6766059 Change-Id: I378f9d35c4904c4f373260bda5863235d833eb31 Jean Chalard2012-07-061-14/+27
* Merge RichInputConnection with EditingUtils•••Change-Id: I9982ff325bef56694402caef28a77683c52ccd71 Jean Chalard2012-06-081-0/+178