aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/android/inputmethod/latin/Dictionary.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-99/+0
* Increase target size of preferred letters while typing.•••This increases the chance of hitting the correct letter when typing a word that exists in the dictionary, rather than only correct it after the fact. It is most effective after 2 or 3 letters of a word have been typed and gets more accurate with more typed letters in the word. If 2 adjacent letters have similar probabilities of occuring, then there is no hit correction applied. Amith Yamasani2010-02-081-1/+6
* Input language switching. Bug: 2331173•••New feature to enable fast switching between input languages for multilingual users. Keyboard settings lets you select a bunch of languages to switch between from the Latin IME. Use the Globe icon to toggle between languages. Needs more work and some layout changes in specialized keyboards. Also added a Russian keyboard (needs some pixel TLC at the right edge). Amith Yamasani2009-12-161-0/+5
* auto import from //branches/cupcake/...@138744The Android Open Source Project2009-03-131-0/+89