LatinIME/java
Jean Chalard 88fa53b840 Filter out of spellchecking words that don't look like words
Note that this affects only the results of the spell checker if
actually passed such a word. For example, the spell checker will
not flag "http://oju" as a typo, because it looks like a URL.
But in the current implementation, TextView passes "http" and
"oju" separately, so "oju" is still flagged as a typo.

Bug: 5281875
Change-Id: I9d721fd3af34edc51b11908cf2e8fe994b164242
2011-09-14 17:46:06 +09:00
..
res Clean up the mini keyboard for the Double low-9 quotation mark U+201E key 2011-09-14 12:13:58 +09:00
src/com/android/inputmethod Filter out of spellchecking words that don't look like words 2011-09-14 17:46:06 +09:00
Android.mk Use InputMethodSettingsFragment 2011-07-09 11:25:54 +09:00
AndroidManifest.xml Update the LatinIME app icon 2011-08-31 16:09:01 +09:00
MODULE_LICENSE_APACHE2
NOTICE
proguard.flags Add a settings activity for the spell checker. 2011-08-12 19:07:51 +09:00