LatinIME/java/src/com/android/inputmethod/latin/spellcheck
Jean Chalard 95bfb8ac47 Fix wrong misspelling reports of fully capitalized words
Two flavors of words would be wrongly reported as misspelled
by the android spell checker when they are written in all
upper case letters:
- Words containing a quote or a dash or any other non-letter
- Words that need the first letter to be capitalized

Bug: 7659216
Change-Id: Ibc5d261945ffcbb8a858d4c73b7c62cef6671abf
2012-12-04 18:05:27 +09:00
..
AndroidSpellCheckerService.java Fix wrong misspelling reports of fully capitalized words 2012-12-04 18:05:27 +09:00
AndroidSpellCheckerSession.java Cleanup: Make some classes as final 2012-09-27 19:03:30 +09:00
AndroidSpellCheckerSessionFactory.java Create AndroidSpellCheckerSessionFactory 2012-07-10 16:16:53 +09:00
AndroidWordLevelSpellCheckerSession.java Fix wrong misspelling reports of fully capitalized words 2012-12-04 18:05:27 +09:00
DictAndProximity.java Cleanup: Make some classes as final 2012-09-27 19:03:30 +09:00
DictionaryPool.java Replace useless CharSequence to String 2012-10-22 11:03:28 -07:00
SpellCheckerProximityInfo.java Add @UsedForTesting and @ExternallyReferenced annotations 2012-10-22 11:18:43 -07:00
SpellCheckerSettingsActivity.java Cleanup: Make some classes as final 2012-09-27 19:03:30 +09:00
SpellCheckerSettingsFragment.java Cleanup: Make some classes as final 2012-09-27 19:03:30 +09:00