1. c8e45dd Rename LatinKeyboardView to MainKeyboardView by Tadashi G. Takaoka · 13 years ago
  2. 7abdcf1 Implement ResizableIntArray.fill by Tadashi G. Takaoka · 13 years ago
  3. c49c85f Implement ResizableIntArray.setLength and .get by Tadashi G. Takaoka · 13 years ago
  4. 9370ab9 Make ScalableIntArray public as ResizableIntArray by Tadashi G. Takaoka · 13 years ago
  5. f583098 Update InputPointers unit test comments by Tadashi G. Takaoka · 13 years ago
  6. 57f7de0 Add default capacity parameter to InputPointers' constructor by Tadashi G. Takaoka · 13 years ago
  7. 7247bff Fix InputPointers.append by Tadashi G. Takaoka · 13 years ago
  8. 2ad6d12 A little optimization of InputPointers.copy by Tadashi G. Takaoka · 13 years ago
  9. d579f1a Consolidate methods that do the same thing (A74) by Jean Chalard · 13 years ago
  10. 0e9e7e3 Cleanup (A57) by Jean Chalard · 13 years ago
  11. f254e3f Fix a bug where the caps mode would not be changed by Jean Chalard · 13 years ago
  12. 83f4a98 Cleanup, part 10 : remove from the code obsolete options (C10) by Jean Chalard · 13 years ago
  13. b0561ae Remove a member (B5) by Jean Chalard · 13 years ago
  14. 9a5bf1d Use InstrumentationTestCase and get rid of AndroidTestCase.getTestContext call by Tadashi G. Takaoka · 13 years ago
  15. 02308be Merge RichInputConnection with EditingUtils by Jean Chalard · 13 years ago
  16. 2033d98 am 08c295c5: am 9a321180: Add unit tests for double tap shift key by Tadashi G. Takaoka · 13 years ago
  17. 8f3b46f am c79a7104: am 2959fc0f: Delay shift lock transient until long pressed shift key is released by Tadashi G. Takaoka · 13 years ago
  18. 9a32118 Add unit tests for double tap shift key by Tadashi G. Takaoka · 13 years ago
  19. d231d5d am 57da84da: am fb0a4ba8: Add unit tests for long press shift key by Tadashi G. Takaoka · 13 years ago
  20. 2959fc0 Delay shift lock transient until long pressed shift key is released by Tadashi G. Takaoka · 13 years ago
  21. 9afa42d am 7291fbce: am 16531ad5: Merge "More precise KeyboardState unit test" into jb-dev by Tadashi G. Takaoka · 13 years ago
  22. fb0a4ba Add unit tests for long press shift key by Tadashi G. Takaoka · 13 years ago
  23. 0d6d4c2 More precise KeyboardState unit test by Tadashi G. Takaoka · 13 years ago
  24. 59f5f25 am e03f6b39: am e0952029: Merge "Make KeySpecParser case sensitive again" into jb-dev by Tadashi G. Takaoka · 13 years ago
  25. 0a3362d Make KeySpecParser case sensitive again by Tadashi G. Takaoka · 13 years ago
  26. 1b6caa9 am ee78fb26: am 7ab7f66c: Fix adjusting key\'s label/code case by Tadashi G. Takaoka · 13 years ago
  27. 7ab7f66 Fix adjusting key's label/code case by Tadashi G. Takaoka · 13 years ago
  28. 37e9eb2 am e0f8476f: am ab619812: Merge "Fix some of the input logic tests" into jb-dev by Jean Chalard · 13 years ago
  29. ab61981 Merge "Fix some of the input logic tests" into jb-dev by Jean Chalard · 13 years ago
  30. f83a682 Fix some of the input logic tests by Jean Chalard · 13 years ago
  31. d4577f7 am 82ffc9fe: am 16950d65: Reset automatic upper case when chroding key is pressed by Tadashi G. Takaoka · 13 years ago
  32. 4071470 am 168147fa: am 65331d6e: Merge "Add multi touch and shift chording unit tests" into jb-dev by Tadashi G. Takaoka · 13 years ago
  33. 6fbb8c8 am 628a5745: am 75c60bf3: Merge "Change auto caps mode argument to int type" into jb-dev by Tadashi G. Takaoka · 13 years ago
  34. ef04186 am 9a06a1e9: am 468ac358: Merge "Add utils for forgetting curve" into jb-dev by satok · 13 years ago
  35. 16950d6 Reset automatic upper case when chroding key is pressed by Tadashi G. Takaoka · 13 years ago
  36. 2972ccb Add multi touch and shift chording unit tests by Tadashi G. Takaoka · 13 years ago
  37. 553e2f1 Change auto caps mode argument to int type by Tadashi G. Takaoka · 13 years ago
  38. 607a924 Add utils for forgetting curve by satok · 13 years ago
  39. aec44d5 include text context in researchLogger by Kurt Partridge · 13 years ago
  40. ca93442 Fix newly created custom input style display name by Tadashi G. Takaoka · 13 years ago
  41. 757c125 Get subtype name string resource from its own locale by Tadashi G. Takaoka · 13 years ago
  42. 27b42ce Fix "no language" subtype name (DO NOT MERGE) by Tadashi G. Takaoka · 13 years ago
  43. 0806bb0 Binary bigram lookup checks both uppercase and lowercase when previous word is uppercase. by Tom Ouyang · 13 years ago
  44. 38026b4 Predefined keyboard layouts are configurable via XML resource by Tadashi G. Takaoka · 13 years ago
  45. 6bfd5f6 Fix confusable "label" usage, use "text" instead by Tadashi G. Takaoka · 13 years ago
  46. cf41aff Use string attribute for icon name by Tadashi G. Takaoka · 13 years ago
  47. 050b577 Merge "Make KeySpecParser case insensitive" by Tadashi G. Takaoka · 13 years ago
  48. 2f16fd4 Make KeySpecParser case insensitive by Tadashi G. Takaoka · 13 years ago
  49. 48a7681 researchLogger detail on IME sessions by Kurt Partridge · 13 years ago
  50. c27fe62 Add custom subtype settings by Tadashi G. Takaoka · 13 years ago
  51. 344af15 Change predefined additional subtype format in preference by Tadashi G. Takaoka · 13 years ago
  52. 55d28fd Cleanup InputMethodManagerCompatWrapper by Tadashi G. Takaoka · 13 years ago
  53. a58ebc7 Fix typo of some methods' name by Tadashi G. Takaoka · 13 years ago
  54. 9bfb620 add logPoint for manual correction (inc touch pos) by Kurt Partridge · 13 years ago
  55. 9f7392e Adjust a test for a new default setting by Jean Chalard · 13 years ago
  56. f697256 Utilize InputMethodSubtype and additional subtype by Tadashi G. Takaoka · 13 years ago
  57. f338f8b Add a test for umlauts by Jean Chalard · 13 years ago
  58. 8abde7d Refatcor InputMethodSubtype related stuff a bit by Tadashi G. Takaoka · 13 years ago
  59. 5abbf24 Remove format method from tests. by Brett Chabot · 14 years ago
  60. fed44d0 Merge "change ResearchLoggerTests to check file" by Kurt Partridge · 13 years ago
  61. b8e2ae3 change ResearchLoggerTests to check file by Kurt Partridge · 13 years ago
  62. 2be51f4 Generate KeyboardLabelsSet from donottranslate-more-keys.xml by Tadashi G. Takaoka · 13 years ago
  63. 8834e3d Fix KeyboardCodesSet code mapping by Tadashi G. Takaoka · 13 years ago
  64. 7f0c503 Use !icon/<icon_name> notation for more keys spec by Tadashi G. Takaoka · 13 years ago
  65. ed3bac9 Introduce KeyboardCodesSet.java and remove keycodes.xml by Tadashi G. Takaoka · 13 years ago
  66. 11d9ee7 Use keyboardSet extra value of subtype to specify layout type by Tadashi G. Takaoka · 13 years ago
  67. 234bf61 Merge "Use "No language (QWERTY)" for language agnostic QWERTY keyboard name" by Tadashi G. Takaoka · 13 years ago
  68. 3bf57a5 Use "No language (QWERTY)" for language agnostic QWERTY keyboard name by Tadashi G. Takaoka · 13 years ago
  69. e0d06fa Merge "Use InputMethodInfo.getSubtypeAt() to list all subtype in test" by Tadashi G. Takaoka · 13 years ago
  70. 52d50f9 Use InputMethodInfo.getSubtypeAt() to list all subtype in test by Tadashi G. Takaoka · 13 years ago
  71. fab089d Fix restoring debug mode in InputTestBase by Tadashi G. Takaoka · 13 years ago
  72. 9cc2c94 Remove InputMethodSubtypeCompatWrapper by Tadashi G. Takaoka · 13 years ago
  73. 25d5968 Fix the build. Corresponding to I0f1a0dee by Ken Wakasa · 13 years ago
  74. fb5b4c4 Add language agnostic QWERTY subtype by Tadashi G. Takaoka · 13 years ago
  75. 6aaa105 Fix coordinates of InputTestsBase.type by Tadashi G. Takaoka · 13 years ago
  76. c166697 Optimization: Start making use of ProductionFlag.IS_EXPERIMENTAL for ResearchLogger by Ken Wakasa · 13 years ago
  77. 2482e6c add tests for ResearchLogger by Kurt Partridge · 13 years ago
  78. 0d708b0 Separate input logic tests in several categories. by Jean Chalard · 13 years ago
  79. 8592ed4 Split input logic tests to make creating new tests easier by Jean Chalard · 13 years ago
  80. 1097281 Don't rely on spell checker proximity in tests by Jean Chalard · 13 years ago
  81. 6ec1209 Fix a bug where quotes and dashes are considered letters by Jean Chalard · 13 years ago
  82. 274a064 Give InputLogicTests the ability to change language by Jean Chalard · 13 years ago
  83. 845b24d Fix a bug with successive manual picks by Jean Chalard · 13 years ago
  84. 231ef8f Merge "Integrate the logic to calculate the proximities" by satok · 14 years ago
  85. ca7ec20 Integrate the logic to calculate the proximities by satok · 14 years ago
  86. cbad260 Fix a test by Jean Chalard · 14 years ago
  87. 3a1844c Merge "Support dividers in MoreKeysKeyboard" by Tadashi G. Takaoka · 14 years ago
  88. 5ef4fcc Support dividers in MoreKeysKeyboard by Tadashi G. Takaoka · 14 years ago
  89. a3abbac Merge "Remove obsolete tests" by Tadashi G. Takaoka · 14 years ago
  90. 8d7cb92 Remove obsolete tests by Tadashi G. Takaoka · 14 years ago
  91. f717c56 Add basic tests for auto-correct indicator. by Jean Chalard · 14 years ago
  92. 42fd1d2 Refactor more keys spec handling by Tadashi G. Takaoka · 14 years ago
  93. d054aa1 Merge "Reset previous symbols shifted state when auto switch backed" by Tadashi G. Takaoka · 14 years ago
  94. 4ba2216 Reset previous symbols shifted state when auto switch backed by Tadashi G. Takaoka · 14 years ago
  95. d9f6a0e Add a method to run the handler's messages from the tests by Jean Chalard · 14 years ago
  96. bb15f92 Add some unit tests. by Jean Chalard · 14 years ago
  97. fed72d6 Merge "Support fixed order more keys" by Tadashi G. Takaoka · 14 years ago
  98. aeeed75 Support fixed order more keys by Tadashi G. Takaoka · 14 years ago
  99. beb08b3 Remove unnecessary and harmful KeyboardState.onUpdateShiftState call by Tadashi G. Takaoka · 14 years ago
  100. 6213983 Refactor MoreKeysKeyboard.Builder by Tadashi G. Takaoka · 14 years ago