summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/RemoteInputConnection.java
Commit message (Expand)AuthorAgeFilesLines
* Use CancellationSignalBeamer in InsertMode, previewAdrian Roos2023-03-161-5/+6
* Address API feedbacks for TextBoundsInfoHaoyu Zhang2023-01-101-2/+2
* API for realtime Scribe gesture previewTaran Singh2022-11-031-0/+10
* Merge "Introduce TextBoundsInfo"Haoyu Zhang2022-11-011-0/+10
|\
| * Introduce TextBoundsInfoHaoyu Zhang2022-10-261-0/+10
* | Introduce @hide ParcelableHandwritingGestureYohei Yukawa2022-10-311-1/+3
|/
* Make RemoteInputConnectionImpl package-privateYohei Yukawa2022-09-291-1/+1
* IMA API InputConnection#replaceText()Lan Wei2022-09-231-0/+11
* Introduce Scribe Rich gestures APITaran Singh2022-08-221-0/+11
* Move IRemoteInputConnectionInvoker to android.inputmethodserviceYohei Yukawa2022-06-131-1/+0
* Move IInputMethod to com.android.internal.inputmethodYohei Yukawa2022-06-101-2/+1
* Rename IInputContext to IRemoteInputConnectionYohei Yukawa2022-06-061-9/+9
* Let A11yIME use its own IPC definitionsYohei Yukawa2022-04-181-6/+3
* Incorporate API feedback: CAI requestCursorUpdates()Taran Singh2022-03-011-0/+20
* Allow a11y services to enter text via the path IMEs useyingleiw2022-02-081-3/+6
* Add IMM#invalidateInput()Yohei Yukawa2021-11-171-0/+11
* Support IME to take extra information to editorCalvin Pan2021-11-091-0/+27
* Preserve invocation order in RemoteInputConnectionYohei Yukawa2021-09-161-3/+21
* Deprecate MissingMethodFlags to preserve invocation orderYohei Yukawa2021-09-151-46/+2
* Stop lying about MissingMethodFlags.REQUEST_CURSOR_UPDATESYohei Yukawa2021-09-101-1/+9
* Log errors if RemoteInputConnection is used after IMS#onDestroy()Yohei Yukawa2021-09-101-28/+48
* Use CompletableFuture insteadYohei Yukawa2021-08-291-17/+19
* Rename IInputConnectionWrapper to RemoteInputConnectionImplYohei Yukawa2021-08-031-0/+10
* Merge "Use IBooleanResultCallback when appropriate in IInputContext"TreeHugger Robot2021-07-191-6/+6
|\
| * Use IBooleanResultCallback when appropriate in IInputContextYohei Yukawa2021-07-181-6/+6
* | Merge "Finish renaming requestUpdateCursorAnchorInfo() to requestCursorUpdate...TreeHugger Robot2021-07-191-2/+2
|\|
| * Finish renaming requestUpdateCursorAnchorInfo() to requestCursorUpdates()Yohei Yukawa2021-07-181-2/+2
* | Check MissingMethodFlags.COMMIT_CORRECTION at the right placeYohei Yukawa2021-07-161-4/+4
|/
* Introduce InputMethodServiceInternal for better abstractionYohei Yukawa2021-07-131-22/+16
* Optimize InputConnectionProtoDumper a bitYohei Yukawa2021-07-091-9/+8
* Merge android.util.imetracing into com.android.internal.inputmethodYohei Yukawa2021-07-091-10/+10
* Rename InputConnectionWrapper to RemoteInputConnectionYohei Yukawa2021-07-071-0/+433