summaryrefslogtreecommitdiffstats
path: root/core/java/android/text/style
Commit message (Expand)AuthorAgeFilesLines
* 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
* am 49df110a: am d66a92e6: am da882181: Merge "Eliminating dead code with no o...Conley Owens2011-04-291-3/+0
|\
| * am d66a92e6: am da882181: Merge "Eliminating dead code with no other effect t...Conley Owens2011-04-291-3/+0
| |\
| | * Eliminating dead code with no other effect than consuming battery life.Jozef BABJAK2011-03-171-3/+0
* | | Typo in TextAppearanceSpan documentationGilles Debunne2011-04-271-3/+2
* | | Fix around suggestionSpan.Gilles Debunne2011-04-131-2/+2
* | | Rename CorrectionSpan to SuggestionSpansatok2011-04-082-15/+15
* | | Removed APIs for setCorrectionSpan from InputConnectionsatok2011-03-261-25/+21
* | | Add CorrectionSpan and APIs to pass a secure CorrectionSpan to TextViewsatok2011-03-162-0/+180
|/ /
* | Temporarily removed call to drawCircle in BulletSpan.Gilles Debunne2010-10-181-4/+19
|/
* Add documentation for LeadingMarginSpan2.Eric Fischer2010-03-121-0/+13
* Add correct copyright headers to multiple filesKenny Root2010-03-111-0/+16
* Change Javadocs to fix SDK buildKenny Root2010-02-171-1/+1
* Enhance text docs, rename some variables for clarity, comment places in the codeDoug Felt2010-02-162-0/+66
* support for multiline paragraph style indentationMark Wagner2009-10-161-0/+5
* I am getting tired of the java doc warnings, so fix them.Dianne Hackborn2009-08-241-0/+2
* Make <font size> and <font height> in string resources respect density.Eric Fischer2009-08-122-2/+37
* Fix issue #2018454: NullPointerException in ImageSpan constructorDianne Hackborn2009-07-291-3/+20
* Allow for screen density drawables in compatibility mode.Dianne Hackborn2009-07-241-2/+2
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-132-2/+8