summaryrefslogtreecommitdiffstats
path: root/core/java/android/text
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Merge "Suggestions popup window is dismissed on tap outside."Gilles Debunne2011-08-293-1/+89
|\ \
| * | Suggestions popup window is dismissed on tap outside.Gilles Debunne2011-08-253-1/+89
| |/
* | Italic should be italic and bold should be bold.Romain Guy2011-08-291-2/+2
* | Merge "Fix bug #5199577 TextView with android:password="true" is showing the ...Fabrice Di Meglio2011-08-261-0/+28
|\ \ | |/ |/|
| * Fix bug #5199577 TextView with android:password="true" is showing the "dots" ...Fabrice Di Meglio2011-08-251-0/+28
* | Spell checking in TextViewsGilles Debunne2011-08-234-88/+99
* | Merge "Improve TextDirection resolution"Fabrice Di Meglio2011-08-221-24/+0
|\ \ | |/
| * Improve TextDirection resolutionFabrice Di Meglio2011-08-191-24/+0
* | Merge "Combine list of CharSequence with delimeter."Jeff Sharkey2011-08-171-0/+11
|\ \
| * | Combine list of CharSequence with delimeter.Jeff Sharkey2011-08-171-0/+11
* | | Merge "Fix bug #5175022 Easy mode in MeasuredText.setPara() is no more used"Fabrice Di Meglio2011-08-173-21/+51
|\ \ \ | | |/ | |/|
| * | Fix bug #5175022 Easy mode in MeasuredText.setPara() is no more usedFabrice Di Meglio2011-08-173-21/+51
* | | Merge "Change the behavior of SuggestionSpan."Gilles Debunne2011-08-161-5/+74
|\ \ \ | |_|/ |/| |
| * | Change the behavior of SuggestionSpan.Luca Zanolin2011-08-161-5/+74
| |/
* | Fix bug #3388534 Long file names are improperly displayed when playedFabrice Di Meglio2011-08-154-69/+87
|/
* Revert "Use a weakreference to prevent the static variable from holding an Ac...Amith Yamasani2011-08-131-11/+5
* Use a weakreference to prevent the static variable from holding an Activity.Amith Yamasani2011-08-121-5/+11
* Added support for colored / thick underlined text.Gilles Debunne2011-08-112-8/+55
* Merge "Fix bug #5017432 NPE when mixing different spans with different font s...Fabrice Di Meglio2011-08-091-1/+1
|\
| * Fix bug #5017432 NPE when mixing different spans with different font sizesFabrice Di Meglio2011-08-091-1/+1
* | Merge changes I46744e51,I1f566cceFabrice Di Meglio2011-08-091-1/+4
|\ \ | |/
| * Add more optimizations for Text measuring / breaking / getting advancesFabrice Di Meglio2011-08-081-1/+4
* | Merge "Follow up to TextView's baseline is correctly computed for empty text"Fabrice Di Meglio2011-08-081-5/+11
|\ \ | |/ |/|
| * Follow up to TextView's baseline is correctly computed for empty textFabrice Di Meglio2011-08-081-5/+11
* | Revert "Fix bug #5114358 If writing Numbers with Hebrew & Arabic keyboard, th...Fabrice Di Meglio2011-08-081-1/+0
|/
* Fix bug #5114358 If writing Numbers with Hebrew & Arabic keyboard, they appea...Fabrice Di Meglio2011-08-031-0/+1
* Plug memory leak in EditText.Romain Guy2011-08-013-23/+35