futokb/java
Amith Yamasani b71547f2d0 Fix some bugs in editing feature
- Fixed caching of words - some StringBuilders were being recycled while also being cached. Making copies now.
- Fixed regression in revert - don't reset the word composer after saving the accepted word.
- Removed flicker when cursoring through a word - delay the abortCorrection() until we need to and do the correction
   as an atomic operation.
- Fixed replacing of "selected" words (double-tap to select a word)

Still to do:
- Remove flicker on highlighting a word - may need a framework change
- Don't remove spans on text that's already in the text field - may require a framework change.
- Figure out what to do about the punctuations that share the suggestion strip when in correction mode.
2010-07-09 14:08:01 -07:00
..
res Move the Serbian keyboard and strings to the correct folder. 2010-06-30 11:13:49 -07:00
src/com/android/inputmethod Fix some bugs in editing feature 2010-07-09 14:08:01 -07:00
Android.mk
AndroidManifest.xml Remove the shared uid for LatinIME 2010-03-16 14:01:52 -07:00
MODULE_LICENSE_APACHE2 Clarify licensing 2010-04-05 09:47:36 -07:00
NOTICE Clarify licensing 2010-04-05 09:47:36 -07:00
proguard.flags Tests and some new constructors to help in testing. 2010-05-07 13:40:20 -07:00