summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/TextView.java
Commit message (Expand)AuthorAgeFilesLines
* Use CURRENT_OR_SELF when checking SPEAK_PASSWORD settingAlan Viverette2014-12-021-1/+2
* Load SPEAK_PASSWORD from currently active user rather than selfAlan Viverette2014-11-251-2/+3
* Merge "Update hint text color even when text present" into lmp-mr1-devRaph Levien2014-11-141-2/+4
|\
| * Update hint text color even when text presentRaph Levien2014-11-121-2/+4
* | Merge "Fudge clipRect in TextView for extra cursor width" into lmp-mr1-devRaph Levien2014-11-141-1/+5
|\ \
| * | Fudge clipRect in TextView for extra cursor widthRaph Levien2014-11-131-1/+5
| |/
* | Don't dismiss AutoCompleteTextView on focus change while temp detachedAlan Viverette2014-11-131-1/+3
|/
* Optimize text rendering in accessibility mode.Svet Ganov2014-10-141-1/+10
* Fix some documentation typos.Newton Allen2014-09-301-2/+2
* Preserve NPE behavior of removed TextView.getTextColors() APIAlan Viverette2014-09-161-0/+5
* Remove unsafe methods that take TypedArrayAlan Viverette2014-09-111-0/+4
* Merge "Fix docs and nulling behavior for TextView.setCompoundDrawables" into ...Alan Viverette2014-09-101-33/+69
|\
| * Fix docs and nulling behavior for TextView.setCompoundDrawablesAlan Viverette2014-09-091-33/+69
* | Merge "Remove auto spaceifying behavior on paste" into lmp-devRaph Levien2014-09-101-54/+0
|\ \
| * | Remove auto spaceifying behavior on pasteRaph Levien2014-09-101-54/+0
| |/
* | Bring up the IME when TextView receives ACTION_CLICKAlan Viverette2014-09-091-0/+27
|/
* Revert "Ensure all RemoteViews use myUserId rather than context."Kenny Guy2014-09-041-10/+2
* Ensure all RemoteViews use myUserId rather than context.Kenny Guy2014-09-041-2/+10
* Ensure layout in getExtendedPadding callsRaph Levien2014-09-021-0/+8
* Merge "Clear TextView error when text changes" into lmp-devYigit Boyar2014-08-231-3/+2
|\
| * Clear TextView error when text changesYigit Boyar2014-08-221-3/+2
* | Clarify text shadow attribute/method commentsChris Craik2014-08-201-2/+9
|/
* Fix TextView clickable state when using onClick attributeAlan Viverette2014-08-151-2/+2
* Add API for obtaining max text length for accessibilityAlan Viverette2014-08-121-0/+9
* Make letterSpacing and fontFeatureSettings publicRaph Levien2014-08-071-5/+6
* Add fontFeatureSettings to TextView and attrsBehdad Esfahbod2014-08-011-1/+52
* 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
| |/