summaryrefslogtreecommitdiff
path: root/core/java/android/text/SpannableStringBuilder.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-07Use new UnsupportedAppUsage annotation.Artur Satayev
2018-09-20Fix equals not working correctly in SpannableString and SpannableStringBuilderHaoyu Zhang
2018-09-18Unhide getTextRunCursor APIsSeigo Nonaka
2018-08-15Add @UnsupportedAppUsage annotationsMathew Inwood
2018-04-06Fix crash when modifying SelectionClara Bayarri
2017-04-11Do not enforce paragraph constraint for copy ctrSiyamed Sinir
2017-01-24Fix SpannableStringBuilder getSpans sort am: 051caedcaaSiyamed Sinir
2017-01-23Make SpannableStringBuilder.getSpans thread-safeSiyamed Sinir
2017-01-19Fix SpannableStringBuilder getSpans sortSiyamed Sinir
2016-10-17The bigger update to CanvasJohn Reck
2016-06-03Fix int overflow in SpannableStringBuilder.replaceSiyamed Sinir
2016-01-25SpannableStringBuilder.getSpans returns array with null values.Siyamed Sinir
2016-01-20Sort the result of SpannableStringBuilder.getSpansSiyamed Sinir
2016-01-07Fix SpannableStringBuilder.replace() exception.Siyamed Sinir
2015-08-12Fix unintentional NPE in SpannableStringBuilder.Roozbeh Pournader
2015-03-18Improve undo support for text entered with IMEJames Cook
2015-02-12Interval tree for SpannableStringBuilderRaph Levien
2014-07-11New convenience method that takes a CharSequence and an Object as theNiels Egberts
2014-06-16Clean up dirFlags / bidiFlags confusionRaph Levien
2014-06-11Fix a CTS testJean Chalard
2014-03-27Uses VMRuntime.newUnpaddedArray for ideal array sizesAdam Lesinski
2014-02-13Fix a crash where user data was not validated.Jean Chalard
2013-10-04Fix infinite recursion in hashcode of SpannablesChet Haase
2013-09-19Add equals() and hashcode() to SpannableStringChet Haase
2013-03-20Fix bug #8437358 Clean any ICU related code from TextLayout / Paint and their...Fabrice Di Meglio
2013-03-15Revert "Clean Paint.mBidiFlags as it is no longer used"Fabrice Di Meglio
2013-02-12Clean Paint.mBidiFlags as it is no longer usedFabrice Di Meglio
2012-05-04Final fix in SpannableStringBuilder.Gilles Debunne
2012-04-26SpannableStringBuilder correctly manages MARK and POINTSGilles Debunne
2012-04-18Do not notify text watchers when replace is a no-opGilles Debunne
2012-04-18Fixed SSB. Correct broadcast of removed spans' positionsGilles Debunne
2012-04-12SpannableStringBuilder correctly broadcast span changes during replaceGilles Debunne
2012-04-10Removed exception from SpannableStringBuilderGilles Debunne
2012-04-09Faster and simpler replace in SSB, take twoGilles Debunne
2012-04-09Merge "More minor refactoring in SpannableStringBuilder"Gilles Debunne
2012-04-06Revert "Faster and simpler replace in SSB"Gilles Debunne
2012-04-05More minor refactoring in SpannableStringBuilderGilles Debunne
2012-04-04Faster and simpler replace in SSBGilles Debunne
2012-04-02Refactoring SpannableStringBuilderGilles Debunne
2012-03-30Spans added during a text change are broadcastedGilles Debunne
2011-12-07Limit created string size in Spell CheckerGilles Debunne
2011-09-27Too many SpellCheckSpans are created.Gilles Debunne
2011-09-23Bug 5250788: TextView gets slower as the text length growsGilles Debunne
2011-08-23Spell checking in TextViewsGilles Debunne
2011-04-29SuggestionSpans are removed around edited text.Gilles Debunne
2011-04-21Clean getTextRunAdvances() APIsFabrice Di Meglio
2011-03-29Fix text redering issue where the text was sometimes truncatedFabrice Di Meglio
2011-03-04getTextRunCursor gets deprecated in SpannableStringBuilderGilles Debunne