summaryrefslogtreecommitdiffstats
path: root/core/java/android/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Performance improvement in TextViewGilles Debunne2011-11-291-7/+17
|/
* Fix 5654631. It forgot to consider the year in formatDateRange.Owen Lin2011-11-221-1/+1
* Make FLAG_AUTO_CORRECTION publicsatok2011-10-261-1/+0
* Wrong word cut at end of lines with spacesGilles Debunne2011-10-182-85/+65
* Spell checher's language synced with keyboard.Gilles Debunne2011-10-131-6/+6
* Merge "Bug 5250788: LatinIME slows down as amount of Text increases"Gilles Debunne2011-10-103-202/+59
|\
| * Bug 5250788: LatinIME slows down as amount of Text increasesGilles Debunne2011-10-073-202/+59
* | Add a hidden flag for the auto correction indicator in SuggestionSpansatok2011-10-101-2/+30
|/
* Merge "Revert "Fix bug #5387832 [UI/Visual] Address of the website is not dis...Fabrice Di Meglio2011-10-042-12/+8
|\
| * Revert "Fix bug #5387832 [UI/Visual] Address of the website is not displayed ...Fabrice Di Meglio2011-10-042-12/+8
* | Merge "Bug 5250788: EditText gets slower has the entered text gets longer"Gilles Debunne2011-09-301-4/+0
|\ \
| * | Bug 5250788: EditText gets slower has the entered text gets longerGilles Debunne2011-09-281-4/+0
* | | Merge "Fix bug #5387832 [UI/Visual] Address of the website is not displayed p...Fabrice Di Meglio2011-09-292-8/+12
|\ \ \ | | |/ | |/|
| * | Fix bug #5387832 [UI/Visual] Address of the website is not displayed properly...Fabrice Di Meglio2011-09-292-8/+12
* | | Merge "Too many SpellCheckSpans are created."Gilles Debunne2011-09-292-8/+7
|\ \ \ | | |/ | |/|
| * | Too many SpellCheckSpans are created.Gilles Debunne2011-09-272-8/+7
| |/
* | docs: add some more info to Time javadocsScott Main2011-09-281-3/+3
|/
* Merge "Bug 5250788: TextView gets slower as the text length grows"Gilles Debunne2011-09-262-47/+120
|\
| * Bug 5250788: TextView gets slower as the text length growsGilles Debunne2011-09-232-47/+120
* | Merge "Fix bug #5366547 TruncateAt.MARQUEE should be replaces with "two dot" ...Fabrice Di Meglio2011-09-262-20/+31
|\ \
| * | Fix bug #5366547 TruncateAt.MARQUEE should be replaces with "two dot" ellipsi...Fabrice Di Meglio2011-09-252-20/+31
* | | Fix bug #5344067 android.text.DynamicLayout.sStaticLayout can hold onto an Ac...Fabrice Di Meglio2011-09-251-2/+2
|/ /
* | Merge "Fix bug #5349461 TextView: text that ends with an ImageSpan causes lin...Fabrice Di Meglio2011-09-231-0/+27
|\ \ | |/ |/|
| * Fix bug #5349461 TextView: text that ends with an ImageSpan causes line heigh...Fabrice Di Meglio2011-09-231-0/+27
* | Bug 5279842: mis alignment after scrollGilles Debunne2011-09-211-24/+19
|/
* Bug 5281947: add to dictionnary option promoted in suggestions.Gilles Debunne2011-09-093-59/+31
* Hide method to fix the buildGilles Debunne2011-09-091-0/+2
* Bug 5278456: text highlight color depends on the type of suggestion spans.Gilles Debunne2011-09-082-8/+23
* Bug 5250788: Fix memory consumption issues in TextPaint.Gilles Debunne2011-09-071-2/+9
* Merge "Fix bug #5262565 Need to remove CharCount TextDirectionHeuristics"Fabrice Di Meglio2011-09-061-74/+0
|\
| * Fix bug #5262565 Need to remove CharCount TextDirectionHeuristicsFabrice Di Meglio2011-09-061-74/+0
* | Merge "Fix bug #5243493 TextView selection is not working correctly when ther...Fabrice Di Meglio2011-09-061-0/+29
|\ \
| * | Fix bug #5243493 TextView selection is not working correctly when there is so...Fabrice Di Meglio2011-09-021-0/+29
| |/
* | Merge "Prevent crash when using <em> or <strong> in spanned strings Bug #5258...Romain Guy2011-09-061-2/+2
|\ \ | |/ |/|
| * Prevent crash when using <em> or <strong> in spanned stringsRomain Guy2011-09-061-2/+2
* | Merge "Remove the suggestion underline when the TextView loses focus."Gilles Debunne2011-09-021-23/+31
|\ \
| * | Remove the suggestion underline when the TextView loses focus.Luca Zanolin2011-09-021-23/+31
| |/
* | Merge "Added an add to dictionary option in suggestions for misspelled words"Gilles Debunne2011-09-021-1/+1
|\ \
| * | Added an add to dictionary option in suggestions for misspelled wordsGilles Debunne2011-09-021-1/+1
| |/
* | Fixes around text selectionGilles Debunne2011-09-022-12/+6
|/
* Merge "Using ListView for Suggestion popup window"Gilles Debunne2011-09-013-11/+16
|\
| * Using ListView for Suggestion popup windowGilles Debunne2011-08-313-11/+16
* | Merge "Fix bug #5243493 TextView selection is not working correctly when ther...Fabrice Di Meglio2011-08-311-1/+4
|\ \ | |/ |/|
| * Fix bug #5243493 TextView selection is not working correctly when there is so...Fabrice Di Meglio2011-08-311-1/+4
* | Merge "Add EditTextShortcutSpan to provide edit short cut in the text view."Gilles Debunne2011-08-305-63/+135
|\ \
| * | Add EditTextShortcutSpan to provide edit short cut in the text view.Luca Zanolin2011-08-305-63/+135
* | | Merge "Fix bug #5197549 android.text.cts.StaticLayoutTest#testGetEllipsisCoun...Fabrice Di Meglio2011-08-301-7/+17
|\ \ \ | |/ / |/| |
| * | Fix bug #5197549 android.text.cts.StaticLayoutTest#testGetEllipsisCount fails...Fabrice Di Meglio2011-08-291-7/+17
| |/