summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/TextView.java
Commit message (Expand)AuthorAgeFilesLines
* Fix docs build breakage in #TextView_letterSpacingRaph Levien2014-07-241-1/+0
* Add letter-spacing to Paint and TextViewBehdad Esfahbod2014-07-241-0/+51
* Exposes more properties to assist in evaluating contrast ratios.Jon Miranda2014-07-101-0/+21
* Add API on AccessibilityNodeInfo for retrieving TextView errorAlan Viverette2014-07-071-0/+1
* Fix TextView drawing issue.Craig Stout2014-07-071-3/+14
* Fix jank in TextView.MarqueeJorim Jaggi2014-07-011-37/+45
* Fix unsafe public methods that take TypedArrayAlan Viverette2014-06-271-25/+21
* Fix switch & slider anim, make View drawable hotspot API publicAlan Viverette2014-06-181-3/+2
* Merge "Clean up dirFlags / bidiFlags confusion"Raph Levien2014-06-161-6/+6
|\
| * Clean up dirFlags / bidiFlags confusionRaph Levien2014-06-161-6/+6
* | Add TextView#set/getShowSoftInputOnFocusAdam Powell2014-06-161-2/+0
|/
* Support hotspots in View drawablesAlan Viverette2014-06-131-1/+29
* Fix a CTS testJean Chalard2014-06-111-1/+0
* Make elegantTextHeight xml attribute publicRaph Levien2014-06-051-0/+3
* Fix password obscuring in TextView accessibility nodeAlan Viverette2014-05-191-1/+1
* Avoid caching shadow properties in Java & HWUI.Derek Sollenberger2014-05-071-1/+4
* Add elegantTextHeight text appearance attributeRaph Levien2014-04-171-0/+26
* am f6ee7e3f: am 202d1ec7: Fix text shadow attributes in textAppearanceRaph Levien2014-04-141-4/+4
|\
| * am 202d1ec7: Fix text shadow attributes in textAppearanceRaph Levien2014-04-141-4/+4
| |\
| | * Fix text shadow attributes in textAppearanceRaph Levien2014-04-141-4/+4
* | | am c333381b: am 24a2f20f: am c420ce34: Merge "Marquee text RTL improvements"Raph Levien2014-04-031-4/+4
|\ \ \ | |/ /
| * | am 24a2f20f: am c420ce34: Merge "Marquee text RTL improvements"Raph Levien2014-04-031-4/+4
| |\ \ | | |/ | |/|
| | * Marquee text RTL improvementsMichael Lekman2014-03-251-4/+4
| * | Fix bug #12422326 Unable to change text direction programmatically using setT...Fabrice Di Meglio2014-03-051-0/+4
| |/
* | 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