maiacore android keyboard app or something
 
 
 
 
Go to file
Amith Yamasani f590a49739 Fix for 2295810: Auto-correction of English results in Englishman
Comparisons were always happening with lowercase version of the typed
word, which wouldn't match the uppercase word in the dictionary, so it
became an unrecognized word when typed in full. Highlight was then going
to the next word in the list.

Fix compares the lowercase and uppercase versions of the word for
validity.
2009-12-01 11:44:22 -08:00
dictionaries auto import from //branches/cupcake/...@138744 2009-03-13 15:11:42 -07:00
dictionary Fix for #2185627 : ArrayIndexOutOfBounds in BinaryDictionary.getWords() 2009-10-14 16:30:34 -07:00
res Remove U+U2042 ASTERISM from the longpress special-character dialog. 2009-11-12 13:48:46 -08:00
src/com/android/inputmethod/latin Fix for 2295810: Auto-correction of English results in Englishman 2009-12-01 11:44:22 -08:00
Android.mk auto import from //branches/cupcake/...@138744 2009-03-13 15:11:42 -07:00
AndroidManifest.xml Don't kill the IME after a restore 2009-09-01 21:16:19 -07:00