History log of /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/BlueUnderlineTests.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2d68f4b392ebd90aec471b845a1e9a0cd2078755 13-Feb-2014 Jean Chalard <jchalard@google.com> Clean-up follow-up to I3ecc8496

Change-Id: I8db952a4152dab027e4f34bc5270bfca508d154d
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/BlueUnderlineTests.java
cf03ff02b18be101f031eaadc4f7e44e4056be10 12-Feb-2014 Jean Chalard <jchalard@google.com> Fix a test.

This fixes two separate problems:
- The word finds itself with two separate suggestion spans.
This is fine for LatinIME, but it's hard to predict whether it's
fine for other interested parties (other keyboards).
- The test for the blue underline was incorrect.

Change-Id: I3ecc849676851bf25a25238d694adaa956521a26
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/BlueUnderlineTests.java
1e50c681af56dd77d97a1e6d463f1e3023c1a69b 25-Dec-2013 Jean Chalard <jchalard@google.com> [IL52] Remove a useless method.

This old method doesn't even re-read the old suggestions. It used to
recompute them without the coordinates.
Re-using the recorrection code, which is much more advanced, is
the right thing to do here.

Also, refining the test. It's no use trying to resume suggestion
if we don't have a suggestion strip, since we aren't going to
auto-correct anything anyway.

Not the motivation for this change, but this also fixes
Bug: 11620256
Change-Id: Id49efa32e293c49837c61fdc752c86bbac1d2c88
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/BlueUnderlineTests.java
d5781eef628c2cd4ac38029040746daa4679d637 01-May-2013 Satoshi Kataoka <satok@google.com> Fix Google spell checker tests

Bug: 8613307

Change-Id: Ief04a4abb6dc1f79660a2e419c9c5e271802b5a1
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/BlueUnderlineTests.java
ce6bcdd1a547c9874f05a08074cafdfea16196d6 12-Feb-2013 Tadashi G. Takaoka <takaoka@google.com> Separate caps mode related utils to CapsModeUtils

Change-Id: I32700c434b296bb3fd39e040c2dda1fe90667daf
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/BlueUnderlineTests.java
b4598f7d05d6afd01ddc7ea0bed71dda837d1deb 05-Feb-2013 Tadashi G. Takaoka <takaoka@google.com> Add unit tests tags

Bug: 8131968
Change-Id: Ibca5a0d63a492134b8af401a62ca3a5748e003cf
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/BlueUnderlineTests.java
912ad4614f4bd10d871b16b5307fed1405f8c1e2 09-Jan-2013 Jean Chalard <jchalard@google.com> Fix international tests

Tests have been broken again by recent changes to subtype
choice within Latin IME. This fixes the problem and all tests
pass again.

This change also includes a small fix to one test that was
checking for something irrelevant.

Change-Id: I6a03dea24f99b0d2ad84c4161a8413f3060bb811
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/BlueUnderlineTests.java
40f7b43b3f0f2845cc005a901c911637c8c591ca 21-Nov-2012 Jean Chalard <jchalard@google.com> am 82cc7349: am b9385ff9: am cdbf6fb5: Merge "Correctly add double quote to the space strippers" into jb-mr1.1-dev

* commit '82cc7349254e1ca3722ead1f108b6c53820432d5':
Correctly add double quote to the space strippers
c5653daf72aefde36321de8567ede6a3c60b5621 19-Nov-2012 Jean Chalard <jchalard@google.com> Correctly add double quote to the space strippers

...without removing space, this time.
Also add a test to make sure it is working.

Bug: 7531719
Change-Id: I3afcc433c6cdc2774e7deeb6d358356db5035d35
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/BlueUnderlineTests.java
240871ecafde7834ebb4270cd7758fc904a5f3a7 29-Oct-2012 Tadashi G. Takaoka <takaoka@google.com> Move code point constants from Keyboard to Constants class

Change-Id: Iee01d4d2b916d0b584531104ac865ae6e6370a3d
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/BlueUnderlineTests.java
2752287c425b9be87800136bd616ee63940caaac 10-Oct-2012 Jean Chalard <jchalard@google.com> Fix failing tests.

Most of the failures can be ascribed to the tests not passing the correct
old position of the cursor on a second call to onUpdateSelection() to
LatinIME.

Bug: 7276565
Bug: 7276805
Bug: 7276195
Change-Id: I3f1b52cdcc783ea18838408bed50699b7254eaf4
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/BlueUnderlineTests.java
f83a6821bbf3863415378ea39d3b705954318e41 18-May-2012 Jean Chalard <jchalard@google.com> Fix some of the input logic tests

This behavior has been changed for bug#6105732

Bug: 6516976
Change-Id: Ief8225b26d831cd92a051ce25cc005270b6b1776
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/BlueUnderlineTests.java
0d708b0cf5eb4334995dc67ba4ad38b18467faeb 23-Mar-2012 Jean Chalard <jchalard@google.com> Separate input logic tests in several categories.

The intent is to make things easier to read.

Change-Id: Ida95ac8bd4119a2497d3e2a4d92485a96316962d
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/BlueUnderlineTests.java