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
/
SpannableStringInternal.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-10
Merge "Avoid ambiguous overloads in SpannableStringInternal."
Michael Wallstedt
2020-01-07
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-12
Avoid ambiguous overloads in SpannableStringInternal.
Mike Wallstedt
2018-09-20
Fix equals not working correctly in SpannableString and SpannableStringBuilder
Haoyu Zhang
2018-08-15
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-04-06
Fix crash when modifying Selection
Clara Bayarri
2018-03-20
Introduce new constructor for not copying NoCopySpan
Seigo Nonaka
2017-04-11
Do not enforce paragraph constraint for copy ctr
Siyamed Sinir
2017-02-22
Revert "Don't copy NoCopySpans in SpannableStringInternal"
Siyamed Sinir
2017-01-30
Don't copy NoCopySpans in SpannableStringInternal
Siyamed Sinir
2016-07-25
Enforce consistent sizes for arrays in SpannableStringInternal
Raph Levien
2016-01-20
Sort the result of SpannableStringBuilder.getSpans
Siyamed Sinir
2015-07-10
Reduce cost of span type checking
Chris Craik
2014-03-27
Uses VMRuntime.newUnpaddedArray for ideal array sizes
Adam Lesinski
2013-10-04
Fix infinite recursion in hashcode of Spannables
Chet Haase
2013-09-19
Add equals() and hashcode() to SpannableString
Chet Haase
2011-02-15
Small optimization when getting the spans
Fabrice Di Meglio
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
2008-10-21
Initial Contribution
The Android Open Source Project