aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/SuggestedWords.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix the safety net•••Bug: 5453150 Change-Id: I5990feb2622738988bf29843c6bcdb9cbf8bbf33 satok2011-10-131-5/+16
* Add pretty-printing to SuggestedWords.Builder to help debug•••Change-Id: I2f40ca40f2b452078d0f24cef72e0182e10e2269 Jean Chalard2011-10-071-0/+13
* Do not put the suggestion span for obsolete suggestions.•••Bug: 5219037 Change-Id: I0300fbc7e1cc97f0f8ba4d21e0e699d9fe66ed76 satok2011-08-261-1/+1
* Cleanup CandidateView class•••Bug: 5023981 Change-Id: Id79e31c60dfb41be546f5c5a3680e8651457151d Tadashi G. Takaoka2011-08-041-1/+5
* Fix a NPE when sent buggy data by an application•••Bug: 5072247 Change-Id: I7369877072f6bb94dff5b1bcf52c9f8dde4854b7 Jean Chalard2011-07-271-4/+9
* Adaptive suggestions strip•••Bug: 4903845 Change-Id: I9e2e17a9eee72df5c92414dcd4796ed7fe1655e1 Tadashi G. Takaoka2011-07-011-3/+16
* Fix a typo.•••Change-Id: I245deb5af6b504ff20617929c0510036d0c930d5 Jean Chalard2011-04-201-4/+4
* Remove mIsApplicationSpecifiedCompletions flags from SuggestedWords•••Bug: 3504990 Change-Id: Ib7588ab05fa8b8ab58bf3bea6ff1f644c53ebb94 Tadashi G. Takaoka2011-03-021-11/+5
* Update suggestions if user typed word is found in dictionary•••This change aslo eliminates duplicate suggestion from past suggestions. And call setTypedWordVaild to past suggestions. Bug: 3367722 Change-Id: I7ffaa2f7e4e30b3951b6c2df002d269671c9d654 Tadashi G. Takaoka2011-01-211-2/+11
* Dim previously suggested words•••Change-Id: Id673c03bfa22ea9ce1bedb5174d8309a37a2a460 satok2011-01-211-24/+61
* Disable auto-correct when previous suggestion candidates are shown•••Change-Id: I16717f0c67950297a077a15b2b6492180c0bc54b satok2011-01-181-1/+1
* Suppress punctuation suggestions if not needed•••Bug: 3294256 Bug: 3284745 Change-Id: I77d54cbfcc2e809315bab59ecb808ae944982501 Tadashi G. Takaoka2010-12-221-7/+27
* Fix auto correction threshold values array reference•••This change also removes unused argument from Suggest.getSuggestions(). Change-Id: I512f8695d22898bb906e136a66e0ee6b521cd1d1 Tadashi G. Takaoka2010-12-131-1/+5
* Introduce SuggestedWords class to represent suggestions list•••Change-Id: I81677a785640d37296be8b42c7a74bd0c00edf46 Tadashi G. Takaoka2010-12-121-0/+120