index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
inputmethodservice
/
IInputMethodWrapper.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
InputWrapper: Opt out early if session == null
Lars Greiss
2022-10-26
1
-0
/
+4
*
Migrate IME to handle back with OnBackInvokedDispatcher.
Shan Huang
2022-05-04
1
-4
/
+11
*
Finish handwriting session for recents gesture
Taran Singh
2022-03-15
1
-0
/
+11
*
Introduce InputMethodNavButtonFlags
Yohei Yukawa
2022-03-07
1
-20
/
+16
*
Support IME switcher icon visibility update
Yohei Yukawa
2022-01-28
1
-8
/
+28
*
Scribe in IMF: Early InkWindow preparation 6/N
Taran Singh
2022-01-26
1
-0
/
+11
*
Scribe in IMF: Stylus Spy windows Impl 5/N
Taran Singh
2022-01-26
1
-3
/
+4
*
Remove unused IInputMethod#revokeSession
Yohei Yukawa
2022-01-22
1
-20
/
+0
*
Revert "Revert "Scribe in IMF: startStylusHandwriting & lifecycl..."
Taran Singh
2022-01-12
1
-4
/
+40
*
Revert "Scribe in IMF: startStylusHandwriting & lifecycle 2/N"
Josh Wu
2022-01-11
1
-40
/
+4
*
Scribe in IMF: startStylusHandwriting & lifecycle 2/N
Taran Singh
2022-01-10
1
-4
/
+40
*
Deprecate MissingMethodFlags to preserve invocation order
Yohei Yukawa
2021-09-15
1
-10
/
+3
*
Simplify IInputMethod#startInput() handler a bit
Yohei Yukawa
2021-09-13
1
-13
/
+6
*
Introduce InputMethodServiceInternal for better abstraction
Yohei Yukawa
2021-07-13
1
-8
/
+8
*
Rename InputConnectionWrapper to RemoteInputConnection
Yohei Yukawa
2021-07-07
1
-4
/
+3
*
Remove updateImeDisplayId
Charles Chen
2021-06-24
1
-6
/
+5
*
Avoid IME restart for configChanges
Taran Singh
2021-03-30
1
-3
/
+4
*
Revert "Avoid IME restart for configChanges"
Yohei Yukawa
2021-03-13
1
-4
/
+3
*
Avoid IME restart for configChanges
Taran Singh
2021-03-10
1
-3
/
+4
*
Revert "Avoid IME restart for configChanges"
Taran Singh
2021-03-01
1
-4
/
+3
*
Avoid IME restart for configChanges
Taran Singh
2021-02-18
1
-3
/
+4
*
Optimized workflow for IME tracing on InputMethodService side
Ioana Stefan
2020-11-13
1
-15
/
+2
*
Merge "Remove preRender input"
TreeHugger Robot
2020-11-02
1
-4
/
+2
|
\
|
*
Remove preRender input
Taran Singh
2020-10-29
1
-4
/
+2
*
|
Improve latency of IME tracing
Ioana Stefan
2020-10-12
1
-1
/
+1
|
/
*
Add proto-based InputMethodService and server side dumping for IME
Anmol Gupta
2020-10-07
1
-3
/
+16
*
Let blocked InputConnection APIs fail upon IInputMethod.unbindInput()
Yohei Yukawa
2020-04-02
1
-15
/
+17
*
Pipe windowToken for hideSoftInput
Tarandeep Singh
2020-02-27
1
-8
/
+15
*
Introduces the Bundle to inline suggestions APIs to encode custom UI styling ...
Feng Cao
2020-02-19
1
-7
/
+6
*
Pipe windowToken of window requesting IME
Tarandeep Singh
2020-01-21
1
-5
/
+8
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-06
1
-1
/
+1
*
API for autofill integration with keyboard.
Adam He
2019-12-16
1
-0
/
+18
*
Add @UnsupportedAppUsage annotations
Andrei Onea
2019-03-21
1
-0
/
+2
*
Pre-render input method (IME transitions 1/n)
Tarandeep Singh
2019-01-25
1
-9
/
+17
*
Support IME Window to show in secondary display.
lumark
2018-09-13
1
-4
/
+4
*
Move InputMethodManagerService to com.android.server.inputmethod
Yohei Yukawa
2018-09-11
1
-2
/
+2
*
Add a new Binder interface to allow IMS to directly talk to IMMS
Yohei Yukawa
2018-09-06
1
-6
/
+14
*
Skip blocking InputConnection APIs after unbind
Tarandeep Singh
2017-10-19
1
-4
/
+38
*
Annotate threads for some IME handling methods
Yohei Yukawa
2017-10-18
1
-0
/
+14
*
No-op code cleanup for IInputMethodWrapper
Yohei Yukawa
2017-10-18
1
-23
/
+14
*
Fix duplicate calls of IMS#doStartInput()
Yohei Yukawa
2017-02-16
1
-6
/
+1
*
Track event flow to IMMS#setImeWindowStatus
Yohei Yukawa
2017-02-13
1
-5
/
+8
*
Merge restartInput into startInput in internal IPC
Yohei Yukawa
2017-02-11
1
-30
/
+14
*
Revert "Merge restartInput into startInput in internal IPC"
Yohei Yukawa
2017-02-11
1
-9
/
+25
*
Merge restartInput into startInput in internal IPC
Yohei Yukawa
2017-02-11
1
-25
/
+9
*
Use a flag to grant a temporary URI permission.
Yohei Yukawa
2016-06-23
1
-3
/
+3
*
Tell IMS about missing InputConnection methods.
Yohei Yukawa
2016-03-15
1
-9
/
+18
*
More work on voice interaction visuals.
Dianne Hackborn
2014-05-30
1
-3
/
+4
*
Fix possible NPE in IInputMethodWrapper
Satoshi Kataoka
2013-07-01
1
-0
/
+8
*
Use input transport for communications between app and IME.
Jeff Brown
2013-03-26
1
-13
/
+39
[next]