summaryrefslogtreecommitdiffstats
path: root/core/java/android/text/style/SuggestionSpan.java
Commit message (Expand)AuthorAgeFilesLines
* Modified algorithm to remove duplicated suggestionsGilles Debunne2012-01-251-3/+7
* Prevent NPE in SuggestionSpanGilles Debunne2011-12-061-6/+10
* Make FLAG_AUTO_CORRECTION publicsatok2011-10-261-1/+0
* Add a hidden flag for the auto correction indicator in SuggestionSpansatok2011-10-101-2/+30
* Bug 5281947: add to dictionnary option promoted in suggestions.Gilles Debunne2011-09-091-7/+21
* Hide method to fix the buildGilles Debunne2011-09-091-0/+2
* Bug 5278456: text highlight color depends on the type of suggestion spans.Gilles Debunne2011-09-081-0/+10
* Remove the suggestion underline when the TextView loses focus.Luca Zanolin2011-09-021-23/+31
* Add EditTextShortcutSpan to provide edit short cut in the text view.Luca Zanolin2011-08-301-44/+23
* Spell checking in TextViewsGilles Debunne2011-08-231-7/+10
* Change the behavior of SuggestionSpan.Luca Zanolin2011-08-161-5/+74
* Fleshed up SuggestionSpan documentation. Bug 4553472Gilles Debunne2011-07-081-3/+13
* Fix internal variables and equals in SuggestionSpansatok2011-05-261-28/+26
* Add Apis to send notifications when the suggestion was pickedsatok2011-05-261-10/+53
* SuggestionSpans are preserved when picked.Gilles Debunne2011-05-121-1/+1
* Fix around suggestionSpan.Gilles Debunne2011-04-131-2/+2
* Rename CorrectionSpan to SuggestionSpansatok2011-04-081-0/+157