summaryrefslogtreecommitdiff
path: root/core/java/android/widget/Editor.java
Commit message (Expand)AuthorAgeFilesLines
* Add Ability to Check if Cursor is BlinkingSteven Terrell2022-09-151-0/+11
* Stop cursor from blinking when not visibleSteven Terrell2022-08-261-9/+5
* Split animation methods out of OnBackInvokedCallbackVadim Caen2022-04-011-6/+1
* Merge "Migrate TextView to use OnBackInvokedDispatcher." into tm-devShan Huang2022-03-241-0/+44
|\
| * Migrate TextView to use OnBackInvokedDispatcher.Shan Huang2022-03-231-0/+44
* | Scribe in View: disable cursor drag when handwriting is enabledHaoyu Zhang2022-03-161-1/+7
|/
* Use local coordinates in CAI#EditorBoundsInfoTaran Singh2022-03-031-1/+1
* Scribe in IMF: Introduce filters in CursoAnchorInfo API 7/NTaran Singh2022-01-261-59/+83
* Merge "Ensure that "smart" actions are shown in Talkback."Abodunrinwa Toki2022-01-241-3/+69
|\
| * Ensure that "smart" actions are shown in Talkback.Abodunrinwa Toki2022-01-211-3/+69
* | Scribe in IMF: CursorAnchorInfo#getEditorBoundsInfo 3/NTaran Singh2022-01-181-0/+7
|/
* Implement fallback line spacing for BoringLayoutSeigo Nonaka2022-01-121-1/+1
* Revert "Implement fallback line spacing for BoringLayout"Shubham Dubey2022-01-101-1/+1
* Implement fallback line spacing for BoringLayoutSeigo Nonaka2022-01-061-1/+1
* Merge "Use IMM#invalidateInput() in EditText#setText() (2nd try)"TreeHugger Robot2021-12-201-1/+1
|\
| * Use IMM#invalidateInput() in EditText#setText() (2nd try)Yohei Yukawa2021-12-171-1/+1
| * Revert "Use IMM#invalidateInput() in EditText#setText()"Yohei Yukawa2021-12-031-1/+1
| * Use IMM#invalidateInput() in EditText#setText()Yohei Yukawa2021-11-171-1/+1
* | Make SuggestionRangeSpan publicyingleiw2021-12-061-0/+8
* | Add AccessibilityAction ACTION_SHOW_SUGGESTIONSyingleiw2021-12-021-1/+1
|/
* Move EditableInputConnection into com.android.internal.inputmethodYohei Yukawa2021-07-091-1/+1
* Merge "Revert "Do not invoke textclassifier when dimissing the selection"" in...TreeHugger Robot2021-05-241-16/+8
|\
| * Revert "Do not invoke textclassifier when dimissing the selection"Tony Mak2021-05-241-16/+8
* | Dismiss magnifier correctly in concurrent editing scenarioMihai Popa2021-04-291-3/+3
* | Fix stale EditorInfo upon EditText#setText()Yohei Yukawa2021-04-271-1/+39
* | Fix magnifier appearing unexpectedly on scrollMihai Popa2021-04-091-1/+3
* | Merge "OnReceiveContentListener: Handle IME insertion permissions release" in...Nikita Dubrovsky2021-03-301-2/+2
|\ \
| * | OnReceiveContentListener: Handle IME insertion permissions releaseNikita Dubrovsky2021-03-251-2/+2
* | | Merge "Update logic for drag-and-drop URI permissions for editable TextViews"...Nikita Dubrovsky2021-03-151-3/+0
|\| |
| * | Update logic for drag-and-drop URI permissions for editable TextViewsNikita Dubrovsky2021-03-121-3/+0
| |/
* | InputMethodInfo attr to suppress spell checker.Kohsuke Yatoh2021-03-131-0/+6
* | Update the cursor visibility correctly after dismissing popup windowLan Wei2021-02-261-2/+2
|/
* Do not invoke textclassifier when dimissing the selectionTony Mak2021-01-291-8/+16
* Merge "Add MIME types to ViewStructure and autofill/cc ViewNode classes"Nikita Dubrovsky2021-01-111-2/+13
|\
| * Add MIME types to ViewStructure and autofill/cc ViewNode classesNikita Dubrovsky2021-01-111-2/+13
* | Merge "[Magnifier-77] Show it on long press selection"TreeHugger Robot2021-01-111-0/+6
|\ \ | |/ |/|
| * [Magnifier-77] Show it on long press selectionMihai Popa2021-01-081-0/+6
* | Move/rename OnReceiveContentListener.Payload to android.view.ContentInfoNikita Dubrovsky2020-11-271-4/+4
* | Add View.performReceiveContent in addition to View.onReceiveContentNikita Dubrovsky2020-11-171-1/+1
* | Merge "Update onReceiveContent() logic for app vs platform processing"Nikita Dubrovsky2020-11-131-9/+9
|\ \
| * | Update onReceiveContent() logic for app vs platform processingNikita Dubrovsky2020-11-121-9/+9
* | | Merge "Reduce the latency between the selection span is adjusted and the tool...TreeHugger Robot2020-11-061-4/+11
|\ \ \ | |/ / |/| |
| * | Reduce the latency between the selection span is adjusted and the toolbar is ...Tony Mak2020-11-061-4/+11
* | | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-2/+2
* | | Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+2
* | | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-2/+2
* | | Use IME image API impl as fallback in TextViewOnReceiveContentCallbackNikita Dubrovsky2020-10-161-0/+11
|/ /
* | Add API to differentiate grammar suggestions.Kohsuke Yatoh2020-10-051-14/+29
* | Update RichContentReceiver API (now OnReceiveContentCallback)Nikita Dubrovsky2020-09-251-3/+8
* | Merge "Implement the floating cursor via the fisheye magnifier."Shu Chen2020-08-081-22/+60
|\ \