aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/EditingUtil.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for correction mode - reliably show the corrections when tapping on a ↵Amith Yamasani2010-08-171-2/+25
| | | | | | | | | | | | | | word. Also, continue to show the corrections when user keeps replacing the word repeatedly with different corrections from the suggestion strip. There were problems with tapping suggestions quickly or tapping the same suggestion more than once (same length). Also fixes Bug: 2852891 - Text suggestion appears incorrectly when selecting text that's not a whole word. Changed the TextEntryState states to an enum type instead of int. Needed it to show the states for debugging purposes.
* - separate dict (uses xml)Jae Yong Sung2010-07-281-3/+15
| | | | | | | | | | - retrieve bigrams that only starts with character typed and neighbor keys - contacts bigram - performance measure bug: 2873133 Change-Id: If97c005b18c82f3fafef50009dd2dfd972b0ab8f
* added bigram predictionJae Yong Sung2010-07-131-0/+16
| | | | | | | | | - after first character, only suggests bigram data (but doesn't autocomplete) - after second character, words from dictionary gets rearranged by using bigram - compatible with old dictionary - added preference option to disable bigram Change-Id: Ia8f4e8fa55e797e86d858fd499887cd396388411
* Remember typed words for auto-correctionsAmith Yamasani2010-06-241-0/+178
Change-Id: I475c2fa7604f91659100510079fa13c7615177e9