LatinIME/java/src/com/android/inputmethod/latin/spellcheck
Dan Zivkovic 459b4f353e Spelling cannot cache words across invocations.
We want to let the facilitator decide if a word is valid or invalid, and cache
the answer in the facilitator's cache. The spell checker session doesn't need
its own word cache, except as a crutch to communicate suggestions to the code
that populates the suggestion drop-down. We leave that in place.

Bug 20018546.

Change-Id: I3c3c53e0c1d709fa2f64a2952a232acd7380b57a
2015-04-29 14:30:49 -07:00
..
AndroidSpellCheckerService.java Add shortcut support to UserDictionaryLookup. 2015-04-02 11:15:27 -07:00
AndroidSpellCheckerSession.java Spelling cannot cache words across invocations. 2015-04-29 14:30:49 -07:00
AndroidSpellCheckerSessionFactory.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
AndroidWordLevelSpellCheckerSession.java Spelling cannot cache words across invocations. 2015-04-29 14:30:49 -07:00
SentenceLevelAdapter.java Move Constants.java to the latin.common package 2014-10-23 20:27:37 +09:00
SpellCheckerSettingsActivity.java Fix Javadoc and null analysis related warnings 2014-10-23 09:58:42 +09:00
SpellCheckerSettingsFragment.java Use SwitchPreference for spell checker setting 2014-07-16 12:13:51 -07:00