summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/Suggest.java
Commit message (Expand)AuthorAgeFilesLines
...
* Add debugging info for Latin IME.Jean Chalard2011-02-011-4/+28
* Merge "Fix auto-correction threshold and promote full matched words" into hon...satok2011-01-261-1/+1
|\
| * Fix auto-correction threshold and promote full matched wordssatok2011-01-271-1/+1
* | Fix safety net not to be enabled at aggressive autocompletion modesatok2011-01-271-0/+4
|/
* Dim previously suggested wordssatok2011-01-211-8/+8
* Add a safety net for auto-correction.satok2011-01-191-7/+18
* Fixes in close() in BinaryDictionary.Ken Wakasa2011-01-171-4/+4
* Load main dic in nativeKen Wakasa2011-01-071-15/+26
* Consolidate main dictionary files.Ken Wakasa2011-01-051-1/+1
* Suppress punctuation suggestions if not neededTadashi G. Takaoka2010-12-221-1/+1
* Fix auto correction threshold values array referenceTadashi G. Takaoka2010-12-131-16/+14
* Cleanup unused string resourcesTadashi G. Takaoka2010-12-121-5/+5
* Introduce SuggestedWords class to represent suggestions listTadashi G. Takaoka2010-12-121-7/+12
* Remove LatinIME prefix from classesTadashi G. Takaoka2010-12-091-1/+1
* Suggest excessive characterssatok2010-12-081-36/+7
* Move some inner static class to top class in new packageTadashi G. Takaoka2010-12-021-0/+1
* Cleanup unused Java importTadashi G. Takaoka2010-11-291-5/+5
* Capitalization for "Quick Fixes" words doesn't workKen Wakasa2010-11-011-3/+19
* Add an auto complete's threshold option.Mitsuhiro Shimoda2010-10-051-2/+13
* Capitalize the displayed text in the suggestion bar when all of the user type...Ken Wakasa2010-09-281-3/+9
* Clean up LatinIME javasatok2010-08-241-2/+0
* DO NOT MERGE. Backport LatinIME from master to Gingerbreadsatok2010-08-201-43/+196
* Clarify licensingJean-Baptiste Queru2010-04-051-1/+1
* Don't auto-add when in suggest-only mode. Bug: 2521344Amith Yamasani2010-03-241-5/+4
* Remove popup for extension keyboard in landscape. bug: 2519903Amith Yamasani2010-03-171-1/+1
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-091-0/+378