futokb/java
Jean Chalard 514beb0992 Fix a long-standing race condition.
Upon autocorrection, there is visual feedback in the text
view that quickly flashes the background of the text that
just changed. This fixes a race condition that happens
upon autocorrection when typing fast, and that results in
flashing one character too far left (typically, the flashing
area includes the whitespace before the corrected word and
not the last character of the corrected word).
This happens because the call to commitCorrection may
happen before or after the IPC sent by sendKeyChar, but the
arguments are fit only for the case where it arrives first.

Change-Id: I9b5442a665aad5a9bc66cd49228075b9056b37fa
2011-12-14 16:24:18 +09:00
..
res Show usability study mode for research purposes 2011-12-09 15:31:06 +09:00
src/com/android/inputmethod Fix a long-standing race condition. 2011-12-14 16:24:18 +09:00
Android.mk Reorganize LatinIME native build directory structure. Now it got NDK friendly. 2011-12-13 21:16:20 +09:00
AndroidManifest.xml Use the system-wide interface to add a word. 2011-12-07 16:19:05 +09:00
MODULE_LICENSE_APACHE2
NOTICE
proguard.flags