summaryrefslogtreecommitdiff
path: root/core/java/android/widget/TextView.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Record textAppearance information for TextView." into qt-devTreeHugger Robot2019-06-071-0/+4
|\
| * Record textAppearance information for TextView.Aurimas Liutikas2019-06-051-0/+4
* | Clarify problems with Linkify.MAP_ADDRESSES.Torne (Richard Coles)2019-06-041-0/+4
|/
* Fix sysui's security issue of cross-user copy/pasteFelka Chang2019-05-211-13/+18
* Added BlendMode equivalent APIs to replace deprecated PorterDuffNader Jawad2019-04-171-8/+43
* DO NOT MERGE - Removed ContentCapture support from standard SDK toolkit.Felipe Leme2019-04-151-34/+5
* Merge "Clarify hasSelection description" am: 6bd5cf2bcc am: 0e63b9ce98Hans Boehm2019-03-281-1/+1
|\
| * Clarify hasSelection descriptionHans Boehm2019-03-201-1/+1
| * DO NOT MERGE - Merge pi-platform-release (PPRL.190205.001) intoXin Li2019-02-141-1/+1
| |\
| * | Limit access to suspected false positives.Mathew Inwood2018-12-281-3/+4
* | | Rename @EnumEntry and @FlagEntryAshley Rose2019-03-181-65/+67
* | | Add NonNull annotation to getTextDirectionHeuristicsSiyamed Sinir2019-03-041-1/+1
* | | All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* | | Merge "Add trackingBug number for UnsupportedAppUsage of mMarquee"Haoyu Zhang2019-02-111-1/+1
|\ \ \
| * | | Add trackingBug number for UnsupportedAppUsage of mMarqueeHaoyu Zhang2019-02-071-1/+1
* | | | Merge "Add helper methods for View attribute debugging"Aurimas Liutikas2019-02-071-0/+2
|\ \ \ \
| * | | | Add helper methods for View attribute debuggingAurimas Liutikas2019-02-061-0/+2
| |/ / /
* | | | Merge "Add trackingBug number to UnsupportedAppUsage of mListeners"Haoyu Zhang2019-02-071-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Add trackingBug number to UnsupportedAppUsage of mListenersHaoyu Zhang2019-02-061-1/+1
* | | | Merge "Blacklist TextView.mCurTextColor"Siyamed Sinir2019-02-061-1/+6
|\ \ \ \
| * | | | Blacklist TextView.mCurTextColorSiyamed Sinir2019-02-051-1/+6
* | | | | Honor text-operation user in "Add to dictionary"Yohei Yukawa2019-02-051-0/+16
| |/ / / |/| | |
* | | | Merge "@InspectableProperty coverage for android.widget"Ashley Rose2019-02-051-5/+269
|\ \ \ \
| * | | | @InspectableProperty coverage for android.widgetAshley Rose2019-02-041-5/+269
* | | | | Log translate action's views and clicks.Abodunrinwa Toki2019-01-311-6/+15
* | | | | Removed unused flag from notifyTextChanged().Felipe Leme2019-01-291-1/+1
|/ / / /
* | | | Rename isHorizontallyScrolling to isHorizontallyScrollableHaoyu Zhang2019-01-221-1/+1
* | | | Introduce @hide TextView#setTextOperationUser()Yohei Yukawa2019-01-191-2/+73
* | | | Remove old private constant from ResourceId.Aurimas Liutikas2019-01-171-4/+3
|/ / /
* | | Fix TextView#setTextCursorDrawable for resid=0Mihai Popa2019-01-141-1/+2
* | | Merge "Move copy, cut and paste shortcut handler to onKeyDown()."TreeHugger Robot2019-01-101-19/+20
|\ \ \
| * | | Move copy, cut and paste shortcut handler to onKeyDown().Yuichiro Hanada2019-01-101-19/+20
* | | | 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