futokb/java
Jean Chalard edc6395d9b Fix a bug where words disappear on inserting separators
The basic idea is that in some situations, we would restart
suggestions, but before evaluating them we would bail out
because suggestions were not requested. This would lead to
the "correction" set to null, so we would commit a null word.

This fix does two things:
- Do not restart suggestions when not requested.
- If we still end up with a composing word when suggestions
  are not requested, we select the typed word as the
  correct version.

Bug: 5846646
Change-Id: Ic35351841d0cb20afa99092ef681ecb7bd68bec6
2012-01-17 16:16:52 +09:00
..
res Fix SubtypeLocaleTests 2012-01-13 14:35:43 +09:00
src/com/android/inputmethod Fix a bug where words disappear on inserting separators 2012-01-17 16:16:52 +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 Change the application name of aosp latin ime 2012-01-12 14:27:22 +09:00
MODULE_LICENSE_APACHE2
NOTICE
proguard.flags Fix proguard.flags to keep method for testing 2012-01-10 17:19:01 +09:00