summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/TextView.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Workaround apps not calling super.onDetachedFromWindow()""John Reck2014-03-061-3/+4
* Revert "Workaround apps not calling super.onDetachedFromWindow()"Bart Sears2014-03-061-3/+3
* Workaround apps not calling super.onDetachedFromWindow()John Reck2014-03-061-3/+3
* Fix a crash where user data was not validated.Jean Chalard2014-02-131-0/+1
* Temporary fix for background invalidationAlan Viverette2014-02-051-2/+14
* Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette2014-02-031-12/+12
* Merge "Fix bug #12422326 Unable to change text direction programmatically usi...Fabrice Di Meglio2014-01-281-0/+4
|\
| * Fix bug #12422326 Unable to change text direction programmatically using setT...Fabrice Di Meglio2014-01-061-0/+4
* | check for null mEditor in TextView.canCopy()Victoria Lease2014-01-151-1/+1
|/
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
* am c403afb6: am 79007026: am 3dbea35f: Merge "use SpannedStringBuilder to bui...Victoria Lease2013-11-041-13/+2
|\
| * use SpannedStringBuilder to build a SpannedStringVictoria Lease2013-10-241-13/+2
* | am 87e127d5: am 1ae78c07: am c2245e1a: Merge "Workaround fading edge incompat...Chris Craik2013-10-111-1/+3
|\ \ | |/
| * Workaround fading edge incompatibility with alpha modulationChris Craik2013-10-111-1/+3
* | am e048f84a: Fix for jank when fast-scrolling DeskClock\'s world cities list ...Raph Levien2013-09-301-5/+3
|\ \ | |/
| * Fix for jank when fast-scrolling DeskClock's world cities list in RTLRaph Levien2013-09-271-5/+3
* | am adf14902: Merge "Fix for Text fading on RTL app names is done at the begin...Raph Levien2013-09-301-2/+15
|\ \ | |/
| * Fix for Text fading on RTL app names is done at the beginning...Raph Levien2013-09-261-2/+15
* | resolved conflicts for merge of aca95ca0 to masterKenny Root2013-09-121-2/+6
|\ \ | |/
| * Add live region politeness to View, AccessibilityNodeInfoAlan Viverette2013-09-121-2/+6
* | Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-8/+12
|/
* 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
| |\ \