summaryrefslogtreecommitdiff
path: root/core/java/android/widget/TextView.java
Commit message (Expand)AuthorAgeFilesLines
* [A11y Focus API] Add new requestRectangleOnScreen API with a parameter for so...Amanda Lin Dietz2025-04-151-1/+9
* Revert "Use setFontVariationOverride in TextView"Seigo Nonaka2025-02-271-7/+3
* Use setFontVariationOverride in TextViewSeigo Nonaka2025-02-251-3/+7
* Revive the behavior of setFontVariationSettings as of API35Seigo Nonaka2025-01-091-5/+23
* Merge "Writing tools: selectively enable writing tools in TextView 5/n" into ...Taran Singh2024-12-061-0/+4
|\
| * Writing tools: selectively enable writing tools in TextView 5/nTaran Singh2024-11-251-0/+4
* | Make setFontVariationSettings work with weight adjustmentSeigo Nonaka2024-12-051-1/+16
* | Revert "Add trace point into onMeasure/onDraw of TextView"Seigo Nonaka2024-11-191-298/+283
|/
* Add trace point into onMeasure/onDraw of TextViewSeigo Nonaka2024-11-131-283/+298
* [A11y] Add DATA_TEXT_CHARACTER_LOCATION_IN_WINDOW_KEY to AccessibilityNodeInfoKatie2024-11-051-6/+32
* Remove use_bounds_for_width flagSeigo Nonaka2024-09-051-5/+1
* Fix TextView#getEditorAndHandwritingBounds used wrong matrixHaoyu Zhang2024-09-031-1/+1
* Merge "Hide TextView context menu items when unavailable" into mainTreehugger Robot2024-08-271-8/+24
|\
| * Hide TextView context menu items when unavailableBen Murdoch2024-08-151-8/+24
* | Merge "Cleanup comments" into mainHaoyu Zhang2024-08-261-1/+1
|\ \ | |/ |/|
| * Cleanup commentsHaoyu Zhang2024-08-221-1/+1
* | Minor TextView Context Menu refactorBen Murdoch2024-08-151-2/+10
|/
* Fix that handwriting gesture not working if View is scaledHaoyu Zhang2024-08-061-43/+169
* Notify focus view to HandwritingInitiator after inputType changes.Linnan Li2024-07-311-0/+17
* Remove flag performance workaroundSeigo Nonaka2024-07-251-3/+2
* Add logs for no synchronous autofillSimranjit Kohli2024-06-121-0/+3
* [Bold text] Use a default bold font for null typefacesSally2024-06-071-1/+5
* TextView compatibility with EditorInfoCompat#isStylusHandwritingEnabledJustin Ghan2024-05-011-3/+17
* Fix width calculation of TextViewSeigo Nonaka2024-04-231-2/+4
* Merge "Prevent TextView refocus on escape key press" into mainTreehugger Robot2024-03-201-1/+1
|\
| * Prevent TextView refocus on escape key pressJustin Ghan2024-03-181-1/+1
* | Start handwriting for stylus tap at end of lineJustin Ghan2024-03-191-0/+50
* | Show toast when handwriting in unsupported viewJustin Ghan2024-03-121-0/+9
|/
* Update cursor placement for handwriting initiationJustin Ghan2024-03-111-1/+2
* Merge "Add missing remotable annotation to font variation method in TextView....Zak Cohen2024-02-151-0/+1
|\
| * Add missing remotable annotation to font variation method in TextView.Zak Cohen2024-02-141-0/+1
* | Don't shift drawing offset by default.Seigo Nonaka2024-02-151-0/+59
* | Fix minimum line height for TextView use caseSeigo Nonaka2024-02-101-12/+73
|/
* Merge "Add XML attribute for newly added Layout APIs." into mainSeigo Nonaka2024-02-031-4/+10
|\
| * Add XML attribute for newly added Layout APIs.Seigo Nonaka2024-01-311-4/+10
* | Fix: IMEs don't receive onUpdateSelection when performs insertion modeHaoyu Zhang2024-01-301-2/+33
|/
* Clear TextView focus on escape key pressJustin Ghan2024-01-171-0/+17
* Adjust the line height to the locale based font metricsSeigo Nonaka2023-10-231-12/+74
* Merge "Use EditorInfo#stylusHandwritingEnabled in TextView" into mainTaran Singh2023-10-201-1/+4
|\
| * Use EditorInfo#stylusHandwritingEnabled in TextViewTaran Singh2023-09-261-1/+4
* | Merge "Call assumeLayout for accessibility" into mainSally Yuen2023-10-181-0/+3
|\ \
| * | Call assumeLayout for accessibilitySally2023-08-211-0/+3
* | | Update EditorInfo if servedView's orientation changesTaran Singh2023-10-091-0/+12
* | | Merge "Use CoreSettingsObserver for accessing text flags" into mainSeigo Nonaka2023-09-271-1/+2
|\ \ \ | |_|/ |/| |
| * | Use CoreSettingsObserver for accessing text flagsSeigo Nonaka2023-09-201-1/+2
* | | Merge "Fix CursorAnchorInfo insertion marker location when cursor is clamped"...Justin Ghan2023-09-201-1/+2
|\ \ \ | |/ / |/| |
| * | Merge "Fix CursorAnchorInfo insertion marker location when cursor is clamped"...Justin Ghan2023-09-201-1/+2
| |\ \
| | * | Fix CursorAnchorInfo insertion marker location when cursor is clampedJustin Ghan2023-09-191-1/+2
* | | | Temporary stop calling Flags API for performance reasons.Seigo Nonaka2023-09-201-2/+2
* | | | Merge "Fix NullPointerException in TextView#canPasteAsPlainText" into main am...Nader Jawad2023-09-171-0/+3
|\| | |