index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
text
/
Html.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-07-23
Merge "Update language to comply with Android’s inclusive language guidance...
Treehugger Robot
2020-07-22
Update language to comply with Android’s inclusive language guidance
Seigo Nonaka
2020-05-14
Remove @hide from android.graphics.Color
Leon Scroggins III
2020-01-09
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-07
Use new UnsupportedAppUsage annotation.
Artur Satayev
2018-08-15
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-15
Add @UnsupportedAppUsage annotations
Mathew Inwood
2016-12-14
Use TextDirectionHeuristics to detect text direction in Html
Roozbeh Pournader
2016-10-11
Fix imports in android.text package.
Aurimas Liutikas
2016-02-11
Adopt HTML/CSS color values in fromHtml()
Daniel U
2016-02-11
Tweak toHtml() paragraph conversion behavior
Daniel U
2016-02-10
Handle <span>, <ul>, and <li> tags in fromHtml()
Daniel U
2016-02-10
Allow different paragraph breaks in fromHtml()
Daniel U
2016-01-27
Encode BulletSpan in toHtml() conversion
Daniel U
2016-01-27
Enhance support to text size spans in toHtml()
Daniel U
2016-01-27
Support more CharacterStyles in toHtml() conversion
Daniel U
2016-01-27
Overload toHtml() & fromHtml() to accept option flags
Daniel U
2015-08-12
Support strikethrough text in Html.fromHtml().
Roozbeh Pournader
2015-07-10
Improve Html.toHtml() documentation
Raph Levien
2015-05-05
Fix NPE in Html.inParagraph()
Raph Levien
2015-03-23
Make Html#toHTML() generate correct bidi directions.
Roozbeh Pournader
2015-03-18
Replace usages of deprecated Resources.getColor() and getColorStateList()
Alan Viverette
2014-09-08
resolved conflicts for merge of 2008cff7 to lmp-dev-plus-aosp
Elliott Hughes
2014-09-05
Small documentation fixes across many files.
Mark Doliner
2014-03-27
Uses VMRuntime.newUnpaddedArray for ideal array sizes
Adam Lesinski
2013-11-20
Remove unused imports from frameworks/base.
John Spurlock
2013-10-29
Handle surrogate pairs in Html.toHtml()
Victoria Lease
2012-11-27
Add support for face attribute to HTML string resources
Romain Guy
2012-10-07
Fix for 7301594 Html.toHtml creating potentially invalid html
Raph Levien
2012-04-13
Add direct support for HTML formatted text in ClipData etc.
Dianne Hackborn
2012-02-29
Fix bug #5371909 Hebrew & Arabic mails are sent as LTR intead of RTL
Fabrice Di Meglio
2011-09-06
Prevent crash when using <em> or <strong> in spanned strings
Romain Guy
2011-08-29
Italic should be italic and bold should be bold.
Romain Guy
2010-02-25
Re-arrange android-common so framework no longer links with it.
Dianne Hackborn
2009-12-21
Update imports to android-common
Tom Taylor
2009-07-15
Allow system colors in <font> tags
Bjorn Bringert
2009-03-25
Automated import from //branches/donutburger/...@142700,142700
Eric Fischer
2009-03-24
Automated import from //branches/donutburger/...@141195,141195
Satoshi Kataoka
2009-03-18
auto import from //branches/cupcake_rel/...@140373
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-02-10
auto import from //branches/cupcake/...@130745
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project