aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/android/inputmethod/latin/Dictionary.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-091-99/+0
| | | | | | | Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986
* Increase target size of preferred letters while typing.Amith Yamasani2010-02-081-1/+6
| | | | | | | | | | 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.
* Input language switching. Bug: 2331173Amith Yamasani2009-12-161-0/+5
| | | | | | | | | | | | 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).
* auto import from //branches/cupcake/...@138744The Android Open Source Project2009-03-131-0/+89