summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/RemoteInputConnection.java
Commit message (Expand)AuthorAgeFilesLines
* 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