aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/android/inputmethod/latin/WordComposer.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't let the native code target be included twice when unbundling.•••Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986 Amith Yamasani2010-03-091-174/+0
* Auto-added words will only be capitalized if user intended to. #2373284•••If a user creates a new word at the beginning of a sentence, then don't add it as a capitalized word in the dictionary. Amith Yamasani2010-01-241-0/+19
* Some performance optimizations.•••Makes the user/contacts dictionary lookup faster. This is necessary because there's more in these dictionaries now and it's written in Java. Fix an auto-caps issue when moving the cursor. And do it a little lazily. Fixed a bug that was causing user dictionary words to get a much higher weightage than the main dictionary. Amith Yamasani2009-08-131-1/+1
* Less aggressive CAPS mode prediction.•••Don't auto-correct if the typed word has more than one uppercase letter. Also, delay applying shift state to the keyboard so that fast backspaces are not interrupted by the time taken to render the shifted/unshifted keyboard. Show ellipsis on the ?123 key Amith Yamasani2009-08-131-1/+15
* auto import from //branches/cupcake/...@138744The Android Open Source Project2009-03-131-0/+141