summaryrefslogtreecommitdiffstats
path: root/core/java/android/text/SpannableStringBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix text redering issue where the text was sometimes truncatedFabrice Di Meglio2011-03-291-0/+29
* getTextRunCursor gets deprecated in SpannableStringBuilderGilles Debunne2011-03-041-0/+2
* Removed documentation linksGilles Debunne2011-03-021-6/+5
* Extra @Override removed in SpanStringBuilderGilles Debunne2011-03-021-28/+0
* Added documentation for SpannableStringBuilder.getTextRunCursorGilles Debunne2011-03-021-0/+53
* Fixed bug in getTextRunCursor.Gilles Debunne2010-07-021-18/+29
* Move shaping to native.Doug Felt2010-06-101-21/+65
* Modify Canvas drawText to run bidi and shape.Doug Felt2010-05-121-2/+36
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1140
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1140/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+4
* Initial ContributionThe Android Open Source Project2008-10-211-0/+1136