Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
frameworks_base
/
3d408e50100f00340d442b774e2e911074500682
/
services
/
java
/
com
/
android
/
server
/
InputMethodManagerService.java
0aec3ea
am 911b505f: am dc5fa185: am 133dc2d7: Merge "Fix issue #6048808: sometimes auto-correct is inactive" into ics-mr1
by Dianne Hackborn
· 14 years ago
7663d80
Fix issue #6048808: sometimes auto-correct is inactive
by Dianne Hackborn
· 14 years ago
688bd47
Add an api to switch to the next IME and subtype
by satok
· 14 years ago
c369056
Enable subtypes when the implicitly enabled subtype is not ascii capable keyboard
by satok
· 14 years ago
3afd6c0
Hide/show ime switch icon properly
by satok
· 14 years ago
2c84cfc
Various performance and other work.
by Dianne Hackborn
· 14 years ago
15452a4
Hide ime switcher when the screen is turned off.
by satok
· 14 years ago
e0d32a6
Fix a warning from the binder, step 3.
by Jean Chalard
· 15 years ago
dc9ddae
Fix the behavior for choosing new default IME not to choose an auxiliary IME as the default IME
by satok
· 15 years ago
4a553e3
Prioritize the order of subtypes in method.xml for implicitly enabled subtypes
by satok
· 15 years ago
59b424c
Fix a logic to recconect IME in InputMethodManagerService
by satok
· 15 years ago
9747f89
Fix the visiblity of the ime switcher icon.
by satok
· 15 years ago
38aac04
Do not show the label for auto subtypes
by satok
· 15 years ago
05dbb65
Two line item for the IME switcher dialog.
by Ken Wakasa
· 15 years ago
bffb83e
Merge "Add an option for the implicitly selected subtype"
by satok
· 15 years ago
a86f5e4
Add an option for the implicitly selected subtype
by satok
· 15 years ago
ee5e77c
Make setAdditionalInputMethodSubtypes async
by satok
· 15 years ago
c593380
Fix crash in setAdditionalInputMethodSubtypes
by satok
· 15 years ago
ed2b24e
Fix set additional subtypes.
by satok
· 15 years ago
bc81b69
Do not show auxiliary subtypes on the lock screen
by satok
· 15 years ago
dbf2950
Dismiss the ime switch notification properly
by satok
· 15 years ago
661cd52
Add progress dialog for booting after an upgrade.
by Dianne Hackborn
· 15 years ago
5bc8e73
Display the current ime and subtype name in the ongoing notification
by satok
· 15 years ago
b858c73
Delay load the settings for the ongoing ime swither
by satok
· 15 years ago
6179ea3
Adding accessibility support to the Status Bar.
by Svetoslav Ganov
· 15 years ago
35be3de
Merge "Hide "Configure input method" button when the screen is locked."
by satok
· 15 years ago
f90a33e
Hide "Configure input method" button when the screen is locked.
by satok
· 15 years ago
91e8812
Enable IMEs to set additional subtypes in background
by satok
· 15 years ago
683e238
Change IME picker dialog from Activity to Broadcast
by satok
· 15 years ago
0e7d7d6
Fix NPE in getLastInputMethodSubtype
by satok
· 15 years ago
4a28bde
Fix setAdditionalSubtypes
by satok
· 15 years ago
7dca6cd
Show aux ime in the selection dialog if a keyboard is shown.
by satok
· 15 years ago
b635941
Fix the visibility of ongoing IME switcher
by satok
· 15 years ago
7cfc0ed
Add an ongoing notification to switch IME
by satok
· 15 years ago
e7c6998e
API to set additional subtypes
by satok
· 15 years ago
4f31353
Add an api to get the display name for InputMethodSubtype
by satok
· 15 years ago
9b41579
Use isAuxiliary instead of ExtraValue for the auxiliary subtypes.
by satok
· 15 years ago
42c5a16
Fix internal variables and equals in SuggestionSpan
by satok
· 15 years ago
f9f0100
Add Apis to send notifications when the suggestion was picked
by satok
· 15 years ago
208d563
Fix a bug on SwitchToLastInputMethod
by satok
· 15 years ago
4fc87d6
Fix switchToLastInputMethod to fall back into the applicable keyboard if there is no candidate ime
by satok
· 15 years ago
68f1b78
Add an API to get the last used input method subtype
by satok
· 15 years ago
b548a3c
Remove a workaround for the data inconsistency of SystemProperties
by satok
· 15 years ago
6e38d26c
Merge "Fix the sort order of the input methods & subtypes in the settings." into honeycomb-mr1
by Ken Wakasa
· 15 years ago
761eb37
Fix the sort order of the input methods & subtypes in the settings.
by Ken Wakasa
· 15 years ago
48f91e3
Merge "Fix Fragment.onInflate() to actually work correctly." into honeycomb-mr1
by Dianne Hackborn
· 15 years ago
e3a7f62
Fix Fragment.onInflate() to actually work correctly.
by Dianne Hackborn
· 15 years ago
81f6e3d
Append IME's name to the subtype name in the "Select input method" dialog
by Ken Wakasa
· 15 years ago
a924dc0d
Start window manager refactoring.
by Dianne Hackborn
· 15 years ago
a5e9ffa
Fix a bug in canAddToLastInputMethod()
by Ken Wakasa
· 15 years ago
9c4cc03
Add a method to check a string contained in ExtraValue of InputMethodSubtype
by satok
· 15 years ago
7265d9b
Add sort method to InputMethodSubtype
by satok
· 15 years ago
b6109bb
Register ENABLED_INPUT_METHODS to SettingsObserver
by satok
· 15 years ago
4d73329
Not to update IME when Settings version is older than the last updated version.
by satok
· 15 years ago
8710e76
Follow up change to I741642ac
by Ken Wakasa
· 15 years ago
e40dea0
Fix a bug that IME switch disappiers at switching IME subtype.
by satok
· 15 years ago
857fd9b
Plumb whether an input view is actually visible or not through from the IME
by Joe Onorato
· 15 years ago
c445bcd
Fix the return value of switch to last ime.
by satok
· 15 years ago
57ffc00
Add a way that subtype will be excluded from a last input method
by satok
· 15 years ago
bb4aa06
Show implicitly enabled subtypes in the input method selection dialog
by satok
· 15 years ago
0e5bf50
Merge "Show ime switch icon when there is a hard keyboard" into honeycomb
by satok
· 15 years ago
865b977
Show ime switch icon when there is a hard keyboard
by satok
· 15 years ago
586f051
Refine InputMethodInfo API
by Ken Wakasa
· 15 years ago
2548020
Add android.provider.Settings.EXTRA_INPUT_METHOD_ID
by Tadashi G. Takaoka
· 15 years ago
f49688f
Rename action to ACTION_INPUT_METHOD_SUBTYPE_SETTINGS
by Tadashi G. Takaoka
· 15 years ago
d871343
Fix the algorithm to get current input method subtype considering explicitly and implicitly enabled subtypes.
by satok
· 15 years ago
f6cafb6
Implicitly/Explicitly subtypes bug.
by satok
· 15 years ago
df31ae6
switchToLastInputMethod returns a implicitly enabled subtype in the history
by satok
· 15 years ago
82beadf
Add input methods settings panel
by satok
· 15 years ago
ca83021
Save input method subtype even if the current IME is not running.
by satok
· 15 years ago
3da9223
Update shortcut IME when asked. And match the language of subtype by "startWith" not "equals".
by satok
· 15 years ago
7599a7fb
Fix NPE when the shortcut subtype was not found.
by satok
· 15 years ago
16331c8
Add a parameter to InputMethodManagerService.getEnabledSubtype for allowing to select subtypes implicitly if no subtype is enabled.
by satok
· 15 years ago
7fee71f
Fix build breakage
by satok
· 15 years ago
217f548
Change "more" button to call InputMethodConfigure in Settings
by satok
· 15 years ago
7d3a5bc
Auto-show IME for dialogs on large screens.
by Dianne Hackborn
· 15 years ago
b416a71e
Fix build breakage
by satok
· 15 years ago
440aab5
Removed InputMethodSubtypePicker
by satok
· 15 years ago
cd7cd29
Store the current IME's token in the system bar for changing the current IME to a shortcut IME from the system bar
by satok
· 15 years ago
2820351
Add an API to set InputMethodAndSubtype
by satok
· 15 years ago
f3db1af
Change return type of getShortcutInputMethodsAndSubtypes to Map<InputMethodInfo, List<InputMethodSubtype>>
by satok
· 15 years ago
4e4569d
Add an API to get shortcut IMEs
by satok
· 15 years ago
3ef8b29
Synchronize getCurrentInputMethodSubtype
by satok
· 15 years ago
884ef9a
Return the enabled subtypes for the current InputMethod when the input value of getEnabledInputMethodSubtypeList was null
by satok
· 15 years ago
67ddf9c
Add a function to get enabledInputMethodAndSubtype
by satok
· 15 years ago
b66d287
Add a setter of InputMethodSubtype to InputMethodManager
by satok
· 15 years ago
03eb319a
Reset IME to the build-in IME when there is something wrong with the current IME.
by satok
· 15 years ago
735cf38
Add a function to switch back to the last used IME
by satok
· 15 years ago
723a27e
Save the history of InputMethodSubtype for reverting the subtype when IME was changed.
by satok
· 15 years ago
0ba75bb
Revert "Add a history of InputMethodSubtype for getting the last subtype of selected IME when IME was changed."
by Tadashi G. Takaoka
· 15 years ago
1ab852f
Add a history of InputMethodSubtype for getting the last subtype of selected IME when IME was changed.
by satok
· 15 years ago
9ef0283
Change API for getting InputMethodSubtype's mode from resource id to String
by satok
· 15 years ago
8fbb1e8
Find the most applicable subtype when there is no selected subtype but IME has subtypes
by satok
· 15 years ago
06e0744
Update the subtype icon properly.
by satok
· 15 years ago
57c767c
Fix a bug that enabled Subtype ID can't be saved propery.
by satok
· 15 years ago
06487a5
Add a functionarity for showing / hiding IME button on the system bar
by satok
· 15 years ago
86417ea
Remove InputMethodAndSubtypeEnabler and call intent of Settings.ACTION_INPUT_METHOD_AND_SUBTYPE_ENABLER
by satok
· 15 years ago
0ff647b
Add a cancel button to InputMethodPicker and InputMethodSubtypePicker
by satok
· 16 years ago
7f35c8c
Show "more" button in the dialog of InputMethodSubtypePicker
by satok
· 16 years ago
47a4491
Add InputMethodEnabler for enabling input methods and subtypes
by satok
· 16 years ago
Next »