summaryrefslogtreecommitdiffstats
path: root/core/java/android/text
Commit message (Expand)AuthorAgeFilesLines
* Add direct support for HTML formatted text in ClipData etc.Dianne Hackborn2012-04-131-1/+10
* 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
* Added a unit test for DynamicLayout#updateBlocksGilles Debunne2012-03-261-1/+17
* Fix the buildRomain Guy2012-03-151-1/+1
* Multiple display lists for editable textGilles Debunne2012-03-151-3/+142
* Use SpanSet to accelerate Layout.drawBackgroundGilles Debunne2012-03-131-32/+60
* New SpanSet class extracted from TextLine.Gilles Debunne2012-03-132-74/+111
* Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-091-1/+1
* Merge "Ellipsize avoids spaces and starts right after text"Gilles Debunne2012-03-062-15/+19
|\
| * Ellipsize avoids spaces and starts right after textGilles Debunne2012-02-232-15/+19
* | EditText caches only text in its internal display list.Gilles Debunne2012-03-052-117/+150
* | Merge "Fix bug #3389545 android:ellipsize="end" doesn't work without using an...Fabrice Di Meglio2012-02-291-1/+2
|\ \
| * | Fix bug #3389545 android:ellipsize="end" doesn't work without using android:s...Fabrice Di Meglio2012-02-291-1/+2
| |/
* | Merge "Fix bug #5217606 LocaleUtils constants TEXT_LAYOUT_DIRECTION_LTR_DO_NO...Fabrice Di Meglio2012-02-291-1/+2
|\ \
| * | Fix bug #5217606 LocaleUtils constants TEXT_LAYOUT_DIRECTION_LTR_DO_NOT_USE a...Fabrice Di Meglio2012-02-281-1/+2
| |/
* | Fix bug #5371909 Hebrew & Arabic mails are sent as LTR intead of RTLFabrice Di Meglio2012-02-291-5/+20
|/
* Merge "Make textDirection API public"Fabrice Di Meglio2012-02-141-13/+5
|\
| * Make textDirection API publicFabrice Di Meglio2012-02-131-13/+5
* | Minor typo fixesGilles Debunne2012-02-132-2/+1
|/
* Use ' for apostrophe in HTML encodingMarc Blank2012-02-131-1/+5
* Merge "Throw NPE if s is null"Alon Albert2012-01-261-0/+3
|\
| * Throw NPE if s is nullAlon Albert2012-01-261-0/+3
* | Modified algorithm to remove duplicated suggestionsGilles Debunne2012-01-251-3/+7
|/
* Fix for AOOB in MeasuredTextGilles Debunne2012-01-231-0/+3
* Touch moves cursor in text refactoredGilles Debunne2012-01-191-2/+0
* am 0d3a5e4c: am 67d54ac0: Merge "NPE in GMail / TextLine" into ics-mr1Gilles Debunne2011-12-131-7/+7
|\
| * NPE in GMail / TextLineGilles Debunne2011-12-131-7/+7
* | am 8e22ec9b: am a1277de3: Merge "Prevent a memory leak in TextLine." into ics...Gilles Debunne2011-12-121-0/+11
|\ \ | |/
| * Prevent a memory leak in TextLine.Gilles Debunne2011-12-121-0/+11
* | am e912a16b: am 316ca505: Merge "Re-use SpanSets in TextLine" into ics-mr1Gilles Debunne2011-12-121-57/+48
|\ \ | |/
| * Merge "Re-use SpanSets in TextLine" into ics-mr1Gilles Debunne2011-12-081-57/+48
| |\
| | * Re-use SpanSets in TextLineGilles Debunne2011-12-081-57/+48
* | | am 8e94d912: am 556e4ca5: am 0a9005ed: Merge "DOC CHANGE: Package text and Fo...Joe Malin2011-12-122-1/+8
|\ \ \ | |/ /
| * | am 0a9005ed: Merge "DOC CHANGE: Package text and Formatter javadoc" into ics-mr0Joe Malin2011-12-082-1/+8
| |\ \ | | |/ | |/|
| | * DOC CHANGE: Package text and Formatter javadocJoe Malin2011-12-072-1/+8
* | | resolved conflicts for merge of 5371a165 to masterGilles Debunne2011-12-092-1/+17
|\ \ \ | |/ /
| * | Merge "Limit created string size in Spell Checker" into ics-mr1Gilles Debunne2011-12-082-1/+17
| |\ \
| | * | Limit created string size in Spell CheckerGilles Debunne2011-12-072-1/+17
* | | | am 9f4b70c7: am 89f2e8a0: Merge "Prevent NPE in SuggestionSpan" into ics-mr1Gilles Debunne2011-12-091-6/+10
|\ \ \ \ | |/ / /
| * | | Prevent NPE in SuggestionSpanGilles Debunne2011-12-061-6/+10
| |/ /
| * | Merge "Scroll performance improved in multiline TextEdit" into ics-mr1Gilles Debunne2011-12-011-12/+28
| |\ \
| | * | Scroll performance improved in multiline TextEditGilles Debunne2011-11-291-12/+28