summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/InputMethodManagerService.java
AgeCommit message (Expand)Author
2013-12-19Move some system services to separate directoriesAmith Yamasani
2013-12-12Introduce a Lifecycle for system servicesAdam Lesinski
2013-10-29Simplify IME policy and enforce in binder calls.John Spurlock
2013-10-23Decouple IME_ACTIVE and IME_VISIBLE for hardware keyboards.John Spurlock
2013-10-01Fix issue #11005453: [SUW] G+ profile creation for new user brokenDianne Hackborn
2013-08-22Add new API shouldOfferSwitchingToNextInputMethodSatoshi Kataoka
2013-08-08Reduce the transaction fee of getEnabledInputMethodSubtypeListSatoshi Kataoka
2013-08-07Revert "Reduce the transaction fee of getEnabledInputMethodSubtypeList"Ken Wakasa
2013-08-07Reduce the transaction fee of getEnabledInputMethodSubtypeListSatoshi Kataoka
2013-08-01Add a debug utility for InputMethodUtilsSatoshi Kataoka
2013-07-31Small refactor on InputMethodUtilsSatoshi Kataoka
2013-07-16Merge "Refactoring of the print sub-system and API clean up."Svetoslav Ganov
2013-07-16Refactoring of the print sub-system and API clean up.Svetoslav Ganov
2013-07-15Switch proc stats to use new process state constants.Dianne Hackborn
2013-07-09Consolidate InputMethodUtilsSatoshi Kataoka
2013-05-03resolved conflicts for merge of ee0a5faf to masterKenny Root
2013-05-03am 245a3e1c: Merge "Change the initial disabled state of disabled IMEs" into ...Satoshi Kataoka
2013-05-02Change the initial disabled state of disabled IMEsSatoshi Kataoka
2013-04-18am f09993ca: am 1a546dca: Merge "Fixed the problem ime invisible status despi...Satoshi Kataoka
2013-04-18am 1a546dca: Merge "Fixed the problem ime invisible status despite being the ...Satoshi Kataoka
2013-04-17am 3e3a7b3b: am f024e7ac: Merge "Fix possible NPE" into jb-mr2-devSatoshi Kataoka
2013-04-17Fix possible NPESatoshi Kataoka
2013-04-05am 4c2a7b23: am 4a706bc6: Merge "Correctly manage the lifecycle of IME InputC...Jeff Brown
2013-04-04Correctly manage the lifecycle of IME InputChannels.Jeff Brown
2013-03-27am 6b8e7b35: am bf20aa76: Merge "Keep track of who has disabled applications....Dianne Hackborn
2013-03-27Merge "Keep track of who has disabled applications." into jb-mr2-devDianne Hackborn
2013-03-27Keep track of who has disabled applications.Dianne Hackborn
2013-03-26am 901b77c6: am ca3d655d: Merge "Use input transport for communications betwe...Jeff Brown
2013-03-26Use input transport for communications between app and IME.Jeff Brown
2013-03-23am 8277f248: am b685faa2: Merge "Implement #8323587, #8323342, #8323590: new ...Dianne Hackborn
2013-03-22Implement #8323587, #8323342, #8323590: new features.Dianne Hackborn
2013-03-22am 621c35e4: am 765ddb4b: Merge "Separate sessionCreated and finishedEvents c...Michael Wright
2013-03-21Separate sessionCreated and finishedEvents callbacksMichael Wright
2013-03-15am 20a402e0: am 8dfe99ce: Merge "Catch BadTokenException and continue." into ...Craig Mautner
2013-03-15Catch BadTokenException and continue.Craig Mautner
2013-03-14am b7ca6804: am 67bea2ef: Merge "Remove WindowManager messages from remote qu...Craig Mautner
2013-03-14Remove WindowManager messages from remote queue.Craig Mautner
2013-03-14am 35d45010: am dc50ba18: Merge "Put debug back in for b/b8263462." into jb-m...Craig Mautner
2013-03-13Put debug back in for b/b8263462.Craig Mautner
2013-03-12Remove old show/hide messages on new ime (DO NOT MERGE)Craig Mautner
2013-03-12Remove old show/hide messages on new imeCraig Mautner
2013-03-11Add debug for b/8263462.Craig Mautner
2013-02-28Fixed the problem ime invisible status despite being the icon that appears in...jungheang.lee
2013-02-25Add a comment for secondary user handling in IMMSSatoshi Kataoka
2013-02-18Fix an issue where voice input is not enabled by default for the secondary userSatoshi Kataoka
2013-01-28Do not turn on imes unexpectedly with unit testsSatoshi Kataoka
2013-01-22Add new disabled state for "optional" built-in apps.Dianne Hackborn
2013-01-18Merge "Ensure that the input method dialog is dismissed when changing the har...Satoshi Kataoka
2013-01-18Ensure that the input method dialog is dismissed when changing the hardware k...Satoshi Kataoka
2013-01-16Merge "Rename bindService to bindServiceAsUser to follow convention."Amith Yamasani