summaryrefslogtreecommitdiff
path: root/core/java/android/widget/TextView.java
Commit message (Expand)AuthorAgeFilesLines
* Limit access to suspected false positives.Mathew Inwood2018-12-281-3/+4
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+86
* Code reformatting for upcoming automated code changes.Mathew Inwood2018-08-161-3/+7
* End the TC session on terminal selection event actionsAbodunrinwa Toki2018-05-221-4/+1
* Fix a typo in the API doc of TextView#setKeyListener()Yohei Yukawa2018-05-081-1/+1
* Move accessibilityHeader from TextView to ViewPhil Weaver2018-04-101-31/+0
* Fix crash when modifying SelectionClara Bayarri2018-04-061-1/+1
* TextClassifier API updates.Abodunrinwa Toki2018-04-011-6/+13
* Merge "Implement Stateful TextClassifier APIs." into pi-devAbodunrinwa Toki2018-03-281-4/+51
|\
| * Implement Stateful TextClassifier APIs.Abodunrinwa Toki2018-03-281-4/+51
* | Merge "Use on-screen text in a11y text changed event" into pi-devTreeHugger Robot2018-03-281-3/+2
|\ \
| * | Use on-screen text in a11y text changed eventPhil Weaver2018-03-271-3/+2
* | | Merge "Stop using DynamicLayout in case of non selectable PrecomputedText" in...TreeHugger Robot2018-03-271-42/+60
|\ \ \
| * | | Stop using DynamicLayout in case of non selectable PrecomputedTextSeigo Nonaka2018-03-261-42/+60
| | |/ | |/|
* | | Merge "Fix random SmartLinkify-related TextView bugs." into pi-devTreeHugger Robot2018-03-261-1/+8
|\ \ \ | |/ / |/| |
| * | Fix random SmartLinkify-related TextView bugs.Abodunrinwa Toki2018-03-261-1/+8
* | | Merge "Make PrecomputedText Spannable for supporting selection" into pi-devTreeHugger Robot2018-03-221-4/+5
|\ \ \
| * | | Make PrecomputedText Spannable for supporting selectionSeigo Nonaka2018-03-201-4/+5
| | |/ | |/|
* | | Merge "Fix smart_linkify_enabled flag." into pi-devTreeHugger Robot2018-03-221-5/+47
|\ \ \ | |/ / |/| |
| * | Fix smart_linkify_enabled flag.Abodunrinwa Toki2018-03-221-5/+47
| |/
* | Merge "Fix rounding error related to autoSize" into pi-devSiyamed Sinir2018-03-191-12/+5
|\ \
| * | Fix rounding error related to autoSizeSiyamed Sinir2018-03-171-12/+5
| |/
* / Revert "Make PrecomputedText Spannable for supporting selection"Seigo Nonaka2018-03-191-5/+4
|/
* Make PrecomputedText Spannable for supporting selectionSeigo Nonaka2018-03-151-4/+5
* Add @attr for justificationModeSeigo Nonaka2018-03-131-0/+1
* Merge "Introduce new perf test for TextView with precomputed text" into pi-devTreeHugger Robot2018-03-071-3/+8
|\
| * Introduce new perf test for TextView with precomputed textSeigo Nonaka2018-03-071-3/+8
* | Throw an exception in case of parameter mismatch of precomputed textSeigo Nonaka2018-03-071-1/+23
|/
* Don't use highlighting in non-selectable text. Also fixes potential discrepan...Richard Ledley2018-03-061-2/+17
* Fix CTS TextViewTestSeigo Nonaka2018-03-011-3/+3
* New attribute textFontWeight for selecting weight in the font familySeigo Nonaka2018-02-271-28/+63
* Merge "[Magnifier-23] Fix invisible cursor in magnifier"Mihai Popa2018-02-211-3/+1
|\
| * [Magnifier-23] Fix invisible cursor in magnifierMihai Popa2018-02-201-3/+1
* | Merge "Reorganize MeasuredText API (2nd)"Seigo Nonaka2018-02-201-2/+34
|\ \
| * | Reorganize MeasuredText API (2nd)Seigo Nonaka2018-02-161-2/+34
| |/
* | Merge "Get text positions from transformed text"Phil Weaver2018-02-201-1/+1
|\ \ | |/ |/|
| * Get text positions from transformed textPhil Weaver2018-02-161-1/+1
* | Optimization: don't call AFM.notifyValueChanged() when value didn't change.Felipe Leme2018-02-161-4/+20
* | Revert "Reorganize MeasuredText API"Seigo Nonaka2018-02-141-94/+7
|/
* Reorganize MeasuredText APISeigo Nonaka2018-02-121-7/+94
* Revert "Move A11y events throttling away from View(RootImpl)"Eugene Susla2018-01-261-4/+5
* Add semantics for accessibility headingsPhil Weaver2018-01-181-0/+30
* Merge "Implement text baseline attributes for TextView."Abodunrinwa Toki2018-01-181-0/+153
|\
| * Implement text baseline attributes for TextView.Abodunrinwa Toki2018-01-161-0/+153
* | Fix API review javadoc issues in TextView/ExtractedTextClara Bayarri2018-01-171-2/+2
* | Merge "Rename PremeasuredText to MeasuredText"Seigo Nonaka2018-01-161-2/+2
|\ \ | |/ |/|
| * Rename PremeasuredText to MeasuredTextSeigo Nonaka2018-01-111-2/+2
* | Merge "Set selection bounds when we try to copy, so it will work with nonsele...Richard Ledley2018-01-131-0/+6
|\ \
| * | Set selection bounds when we try to copy, so it will work with nonselectable ...Richard Ledley2018-01-121-0/+6
* | | Merge "Make Linkify links clickable in nonselectable text."Richard Ledley2018-01-121-5/+3
|\ \ \