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 "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
|
\
|
|
*
Use a flag to grant a temporary URI permission.
Yohei Yukawa
2016-06-23
1
-21
/
+11
*
|
Merge \\"Add InputMethodService#exposeContent()\\" into nyc-mr1-dev am: dc42d...
Yohei Yukawa
2016-06-23
1
-0
/
+35
|
\
|
|
*
Add InputMethodService#exposeContent()
Yohei Yukawa
2016-06-22
1
-0
/
+35
*
|
Add missing @Deprecated annotations.
Aurimas Liutikas
2016-05-24
1
-0
/
+1
|
/
*
Make IMS#clearInsetOfPreviousIme() reliable.
Yohei Yukawa
2016-05-15
1
-12
/
+3
*
Fix a behavior change in "Show software keyboard".
Yohei Yukawa
2016-05-04
1
-2
/
+2
*
Customizes input extract edit view for Wear
Mark Renouf
2016-04-12
1
-7
/
+46
*
Revert "Customizes input extract edit view for Wear"
Yohei Yukawa
2016-04-09
1
-46
/
+7
*
Customizes input extract edit view for Wear
Mark Renouf
2016-04-08
1
-7
/
+46
*
Fix a regression in SHOW_IME_WITH_HARD_KEYBOARD handling.
Yohei Yukawa
2016-04-06
1
-1
/
+8
*
Fix a bug that IMS#mShowInputFlags is never updated.
Yohei Yukawa
2016-04-03
1
-17
/
+33
*
Fix: onExtractedDeleteText deletes unintended region.
Keisuke Kuroyanagi
2016-03-14
1
-1
/
+2
*
Suppress NPE in IMS#onEvaluateInputViewShown().
Yohei Yukawa
2016-01-12
1
-0
/
+4
*
Stop lying about hardware keyboard presence.
Yohei Yukawa
2015-12-21
1
-8
/
+120
*
Handle BadTokenException exception more reliably.
Yohei Yukawa
2015-09-14
1
-3
/
+18
*
Merge "Mechanical merge of nested if statements."
Yohei Yukawa
2015-09-14
1
-9
/
+3
|
\
|
*
Mechanical merge of nested if statements.
Yohei Yukawa
2015-09-11
1
-9
/
+3
*
|
Remove redundant casts.
Yohei Yukawa
2015-09-11
1
-14
/
+8
|
/
*
Update fullscreen state on hiding window.
Seigo Nonaka
2015-07-14
1
-0
/
+1
*
am 6a402ca6: am d408d293: am ab142f7f: Merge "Handle back key to cancel text ...
Yohei Yukawa
2015-06-25
1
-9
/
+28
|
\
|
*
Handle back key to cancel text action mode in full-screen IME.
Yohei Yukawa
2015-06-24
1
-9
/
+28
|
*
Completely remove ExtractActionMode from ExtractEditLayout
Andrei Stingaceanu
2015-06-09
1
-8
/
+1
*
|
Remove ExtractEditAction - part 1
Andrei Stingaceanu
2015-06-11
1
-7
/
+0
*
|
Revert "Completely remove ExtractActionMode - master cherrypick"
Andrei Stingaceanu
2015-06-11
1
-1
/
+8
*
|
Completely remove ExtractActionMode - master cherrypick
Andrei Stingaceanu
2015-06-11
1
-8
/
+1
|
/
*
Catch BadTokenException and continue in clearInsetofPreviousIme.
Seigo Nonaka
2015-06-08
1
-5
/
+11
*
Clear the inset of previous IME when necessary.
Yohei Yukawa
2015-05-28
1
-1
/
+34
*
Notify IME visibility when showWindow is called.
Seigo Nonaka
2015-04-24
1
-3
/
+7
*
Add @ResourceInt annotations on APIs
Tor Norbye
2015-02-18
1
-1
/
+2
[next]