summaryrefslogtreecommitdiff
path: root/core/java/android/text/Html.java
Commit message (Expand)AuthorAgeFilesLines
* Bold StyleSpan further for auto-boldsallyyuen2021-12-061-3/+14
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Merge "Update language to comply with Android’s inclusive language guidance...Treehugger Robot2020-07-231-1/+1
|\
| * Update language to comply with Android’s inclusive language guidanceSeigo Nonaka2020-07-221-1/+1
| * Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-091-1/+1
| * Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+2
* | Remove @hide from android.graphics.ColorLeon Scroggins III2020-05-141-1/+21
* | Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-071-1/+1
* | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+2
|/
* Use TextDirectionHeuristics to detect text direction in HtmlRoozbeh Pournader2016-12-141-15/+4
* Fix imports in android.text package.Aurimas Liutikas2016-10-111-12/+11
* Adopt HTML/CSS color values in fromHtml()Daniel U2016-02-111-57/+62
* Tweak toHtml() paragraph conversion behaviorDaniel U2016-02-111-47/+80
* Handle <span>, <ul>, and <li> tags in fromHtml()Daniel U2016-02-101-0/+127
* Allow different paragraph breaks in fromHtml()Daniel U2016-02-101-88/+176
* Encode BulletSpan in toHtml() conversionDaniel U2016-01-271-29/+125
* Enhance support to text size spans in toHtml()Daniel U2016-01-271-4/+19
* Support more CharacterStyles in toHtml() conversionDaniel U2016-01-271-17/+18
* Overload toHtml() & fromHtml() to accept option flagsDaniel U2016-01-271-19/+126
* Support strikethrough text in Html.fromHtml().Roozbeh Pournader2015-08-121-0/+13
* Improve Html.toHtml() documentationRaph Levien2015-07-101-1/+6
* Fix NPE in Html.inParagraph()Raph Levien2015-05-051-1/+1
* Make Html#toHTML() generate correct bidi directions.Roozbeh Pournader2015-03-231-7/+9
* Replace usages of deprecated Resources.getColor() and getColorStateList()Alan Viverette2015-03-181-1/+1
* resolved conflicts for merge of 2008cff7 to lmp-dev-plus-aospElliott Hughes2014-09-081-1/+1
|\
| * Small documentation fixes across many files.Mark Doliner2014-09-051-1/+1
* | Uses VMRuntime.newUnpaddedArray for ideal array sizesAdam Lesinski2014-03-271-1/+1
* | Remove unused imports from frameworks/base.John Spurlock2013-11-201-3/+0
|/
* Handle surrogate pairs in Html.toHtml()Victoria Lease2013-10-291-0/+9
* Add support for face attribute to HTML string resourcesRomain Guy2012-11-271-51/+7
* Fix for 7301594 Html.toHtml creating potentially invalid htmlRaph Levien2012-10-071-2/+2
* Add direct support for HTML formatted text in ClipData etc.Dianne Hackborn2012-04-131-1/+10
* Fix bug #5371909 Hebrew & Arabic mails are sent as LTR intead of RTLFabrice Di Meglio2012-02-291-5/+20
* Prevent crash when using <em> or <strong> in spanned stringsRomain Guy2011-09-061-2/+2
* Italic should be italic and bold should be bold.Romain Guy2011-08-291-2/+2
* Re-arrange android-common so framework no longer links with it.Dianne Hackborn2010-02-251-1/+2
* Update imports to android-commonTom Taylor2009-12-211-1/+1
* Allow system colors in <font> tagsBjorn Bringert2009-07-151-45/+62
* Automated import from //branches/donutburger/...@142700,142700Eric Fischer2009-03-251-2/+5
* Automated import from //branches/donutburger/...@141195,141195Satoshi Kataoka2009-03-241-9/+5
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-3/+66
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+784
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-784/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-1/+35
* Initial ContributionThe Android Open Source Project2008-10-211-0/+750