summaryrefslogtreecommitdiff
path: root/core/java/android/text/Html.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-07-23Merge "Update language to comply with Android’s inclusive language guidance...Treehugger Robot
2020-07-22Update language to comply with Android’s inclusive language guidanceSeigo Nonaka
2020-05-14Remove @hide from android.graphics.ColorLeon Scroggins III
2020-01-09Use new UnsupportedAppUsage annotation.Artur Satayev
2020-01-07Use new UnsupportedAppUsage annotation.Artur Satayev
2018-08-15Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-15Add @UnsupportedAppUsage annotationsMathew Inwood
2016-12-14Use TextDirectionHeuristics to detect text direction in HtmlRoozbeh Pournader
2016-10-11Fix imports in android.text package.Aurimas Liutikas
2016-02-11Adopt HTML/CSS color values in fromHtml()Daniel U
2016-02-11Tweak toHtml() paragraph conversion behaviorDaniel U
2016-02-10Handle <span>, <ul>, and <li> tags in fromHtml()Daniel U
2016-02-10Allow different paragraph breaks in fromHtml()Daniel U
2016-01-27Encode BulletSpan in toHtml() conversionDaniel U
2016-01-27Enhance support to text size spans in toHtml()Daniel U
2016-01-27Support more CharacterStyles in toHtml() conversionDaniel U
2016-01-27Overload toHtml() & fromHtml() to accept option flagsDaniel U
2015-08-12Support strikethrough text in Html.fromHtml().Roozbeh Pournader
2015-07-10Improve Html.toHtml() documentationRaph Levien
2015-05-05Fix NPE in Html.inParagraph()Raph Levien
2015-03-23Make Html#toHTML() generate correct bidi directions.Roozbeh Pournader
2015-03-18Replace usages of deprecated Resources.getColor() and getColorStateList()Alan Viverette
2014-09-08resolved conflicts for merge of 2008cff7 to lmp-dev-plus-aospElliott Hughes
2014-09-05Small documentation fixes across many files.Mark Doliner
2014-03-27Uses VMRuntime.newUnpaddedArray for ideal array sizesAdam Lesinski
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2013-10-29Handle surrogate pairs in Html.toHtml()Victoria Lease
2012-11-27Add support for face attribute to HTML string resourcesRomain Guy
2012-10-07Fix for 7301594 Html.toHtml creating potentially invalid htmlRaph Levien
2012-04-13Add direct support for HTML formatted text in ClipData etc.Dianne Hackborn
2012-02-29Fix bug #5371909 Hebrew & Arabic mails are sent as LTR intead of RTLFabrice Di Meglio
2011-09-06Prevent crash when using <em> or <strong> in spanned stringsRomain Guy
2011-08-29Italic should be italic and bold should be bold.Romain Guy
2010-02-25Re-arrange android-common so framework no longer links with it.Dianne Hackborn
2009-12-21Update imports to android-commonTom Taylor
2009-07-15Allow system colors in <font> tagsBjorn Bringert
2009-03-25Automated import from //branches/donutburger/...@142700,142700Eric Fischer
2009-03-24Automated import from //branches/donutburger/...@141195,141195Satoshi Kataoka
2009-03-18auto import from //branches/cupcake_rel/...@140373The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-02-10auto import from //branches/cupcake/...@130745The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project