summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/Dictionary.java
Commit message (Expand)AuthorAgeFilesLines
* Add shortcut support to UserDictionaryLookup.Dan Zivkovic2015-04-021-0/+4
* Remove last vestiges of contextual+personal dictionary.Dan Zivkovic2015-02-041-9/+2
* Remove Dict dependency on WordComposer and ProximityInfoJean Chalard2014-10-291-7/+7
* Fix Javadoc and null analysis related warningsTadashi G. Takaoka2014-10-231-0/+8
* Fix some compiler warningsTadashi G. Takaoka2014-10-211-3/+7
* [ML19] Actually switch the language when appropriateJean Chalard2014-10-091-7/+9
* Rename PrevWordsInfo to NgramContext.Keisuke Kuroyanagi2014-09-291-5/+4
* [ML8] Add a language weightJean Chalard2014-09-191-6/+10
* Add a Dictionary.isUserSpecific method.David Faden2014-09-181-0/+18
* [ML3] Put the locale in SuggestedWordInfoJean Chalard2014-09-011-3/+6
* Move phrase gesture from additional features to public.Keisuke Kuroyanagi2014-07-081-4/+4
* Add Dictionary.isInDictionary().Keisuke Kuroyanagi2014-06-091-4/+13
* Add getMaxFrequencyOfExactMatches() to Dictionary.Keisuke Kuroyanagi2014-06-051-0/+4
* Use PrevWordsInfo instead of String in Java side.Keisuke Kuroyanagi2014-05-191-5/+3
* Make session id mandatory for getSuggestions.Keisuke Kuroyanagi2014-05-161-12/+3
* Add contextual dictionary to the dictionary facilitator.Keisuke Kuroyanagi2014-05-011-0/+2
* Add languageWeight as an argument of getSuggestions.Keisuke Kuroyanagi2014-04-031-4/+10
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-5/+2
* [AC4] Add native methods necessary for auto-commitJean Chalard2013-09-131-1/+4
* Pass additionalFeaturesOptions for getSuggestions().Keisuke Kuroyanagi2013-08-281-4/+7
* [AC3] Start calling the methods for auto-commit.Jean Chalard2013-08-201-0/+10
* [AC2] Reference a dict rather than a string in suggestion infosJean Chalard2013-08-201-4/+41
* Add a place holder of the personalization dictionarySatoshi Kataoka2013-07-261-1/+6
* Pass blockOffensiveWords as a parameterJean Chalard2013-05-011-3/+6
* Restart suggestions when the cursor moves.Jean Chalard2013-04-121-0/+2
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
* Remove unused variablesKen Wakasa2012-11-161-5/+0
* Replace useless CharSequence to StringTadashi G. Takaoka2012-10-221-5/+5
* Remove the whitelist dictionary.Jean Chalard2012-08-171-1/+0
* Step 28-A Introduce the session Id to getSuggestionSatoshi Kataoka2012-08-151-0/+7
* Cleanup unused import and dead codeTadashi G. Takaoka2012-08-061-2/+0
* Cleanup old methods (A90)Jean Chalard2012-07-101-22/+0
* Implement the common Dictionary interface (A89)Jean Chalard2012-07-101-8/+4
* Reduce method visibility (A88)Jean Chalard2012-07-101-2/+2
* Add a consolidated method to the Dictionary interface (A85)Jean Chalard2012-07-101-0/+21
* Remember the source dictionary for each suggestion.Jean Chalard2012-06-271-0/+2
* Move constants to a better place.Jean Chalard2012-06-271-0/+8
* Cleanup the dictionary type.Jean Chalard2012-06-271-0/+6
* Update the prototype of onAddSuggestedWord - calling side.Jean Chalard2012-06-271-3/+0
* Remove the Callback interface for simpler code. (A17)Jean Chalard2012-06-261-22/+0
* Remove the callback argument to getBigrams() (A16)Jean Chalard2012-06-261-4/+2
* Remove the callback argument to getWords() (A15)Jean Chalard2012-06-261-5/+3
* Change the return type of getWords and getBigrams (A8)Jean Chalard2012-06-261-5/+8
* Change JNI for GestureSatoshi Kataoka2012-06-251-2/+3
* Remove non-dictionary words and digit touch data.Kurt Partridge2012-06-171-0/+8
* Set level 1 as the initial value of the valid wordsSatoshi Kataoka2012-05-291-0/+5
* Clean up some compiler warningsTadashi G. Takaoka2012-05-251-1/+1
* Read and use user dictionary shortcuts.Jean Chalard2012-05-151-5/+0
* Pass the previous word to getSuggestionsJean Chalard2012-04-171-1/+3
* Fix some obvious compiler warningsTadashi G. Takaoka2012-03-291-1/+1