summaryrefslogtreecommitdiff
path: root/core/java/android/widget/TextView.java
Commit message (Expand)AuthorAgeFilesLines
* Enable null cursor drawableMihai Popa2019-01-091-8/+4
* Limit access to suspected false positives.Mathew Inwood2018-12-281-3/+3
* Merge "Another round of changes on Content Capture."TreeHugger Robot2018-12-171-2/+10
|\
| * Another round of changes on Content Capture.Felipe Leme2018-12-141-2/+10
* | Support Shift-Delete, Ctrl-Insert and Shift-Insert in TextView.Yuichiro Hanada2018-12-171-0/+19
* | Add public API TextView.isHorizontallyScrollingHaoyu Zhang2018-12-131-3/+14
|/
* Merge "Recompute PcT with existing PcT for different direction"Seigo Nonaka2018-12-121-3/+11
|\
| * Recompute PcT with existing PcT for different directionSeigo Nonaka2018-12-101-3/+11
* | Don't generate VIEW_TEXT_CHANGED events when the TextView is not laid out.Felipe Leme2018-12-071-1/+1
|/
* Yet another (major) refactoring on Content Capture and Augmented Autofill.Felipe Leme2018-12-061-1/+1
* Make text cursor drawable publicMihai Popa2018-12-061-1/+56
* Split IntelligenceManager / IntelligenceService.Felipe Leme2018-12-031-5/+5
* Make TextView.isSingleLine publicqqd2018-11-301-2/+7
* Make TextView.getTextDirectionHeuristic publicSiyamed Sinir2018-11-271-6/+6
* Fixed when IntelligenceManager.notifyAppeared()/disappeared() is called.Felipe Leme2018-11-261-0/+3
* Minor Content Capture-related changes.Felipe Leme2018-11-141-33/+22
* Added moar ContentCapture APIs (and their initial implementation).Felipe Leme2018-11-121-20/+47
* Make text handle drawables publicMihai Popa2018-11-021-8/+182
* Introduce FontStyle for future extensibilitySeigo Nonaka2018-10-191-4/+4
* Add textLocale attributes to TextView and TextAppearanceSpanHaoyu Zhang2018-10-181-0/+17
* Change TextView.TextAppearanceAttributes.mStyleIndex to mTextStyleHaoyu Zhang2018-10-101-4/+4
* Removed afm.notifyValueChanged() optimization.Felipe Leme2018-10-011-18/+5
* Merge "Add missing TextView attributes to JavaDoc"TreeHugger Robot2018-09-271-0/+6
|\
| * Add missing TextView attributes to JavaDocSiyamed Sinir2018-09-261-0/+6
* | Merge "Unhide getTextRunCursor APIs"Seigo Nonaka2018-09-191-2/+2
|\ \ | |/ |/|
| * Unhide getTextRunCursor APIsSeigo Nonaka2018-09-181-2/+2
* | Always use Context.getSystemService() to get IMMYohei Yukawa2018-09-171-11/+15
|/
* docs: fixed instances of typo in 'overridden' am: debd4ee72dkopriva2018-09-131-1/+1
|\
| * docs: fixed instances of typo in 'overridden'kopriva2018-09-131-1/+1
| |\
| | * docs: fixed instances of typo in 'overridden'kopriva2018-09-131-1/+1
| * | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+86
* | | Merge "Add Missing fontVariationSetting attr Javadoc"Haoyu Zhang2018-09-121-0/+3
|\ \ \
| * | | Add Missing fontVariationSetting attr JavadocHaoyu Zhang2018-09-121-0/+3
* | | | Move maximum weight constant from Typeface to Font and make it publicSeigo Nonaka2018-09-101-3/+4
|/ / /
* | | Add fontVariationSettings to TextView and TextAppearance in XMLHaoyu Zhang2018-08-311-0/+11
* | | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+86
* | | Merge "Code reformatting for upcoming automated code changes." am: d68f003c67...Mathew Inwood2018-08-171-3/+7
|\| |
| * | Code reformatting for upcoming automated code changes.Mathew Inwood2018-08-161-3/+7
| |/
* | Disable hyphenation by in default themeSiyamed Sinir2018-07-231-4/+25
* | TextView setOverlappingRendering must be true when shadows are used.Derek Sollenberger2018-07-131-1/+2
* | Allow 0sp text size in xml for TextViewMihai Popa2018-07-021-2/+2
* | Add textFontWeight attribute to documentationSeigo Nonaka2018-06-261-0/+1
* | Merge "End the TC session on terminal selection event actions" into pi-dev am...Abodunrinwa Toki2018-05-221-4/+1
|\|
| * End the TC session on terminal selection event actionsAbodunrinwa Toki2018-05-221-4/+1
* | Fix TextView#setText misplaced documentationMihai Popa2018-05-171-10/+5
* | Check against null text in TextView constructorMihai Popa2018-05-141-0/+29
* | Merge "Fix a typo in the API doc of TextView#setKeyListener()" into pi-dev am...android-build-team Robot2018-05-091-1/+1
|\|
| * Fix a typo in the API doc of TextView#setKeyListener()Yohei Yukawa2018-05-081-1/+1
* | Merge "Move accessibilityHeader from TextView to View" into pi-dev am: 99a238...Phil Weaver2018-04-111-31/+0
|\|
| * Move accessibilityHeader from TextView to ViewPhil Weaver2018-04-101-31/+0