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
/
SpannableStringBuilder.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-15
Add @Nullable annotation to the parameter of Object.equals() methods.
Roman Kalukiewicz
2020-01-07
Use new UnsupportedAppUsage annotation.
Artur Satayev
2018-09-20
Fix equals not working correctly in SpannableString and SpannableStringBuilder
Haoyu Zhang
2018-09-18
Unhide getTextRunCursor APIs
Seigo Nonaka
2018-08-15
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-04-06
Fix crash when modifying Selection
Clara Bayarri
2017-04-11
Do not enforce paragraph constraint for copy ctr
Siyamed Sinir
2017-01-24
Fix SpannableStringBuilder getSpans sort am: 051caedcaa
Siyamed Sinir
2017-01-23
Make SpannableStringBuilder.getSpans thread-safe
Siyamed Sinir
2017-01-19
Fix SpannableStringBuilder getSpans sort
Siyamed Sinir
2016-10-17
The bigger update to Canvas
John Reck
2016-06-03
Fix int overflow in SpannableStringBuilder.replace
Siyamed Sinir
2016-01-25
SpannableStringBuilder.getSpans returns array with null values.
Siyamed Sinir
2016-01-20
Sort the result of SpannableStringBuilder.getSpans
Siyamed Sinir
2016-01-07
Fix SpannableStringBuilder.replace() exception.
Siyamed Sinir
2015-08-12
Fix unintentional NPE in SpannableStringBuilder.
Roozbeh Pournader
2015-03-18
Improve undo support for text entered with IME
James Cook
2015-02-12
Interval tree for SpannableStringBuilder
Raph Levien
2014-07-11
New convenience method that takes a CharSequence and an Object as the
Niels Egberts
2014-06-16
Clean up dirFlags / bidiFlags confusion
Raph Levien
2014-06-11
Fix a CTS test
Jean Chalard
2014-03-27
Uses VMRuntime.newUnpaddedArray for ideal array sizes
Adam Lesinski
2014-02-13
Fix a crash where user data was not validated.
Jean Chalard
2013-10-04
Fix infinite recursion in hashcode of Spannables
Chet Haase
2013-09-19
Add equals() and hashcode() to SpannableString
Chet Haase
2013-03-20
Fix bug #8437358 Clean any ICU related code from TextLayout / Paint and their...
Fabrice Di Meglio
2013-03-15
Revert "Clean Paint.mBidiFlags as it is no longer used"
Fabrice Di Meglio
2013-02-12
Clean Paint.mBidiFlags as it is no longer used
Fabrice Di Meglio
2012-05-04
Final fix in SpannableStringBuilder.
Gilles Debunne
2012-04-26
SpannableStringBuilder correctly manages MARK and POINTS
Gilles Debunne
2012-04-18
Do not notify text watchers when replace is a no-op
Gilles Debunne
2012-04-18
Fixed SSB. Correct broadcast of removed spans' positions
Gilles Debunne
2012-04-12
SpannableStringBuilder correctly broadcast span changes during replace
Gilles Debunne
2012-04-10
Removed exception from SpannableStringBuilder
Gilles Debunne
2012-04-09
Faster and simpler replace in SSB, take two
Gilles Debunne
2012-04-09
Merge "More minor refactoring in SpannableStringBuilder"
Gilles Debunne
2012-04-06
Revert "Faster and simpler replace in SSB"
Gilles Debunne
2012-04-05
More minor refactoring in SpannableStringBuilder
Gilles Debunne
2012-04-04
Faster and simpler replace in SSB
Gilles Debunne
2012-04-02
Refactoring SpannableStringBuilder
Gilles Debunne
2012-03-30
Spans added during a text change are broadcasted
Gilles Debunne
2011-12-07
Limit created string size in Spell Checker
Gilles Debunne
2011-09-27
Too many SpellCheckSpans are created.
Gilles Debunne
2011-09-23
Bug 5250788: TextView gets slower as the text length grows
Gilles Debunne
2011-08-23
Spell checking in TextViews
Gilles Debunne
2011-04-29
SuggestionSpans are removed around edited text.
Gilles Debunne
2011-04-21
Clean getTextRunAdvances() APIs
Fabrice Di Meglio
2011-03-29
Fix text redering issue where the text was sometimes truncated
Fabrice Di Meglio
2011-03-04
getTextRunCursor gets deprecated in SpannableStringBuilder
Gilles Debunne
[next]