1. ccb024a Quick workaround for a performance regression in IME APIs. by Yohei Yukawa · 8 years ago
  2. 23cbe85 Move LocaleList to avoid layering violation. by Yohei Yukawa · 8 years ago
  3. 46ac35d Accept null subtype in InputMethodSubtypeHandle. by Yohei Yukawa · 8 years ago
  4. a09b4d2 Remove unnecessary allocation+unboxing of objects. by Narayan Kamath · 8 years ago
  5. b1e2f4f Shift+Meta+Space should reverse-rotate subtypes part 2. by Yohei Yukawa · 8 years ago
  6. d39ae85 Shift+Meta+Space should reverse-rotate subtypes. by Yohei Yukawa · 8 years ago
  7. e771d58 Remove an unused constructor of InputMethodSettings. by Yohei Yukawa · 8 years ago
  8. 7b574cb Add more @NonNull/@Nullable to InputMethodSettings. by Yohei Yukawa · 8 years ago
  9. 238faad Use LocaleUtils#filterByLanguage for non-keyboard subtypes. by Yohei Yukawa · 8 years ago
  10. 80861ff Make sure to compare subtype language with system language. by Yohei Yukawa · 8 years ago
  11. 072a95a Introduce script matching for enabling default IME subtypes. by Seigo Nonaka · 8 years ago
  12. 77dd59f Revert "Introduce script matching for enabling default IME subtypes." by Yohei Yukawa · 8 years ago
  13. 9e7a1c9 Introduce script matching for enabling default IME subtypes. by Seigo Nonaka · 8 years ago
  14. 42275bc Fix a regression in InputMethodUtils. by Yohei Yukawa · 8 years ago
  15. e985c24 Use LocaleList for implicitly enabled subtypes. by Yohei Yukawa · 8 years ago
  16. 102ff07 Add a utility method to filter locales. by Yohei Yukawa · 8 years ago
  17. c2393ac Fix bugs in logic to find a default selectd IME. by Yohei Yukawa · 8 years ago
  18. 68645a6 Add Copy-On-Write mode to InputMethodSettings. by Yohei Yukawa · 8 years ago
  19. 8752367 Have unified setter/getter for Secure Settings. by Yohei Yukawa · 8 years ago
  20. 622b44d Use Java7 diamond operator in InputMethodUtils. by Yohei Yukawa · 8 years ago
  21. d5f7ed9 Switch and store keyboard layouts based on IME subtype. by Michael Wright · 9 years ago
  22. 7025964 Apply Java 7 diamond operator. by Yohei Yukawa · 9 years ago
  23. e512f85 Remove a redundant method overload. by Yohei Yukawa · 9 years ago
  24. 5f8e731 Remove unnecessary parameter that is always true. by Yohei Yukawa · 9 years ago
  25. 0eae0eb Merge "Fix special handling of a fake language code "tl"." am: 9fd2af6b32 am: 30e321b54a by Yohei Yukawa · 9 years ago
  26. ed65bc0 Fix special handling of a fake language code "tl". by Yohei Yukawa · 9 years ago
  27. 2a099bc Move buildInputMethodsAndSubtypesString to InputMethodUtils by Seigo Nonaka · 9 years ago
  28. c8e6c79 Merge "Remove duplicate separator definition." by Seigo Nonaka · 9 years ago
  29. ce2c784 Remove duplicate separator definition. by Seigo Nonaka · 9 years ago
  30. e27dc2b Use android.os.Debug.getCallers instead of self implementation. by Seigo Nonaka · 9 years ago
  31. 2028dda Move parseInputMethodsAndSubtypesString to InputMethodUtils. by Seigo Nonaka · 9 years ago
  32. 59bc6e0 Delete unused code from IMMS and its utility library. by Yohei Yukawa · 9 years ago
  33. b0377bb Use Java7 diamond operator in IMMS/IMS. by Yohei Yukawa · 9 years ago
  34. 174843a Check system locale when picking up an initial SpellChecker. by Yohei Yukawa · 9 years ago
  35. 094c71f Set DISABLED_UNTIL_USED for the correct user in IMMS. by Yohei Yukawa · 9 years ago
  36. d724886 Include InputMethodSubtypeSwitchingController in state dump. by Yohei Yukawa · 9 years ago
  37. 92280cd Convert subtypes whose locale is "tl" to "fil". by Yohei Yukawa · 9 years ago
  38. 14e1391 Retry "Always show auxiliary subtypes from NavBar keyboard icon." by Seigo Nonaka · 9 years ago
  39. d130bdc Revert "Always show auxiliary subtypes from NavBar keyboard icon." by Bart Sears · 9 years ago
  40. 80ff4ed Always show auxiliary subtypes from NavBar keyboard icon. by Seigo Nonaka · 9 years ago
  41. 7b9a28c Back up and restore the set of enabled IMEs by Christopher Tate · 9 years ago
  42. 6aa0378 Remove deprecated hidden public methods from InputMethodUtils. by Yohei Yukawa · 9 years ago
  43. 9c83ff4 Expose isSystemImeThatHasSubtypeOf to Settings by Yohei Yukawa · 9 years ago
  44. f487e0e Normalize deprecated 2-letter language code when necessary. by Yohei Yukawa · 9 years ago
  45. e72d1c8 Add tests for Ibb9eb9f65323795d139 and I6571d464a46453934f0 by Yohei Yukawa · 9 years ago
  46. b21220e Minimize the number of default enabled IMEs part 4 by Yohei Yukawa · 10 years ago
  47. e63b5fa Work on issue #17506095: Plumb a new configuration to IMMS by Yohei Yukawa · 10 years ago
  48. dc48924 Minimize the number of default enabled IMEs part 3 by Yohei Yukawa · 10 years ago
  49. 68c860b Minimize the number of default enabled IMEs part 2 by Yohei Yukawa · 10 years ago
  50. 5e5c60a Minimize the number of default enabled IMEs part 1 by Yohei Yukawa · 10 years ago
  51. 7b5a96b Persist Show IME option. by Michael Wright · 10 years ago
  52. 71cf0a3 Stop assuming language part in locale string is up to 2-letter by Yohei Yukawa · 10 years ago
  53. 77cbcb6 Make InputMethodUtils.getLanguageFromLocaleString public by Tadashi G. Takaoka · 10 years ago
  54. 4d8c132 Allow 3 letter language codes in InputMethodUtils. by Narayan Kamath · 10 years ago
  55. 0297051 Trivial method renaming for notifyTextCommitted by Yohei Yukawa · 10 years ago
  56. 07bd732 Reenable DynamicRotationList for language-switching-aware IMEs by Yohei Yukawa · 10 years ago
  57. 529001f Switch back to StaticRotationList from DynamicRotationList by Yohei Yukawa · 10 years ago
  58. a9bda77 Implement dynamic IME rotation based on user action by Yohei Yukawa · 10 years ago
  59. 9b29d04 Consolidate the language-switching logic by Yohei Yukawa · 10 years ago
  60. 4fae8e1 Merge "Remove unnecessary internal lock" by Yohei Yukawa · 10 years ago
  61. 5a647b69 Remove unnecessary internal lock by Yohei Yukawa · 10 years ago
  62. 1c63079 Overrides ImeSubtypeListItem#toString by Yohei Yukawa · 10 years ago
  63. 4013940 Style fix and dead code removal by Yohei Yukawa · 10 years ago
  64. a1223cf Take supportsSwitchingToNextInputMethod into considertaion by Yohei Yukawa · 10 years ago
  65. d1da115 Add unit tests for InputMethodSubtypeSwitchingController by Yohei Yukawa · 10 years ago
  66. f4824a0 Fix issue with not allowing activities for current user. by Kenny Guy · 10 years ago
  67. 2a76494 Rename related users to profiles. by Kenny Guy · 10 years ago
  68. 734983f Allow related users to show activities on primary user by Amith Yamasani · 10 years ago
  69. f03ba0c Ignore IME subtype switching support flag until it's ready by Satoshi Kataoka · 11 years ago
  70. d787f69 Refactor InputMethodAndSubtypeCircularList by Satoshi Kataoka · 11 years ago
  71. b5c2092 Merge "Notify commitText event to InputMethodManagerService" by Satoshi Kataoka · 11 years ago
  72. d7443c8 Notify commitText event to InputMethodManagerService by Satoshi Kataoka · 11 years ago
  73. ae3349e Move the IME navigation guard view up to decor. by John Spurlock · 11 years ago
  74. 3bf26b6 Ensure fitSystemWindows is called on the IME at least once. by John Spurlock · 11 years ago
  75. 57beb3b IME navigation guard implemented as a View. by John Spurlock · 11 years ago
  76. c68d577 Allow IMEs to extend below nav bar, remove SystemUI veto. by John Spurlock · 11 years ago
  77. 7ce7f32 Open an internal utility of InputMethodUtils by Satoshi Kataoka · 11 years ago
  78. 87c2914 Add a debug utility for InputMethodUtils by Satoshi Kataoka · 11 years ago
  79. 0766eb0 Small refactor on InputMethodUtils by Satoshi Kataoka · 11 years ago
  80. eb219ee Change visibility of the hidden input method utility by Satoshi Kataoka · 11 years ago
  81. b282726 Consolidate InputMethodUtils by Satoshi Kataoka · 11 years ago
  82. ed1cdb2 Change the initial disabled state of disabled IMEs by Satoshi Kataoka · 11 years ago
  83. f1367b7 Do not turn on imes unexpectedly with unit tests by Satoshi Kataoka · 11 years ago
  84. fd7aded Add new disabled state for "optional" built-in apps. by Dianne Hackborn · 11 years ago
  85. 8e303cc Refactor utilities for InputMethodManagerSerivce that we want to share with the Settings application by Satoshi Kataoka · 12 years ago