1. 136b6ce Revert "Shift+Meta+Space should reverse-rotate subtypes." by Yohei Yukawa · 6 years ago
  2. c7cc0ca Revert "Shift+Meta+Space should reverse-rotate subtypes part 2." by Yohei Yukawa · 6 years ago
  3. b1845f3 Deprecate private AsciiCapable protocol by Yohei Yukawa · 6 years ago
  4. a47c039 Merge "Make getLanguageFromLocaleString private" by TreeHugger Robot · 6 years ago
  5. e9eff66 Make getLanguageFromLocaleString private by Yohei Yukawa · 6 years ago
  6. c823b63 Deprecate InputMethodUtils#isSystemIme() part 3 by Yohei Yukawa · 6 years ago
  7. adb59a0 Merge "Remove duplicate code from InputMethodUtils" by TreeHugger Robot · 6 years ago
  8. 08a3ece Remove duplicate code from InputMethodUtils by Yohei Yukawa · 6 years ago
  9. fd70fe8 Deprecate InputMethodUtils#isSystemIme() part 1 by Yohei Yukawa · 6 years ago
  10. 9c37219 Make sure at least one non-aux IME is enabled by Yohei Yukawa · 7 years ago
  11. 2d9accb Revert "Switch and store keyboard layouts based on IME subtype." by Yohei Yukawa · 7 years ago
  12. 36abd8a Revert "Accept null subtype in InputMethodSubtypeHandle." by Yohei Yukawa · 7 years ago
  13. cf68d52 SoftInput flag requires focused View to show IME by Yohei Yukawa · 7 years ago
  14. 89a6c48 Add support for VR InputMethod. by Tarandeep Singh · 7 years ago
  15. 7bd3571 docs: Removing com.android.internal.* packages from Javadoc build by Andrew Solovay · 7 years ago
  16. dce7df3 Avoid unnecessary ULocale.addLikelySubtags() by Yohei Yukawa · 7 years ago
  17. 61dd99b Fix ImeSubtypeListItem ordering by Tadashi G. Takaoka · 8 years ago
  18. 881ba34 Merge "Remove a redundant param in getDefaultEnabledImes" by TreeHugger Robot · 8 years ago
  19. af5cee8 Remove a redundant param in getDefaultEnabledImes by Yohei Yukawa · 8 years ago
  20. 7383ce6 Merge "Fix ImeSubtypeListItem#compareTo()" by Yohei Yukawa · 8 years ago
  21. 410cc50 Fix ImeSubtypeListItem#compareTo() by Yohei Yukawa · 8 years ago
  22. 7924782 Delay tasks from IMMS constructor to later phase by Yohei Yukawa · 8 years ago
  23. 79d1c75 Revert "Remove InputContentInfo#requestPermission()" by Yohei Yukawa · 8 years ago
  24. c4b8f36 Remove InputContentInfo#requestPermission() by Yohei Yukawa · 8 years ago
  25. 25e0813 Add InputMethodService#exposeContent() by Yohei Yukawa · 8 years ago
  26. ccb024a Quick workaround for a performance regression in IME APIs. by Yohei Yukawa · 8 years ago
  27. 23cbe85 Move LocaleList to avoid layering violation. by Yohei Yukawa · 8 years ago
  28. 46ac35d Accept null subtype in InputMethodSubtypeHandle. by Yohei Yukawa · 8 years ago
  29. a09b4d2 Remove unnecessary allocation+unboxing of objects. by Narayan Kamath · 8 years ago
  30. b1e2f4f Shift+Meta+Space should reverse-rotate subtypes part 2. by Yohei Yukawa · 8 years ago
  31. d39ae85 Shift+Meta+Space should reverse-rotate subtypes. by Yohei Yukawa · 8 years ago
  32. e771d58 Remove an unused constructor of InputMethodSettings. by Yohei Yukawa · 9 years ago
  33. 7b574cb Add more @NonNull/@Nullable to InputMethodSettings. by Yohei Yukawa · 9 years ago
  34. 238faad Use LocaleUtils#filterByLanguage for non-keyboard subtypes. by Yohei Yukawa · 9 years ago
  35. 80861ff Make sure to compare subtype language with system language. by Yohei Yukawa · 9 years ago
  36. 072a95a Introduce script matching for enabling default IME subtypes. by Seigo Nonaka · 9 years ago
  37. 77dd59f Revert "Introduce script matching for enabling default IME subtypes." by Yohei Yukawa · 9 years ago
  38. 9e7a1c9 Introduce script matching for enabling default IME subtypes. by Seigo Nonaka · 9 years ago
  39. 42275bc Fix a regression in InputMethodUtils. by Yohei Yukawa · 9 years ago
  40. e985c24 Use LocaleList for implicitly enabled subtypes. by Yohei Yukawa · 9 years ago
  41. 102ff07 Add a utility method to filter locales. by Yohei Yukawa · 9 years ago
  42. c2393ac Fix bugs in logic to find a default selectd IME. by Yohei Yukawa · 9 years ago
  43. 68645a6 Add Copy-On-Write mode to InputMethodSettings. by Yohei Yukawa · 9 years ago
  44. 8752367 Have unified setter/getter for Secure Settings. by Yohei Yukawa · 9 years ago
  45. 622b44d Use Java7 diamond operator in InputMethodUtils. by Yohei Yukawa · 9 years ago
  46. d5f7ed9 Switch and store keyboard layouts based on IME subtype. by Michael Wright · 9 years ago
  47. 7025964 Apply Java 7 diamond operator. by Yohei Yukawa · 9 years ago
  48. e512f85 Remove a redundant method overload. by Yohei Yukawa · 9 years ago
  49. 5f8e731 Remove unnecessary parameter that is always true. by Yohei Yukawa · 9 years ago
  50. 0eae0eb Merge "Fix special handling of a fake language code "tl"." am: 9fd2af6b32 am: 30e321b54a by Yohei Yukawa · 9 years ago
  51. ed65bc0 Fix special handling of a fake language code "tl". by Yohei Yukawa · 9 years ago
  52. 2a099bc Move buildInputMethodsAndSubtypesString to InputMethodUtils by Seigo Nonaka · 9 years ago
  53. c8e6c79 Merge "Remove duplicate separator definition." by Seigo Nonaka · 9 years ago
  54. ce2c784 Remove duplicate separator definition. by Seigo Nonaka · 9 years ago
  55. e27dc2b Use android.os.Debug.getCallers instead of self implementation. by Seigo Nonaka · 9 years ago
  56. 2028dda Move parseInputMethodsAndSubtypesString to InputMethodUtils. by Seigo Nonaka · 9 years ago
  57. 59bc6e0 Delete unused code from IMMS and its utility library. by Yohei Yukawa · 9 years ago
  58. b0377bb Use Java7 diamond operator in IMMS/IMS. by Yohei Yukawa · 9 years ago
  59. 174843a Check system locale when picking up an initial SpellChecker. by Yohei Yukawa · 9 years ago
  60. 094c71f Set DISABLED_UNTIL_USED for the correct user in IMMS. by Yohei Yukawa · 9 years ago
  61. d724886 Include InputMethodSubtypeSwitchingController in state dump. by Yohei Yukawa · 9 years ago
  62. 92280cd Convert subtypes whose locale is "tl" to "fil". by Yohei Yukawa · 9 years ago
  63. 14e1391 Retry "Always show auxiliary subtypes from NavBar keyboard icon." by Seigo Nonaka · 9 years ago
  64. d130bdc Revert "Always show auxiliary subtypes from NavBar keyboard icon." by Bart Sears · 9 years ago
  65. 80ff4ed Always show auxiliary subtypes from NavBar keyboard icon. by Seigo Nonaka · 9 years ago
  66. 7b9a28c Back up and restore the set of enabled IMEs by Christopher Tate · 10 years ago
  67. 6aa0378 Remove deprecated hidden public methods from InputMethodUtils. by Yohei Yukawa · 10 years ago
  68. 9c83ff4 Expose isSystemImeThatHasSubtypeOf to Settings by Yohei Yukawa · 10 years ago
  69. f487e0e Normalize deprecated 2-letter language code when necessary. by Yohei Yukawa · 10 years ago
  70. e72d1c8 Add tests for Ibb9eb9f65323795d139 and I6571d464a46453934f0 by Yohei Yukawa · 10 years ago
  71. b21220e Minimize the number of default enabled IMEs part 4 by Yohei Yukawa · 10 years ago
  72. e63b5fa Work on issue #17506095: Plumb a new configuration to IMMS by Yohei Yukawa · 10 years ago
  73. dc48924 Minimize the number of default enabled IMEs part 3 by Yohei Yukawa · 10 years ago
  74. 68c860b Minimize the number of default enabled IMEs part 2 by Yohei Yukawa · 10 years ago
  75. 5e5c60a Minimize the number of default enabled IMEs part 1 by Yohei Yukawa · 10 years ago
  76. 7b5a96b Persist Show IME option. by Michael Wright · 10 years ago
  77. 71cf0a3 Stop assuming language part in locale string is up to 2-letter by Yohei Yukawa · 10 years ago
  78. 77cbcb6 Make InputMethodUtils.getLanguageFromLocaleString public by Tadashi G. Takaoka · 10 years ago
  79. 4d8c132 Allow 3 letter language codes in InputMethodUtils. by Narayan Kamath · 10 years ago
  80. 0297051 Trivial method renaming for notifyTextCommitted by Yohei Yukawa · 10 years ago
  81. 07bd732 Reenable DynamicRotationList for language-switching-aware IMEs by Yohei Yukawa · 10 years ago
  82. 529001f Switch back to StaticRotationList from DynamicRotationList by Yohei Yukawa · 10 years ago
  83. a9bda77 Implement dynamic IME rotation based on user action by Yohei Yukawa · 10 years ago
  84. 9b29d04 Consolidate the language-switching logic by Yohei Yukawa · 10 years ago
  85. 4fae8e1 Merge "Remove unnecessary internal lock" by Yohei Yukawa · 10 years ago
  86. 5a647b69 Remove unnecessary internal lock by Yohei Yukawa · 10 years ago
  87. 1c63079 Overrides ImeSubtypeListItem#toString by Yohei Yukawa · 10 years ago
  88. 4013940 Style fix and dead code removal by Yohei Yukawa · 10 years ago
  89. a1223cf Take supportsSwitchingToNextInputMethod into considertaion by Yohei Yukawa · 10 years ago
  90. d1da115 Add unit tests for InputMethodSubtypeSwitchingController by Yohei Yukawa · 10 years ago
  91. f4824a0 Fix issue with not allowing activities for current user. by Kenny Guy · 10 years ago
  92. 2a76494 Rename related users to profiles. by Kenny Guy · 10 years ago
  93. 734983f Allow related users to show activities on primary user by Amith Yamasani · 11 years ago
  94. f03ba0c Ignore IME subtype switching support flag until it's ready by Satoshi Kataoka · 11 years ago
  95. d787f69 Refactor InputMethodAndSubtypeCircularList by Satoshi Kataoka · 11 years ago
  96. b5c2092 Merge "Notify commitText event to InputMethodManagerService" by Satoshi Kataoka · 11 years ago
  97. d7443c8 Notify commitText event to InputMethodManagerService by Satoshi Kataoka · 11 years ago
  98. ae3349e Move the IME navigation guard view up to decor. by John Spurlock · 11 years ago
  99. 3bf26b6 Ensure fitSystemWindows is called on the IME at least once. by John Spurlock · 11 years ago
  100. 57beb3b IME navigation guard implemented as a View. by John Spurlock · 11 years ago