1. 83d81f2 Fix sliding shift input in caps lock mode by Tadashi G. Takaoka · 14 years ago
  2. 747ed9e For get the symbols shifted state when switch back from alphabet layout by Tadashi G. Takaoka · 14 years ago
  3. 0f05076 Get rid of setShifted/setShiftLocked from SwitchActions by Tadashi G. Takaoka · 14 years ago
  4. 373f452 Add more sliding input unit test by Tadashi G. Takaoka · 14 years ago
  5. 530f5d7 Merge "Support @icon/icon_name for more keys specification" by Tadashi G. Takaoka · 14 years ago
  6. b009a24 Support @icon/icon_name for more keys specification by Tadashi G. Takaoka · 14 years ago
  7. 482588c Merge "Enable DEBUG mode for logic tests." by Jean Chalard · 14 years ago
  8. bc10e41 Enable DEBUG mode for logic tests. by Jean Chalard · 14 years ago
  9. e54a400 Support @string reference in moreKeys attribute by Tadashi G. Takaoka · 14 years ago
  10. 3eede31 Merge "Move MoreKeySpecParser.getResourceId to Utils" by Tadashi G. Takaoka · 14 years ago
  11. 86641ef Merge "Change more key specification type to String from CharSequence" by Tadashi G. Takaoka · 14 years ago
  12. 0718590 Move MoreKeySpecParser.getResourceId to Utils by Tadashi G. Takaoka · 14 years ago
  13. bd7b160 Change more key specification type to String from CharSequence by Tadashi G. Takaoka · 14 years ago
  14. 83c72d1 Add the first tests for the input login in LatinIME class by Jean Chalard · 14 years ago
  15. f36f90a Fix KeyboardState switching back from alphabet-chording input correctly by Tadashi G. Takaoka · 14 years ago
  16. d26d63b Fix KeyboardState to pass KeyboardStateMultiTouchTests by Tadashi G. Takaoka · 14 years ago
  17. 01d9fc9 Cleanup KeyboardState a bit by Tadashi G. Takaoka · 14 years ago
  18. 23bacdb Fix MoreKeySpecParser to be able to handle outputText correctly by Tadashi G. Takaoka · 14 years ago
  19. 06bc1db Add more multitouch tests by Tadashi G. Takaoka · 14 years ago
  20. 60c4594 Get rid of hasDistinctMultitouch reference from KeyboardState by Tadashi G. Takaoka · 14 years ago
  21. 64e01ba Add KeyboardStateTestsBase and helper methods by Tadashi G. Takaoka · 14 years ago
  22. 5731b93 Remove KeyboardSwicther.toggleCapslock by Tadashi G. Takaoka · 14 years ago
  23. 2a88440 Rename KeyboardActionListener methods by Tadashi G. Takaoka · 14 years ago
  24. 87e025d Remove toggleShift and toggleAlphabetAndSymbols from KeyboardSwitcher by Tadashi G. Takaoka · 14 years ago
  25. 4910c96 Merge "KeyboardState unit tests for non-distinct multitouch device" by Tadashi G. Takaoka · 14 years ago
  26. e47bd3f KeyboardState unit tests for non-distinct multitouch device by Tadashi G. Takaoka · 14 years ago
  27. 6d5c9c9 Add more KeyboardState unit test cases by Tadashi G. Takaoka · 14 years ago
  28. 8ece45b Add auto caps function simulation to MockKeyboardSwitcher by Tadashi G. Takaoka · 14 years ago
  29. 549571c Make MockKeyboardSwitcher top level class by Tadashi G. Takaoka · 14 years ago
  30. c88026e Update shift state when alphabet keyboard has been set by Tadashi G. Takaoka · 14 years ago
  31. 327c682 Merge "Cleanup KeyboardStateTests a bit" by Tadashi G. Takaoka · 14 years ago
  32. d3bf4b1 Cleanup KeyboardStateTests a bit by Tadashi G. Takaoka · 14 years ago
  33. 4cabb04 Use KeyboardSet for unit test by Tadashi G. Takaoka · 14 years ago
  34. 211680e Merge "Fix SuggestTests" by Tadashi G. Takaoka · 14 years ago
  35. 9c735b8 Fix SuggestTests by Tadashi G. Takaoka · 14 years ago
  36. f67f001 Merge "Cleanup UtilsTests" by Tadashi G. Takaoka · 14 years ago
  37. 06eb042 Merge "Fix UserBigramSuggestTests" by Tadashi G. Takaoka · 14 years ago
  38. 1d161a9 Cleanup UtilsTests by Tadashi G. Takaoka · 14 years ago
  39. fb9b0f4 Fix UserBigramSuggestTests by Tadashi G. Takaoka · 14 years ago
  40. 4015a64 Fix SubtypeLocaleTests by Tadashi G. Takaoka · 14 years ago
  41. be0cf72 Move auto correction thresthold to the native code by satok · 14 years ago
  42. 8cab0b5 Get rid of Keyboard.CODE_DUMMY by Tadashi G. Takaoka · 14 years ago
  43. ee4be6e Call KeyboardState.onUpdateShiftState from onCodeInput if code is a normal letter by Tadashi G. Takaoka · 14 years ago
  44. 4e1dab8 Move KeyboardBuilder and KeyboardParams classes into Keyboard class by Tadashi G. Takaoka · 14 years ago
  45. 3708787 Remove LatinKeyboard class by Tadashi G. Takaoka · 14 years ago
  46. 645128a Move KeyboardSwitcher.getKeyboard to KeyboardSet by Tadashi G. Takaoka · 14 years ago
  47. f2b85d6 Fix broken build by Tadashi G. Takaoka · 14 years ago
  48. 2d603ff Remove EditorInfo from KeyboardId by Tadashi G. Takaoka · 14 years ago
  49. 8b1b8aa Cleanup settings key related stuff by Tadashi G. Takaoka · 14 years ago
  50. f86109c Utilize KeyboardSet XML definitions by Tadashi G. Takaoka · 14 years ago
  51. dfbe254 Add unit test of KeyboardState by Tadashi G. Takaoka · 14 years ago
  52. 4606de1 Stop a flag from escaping. by Jean Chalard · 14 years ago
  53. e22baaa Get rid of usage of key index by Tadashi G. Takaoka · 14 years ago
  54. 6b1f500 Resume suggestion when backspacing to the end of a word by Jean Chalard · 14 years ago
  55. 5f41b70 Fix a bug with the whitelist by Jean Chalard · 14 years ago
  56. 3458d61 Make the whitelist an instanciable class. by Jean Chalard · 14 years ago
  57. 904baab Remove code related to AutoText by satok · 14 years ago
  58. 9d5601e Rename PopupCharactersParser to MoreKeySpecParser by Tadashi G. Takaoka · 14 years ago
  59. ef35cb6 Move locale-related utility methods to LocaleUtils. by Jean Chalard · 14 years ago
  60. 3257294 Refactor and rename popup mini keyoard related classes by Tadashi G. Takaoka · 14 years ago
  61. f18bda6 Code cleanup by Ken Wakasa · 15 years ago
  62. 043f784 Create a way to pass the proximity info to the dictionary by Jean Chalard · 15 years ago
  63. 1be29ab Cleanup Keyboard related code and rename some classes by Tadashi G. Takaoka · 15 years ago
  64. 8da9a13 Make Keyboard object immutable except shift state by Tadashi G. Takaoka · 15 years ago
  65. 3c70185 Add orientation to regression tests by Tadashi G. Takaoka · 15 years ago
  66. 6d9bcd5 Remove enableShiftLock attribute from KeyboardId by Tadashi G. Takaoka · 15 years ago
  67. c71854a Remove swipe gesture by Tadashi G. Takaoka · 15 years ago
  68. a19b84d Move key hysteresis distance parameter to KeyDetector class by Tadashi G. Takaoka · 15 years ago
  69. e5276b3 Remove top padding parameter from MiniKeyboardBuilder constructor by Tadashi G. Takaoka · 15 years ago
  70. 17a1676 Add top padding to mini keyboard by Tadashi G. Takaoka · 15 years ago
  71. 80b79bf Merge "Fix "Show settings key" option on 7" device" by Tadashi G. Takaoka · 15 years ago
  72. cd96a69 Fix "Show settings key" option on 7" device by Tadashi G. Takaoka · 15 years ago
  73. e775909 Move Key class out of internal package by Tadashi G. Takaoka · 15 years ago
  74. a93d27d Remove colorScheme attribute from KeyboardView by Tadashi G. Takaoka · 15 years ago
  75. c2a2178 Move icon declaration to Keyboard theme by Tadashi G. Takaoka · 15 years ago
  76. 72934bd Move keyboard related internal class to separate package by Tadashi G. Takaoka · 15 years ago
  77. acd1a1c Add ArraysCompatUtils.binarySearch by Tadashi G. Takaoka · 15 years ago
  78. dc648b0 Fix arguments order of KeyboardId constructor by Tadashi G. Takaoka · 15 years ago
  79. 29a4b1a Merge "Reload keyboard after SoftInputWindow size changed" by Tadashi G. Takaoka · 15 years ago
  80. e896d31 Reload keyboard after SoftInputWindow size changed by Tadashi G. Takaoka · 15 years ago
  81. eaa10f4 Show full display names in the popup of the spacebar language swicher by satok · 15 years ago
  82. 89bd776 Use user-history bigrams when no input if available. by Jean Chalard · 15 years ago
  83. c899038 Move language-specific keyboard setting to resources. by Jean Chalard · 15 years ago
  84. dc90d0a Refactoring keyboard drawing code and KeyDetector by Tadashi G. Takaoka · 15 years ago
  85. 5d542c2 Auto mini keyboard layout by Tadashi G. Takaoka · 15 years ago
  86. cba93f5 Add different ways of reading the dictionary file. by Jean Chalard · 15 years ago
  87. 071f471 Refactor BinaryDictionary a bit by Tadashi G. Takaoka · 15 years ago
  88. bcfce3b Add whitelist dictionary by satok · 15 years ago
  89. d90be6c Fix unit test helper by Tadashi G. Takaoka · 15 years ago
  90. 6d3ff0c Add createKeyboardId helper method by Tadashi G. Takaoka · 15 years ago
  91. 8fbd552 Add proximity info to native by satok · 15 years ago
  92. 4b13b4f Add "passwordInput" attribute to case tag of Keyboard by Tadashi G. Takaoka · 15 years ago
  93. 351e3c8 Fix unit test failure by Tadashi G. Takaoka · 15 years ago
  94. 887f11e Remove next letters frequency handling by Tadashi G. Takaoka · 15 years ago
  95. aeab976 Add method to retreive suggestions from SuggestionHelper by Tadashi G. Takaoka · 15 years ago
  96. 5cb4eae Reorganize suggestion related unit test by Tadashi G. Takaoka · 15 years ago
  97. 5ef096f Move and rename computeProximityThreshold by Tadashi G. Takaoka · 15 years ago
  98. 04c96ab Automatically layout mini keyboard by Tadashi G. Takaoka · 15 years ago
  99. dbc6177 Fix build breakage by Tadashi G. Takaoka · 15 years ago
  100. fefda4e Refine InputMethodInfo API by Ken Wakasa · 15 years ago