summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/spellcheck/AndroidSpellCheckerService.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove a useless memberJean Chalard2012-12-111-0/+2
* Fix wrong misspelling reports of fully capitalized wordsJean Chalard2012-12-041-7/+15
* Replace useless CharSequence to StringTadashi G. Takaoka2012-10-221-2/+2
* Cleanup: Make some classes as finalTadashi G. Takaoka2012-09-271-3/+3
* Add CollectionUtils class to create generic collection easilyTadashi G. Takaoka2012-08-221-9/+8
* Remove the whitelist dictionary.Jean Chalard2012-08-171-14/+0
* Create AndroidSpellCheckerSessionFactorySatoshi Kataoka2012-07-101-1/+3
* Separate SpellCheckerSession from SpellCheckerServiceSatoshi Kataoka2012-07-101-393/+16
* Remove WordComposer.add(int, int, int, KeyDetector) methodTadashi G. Takaoka2012-07-041-2/+2
* Remove a meaningless separation (A18)Jean Chalard2012-06-261-5/+4
* Remove the Callback interface for simpler code. (A17)Jean Chalard2012-06-261-10/+2
* Remove the callback argument to getBigrams() (A16)Jean Chalard2012-06-261-1/+1
* Do away with Utils#addAllSuggestions (A14)Jean Chalard2012-06-261-1/+1
* Neutralize AndroidSpellChecker.SuggestionsGatherer#addWords (A13)Jean Chalard2012-06-261-2/+16
* Change JNI for GestureSatoshi Kataoka2012-06-251-2/+2
* Remove deprecated classes.Jean Chalard2012-06-081-33/+19
* am eead5492: am 769cecf7: Close spell-checking dictionaries in a background t...Jean Chalard2012-06-061-20/+25
|\
| * Close spell-checking dictionaries in a background threadJean Chalard2012-06-071-20/+25
* | Cache bigram results in Android SpellCheckerSatoshi Kataoka2012-06-061-8/+24
|/
* Fix a bug where Latin IME crashes on spell checker requestJean Chalard2012-06-051-2/+8
* Merge "Fix a bug where the spellcheck is using the old non-binary contacts di...Tom Ouyang2012-06-041-1/+5
|\
| * Fix a bug where the spellcheck is using the old non-binary contacts dictionaryTom Ouyang2012-06-041-1/+5
* | Read the script correctlyJean Chalard2012-06-041-4/+6
|/
* Clean up some compiler warningsTadashi G. Takaoka2012-05-251-4/+0
* Add new locales for the spell checker.Jean Chalard2012-05-241-0/+6
* Support bigram suggestions in Android spell checkersatok2012-05-241-1/+28