A mirror for futokb (https://gitlab.futo.org/keyboard)
Go to file
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
dictionaries auto import from //branches/cupcake/...@138744 2009-03-13 15:11:42 -07:00
java Fix some bugs in editing feature 2010-07-09 14:08:01 -07:00
native resolved conflicts for merge of 1633fa9b to master 2010-05-05 18:51:29 -07:00
tests Tests and some new constructors to help in testing. 2010-05-07 13:40:20 -07:00
Android.mk Don't let the native code target be included twice when unbundling. 2010-03-09 15:01:09 -08:00
CleanSpec.mk Add cleanstep to avoid having 2 LatinIMEs in the build 2010-03-10 11:22:35 -08:00