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
/
InputMethodService.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'android-13.0.0_r16' into t13.0
George Zacharia
2022-12-15
1
-4
/
+13
|
\
|
*
Refine {SHOW,HIDE}_MY_SOFT_INPUT constants
Wilson Wu
2022-08-10
1
-4
/
+13
*
|
Framework: Volume key cursor control
Konsta
2022-10-21
1
-0
/
+33
|
/
*
Prevent callback registration when back flag is disabled
Vadim Caen
2022-06-20
1
-1
/
+2
*
Fix IME callback not unregistered when IME is up during an IMM client
Shan Huang
2022-06-01
1
-5
/
+14
*
Merge "Don't force nav bar shown if configured" into tm-dev
Alex Stetson
2022-05-13
1
-7
/
+6
|
\
|
*
Don't force nav bar shown if configured
Alex Stetson
2022-05-11
1
-7
/
+6
*
|
Fix IME callback not being re-registered on screen off / on.
Shan Huang
2022-05-12
1
-1
/
+5
|
/
*
Migrate IME to handle back with OnBackInvokedDispatcher.
Shan Huang
2022-05-04
1
-1
/
+69
*
Shorten IME surface caching duration
Taran Singh
2022-04-28
1
-1
/
+2
*
Notify IMMS synchronously on IME insets hidden.
Kohsuke Yatoh
2022-04-21
1
-12
/
+0
*
Revert "Migrate InputMethodService to use OnBackInvokedDispatcher"
Shan Huang
2022-04-19
1
-60
/
+0
*
Migrate InputMethodService to use OnBackInvokedDispatcher
Shan Huang
2022-04-13
1
-0
/
+60
*
Finish handwriting session for recents gesture
Taran Singh
2022-03-15
1
-1
/
+10
*
Merge "Introduce new IMS method for Stylus events and dispatch" into tm-dev
Taran Singh
2022-03-10
1
-4
/
+45
|
\
|
*
Introduce new IMS method for Stylus events and dispatch
Taran Singh
2022-03-09
1
-4
/
+45
*
|
Enable IMS#canImeRenderGesturalNavButtons() by default (3rd try)
Yohei Yukawa
2022-03-08
1
-1
/
+1
*
|
Introduce InputMethodNavButtonFlags
Yohei Yukawa
2022-03-07
1
-10
/
+7
|
/
*
Configure handwriting window with the IME's pid and uid for ANRs
Prabir Pradhan
2022-03-02
1
-1
/
+2
*
Merge "Revert "Enable IMS#canImeRenderGesturalNavButtons() by default (2nd tr...
TreeHugger Robot
2022-02-15
1
-1
/
+1
|
\
|
*
Revert "Enable IMS#canImeRenderGesturalNavButtons() by default (2nd try)"
Yohei Yukawa
2022-02-15
1
-1
/
+1
*
|
Remove unused InputMethod#setCurrentShowInputToken()
Yohei Yukawa
2022-02-14
1
-9
/
+0
*
|
Remove unused InputMethod#setCurrentHideInputToken()
Yohei Yukawa
2022-02-14
1
-9
/
+0
*
|
Fix IMS#onPrepareStylusHandwriting call
Taran Singh
2022-02-10
1
-2
/
+6
*
|
Merge "Fix IMS window visibility"
Adrian Roos
2022-02-07
1
-20
/
+11
|
\
\
|
|
/
|
/
|
|
*
Fix IMS window visibility
Adrian Roos
2022-02-03
1
-20
/
+11
*
|
Enable IMS#canImeRenderGesturalNavButtons() by default (2nd try)
Yohei Yukawa
2022-02-04
1
-1
/
+1
*
|
Revert "Enable IMS#canImeRenderGesturalNavButtons() by default"
Yohei Yukawa
2022-02-03
1
-1
/
+1
*
|
Enable IMS#canImeRenderGesturalNavButtons() by default
Yohei Yukawa
2022-02-01
1
-1
/
+1
|
/
*
Introduce Window.DecorCallback
Yohei Yukawa
2022-01-31
1
-2
/
+2
*
Support IME switcher icon visibility update
Yohei Yukawa
2022-01-28
1
-3
/
+18
*
Merge "Make IME extract text fields public"
TreeHugger Robot
2022-01-27
1
-2
/
+4
|
\
|
*
Make IME extract text fields public
Taran Singh
2022-01-26
1
-2
/
+4
*
|
Support light navigation bar
Yohei Yukawa
2022-01-27
1
-1
/
+1
*
|
Scribe in IMF: Early InkWindow preparation 6/N
Taran Singh
2022-01-26
1
-1
/
+31
*
|
Scribe in IMF: Stylus Spy windows Impl 5/N
Taran Singh
2022-01-26
1
-9
/
+38
|
/
*
Minimum impl of nav buttons rendered by IME
Yohei Yukawa
2022-01-20
1
-0
/
+9
*
Merge "Revert "Revert "Scribe in IMF: startStylusHandwriting & lifecycl...""
TreeHugger Robot
2022-01-13
1
-1
/
+132
|
\
|
*
Revert "Revert "Scribe in IMF: startStylusHandwriting & lifecycl..."
Taran Singh
2022-01-12
1
-1
/
+132
*
|
Merge "Add a sysprop to disable SysUI's nav buttons when IME is shown"
TreeHugger Robot
2022-01-13
1
-0
/
+40
|
\
\
|
|
/
|
/
|
|
*
Add a sysprop to disable SysUI's nav buttons when IME is shown
Yohei Yukawa
2022-01-12
1
-0
/
+40
*
|
Merge "[RESTRICT AUTOMERGE] Attempt to fix exception in IMS"
TreeHugger Robot
2022-01-12
1
-0
/
+7
|
\
\
|
*
|
[RESTRICT AUTOMERGE] Attempt to fix exception in IMS
Charles Chen
2022-01-12
1
-0
/
+7
|
|
/
*
|
Merge "[IME]: Make mFullscreenArea invisble when candidate/extract frame not ...
TreeHugger Robot
2022-01-12
1
-2
/
+6
|
\
\
|
|
/
|
/
|
|
*
[IME]: Make mFullscreenArea invisble when candidate/extract frame not used
Ming-Shin Lu
2021-12-24
1
-2
/
+6
*
|
Revert "Scribe in IMF: startStylusHandwriting & lifecycle 2/N"
Josh Wu
2022-01-11
1
-132
/
+1
*
|
Scribe in IMF: startStylusHandwriting & lifecycle 2/N
Taran Singh
2022-01-10
1
-1
/
+132
*
|
Merge SoftInputWindow#initDockWindow() into IMS#onCreate()
Yohei Yukawa
2021-12-27
1
-17
/
+33
*
|
Simplify SoftInputWindow
Yohei Yukawa
2021-12-27
1
-3
/
+1
|
/
*
Merge "Consider IME_VISIBLE_IMPERCEPTIBLE as shown for taskbar purposes" into...
Tony Wickham
2021-12-01
1
-1
/
+10
|
\
[next]