1. f927753 Remove an unused param from InputMethodSettings constructor by Yohei Yukawa · 5 years ago
  2. ed3e728 Merge "Pre-render input method (IME transitions 1/n)" by Tarandeep Singh · 5 years ago
  3. eadb139 Pre-render input method (IME transitions 1/n) by Tarandeep Singh · 6 years ago
  4. fd8f721 Client-side reimplementation of IMM#setCurrentInputMethodSubtype() by Yohei Yukawa · 6 years ago
  5. 2988d2d Unimplement VrManager#setVrInputMethod() by Yohei Yukawa · 6 years ago
  6. 46d7476 Simplify IMMS#calledFromValidUserLocked() by Yohei Yukawa · 6 years ago
  7. 716897c Harden caller verification in IMMS#startInputOrWindowGainedFocus() by Yohei Yukawa · 6 years ago
  8. 17ace29 Deprecate SuggestionSpan#ACTION_SUGGESTION_PICKED by Yohei Yukawa · 6 years ago
  9. d3e0fd93 Clarify nullness about "token" param of IMMS#calledWithValidTokenLocked() by Yohei Yukawa · 6 years ago
  10. 849443c Simplify IMMS#updateSystemUiLocked() by Yohei Yukawa · 6 years ago
  11. 6fee881 Make it clear IMMS#updateSystemUiLocked() is always called with mCurToken by Yohei Yukawa · 6 years ago
  12. 8d1592e Inline InputMethodManagerService#updateSystemUi() by Yohei Yukawa · 6 years ago
  13. 9b60ba0 Unify IInputMethodPrivilegedOperations as sync IPC by Yohei Yukawa · 6 years ago
  14. 0f5eade Introduce @hide EditorInfo#targetInputMethodUser by Yohei Yukawa · 6 years ago
  15. 4208140 Use UserManagerInternal when possible in IMMS by Yohei Yukawa · 6 years ago
  16. a878b95 Support per-profile IME behind the flag by Yohei Yukawa · 6 years ago
  17. 7f8ee4b Allow background users to call IME query APIs by Yohei Yukawa · 6 years ago
  18. a7babbb Add a debug command to poll IMMS.Lifecycle#onSwitchUser() by Yohei Yukawa · 6 years ago
  19. 9f7fdc0 Merge "Fix IME crash when leave VR mode." by Wei Sheng Shih · 6 years ago
  20. b557d57 Extract subtype.xml operations as a stateless utility class by Yohei Yukawa · 6 years ago
  21. 8a2b96b Clarify shell/root users also have DUMP permission by Yohei Yukawa · 6 years ago
  22. e14bda8 Avoid unnecessary File.delete() for nonexistent directory by Yohei Yukawa · 6 years ago
  23. 767d1e5 Fix IME crash when leave VR mode. by wilsonshih · 6 years ago
  24. 0c1ebff Deprecate null IME token rule in IMM#setInputMethod() by Yohei Yukawa · 6 years ago
  25. db25df7 Simplify permission checks in IMMS#onShellCommand by Yohei Yukawa · 6 years ago
  26. de5748e4 Clean up IMMS#handleShellCommandResetInputMethod() a bit by Yohei Yukawa · 6 years ago
  27. b8d240f Lock down IInputMethodManager#shellCommand() based on caller UID by Yohei Yukawa · 6 years ago
  28. 0513932 Extract IME list creation logic from IMMS#buildInputMethodListLocked() by Yohei Yukawa · 6 years ago
  29. b0bace1 Simplify permission checks in ime shell command by Yohei Yukawa · 6 years ago
  30. af6721f Merge "Re-work IMM#getShortcutInputMethodsAndSubtypes()" by TreeHugger Robot · 6 years ago
  31. 8a0e78a Merge "Stop supporting null IME token in IMM#setInputMethodAndSubtype()" by TreeHugger Robot · 6 years ago
  32. 4773ee1 Stop supporting null IME token in IMM#setInputMethodAndSubtype() by Yohei Yukawa · 6 years ago
  33. a67682a Merge "Remove an unused field IMMS#mShortcutInputMethodsAndSubtypes" by TreeHugger Robot · 6 years ago
  34. fefedc5 Re-work IMM#getShortcutInputMethodsAndSubtypes() by Yohei Yukawa · 6 years ago
  35. f2412a3 Revert "Remove foreground user check in shell commands for IMMS" by Yohei Yukawa · 6 years ago
  36. 86e2377 Remove an unused field IMMS#mShortcutInputMethodsAndSubtypes by Yohei Yukawa · 6 years ago
  37. 7bfbe97 Merge "Create /data/system/inputmethod/ directory lazily" by TreeHugger Robot · 6 years ago
  38. 4cac94b Merge "Let the absence of subtype.xml mean there is no additional subtype" by TreeHugger Robot · 6 years ago
  39. df630c5 Merge "Remove <imi> entries with zero <subtype> from subtype.xml" by TreeHugger Robot · 6 years ago
  40. b1a3fdb Create /data/system/inputmethod/ directory lazily by Yohei Yukawa · 6 years ago
  41. 2fe2dbca Let the absence of subtype.xml mean there is no additional subtype by Yohei Yukawa · 6 years ago
  42. 7b1c8d7 Remove <imi> entries with zero <subtype> from subtype.xml by Yohei Yukawa · 6 years ago
  43. dc52d89 Add a missing @Override to IMMS#getVrInputMethodList() by Yohei Yukawa · 6 years ago
  44. 5ec1fce Remove a special test-only mode from IMMS by Yohei Yukawa · 6 years ago
  45. a5a81d2 Merge "Add IMMS#showInputMethodPickerFromSystem." by TreeHugger Robot · 6 years ago
  46. 91e6cd0 Make sure caller verification is done inside a lock by Yohei Yukawa · 6 years ago
  47. ca2d3b6 Remove foreground user check in shell commands for IMMS by Yohei Yukawa · 6 years ago
  48. 2655c18 Remove unnecessary IMMS#calledFromValidUser() by Yohei Yukawa · 6 years ago
  49. 79e4c6a Make sure IME token verification is done inside a lock by Yohei Yukawa · 6 years ago
  50. 0c49908 Stop supporting null IME token in IMM#switchToLastInputMethod() by Yohei Yukawa · 6 years ago
  51. 70f17e7 Remove IInputMethodManager#switchToNextInputMethod() by Yohei Yukawa · 6 years ago
  52. 0b05f9e Add IMMS#showInputMethodPickerFromSystem. by lumark · 6 years ago
  53. ea6e7f0 Support hasNavigationBar per display(1/2) by Charles Chen · 6 years ago
  54. 1dd7de6 Replace HashMap with ArrayMap in IMMS and InputMethodUtils by Yohei Yukawa · 6 years ago
  55. ac9311e Use ArrayMap instead of HashMap for IMMS#mClients by Yohei Yukawa · 6 years ago
  56. cf3bbff Simplify IMMS#showInputMethodMenu() a bit by Yohei Yukawa · 6 years ago
  57. 35fa6d5 Extract IMM internal flags into StartInputFlags by Yohei Yukawa · 6 years ago
  58. cb768bc Fix local Binder call scenario of IMMS#addClient() by Yohei Yukawa · 6 years ago
  59. 41871f7 Merge "Show IME in default display for some use cases." by Ming-Shin Lu · 6 years ago
  60. ef1965b Show IME in default display for some use cases. by lumark · 6 years ago
  61. b752645 Remove redundant prefix from UnbindReason by Yohei Yukawa · 6 years ago
  62. 499e3f7 Extract UnbindReason from InputMethodClient by Yohei Yukawa · 6 years ago
  63. 4219422 Remove redundant prefix from StartInputReason by Yohei Yukawa · 6 years ago
  64. c6632df Extract StartInputReason from InputMethodClient by Yohei Yukawa · 6 years ago
  65. a468d70 Move some methods from InputMethodClient to InputMethodDebug by Yohei Yukawa · 6 years ago
  66. 4afd933 Enable @UnbindReason annotation in IMMS by Yohei Yukawa · 6 years ago
  67. dc66e52 Enable @StartInputReason annotation in IMMS by Yohei Yukawa · 6 years ago
  68. b0c2645 Enable @SoftInputModeFlags annotation in IMMS by Yohei Yukawa · 6 years ago
  69. 432cf60 Enable @MissingMethodFlags annotation in IMMS by Yohei Yukawa · 6 years ago
  70. e48d0ae Remove IInputMethodManager#finishInput(), which is NOP by Yohei Yukawa · 6 years ago
  71. 0deaef0 Polish InputMethodManagerService#startInputUncheckedLocked() by Yohei Yukawa · 6 years ago
  72. caaa1d3 Unextract InputMethodManagerService#startInputInnerLocked() by Yohei Yukawa · 6 years ago
  73. f91a2b1 Do not bind IME until an IME client is recognized by Yohei Yukawa · 6 years ago
  74. 4052a10f Instantiate InputMethodManager for each display (2nd try) by Yohei Yukawa · 6 years ago
  75. 1df32c5 Revert "Instantiate InputMethodManager for each display" by Yohei Yukawa · 6 years ago
  76. c53d78e Instantiate InputMethodManager for each display by Yohei Yukawa · 6 years ago
  77. d4d895e Remove a special optimization for a quite rare scenario by Yohei Yukawa · 6 years ago
  78. a71bb25 Let IMMS be responsible for IInputMethodClient lifecycle by Yohei Yukawa · 6 years ago
  79. 41f89c3 Remove the dependency on IInputMethodClient from IME focus check by Yohei Yukawa · 6 years ago
  80. 134ffb0 Merge "Move 3 IMMS utility classes to services.jar" by TreeHugger Robot · 6 years ago
  81. 90120a8 Support IME Window to show in secondary display. by lumark · 6 years ago
  82. e6b6e0e Move 3 IMMS utility classes to services.jar by Yohei Yukawa · 6 years ago
  83. 603f4d0 Move InputMethodManagerService to com.android.server.inputmethod by Yohei Yukawa · 6 years ago[Renamed (99%) from services/core/java/com/android/server/InputMethodManagerService.java]
  84. c07fd4c Move notifyUserAction() to IInputMethodPrivilegedOperations by Yohei Yukawa · 6 years ago
  85. 41b094f Use correct @*Res annotation for updateStatusIcon() by Yohei Yukawa · 6 years ago
  86. eec552e Allow IMM to forward API calls to IMS by Yohei Yukawa · 6 years ago
  87. c7ca368 Stop relying on IMM in IMS for token-guarded IME APIs by Yohei Yukawa · 6 years ago
  88. c54c117 Add a new Binder interface to allow IMS to directly talk to IMMS by Yohei Yukawa · 6 years ago
  89. 029f67f Merge "Add TODO about IMM#getInputMethodWindowVisibleHeight()" by TreeHugger Robot · 6 years ago
  90. b985e6e Add TODO about IMM#getInputMethodWindowVisibleHeight() by Yohei Yukawa · 6 years ago
  91. f16abb7 Remove InputMethodManagerService.LocalServiceImpl#mHandler by Yohei Yukawa · 6 years ago
  92. fffc0e5 Re-introduce event order guaranee in IME client registration by Yohei Yukawa · 6 years ago
  93. 111b763 Merge "IMMS should preserve selected IME upon boot" am: 154519eb52 am: f65fd37910 by Yohei Yukawa · 6 years ago
  94. cf93f9a Hide inputMethodClientHasFocus() from apps by Yohei Yukawa · 6 years ago
  95. c8c5f13 IMMS should preserve selected IME upon boot by Yohei Yukawa · 6 years ago
  96. e24ed79 Hide IInputMethodManager.{add,remove}Client() from apps by Yohei Yukawa · 6 years ago
  97. c3de83e Move InputMethodManagerInternal to server package by Yohei Yukawa · 6 years ago
  98. 0569a18 Fix lint errors around import lines in IMMS by Yohei Yukawa · 6 years ago
  99. 6efd55e Lock down IInputMethodManger.{add,remove}Client() by Yohei Yukawa · 6 years ago
  100. b5df055 Merge "Enhance a11y soft keyboard controller" by Phil Weaver · 6 years ago