index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
text
/
SpannableStringBuilder.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-29
1
-1
/
+2
*
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-28
1
-2
/
+1
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-27
1
-1
/
+2
*
Add @Nullable annotation to the parameter of Object.equals() methods.
Roman Kalukiewicz
2020-10-15
1
-1
/
+1
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-07
1
-1
/
+1
*
Fix equals not working correctly in SpannableString and SpannableStringBuilder
Haoyu Zhang
2018-09-20
1
-4
/
+5
*
Unhide getTextRunCursor APIs
Seigo Nonaka
2018-09-18
1
-4
/
+11
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-15
1
-0
/
+12
*
Fix crash when modifying Selection
Clara Bayarri
2018-04-06
1
-4
/
+15
*
Do not enforce paragraph constraint for copy ctr
Siyamed Sinir
2017-04-11
1
-37
/
+26
*
Fix SpannableStringBuilder getSpans sort am: 051caedcaa
Siyamed Sinir
2017-01-24
1
-13
/
+19
|
\
|
*
Fix SpannableStringBuilder getSpans sort
Siyamed Sinir
2017-01-19
1
-13
/
+19
*
|
Make SpannableStringBuilder.getSpans thread-safe
Siyamed Sinir
2017-01-23
1
-16
/
+67
*
|
The bigger update to Canvas
John Reck
2016-10-17
1
-3
/
+5
|
/
*
Fix int overflow in SpannableStringBuilder.replace
Siyamed Sinir
2016-06-03
1
-3
/
+4
*
SpannableStringBuilder.getSpans returns array with null values.
Siyamed Sinir
2016-01-25
1
-5
/
+6
*
Sort the result of SpannableStringBuilder.getSpans
Siyamed Sinir
2016-01-20
1
-23
/
+181
*
Fix SpannableStringBuilder.replace() exception.
Siyamed Sinir
2016-01-07
1
-16
/
+37
*
Fix unintentional NPE in SpannableStringBuilder.
Roozbeh Pournader
2015-08-12
1
-2
/
+4
*
Improve undo support for text entered with IME
James Cook
2015-03-18
1
-0
/
+19
*
Interval tree for SpannableStringBuilder
Raph Levien
2015-02-12
1
-189
/
+361
*
New convenience method that takes a CharSequence and an Object as the
Niels Egberts
2014-07-11
1
-0
/
+15
*
Clean up dirFlags / bidiFlags confusion
Raph Levien
2014-06-16
1
-15
/
+15
*
Fix a CTS test
Jean Chalard
2014-06-11
1
-17
/
+1
*
Uses VMRuntime.newUnpaddedArray for ideal array sizes
Adam Lesinski
2014-03-27
1
-34
/
+19
*
Fix a crash where user data was not validated.
Jean Chalard
2014-02-13
1
-3
/
+21
*
Fix infinite recursion in hashcode of Spannables
Chet Haase
2013-10-04
1
-8
/
+16
*
Add equals() and hashcode() to SpannableString
Chet Haase
2013-09-19
1
-0
/
+41
*
Fix bug #8437358 Clean any ICU related code from TextLayout / Paint and their...
Fabrice Di Meglio
2013-03-20
1
-29
/
+0
*
Revert "Clean Paint.mBidiFlags as it is no longer used"
Fabrice Di Meglio
2013-03-15
1
-21
/
+42
*
Clean Paint.mBidiFlags as it is no longer used
Fabrice Di Meglio
2013-02-12
1
-42
/
+21
*
Final fix in SpannableStringBuilder.
Gilles Debunne
2012-05-04
1
-8
/
+11
*
SpannableStringBuilder correctly manages MARK and POINTS
Gilles Debunne
2012-04-26
1
-22
/
+45
*
Do not notify text watchers when replace is a no-op
Gilles Debunne
2012-04-18
1
-0
/
+20
*
Fixed SSB. Correct broadcast of removed spans' positions
Gilles Debunne
2012-04-18
1
-17
/
+35
*
SpannableStringBuilder correctly broadcast span changes during replace
Gilles Debunne
2012-04-12
1
-76
/
+144
*
Removed exception from SpannableStringBuilder
Gilles Debunne
2012-04-10
1
-9
/
+7
*
Faster and simpler replace in SSB, take two
Gilles Debunne
2012-04-09
1
-84
/
+63
*
Merge "More minor refactoring in SpannableStringBuilder"
Gilles Debunne
2012-04-09
1
-32
/
+29
|
\
|
*
More minor refactoring in SpannableStringBuilder
Gilles Debunne
2012-04-05
1
-32
/
+29
*
|
Revert "Faster and simpler replace in SSB"
Gilles Debunne
2012-04-06
1
-21
/
+46
|
/
*
Faster and simpler replace in SSB
Gilles Debunne
2012-04-04
1
-46
/
+21
*
Refactoring SpannableStringBuilder
Gilles Debunne
2012-04-02
1
-80
/
+52
*
Spans added during a text change are broadcasted
Gilles Debunne
2012-03-30
1
-5
/
+3
*
Limit created string size in Spell Checker
Gilles Debunne
2011-12-07
1
-0
/
+11
*
Too many SpellCheckSpans are created.
Gilles Debunne
2011-09-27
1
-6
/
+5
*
Bug 5250788: TextView gets slower as the text length grows
Gilles Debunne
2011-09-23
1
-2
/
+3
*
Spell checking in TextViews
Gilles Debunne
2011-08-23
1
-81
/
+44
*
SuggestionSpans are removed around edited text.
Gilles Debunne
2011-04-29
1
-20
/
+35
*
Clean getTextRunAdvances() APIs
Fabrice Di Meglio
2011-04-21
1
-8
/
+8
[next]