summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/compat/SuggestionSpanUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Always specify non-null Locale object to SuggestionSpanYohei Yukaw2015-04-201-6/+5
* Forgot to remove reference to deleted class.Dan Zivkovic2015-03-031-5/+2
* Make LocaleUtils.constructLocaleFromString as @NonnullTadashi G. Takaoka2014-11-211-5/+1
* Move util classes under commonJean Chalard2014-11-071-1/+1
* Add a utility method to SuggestionSpanUtilsYohei Yukawa2014-10-061-0/+28
* Add unittest for SuggestionSpanUtilsYohei Yukawa2014-10-061-1/+6
* Fix a bug where the top prediction would disappear.Jean Chalard2014-08-261-1/+1
* Clean up compatible utility classesTadashi G. Takaoka2014-08-041-2/+2
* Rename LatinImeLogger to DebugFlagsTadashi G. Takaoka2014-07-161-2/+2
* Use whether it's exact match to detect distracters.Keisuke Kuroyanagi2014-05-261-1/+1
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-2/+1
* Add PunctuationSuggestions classTadashi G. Takaoka2014-02-141-2/+1
* [IL57] Don't require a main dict suggestion.Jean Chalard2014-01-161-12/+0
* [IL16] Improve getTextWithSuggestionSpanJean Chalard2013-12-201-6/+20
* Fix some warningsJean Chalard2013-07-311-3/+1
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-1/+1
* Small code cleanupsKen Wakasa2013-01-071-9/+11
* Clean up SuggestionSpanUtils for API level 14+Ken Wakasa2012-12-171-62/+17
* Replace useless CharSequence to StringTadashi G. Takaoka2012-10-221-12/+7
* Add SuggestedWords.isEmpty() methodTadashi G. Takaoka2012-10-031-2/+2
* Make utility classes finalTadashi G. Takaoka2012-08-291-1/+1
* Add CollectionUtils class to create generic collection easilyTadashi G. Takaoka2012-08-221-5/+6
* Cleanup unused import and dead codeTadashi G. Takaoka2012-08-061-3/+0
* Do not set "SuggestionSpan"s for suggestions from the next word predicitionsatok2012-05-151-0/+1
* Do not pass misspelled flags to TextViewsatok2012-04-171-6/+1
* Add isDictionaryAvailable to SubtypeSwitchersatok2012-04-121-2/+3
* Don't draw red underline for manually picked words that came from bigram pred...Ken Wakasa2012-04-051-0/+2
* Add private constructor to utility classesTadashi G. Takaoka2012-04-031-0/+4
* Fix some obvious compiler warningsTadashi G. Takaoka2012-03-291-1/+1
* Put a misspelled flag if the word is not valid by the same logic of Android s...satok2012-03-271-7/+25
* Use the unique flag in SuggestionsViewJean Chalard2012-03-151-1/+0
* Refactor reflection membersatok2011-12-061-7/+7
* Fix a field value for the suggestion max sizesatok2011-12-051-3/+3
* Use reflection to get field values of SuggestionSpansatok2011-10-281-7/+23
* Set SuggestionSpan with FLAG_AUTO_CORRECTION as a composing spansatok2011-10-151-1/+2
* Put SuggestionSpan as the indicater of the auto-correctionsatok2011-10-101-0/+23
* Do not put the suggestion span for obsolete suggestions.satok2011-08-261-1/+2
* Refactor of SuggestionSpanUtilssatok2011-06-171-10/+11
* Remove the original text from SuggestionSpansatok2011-06-151-8/+16
* Add SuggestionSpan suggestion picked notification receiversatok2011-05-261-11/+20
* Disable the legacy recorrection functionalities if the suggestion span is sup...satok2011-05-251-0/+5
* Put SuggestionSpan at commitTextsatok2011-05-251-0/+64