summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/spellcheck/AndroidSpellCheckerService.java
Commit message (Expand)AuthorAgeFilesLines
* LatinIME: Set proper keyboard for Georgian scriptVasyl Gello2019-12-111-0/+2
* LatinIME: Add new type for Bulgarian scriptVasyl Gello2019-12-111-0/+2
* Add shortcut support to UserDictionaryLookup.Dan Zivkovic2015-04-021-33/+2
* Make Hebrew spellchecking spellcheck Hebrew.Chieu Nguyen2015-03-271-0/+2
* Not all cyrillic scripts use east_slavic layout.Dan Zivkovic2015-03-271-3/+7
* Avoid creating empty String[].Dan Zivkovic2015-03-121-2/+4
* Remove unused phrase gesture code.Chieu Nguyen2015-03-111-2/+1
* Handle null InputMethodSubtype.Dan Zivkovic2015-03-061-1/+1
* Use Keyboard in several interfaces.Mario Tanev2015-02-251-5/+5
* Pass ComposedData to the decoder instead of WordComposer.Martin Paraskevov2015-02-241-5/+5
* Spell checker uses cache of size 1.Dan Zivkovic2015-02-201-3/+3
* Merge "Add new class spellcheck.UserDictionaryLookup that can look up the sys...Mario Tanev2015-02-101-0/+33
|\
| * Add new class spellcheck.UserDictionaryLookup that can look up theMario Tanev2015-02-101-0/+33
* | Cleanup in preparation of distracter change.Dan Zivkovic2015-02-061-3/+1
|/
* Don't check user dictionary, except for spelling.Dan Zivkovic2015-02-041-1/+1
* AOSP changes to use KeyboardLayout to support the new DictionaryFacilitatorMohammadinamul Sheik2015-02-041-2/+5
* LatinIME portion of multi-lang option removal.Dan Zivkovic2015-01-291-2/+1
* Remove Dict dependency on WordComposer and ProximityInfoJean Chalard2014-10-291-1/+2
* Height of the keyboard for spellchecker is too large.Keisuke Kuroyanagi2014-10-241-1/+1
* Fix some compiler warningsTadashi G. Takaoka2014-10-211-3/+0
* Rename PrevWordsInfo to NgramContext.Keisuke Kuroyanagi2014-09-291-3/+3
* [ML7] Have multiple DictionaryGroup instances in facilitatorJean Chalard2014-09-161-1/+1
* Create DictionaryFacilitatorLruCache.Keisuke Kuroyanagi2014-08-271-114/+8
* Revert "Revert "[ML1] Introduce RichInputMethodSubtype""Jean Chalard2014-08-251-1/+2
* Revert "[ML1] Introduce RichInputMethodSubtype"Jean Chalard2014-08-221-2/+1
* [ML1] Introduce RichInputMethodSubtypeJean Chalard2014-08-221-1/+2
* Remove SuggestionsGatherer.Keisuke Kuroyanagi2014-07-101-89/+4
* Quit sorting suggestions in AndroidSpellCheckerService.Keisuke Kuroyanagi2014-07-101-37/+14
* Make spell checker use dictionary facilitator.Keisuke Kuroyanagi2014-07-101-153/+185
* Additional subtype ID should be independent of OS-versionYohei Yukawa2014-07-041-2/+2
* [SD9] Add armenian and georgian scriptsJean Chalard2014-07-011-2/+1
* [SD1] Move script-related methods to a new utils class.Jean Chalard2014-06-261-45/+5
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-6/+4
* Move dicts for spellchecker to under spellcheck.Keisuke Kuroyanagi2014-04-281-2/+0
* Fix: spell checker wrongly sorts suggestions.Keisuke Kuroyanagi2014-03-281-7/+4
* Separate utility methods from BinaryDictionary.Keisuke Kuroyanagi2014-03-051-2/+3
* Remove useless method call for spell checker.Keisuke Kuroyanagi2013-12-261-0/+2
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-1/+1
* Remove suggestions when string contains a periodJean Chalard2013-10-071-2/+12
* Move createKeyboardSetForSpellChecker to AndroidSpellCheckServiceTadashi G. Takaoka2013-08-071-3/+22
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-3/+3
* Consolidate dummy proximity info to the spell checker infoSatoshi Kataoka2013-05-081-4/+21
* Cleanup -- follow up to Ief04a4abb6dc1f79660a2e419c9c5e271802b5a1Ken Wakasa2013-05-011-5/+0
* Fix Google spell checker testsSatoshi Kataoka2013-05-011-14/+3
* Fix a bug where autocorrection status would be wrong.Jean Chalard2013-04-101-1/+1
* Merge "Refactor SpellCheckerProximityInfo as extending ProximityInfo"Tadashi G. Takaoka2013-04-101-5/+1
|\
| * Refactor SpellCheckerProximityInfo as extending ProximityInfoTadashi G. Takaoka2013-04-021-5/+1
* | Move a generic string utility to StringUtilsJean Chalard2013-04-051-33/+2
|/
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
* Fix spell checker subtype list.Jean Chalard2013-01-111-7/+13