summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/TextView.java
Commit message (Expand)AuthorAgeFilesLines
* Fix for jank when fast-scrolling DeskClock's world cities list in RTLRaph Levien2013-09-271-5/+3
* Fix for Text fading on RTL app names is done at the beginning...Raph Levien2013-09-261-2/+15
* Add live region politeness to View, AccessibilityNodeInfoAlan Viverette2013-09-121-2/+6
* Fix issue #10461600: KLP API Review: UndoManagerDianne Hackborn2013-09-041-0/+4
* Implement new accessibility APIs in lists, text viewAlan Viverette2013-08-281-0/+5
* Use MULTI_LINE and OPENS_POPUP accessibility propertiesAlan Viverette2013-08-191-0/+4
* Merge "Code cleaning for Drawables" into klp-devFabrice Di Meglio2013-08-131-4/+0
|\
| * Code cleaning for DrawablesFabrice Di Meglio2013-08-091-4/+0
* | Fix bug #10210182 CTS: android.widget.cts.TextViewTest#testDrawableResolution...Fabrice Di Meglio2013-08-081-0/+2
|/
* Add automatic Drawable mirroring capability when in RTL layout directionFabrice Di Meglio2013-08-011-0/+2
* Merge "Fix an issue where "SuggestionSpan"s are not removed properly"Satoshi Kataoka2013-06-071-8/+23
|\
| * Fix an issue where "SuggestionSpan"s are not removed properlySatoshi Kataoka2013-06-051-8/+23
* | Merge "Optimizing AccessibilityNodeInfo caching."Svetoslav2013-06-071-7/+5
|\ \ | |/ |/|
| * Optimizing AccessibilityNodeInfo caching.Svetoslav2013-06-051-7/+5
* | am 36d0f946: am e9dff008: am 305cf97b: am 60776093: am 029099ff: am f4b21585:...Joe Malin2013-06-041-20/+34
|\ \
| * \ am 305cf97b: am 60776093: am 029099ff: am f4b21585: am 10d96950: DOC CHANGE: ...Joe Malin2013-06-041-20/+34
| |\ \
| | * | DOC CHANGE: Clarify textIsSelectable in TextViewJoe Malin2013-06-041-20/+34
* | | | Remove unnecessary lock to save 1 allocation per TextViewRomain Guy2013-06-031-8/+4
| |_|/ |/| |
* | | am 5d19f506: am 28df6d3d: Merge "Fix bug #8913650 spinner dropdown(android.R....Fabrice Di Meglio2013-05-201-1/+8
|\ \ \ | |/ /
| * | Merge "Fix bug #8913650 spinner dropdown(android.R.layout.simple_spinner_drop...Fabrice Di Meglio2013-05-201-1/+8
| |\ \
| | * | Fix bug #8913650 spinner dropdown(android.R.layout.simple_spinner_dropdown_it...Fabrice Di Meglio2013-05-151-1/+8
* | | | am 80127981: am c0a979ce: Merge "Fixing the accessibility text traversal in e...Svetoslav2013-05-141-1/+7
|\ \ \ \ | |/ / /
| * | | Fixing the accessibility text traversal in extend mode.Svetoslav2013-05-101-1/+7
| |/ /
* | | New UndoManager.Dianne Hackborn2013-05-071-8/+64
* | | am 939ff0ac: am 4c783066: Merge "Fixing bugs exposed when moving accessibilit...Svetoslav2013-04-231-21/+7
|\ \ \ | |/ /
| * | Fixing bugs exposed when moving accessibility CTS tests to UiAutomation.Svetoslav2013-04-231-21/+7
* | | am 1aa52487: am 6c072401: Merge "Fix for bug 8500202: Right-to-left text not ...Raph Levien2013-04-121-1/+6
|\ \ \ | |/ /
| * | Fix for bug 8500202: Right-to-left text not showing in list viewRaph Levien2013-04-121-1/+6
* | | am 953a9466: am 6812efd2: Merge "Make hasOverlappingRendering() method more a...Michael Jurka2013-03-211-1/+2
|\ \ \ | |/ /
| * | Make hasOverlappingRendering() method more accurateMichael Jurka2013-03-211-1/+2
* | | am 0bcec06b: am 19eceaad: Merge "Fix bug #8437358 Clean any ICU related code ...Fabrice Di Meglio2013-03-201-10/+0
|\ \ \ | |/ /
| * | Merge "Fix bug #8437358 Clean any ICU related code from TextLayout / Paint an...Fabrice Di Meglio2013-03-201-10/+0
| |\ \
| | * | Fix bug #8437358 Clean any ICU related code from TextLayout / Paint and their...Fabrice Di Meglio2013-03-201-10/+0
* | | | am 430058f2: am 2d18e52b: Merge "Fix bug #8335710 TextView can\'t clear Compo...Fabrice Di Meglio2013-03-191-34/+77
|\ \ \ \ | |/ / /
| * | | Merge "Fix bug #8335710 TextView can't clear CompoundDrawables" into jb-mr2-devFabrice Di Meglio2013-03-191-34/+77
| |\ \ \ | | |/ / | |/| |
| | * | Fix bug #8335710 TextView can't clear CompoundDrawablesFabrice Di Meglio2013-03-181-34/+77
* | | | am cf60cc9a: am 261f82ca: Merge "Revert "Clean Paint.mBidiFlags as it is no l...Fabrice Di Meglio2013-03-151-6/+16
|\ \ \ \ | |/ / /
| * | | Revert "Clean Paint.mBidiFlags as it is no longer used"Fabrice Di Meglio2013-03-151-6/+16
| |/ /
* | | am 80273c6b: am 5f51fd69: Merge "Make Spinner widget RTL-aware (part 2)" into...Fabrice Di Meglio2013-03-051-65/+48
|\ \ \ | |/ /
| * | Make Spinner widget RTL-aware (part 2)Fabrice Di Meglio2013-03-051-65/+48
* | | Prevent repeated cursor movements from escaping a TextViewMichael Wright2013-02-201-3/+26
|/ /
* | Add support for shadows in TextAppearance stylesAdam Powell2013-02-141-2/+31
* | Clean Paint.mBidiFlags as it is no longer usedFabrice Di Meglio2013-02-121-16/+6
* | Set accessibility cursor in non-text views with content description.Svetoslav2013-02-061-0/+5
* | Set accessibility cursor position in non-editable views with content descript...Svetoslav2013-02-051-17/+19
* | Add accessibility actions for text editing.Svetoslav2013-01-301-11/+104
* | Optimize drawHardwareAccelerated method in Editor classSangkyu Lee2013-01-081-1/+0
* | Suppress horizontal scrolling with trailing blanksRaph Levien2012-12-201-9/+24
* | Remove remaining doc references to StyledAttributes.John Spurlock2012-12-181-1/+1
* | Fix an issue on changing the keyboard locale between spellchecking supported ...Satoshi Kataoka2012-12-061-11/+32