summaryrefslogtreecommitdiff
path: root/core/java/android/text/SpannableStringInternal.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2020-01-10Merge "Avoid ambiguous overloads in SpannableStringInternal."Michael Wallstedt
2020-01-07Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-12Avoid ambiguous overloads in SpannableStringInternal.Mike Wallstedt
2018-09-20Fix equals not working correctly in SpannableString and SpannableStringBuilderHaoyu Zhang
2018-08-15Add @UnsupportedAppUsage annotationsMathew Inwood
2018-04-06Fix crash when modifying SelectionClara Bayarri
2018-03-20Introduce new constructor for not copying NoCopySpanSeigo Nonaka
2017-04-11Do not enforce paragraph constraint for copy ctrSiyamed Sinir
2017-02-22Revert "Don't copy NoCopySpans in SpannableStringInternal"Siyamed Sinir
2017-01-30Don't copy NoCopySpans in SpannableStringInternalSiyamed Sinir
2016-07-25Enforce consistent sizes for arrays in SpannableStringInternalRaph Levien
2016-01-20Sort the result of SpannableStringBuilder.getSpansSiyamed Sinir
2015-07-10Reduce cost of span type checkingChris Craik
2014-03-27Uses VMRuntime.newUnpaddedArray for ideal array sizesAdam Lesinski
2013-10-04Fix infinite recursion in hashcode of SpannablesChet Haase
2013-09-19Add equals() and hashcode() to SpannableStringChet Haase
2011-02-15Small optimization when getting the spansFabrice Di Meglio
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project