summaryrefslogtreecommitdiffstats
path: root/core/java/android/text/style
Commit message (Expand)AuthorAgeFilesLines
* am 4393a7d2: am c0d84934: am 076c599f: am 1ad5c813: Fix typo in TtsSpan.John Spurlock2015-06-151-1/+1
|\
| * am 1ad5c813: Fix typo in TtsSpan.John Spurlock2015-06-151-1/+1
| |\
| | * Fix typo in TtsSpan.John Spurlock2015-06-151-1/+1
* | | Prevent poorly-extended ParcelableSpans from writing to parcelsAlan Viverette2015-06-0223-4/+233
* | | am 46c95313: am ddb30cd3: am 7506f499: Merge "Fix to crash when clicking text...Alan Viverette2015-03-251-1/+7
|\ \ \ | |/ /
| * | Fix to crash when clicking text link without view activityDaniel 2 Olofsson2014-12-101-1/+7
| |/
* | Annotate ARGB integer parameters with @ColorIntTor Norbye2015-03-052-2/+6
* | Add @ResourceInt annotations on APIsTor Norbye2015-02-181-2/+3
|/
* Fixed spelling of android.nominative and updated some comments.Niels Egberts2014-08-211-186/+165
* Make LeadingMarginSpan2 behavior more consistentAnish Athalye2014-08-141-8/+15
* Simplify generics, and make Builder concrete.Niels Egberts2014-08-011-2/+2
* New TtsSpan builders for money, electronic and telephone.Niels Egberts2014-07-211-3/+211
* Merge "Add money as a new TtsSpan type." into lmp-devNiels Egberts2014-07-171-9/+45
|\
| * Add money as a new TtsSpan type.Niels Egberts2014-07-181-9/+45
* | New TtsSpan builders for types measure, time, date, digits and verbatim.Niels Egberts2014-07-181-0/+315
* | Add builders for TtsSpans of type ordinal, decimal and fraction.Niels Egberts2014-07-181-10/+269
|/
* TtsSpan builders for each TtsSpan type. DO NOT MERGENiels Egberts2014-07-171-4/+228
* Add more semiotic class types for TtsSpan.Niels Egberts2014-07-101-25/+333
* Add TtsSpan class.Niels Egberts2014-07-071-0/+150
* Tabs -> spaces in frameworks/base.John Spurlock2014-02-2511-101/+101
* Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette2014-02-031-1/+1
* Remove unused imports from frameworks/base.John Spurlock2013-11-205-8/+0
* Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-6/+6
* Resubmitting "Enable correction/deleting notification via EasyEditSpan.""Luca Zanolin2013-02-201-3/+82
* Revert "Enable correction/deleting notification via EasyEditSpan."Luca Zanolin2013-02-201-82/+3
* Enable correction/deleting notification via EasyEditSpan.Luca Zanolin2013-02-201-3/+82
* Relax suggestion notification.Luca Zanolin2012-08-291-0/+49
* LocaleSpan makes Han disambiguation easy!Victoria Lease2012-08-171-0/+84
* Revert "Fix fake bold for fallback fonts in frameworks."Victoria Lease2012-06-113-3/+0
* Fix fake bold for fallback fonts in frameworks.Victoria Lease2012-06-083-0/+3
* Add fontFamily XML attribute to select font family by stringRaph Levien2012-05-091-18/+23
* 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
* Too many SpellCheckSpans are created.Gilles Debunne2011-09-271-2/+2
* 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-082-8/+23
* Remove the suggestion underline when the TextView loses focus.Luca Zanolin2011-09-021-23/+31
* Using ListView for Suggestion popup windowGilles Debunne2011-08-312-8/+13
* Add EditTextShortcutSpan to provide edit short cut in the text view.Luca Zanolin2011-08-302-44/+77
* Suggestions popup window is dismissed on tap outside.Gilles Debunne2011-08-252-1/+75
* Spell checking in TextViewsGilles Debunne2011-08-232-7/+51
* Change the behavior of SuggestionSpan.Luca Zanolin2011-08-161-5/+74
* Fix bug #5017432 NPE when mixing different spans with different font sizesFabrice Di Meglio2011-08-091-1/+1
* 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