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
w16.1
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
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-08
1
-1
/
+1
*
Skip IME initialization when received the token that already registered
lumark
2019-05-30
1
-1
/
+5
*
Link InsetsController to IME (IME transitons 4/n)
Tarandeep Singh
2019-02-04
1
-1
/
+13
*
Pipe IME state into insets (IME transitions 3/n)
Tarandeep Singh
2019-01-28
1
-1
/
+28
*
Merge "Pre-render input method (IME transitions 1/n)"
Tarandeep Singh
2019-01-25
1
-75
/
+170
|
\
|
*
Pre-render input method (IME transitions 1/n)
Tarandeep Singh
2019-01-25
1
-75
/
+170
*
|
Deprecate InputMethodService#onViewClicked()
Yohei Yukawa
2019-01-22
1
-0
/
+7
|
/
*
Unify IInputMethodPrivilegedOperations as sync IPC
Yohei Yukawa
2019-01-21
1
-1
/
+1
*
Limit access to suspected false positives.
Mathew Inwood
2018-12-28
1
-2
/
+3
*
cherry-pick from pi-dev docs: Replacing {#link with {@link
Andrew Solovay
2018-10-04
1
-2
/
+2
*
Deprecate InputMethodService#getInputMethodWindowRecommendedHeight()
Yohei Yukawa
2018-09-26
1
-10
/
+14
*
Remove a special optimization for a quite rare scenario
Yohei Yukawa
2018-09-24
1
-43
/
+0
*
Let InputMethodPrivilegedOperationsRegistry deal with its singleton-ness
Yohei Yukawa
2018-09-18
1
-2
/
+3
*
Support IME Window to show in secondary display.
lumark
2018-09-13
1
-1
/
+22
*
Move notifyUserAction() to IInputMethodPrivilegedOperations
Yohei Yukawa
2018-09-11
1
-1
/
+30
*
Allow IMM to forward API calls to IMS
Yohei Yukawa
2018-09-09
1
-0
/
+6
*
Stop relying on IMM in IMS for token-guarded IME APIs
Yohei Yukawa
2018-09-09
1
-9
/
+9
*
Add a wrapper for IInputMethodPrivilegedOperations
Yohei Yukawa
2018-09-09
1
-49
/
+11
*
Add a new Binder interface to allow IMS to directly talk to IMMS
Yohei Yukawa
2018-09-06
1
-18
/
+113
*
Clarify that InputMethod.attachToken() can be called at most once
Yohei Yukawa
2018-09-06
1
-3
/
+5
*
Merge "Let SoftInputWindow handle BadTokenException" am: 680f6e802c am: da916...
Yohei Yukawa
2018-09-04
1
-46
/
+11
|
\
|
*
Let SoftInputWindow handle BadTokenException
Yohei Yukawa
2018-08-29
1
-46
/
+11
|
*
resolve merge conflicts of d609a403426118498ea17ec4ca3bc4ab9d4d057b to stage-...
Mathew Inwood
2018-08-06
1
-0
/
+11
|
|
\
|
|
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-07-31
1
-0
/
+11
*
|
|
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-07-31
1
-0
/
+11
*
|
|
Notify new IME target before IME starts interacting
Yohei Yukawa
2018-06-22
1
-24
/
+8
|
/
/
*
|
Add IMS#BACK_DISPOSITION_ADJUST_NOTHING
Yohei Yukawa
2018-03-14
1
-25
/
+122
*
|
Make few of the new IMS API methods final
Tarandeep Singh
2018-03-08
1
-5
/
+5
*
|
IME API: rename IMS methods.
Tarandeep Singh
2018-03-06
1
-22
/
+15
*
|
Merge "Modify javadoc for onWindowShown" am: 2d46e07e48 am: d5d1718c4a
tiansiming [田思明]
2018-02-09
1
-3
/
+3
|
\
|
|
*
Modify javadoc for onWindowShown
tiansiming [田思明]
2018-02-07
1
-3
/
+3
*
|
Make IMS.setBackDisposition() work.
Tarandeep Singh
2018-01-23
1
-3
/
+24
*
|
Merge "Unhide InputMethodService#requestShowSelf()"
TreeHugger Robot
2018-01-16
1
-43
/
+19
|
\
\
|
*
|
Unhide InputMethodService#requestShowSelf()
Yohei Yukawa
2018-01-16
1
-43
/
+19
*
|
|
Merge changes I30b40c48,I7d02c54c,Id68ebd35
TreeHugger Robot
2018-01-15
1
-39
/
+32
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Use lambda when appropriate
Yohei Yukawa
2018-01-14
1
-30
/
+23
|
*
|
Remove redundant type casts
Yohei Yukawa
2018-01-14
1
-8
/
+8
|
*
|
Fix JavaDoc errors
Yohei Yukawa
2018-01-14
1
-1
/
+1
*
|
|
Follow method renamings
Yohei Yukawa
2018-01-14
1
-7
/
+7
|
/
/
*
|
DecorView#mNavigationGuard is gone
Yohei Yukawa
2018-01-10
1
-2
/
+6
*
|
Move IME related API methods from IMM to IMS.
Tarandeep Singh
2017-12-08
1
-2
/
+84
*
|
Annotate threads for some IME handling methods
Yohei Yukawa
2017-10-18
1
-0
/
+9
*
|
Add missing JavaDoc for IMS.InputMethodImpl
Yohei Yukawa
2017-10-18
1
-7
/
+26
|
/
*
Track event flow to IMMS#setImeWindowStatus
Yohei Yukawa
2017-02-13
1
-8
/
+41
*
Eliminate out-of-sync IMM#mFullscreenMode error
Yohei Yukawa
2017-02-09
1
-4
/
+6
*
No warning/info log for expected/normal situations
Yohei Yukawa
2017-02-01
1
-2
/
+4
*
Fix @links in reference docs. am: 54de77470d am: ab978c035e am: 28ba4722a9
Elliot Waite
2017-01-26
1
-4
/
+4
|
\
|
*
Fix @links in reference docs.
Elliot Waite
2017-01-25
1
-4
/
+4
*
|
Update JavaDoc for IMS#enableHardwareAcceleration
Yohei Yukawa
2016-09-01
1
-18
/
+14
*
|
Merge \"Merge \\"Use a flag to grant a temporary URI permission.\\" into nyc-...
Yohei Yukawa
2016-06-27
1
-21
/
+11
|
\
|
[next]