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
w16.2
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
services
/
java
/
com
/
android
/
server
/
InputMethodManagerService.java
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Not to update IME when Settings version is older than the last updated version.
satok
2011-02-01
1
-0
/
+17
*
Follow up change to I741642ac
Ken Wakasa
2011-01-30
1
-1
/
+2
*
Fix a bug that IME switch disappiers at switching IME subtype.
satok
2011-01-30
1
-1
/
+8
*
Plumb whether an input view is actually visible or not through from the IME
Joe Onorato
2011-01-27
1
-12
/
+20
*
Fix the return value of switch to last ime.
satok
2011-01-26
1
-7
/
+20
*
Add a way that subtype will be excluded from a last input method
satok
2011-01-25
1
-1
/
+19
*
Show implicitly enabled subtypes in the input method selection dialog
satok
2011-01-21
1
-51
/
+48
*
Merge "Show ime switch icon when there is a hard keyboard" into honeycomb
satok
2011-01-20
1
-0
/
+2
|
\
|
*
Show ime switch icon when there is a hard keyboard
satok
2011-01-21
1
-0
/
+2
*
|
Refine InputMethodInfo API
Ken Wakasa
2011-01-21
1
-23
/
+32
*
|
Add android.provider.Settings.EXTRA_INPUT_METHOD_ID
Tadashi G. Takaoka
2011-01-21
1
-2
/
+1
*
|
Rename action to ACTION_INPUT_METHOD_SUBTYPE_SETTINGS
Tadashi G. Takaoka
2011-01-20
1
-1
/
+1
|
/
*
Fix the algorithm to get current input method subtype considering explicitly ...
satok
2011-01-18
1
-7
/
+21
*
Implicitly/Explicitly subtypes bug.
satok
2011-01-17
1
-6
/
+6
*
switchToLastInputMethod returns a implicitly enabled subtype in the history
satok
2011-01-15
1
-30
/
+56
*
Add input methods settings panel
satok
2011-01-15
1
-7
/
+2
*
Save input method subtype even if the current IME is not running.
satok
2011-01-14
1
-1
/
+4
*
Update shortcut IME when asked. And match the language of subtype by "startWi...
satok
2011-01-12
1
-6
/
+25
*
Fix NPE when the shortcut subtype was not found.
satok
2010-12-22
1
-37
/
+41
*
Add a parameter to InputMethodManagerService.getEnabledSubtype for allowing t...
satok
2010-12-21
1
-7
/
+68
*
Fix build breakage
satok
2010-12-17
1
-6
/
+6
*
Change "more" button to call InputMethodConfigure in Settings
satok
2010-12-16
1
-6
/
+24
*
Auto-show IME for dialogs on large screens.
Dianne Hackborn
2010-11-29
1
-11
/
+25
*
Fix build breakage
satok
2010-11-25
1
-0
/
+12
*
Removed InputMethodSubtypePicker
satok
2010-11-25
1
-24
/
+2
*
Store the current IME's token in the system bar for changing the current IME ...
satok
2010-11-25
1
-48
/
+59
*
Add an API to set InputMethodAndSubtype
satok
2010-11-24
1
-8
/
+21
*
Change return type of getShortcutInputMethodsAndSubtypes to Map<InputMethodIn...
satok
2010-11-24
1
-19
/
+29
*
Add an API to get shortcut IMEs
satok
2010-11-23
1
-22
/
+133
*
Synchronize getCurrentInputMethodSubtype
satok
2010-11-23
1
-17
/
+21
*
Return the enabled subtypes for the current InputMethod when the input value ...
satok
2010-11-18
1
-9
/
+14
*
Add a function to get enabledInputMethodAndSubtype
satok
2010-11-17
1
-4
/
+33
*
Add a setter of InputMethodSubtype to InputMethodManager
satok
2010-11-13
1
-2
/
+17
*
Reset IME to the build-in IME when there is something wrong with the current ...
satok
2010-11-13
1
-5
/
+13
*
Add a function to switch back to the last used IME
satok
2010-11-13
1
-0
/
+15
*
Save the history of InputMethodSubtype for reverting the subtype when IME was...
satok
2010-11-11
1
-47
/
+228
*
Revert "Add a history of InputMethodSubtype for getting the last subtype of s...
Tadashi G. Takaoka
2010-11-09
1
-226
/
+47
*
Add a history of InputMethodSubtype for getting the last subtype of selected ...
satok
2010-11-09
1
-47
/
+226
*
Change API for getting InputMethodSubtype's mode from resource id to String
satok
2010-11-05
1
-12
/
+12
*
Find the most applicable subtype when there is no selected subtype but IME ha...
satok
2010-11-04
1
-10
/
+61
*
Update the subtype icon properly.
satok
2010-11-02
1
-0
/
+7
*
Fix a bug that enabled Subtype ID can't be saved propery.
satok
2010-11-01
1
-5
/
+4
*
Add a functionarity for showing / hiding IME button on the system bar
satok
2010-10-30
1
-0
/
+17
*
Remove InputMethodAndSubtypeEnabler and call intent of Settings.ACTION_INPUT_...
satok
2010-10-27
1
-4
/
+3
*
Add a cancel button to InputMethodPicker and InputMethodSubtypePicker
satok
2010-10-08
1
-0
/
+6
*
Show "more" button in the dialog of InputMethodSubtypePicker
satok
2010-10-07
1
-24
/
+60
*
Add InputMethodEnabler for enabling input methods and subtypes
satok
2010-10-07
1
-2
/
+29
*
Add utility of enabled InputMethod settings to InputMethodManagerService
satok
2010-10-05
1
-118
/
+201
*
resolved conflicts for merge of 6a3eddb4 to master
Dianne Hackborn
2010-09-30
1
-7
/
+15
|
\
|
*
Rub in a little 'ol log-b-gone.
Dianne Hackborn
2010-09-30
1
-7
/
+15
[prev]
[next]