summaryrefslogtreecommitdiff
path: root/core/java/com/android/internal/inputmethod/IInputContextInvoker.java
Commit message (Expand)AuthorAgeFilesLines
* Incorporate API feedback: CAI requestCursorUpdates()Taran Singh2022-03-011-0/+24
* Add IMM#invalidateInput()Yohei Yukawa2021-11-171-4/+29
* Support IME to take extra information to editorCalvin Pan2021-11-091-0/+67
* Implement InputConnection task cancellationYohei Yukawa2021-10-281-1/+2
* Add InputConnectionCommandHeaderYohei Yukawa2021-10-211-55/+71
* Stop lying about MissingMethodFlags.REQUEST_CURSOR_UPDATESYohei Yukawa2021-09-101-2/+3
* Use AndroidFuture insteadYohei Yukawa2021-08-291-53/+50
* Use CompletableFuture insteadYohei Yukawa2021-08-291-49/+55
* Revert "A unified data class to represent all the InputConnection call"Yohei Yukawa2021-07-301-420/+58
* A unified data class to represent all the InputConnection callYohei Yukawa2021-07-221-58/+420
* Use IBooleanResultCallback when appropriate in IInputContextYohei Yukawa2021-07-181-6/+6
* Finish renaming requestUpdateCursorAnchorInfo() to requestCursorUpdates()Yohei Yukawa2021-07-181-4/+3
* Introduce IInputContextInvoker for better readabilityYohei Yukawa2021-06-301-0/+532