summaryrefslogtreecommitdiffstats
path: root/core/java/android/text/SpannableStringBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* 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