summaryrefslogtreecommitdiff
path: root/core/java/android/text/SpannableStringBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-1/+1
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-071-1/+1
* Fix equals not working correctly in SpannableString and SpannableStringBuilderHaoyu Zhang2018-09-201-4/+5
* Unhide getTextRunCursor APIsSeigo Nonaka2018-09-181-4/+11
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+12
* Fix crash when modifying SelectionClara Bayarri2018-04-061-4/+15
* Do not enforce paragraph constraint for copy ctrSiyamed Sinir2017-04-111-37/+26
* Fix SpannableStringBuilder getSpans sort am: 051caedcaaSiyamed Sinir2017-01-241-13/+19
|\
| * Fix SpannableStringBuilder getSpans sortSiyamed Sinir2017-01-191-13/+19
* | Make SpannableStringBuilder.getSpans thread-safeSiyamed Sinir2017-01-231-16/+67
* | The bigger update to CanvasJohn Reck2016-10-171-3/+5
|/
* Fix int overflow in SpannableStringBuilder.replaceSiyamed Sinir2016-06-031-3/+4
* SpannableStringBuilder.getSpans returns array with null values.Siyamed Sinir2016-01-251-5/+6
* Sort the result of SpannableStringBuilder.getSpansSiyamed Sinir2016-01-201-23/+181
* Fix SpannableStringBuilder.replace() exception.Siyamed Sinir2016-01-071-16/+37
* Fix unintentional NPE in SpannableStringBuilder.Roozbeh Pournader2015-08-121-2/+4
* Improve undo support for text entered with IMEJames Cook2015-03-181-0/+19
* Interval tree for SpannableStringBuilderRaph Levien2015-02-121-189/+361
* New convenience method that takes a CharSequence and an Object as theNiels Egberts2014-07-111-0/+15
* Clean up dirFlags / bidiFlags confusionRaph Levien2014-06-161-15/+15
* Fix a CTS testJean Chalard2014-06-111-17/+1
* Uses VMRuntime.newUnpaddedArray for ideal array sizesAdam Lesinski2014-03-271-34/+19
* Fix a crash where user data was not validated.Jean Chalard2014-02-131-3/+21
* Fix infinite recursion in hashcode of SpannablesChet Haase2013-10-041-8/+16
* Add equals() and hashcode() to SpannableStringChet Haase2013-09-191-0/+41
* Fix bug #8437358 Clean any ICU related code from TextLayout / Paint and their...Fabrice Di Meglio2013-03-201-29/+0
* Revert "Clean Paint.mBidiFlags as it is no longer used"Fabrice Di Meglio2013-03-151-21/+42
* Clean Paint.mBidiFlags as it is no longer usedFabrice Di Meglio2013-02-121-42/+21
* Final fix in SpannableStringBuilder.Gilles Debunne2012-05-041-8/+11
* SpannableStringBuilder correctly manages MARK and POINTSGilles Debunne2012-04-261-22/+45
* Do not notify text watchers when replace is a no-opGilles Debunne2012-04-181-0/+20
* Fixed SSB. Correct broadcast of removed spans' positionsGilles Debunne2012-04-181-17/+35
* SpannableStringBuilder correctly broadcast span changes during replaceGilles Debunne2012-04-121-76/+144
* Removed exception from SpannableStringBuilderGilles Debunne2012-04-101-9/+7
* Faster and simpler replace in SSB, take twoGilles Debunne2012-04-091-84/+63
* Merge "More minor refactoring in SpannableStringBuilder"Gilles Debunne2012-04-091-32/+29
|\
| * More minor refactoring in SpannableStringBuilderGilles Debunne2012-04-051-32/+29
* | Revert "Faster and simpler replace in SSB"Gilles Debunne2012-04-061-21/+46
|/
* Faster and simpler replace in SSBGilles Debunne2012-04-041-46/+21
* Refactoring SpannableStringBuilderGilles Debunne2012-04-021-80/+52
* Spans added during a text change are broadcastedGilles Debunne2012-03-301-5/+3
* Limit created string size in Spell CheckerGilles Debunne2011-12-071-0/+11
* Too many SpellCheckSpans are created.Gilles Debunne2011-09-271-6/+5
* Bug 5250788: TextView gets slower as the text length growsGilles Debunne2011-09-231-2/+3
* Spell checking in TextViewsGilles Debunne2011-08-231-81/+44
* SuggestionSpans are removed around edited text.Gilles Debunne2011-04-291-20/+35
* Clean getTextRunAdvances() APIsFabrice Di Meglio2011-04-211-8/+8