summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/TextView.java
Commit message (Expand)AuthorAgeFilesLines
* Add TextView XML attribute for undo supportJames Cook2015-02-271-0/+5
* Reland: Add basic support for Ctrl-Z to editable TextViewsJames Cook2015-02-271-19/+64
* Revert "Add basic support for Ctrl-Z to editable TextViews"James Cook2015-02-261-64/+19
* Paste as plain text by Ctrl-Shift-VKeisuke Kuroyanagi2015-02-241-4/+20
* Add basic support for Ctrl-Z to editable TextViewsJames Cook2015-02-191-20/+70
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-8/+13
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-2/+16
* am 2ed9a7e5: am af461e12: Merge "Refine resolution order for typeface and fon...Raph Levien2015-01-291-0/+5
|\
| * am 2ed9a7e5: am af461e12: Merge "Refine resolution order for typeface and fon...Raph Levien2015-01-291-0/+5
| |\
| | * Refine resolution order for typeface and fontFamilyRaph Levien2015-01-291-0/+5
* | | am a601d44b: am a4d1e250: am 9787039d: Merge "Fudge getRightPaddingOffset in ...Roozbeh Pournader2015-01-151-6/+8
|\ \ \ | |/ /
| * | am a4d1e250: am 9787039d: Merge "Fudge getRightPaddingOffset in TextView to m...Roozbeh Pournader2015-01-151-6/+8
| |\ \ | | |/
| | * Fudge getRightPaddingOffset in TextView to match clipRect.Roozbeh Pournader2015-01-141-6/+8
* | | Merge "Track TextView locale changes if not explicitly set"Raph Levien2015-01-151-0/+11
|\ \ \
| * | | Track TextView locale changes if not explicitly setRaph Levien2015-01-141-0/+11
| |/ /
* | | API for tinting TextView compound drawablesAlan Viverette2015-01-071-150/+265
* | | Fix accessibility delegationAlan Viverette2015-01-071-8/+12
|/ /
* | am 2f11125a: am 9973643b: Merge "Give accessibility delegate the first pass a...Alan Viverette2014-12-151-3/+9
|\ \ | |/
| * Give accessibility delegate the first pass at handling ACTION_CLICKAlan Viverette2014-12-121-3/+9
* | am bb241c3c: am 4eb2e04f: Merge "Use CURRENT_OR_SELF when checking SPEAK_PASS...Alan Viverette2014-12-031-1/+2
|\ \ | |/
| * Use CURRENT_OR_SELF when checking SPEAK_PASSWORD settingAlan Viverette2014-12-021-1/+2
* | am 30c0d5b5: am 8a45126a: Merge "Load SPEAK_PASSWORD from currently active us...Alan Viverette2014-11-261-2/+3
|\ \ | |/
| * Load SPEAK_PASSWORD from currently active user rather than selfAlan Viverette2014-11-251-2/+3
* | am e606a788: am 0218970a: Merge "Fix error overwriting when restoring error"Alan Viverette2014-11-211-1/+3
|\ \
| * | Fix error overwriting when restoring errorAlexander Toresson2014-11-071-1/+3
| * | am d84ce32b: Merge "Fix some documentation typos." into lmp-devNewton Allen2014-10-021-2/+2
| |\ \
| * \ \ resolved conflicts for merge of ee665151 to lmp-dev-plus-aospNeil Fuller2014-10-021-15/+14
| |\ \ \
* | \ \ \ am 25f7c4b9: Merge "Update hint text color even when text present" into lmp-m...Raph Levien2014-11-141-2/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | 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
* | | | | | am cda81f2d: Merge "Fudge clipRect in TextView for extra cursor width" into l...Raph Levien2014-11-141-1/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
| | |/ / / /
* | | | | | am 96dacf36: am 24859ba0: Merge "Don\'t dismiss AutoCompleteTextView on focus...Alan Viverette2014-11-141-1/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Don't dismiss AutoCompleteTextView on focus change while temp detachedAlan Viverette2014-11-131-1/+3
| |/ / / /
* | | | | am 012b4eae: am d8bc6677: Merge "Optimize text rendering in accessibility mod...Svet Ganov2014-10-231-1/+10
|\ \ \ \ \ | |/ / / /
| * | | | Optimize text rendering in accessibility mode.Svet Ganov2014-10-141-1/+10
| | |_|/ | |/| |
* | | | am 58f75627: am 94f5155d: am c68aad9f: am d84ce32b: Merge "Fix some documenta...Newton Allen2014-10-021-2/+2
|\ \ \ \ | |/ / /
| * | | Fix some documentation typos.Newton Allen2014-09-301-2/+2
| |/ /
* | | resolved conflicts for merge of ee665151 to lmp-mr1-dev-plus-aospNeil Fuller2014-10-021-15/+14
|\ \ \ | |/ / |/| / | |/
| * Switch from FloatMath -> Math and Math.hypot where possibleNeil Fuller2014-10-011-15/+14
| * Merge commit '0b62467b142b61ee1e449ba958ba37dfd961ef56' into HEADBill Yi2014-04-291-0/+4
| |\
* | | 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