summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/IInputMethodWrapper.java
Commit message (Expand)AuthorAgeFilesLines
* InputWrapper: Opt out early if session == nullLars Greiss2022-10-261-0/+4
* Migrate IME to handle back with OnBackInvokedDispatcher.Shan Huang2022-05-041-4/+11
* Finish handwriting session for recents gestureTaran Singh2022-03-151-0/+11
* Introduce InputMethodNavButtonFlagsYohei Yukawa2022-03-071-20/+16
* Support IME switcher icon visibility updateYohei Yukawa2022-01-281-8/+28
* Scribe in IMF: Early InkWindow preparation 6/NTaran Singh2022-01-261-0/+11
* Scribe in IMF: Stylus Spy windows Impl 5/NTaran Singh2022-01-261-3/+4
* Remove unused IInputMethod#revokeSessionYohei Yukawa2022-01-221-20/+0
* Revert "Revert "Scribe in IMF: startStylusHandwriting & lifecycl..."Taran Singh2022-01-121-4/+40
* Revert "Scribe in IMF: startStylusHandwriting & lifecycle 2/N"Josh Wu2022-01-111-40/+4
* Scribe in IMF: startStylusHandwriting & lifecycle 2/NTaran Singh2022-01-101-4/+40
* Deprecate MissingMethodFlags to preserve invocation orderYohei Yukawa2021-09-151-10/+3
* Simplify IInputMethod#startInput() handler a bitYohei Yukawa2021-09-131-13/+6
* Introduce InputMethodServiceInternal for better abstractionYohei Yukawa2021-07-131-8/+8
* Rename InputConnectionWrapper to RemoteInputConnectionYohei Yukawa2021-07-071-4/+3
* Remove updateImeDisplayIdCharles Chen2021-06-241-6/+5
* Avoid IME restart for configChangesTaran Singh2021-03-301-3/+4
* Revert "Avoid IME restart for configChanges"Yohei Yukawa2021-03-131-4/+3
* Avoid IME restart for configChangesTaran Singh2021-03-101-3/+4
* Revert "Avoid IME restart for configChanges"Taran Singh2021-03-011-4/+3
* Avoid IME restart for configChangesTaran Singh2021-02-181-3/+4
* Optimized workflow for IME tracing on InputMethodService sideIoana Stefan2020-11-131-15/+2
* Merge "Remove preRender input"TreeHugger Robot2020-11-021-4/+2
|\
| * Remove preRender inputTaran Singh2020-10-291-4/+2
* | Improve latency of IME tracingIoana Stefan2020-10-121-1/+1
|/
* Add proto-based InputMethodService and server side dumping for IMEAnmol Gupta2020-10-071-3/+16
* Let blocked InputConnection APIs fail upon IInputMethod.unbindInput()Yohei Yukawa2020-04-021-15/+17
* Pipe windowToken for hideSoftInputTarandeep Singh2020-02-271-8/+15
* Introduces the Bundle to inline suggestions APIs to encode custom UI styling ...Feng Cao2020-02-191-7/+6
* Pipe windowToken of window requesting IMETarandeep Singh2020-01-211-5/+8
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* API for autofill integration with keyboard.Adam He2019-12-161-0/+18
* Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-211-0/+2
* Pre-render input method (IME transitions 1/n)Tarandeep Singh2019-01-251-9/+17
* Support IME Window to show in secondary display.lumark2018-09-131-4/+4
* Move InputMethodManagerService to com.android.server.inputmethodYohei Yukawa2018-09-111-2/+2
* Add a new Binder interface to allow IMS to directly talk to IMMSYohei Yukawa2018-09-061-6/+14
* Skip blocking InputConnection APIs after unbindTarandeep Singh2017-10-191-4/+38
* Annotate threads for some IME handling methodsYohei Yukawa2017-10-181-0/+14
* No-op code cleanup for IInputMethodWrapperYohei Yukawa2017-10-181-23/+14
* Fix duplicate calls of IMS#doStartInput()Yohei Yukawa2017-02-161-6/+1
* Track event flow to IMMS#setImeWindowStatusYohei Yukawa2017-02-131-5/+8
* Merge restartInput into startInput in internal IPCYohei Yukawa2017-02-111-30/+14
* Revert "Merge restartInput into startInput in internal IPC"Yohei Yukawa2017-02-111-9/+25
* Merge restartInput into startInput in internal IPCYohei Yukawa2017-02-111-25/+9
* Use a flag to grant a temporary URI permission.Yohei Yukawa2016-06-231-3/+3
* Tell IMS about missing InputConnection methods.Yohei Yukawa2016-03-151-9/+18
* More work on voice interaction visuals.Dianne Hackborn2014-05-301-3/+4
* Fix possible NPE in IInputMethodWrapperSatoshi Kataoka2013-07-011-0/+8
* Use input transport for communications between app and IME.Jeff Brown2013-03-261-13/+39