History log of /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/EditingUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6e5ca890504f96844ba2585be4a3b50786213228 17-May-2012 Jean Chalard <jchalard@google.com> Fix a bug where the previous word would not be read correctly

Bug: 6510002
Change-Id: Id30f67e0ca6f7a6fbbbd07922ae19e416c5ef55e
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/EditingUtils.java
cee24a1f6c0596bf7fc88276b9c2f123b97f5e77 10-May-2012 Tadashi G. Takaoka <takaoka@google.com> Cleanup indentation

Change-Id: Iaaade378acb81a2d68e2e721778a82fd8d5e20a5
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/EditingUtils.java
1894c6e5869f928b310e05acb9e00dab3b30408c 22-Apr-2012 Ken Wakasa <kwakasa@google.com> Remove unused methods and classes

Change-Id: I1a82bf2202d436efa4c5135d705a048fe45a0257
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/EditingUtils.java
f8ad37a8fc8175e6d4bceda41df337608b49d62d 21-Apr-2012 Ken Wakasa <kwakasa@google.com> Remove an unused method

Change-Id: I3abbf6462c31b11167e356fe77b8afca2514a869
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/EditingUtils.java
96fdc4dd8426a078500ce1d8a104bde7201bf9b5 31-Mar-2012 Ken Wakasa <kwakasa@google.com> Remove InputConnectionCompatUtils

Also, small cleanup in proguard.flags

bug: 6129704
Change-Id: If4cc694dbe74b26b1d0da301bbc321ee7afc0211
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/EditingUtils.java
a8ba49c2534220105ce302a50b3a9ddaf831ef20 17-Jan-2012 Jean Chalard <jchalard@google.com> Small cleanup

The method deleteWordAtCursor would call finishComposingText,
which is a very unexpected state change and would probably cause
surprising bugs to any parent that would call it.
As it happens, it's not used anywhere any more so let's just
remove it.

Change-Id: Iaa9200866e40b4e914f76baa987279948300679c
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/EditingUtils.java
40f7efc172928bdd6048e91421a766abe5b22996 19-Jul-2011 Jean Chalard <jchalard@google.com> Fix an NPE related to absent InputConnection

Bug: 5035577
Change-Id: I1a11fc475d4a0f692636000d0b0f40bc35427867
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/EditingUtils.java
8632bff2d5a8e1160989008dea6eff4b94b065dd 19-May-2011 Tadashi G. Takaoka <takaoka@google.com> Fix copyright author from Google to AOSP

Change-Id: Iaceedc783181e43af6dd48ece218a42eace66532
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/EditingUtils.java
0c8d5ca023d54b7c9ef6c20eb7988288132bacb5 26-Apr-2011 Jean Chalard <jchalard@google.com> Fix Eclipse warnings.

This change is only there to fix warning issued by Eclipse.
It should have absolutely no impact on the program logic.

Change-Id: Ie0e242ac6c167297d33de19902340b0f6ecae9e1
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/EditingUtils.java
89bd776cf68150202d774d62cc1c88664aea5e9f 20-Apr-2011 Jean Chalard <jchalard@google.com> Use user-history bigrams when no input if available.

This also fixes a small inconsistency upon clicking on whitespace
twice in a row.
Also add some unit tests for an introduced and an existing method.

Change-Id: I1be2fb53c9624f4d0f5299009632cb4384fdfc15
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/EditingUtils.java
6f18a1fbcccf9cf5ca937b08098601a4fafead29 29-Mar-2011 satok <satok@google.com> Disable Recorrection when APIs are not supported.

Change-Id: I3b8fdc149d350215fd4852a50456824fe3fabe0b
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/EditingUtils.java
e26ef1bccddc942fdaeada3409c8e8ff18a35008 10-Dec-2010 Tadashi G. Takaoka <takaoka@google.com> Remove Tutorial class and unused debug feature

This change also cleanups compiler warnings.

Bug: 2897373
Change-Id: If972cf45c1eb40436adbddbf71969e5409f4c9c5
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/EditingUtils.java