1. be5db53 Add tests for readDictionaryBinary with byte array. by Yuichiro Hanada · 13 years ago
  2. 13b85c4 Refactor BinaryDictIOTests. by Yuichiro Hanada · 13 years ago
  3. 6e422af Check shortcuts in checkDictionary. by Yuichiro Hanada · 13 years ago
  4. 2a2b5ed Change BinaryDictIOTests's package. by Yuichiro Hanada · 13 years ago
  5. 83dfe0f Add FormatOptions. by Yuichiro Hanada · 13 years ago
  6. c61bed6 Add a preliminary test for basic Russian spell check by Jean Chalard · 13 years ago
  7. 5d96585 Add a first test for the spell checker by Jean Chalard · 13 years ago
  8. 2035b94 Merge "Reinstate the shortcut-only attribute" into jb-mr1-dev by Jean Chalard · 13 years ago
  9. 72b1c93 Reinstate the shortcut-only attribute by Jean Chalard · 13 years ago
  10. 666a433 add UserHistoryDictIOUtils. by Yuichiro Hanada · 13 years ago
  11. b2a43a2 add readUnigramsAndBigramsBinary. by Yuichiro Hanada · 13 years ago
  12. 35ff945 Separate inner classes of keyboard package out under internal package by Tadashi G. Takaoka · 13 years ago
  13. 5cc5961 Merge "Use ByteBuffer when reading FusionDictionary from file." into jb-mr1-dev by Jean Chalard · 13 years ago
  14. d4fe7fd Use ByteBuffer when reading FusionDictionary from file. by Yuichiro Hanada · 13 years ago
  15. 64a26b4 Fix bug in InputPointers.append by Tadashi G. Takaoka · 13 years ago
  16. 9fc6af3 Fix SubtypeSwitcher initialization path by Tadashi G. Takaoka · 13 years ago
  17. 5f282ea Add CollectionUtils class to create generic collection easily by Tadashi G. Takaoka · 13 years ago
  18. ac78633 Rename and consolidate some constants by Tadashi G. Takaoka · 13 years ago
  19. 6785b90 Remove touch coordinate from pickSuggestionManually by Tadashi G. Takaoka · 13 years ago
  20. 0d35c15 fix findWordInTree. by Yuichiro Hanada · 13 years ago
  21. 66f3389 fix findWordInTree. by Yuichiro Hanada · 13 years ago
  22. 7ae1fd0 Use ArrayList to implement PointerTrackerQueue by Tadashi G. Takaoka · 13 years ago
  23. 0cc425b Add PointerTrackerQueue unit tests by Tadashi G. Takaoka · 13 years ago
  24. f68fe7a Don't forward phantom space state on stripper input by Jean Chalard · 13 years ago
  25. c8e45dd Rename LatinKeyboardView to MainKeyboardView by Tadashi G. Takaoka · 13 years ago
  26. 7abdcf1 Implement ResizableIntArray.fill by Tadashi G. Takaoka · 13 years ago
  27. c49c85f Implement ResizableIntArray.setLength and .get by Tadashi G. Takaoka · 13 years ago
  28. 9370ab9 Make ScalableIntArray public as ResizableIntArray by Tadashi G. Takaoka · 13 years ago
  29. f583098 Update InputPointers unit test comments by Tadashi G. Takaoka · 13 years ago
  30. 57f7de0 Add default capacity parameter to InputPointers' constructor by Tadashi G. Takaoka · 13 years ago
  31. 7247bff Fix InputPointers.append by Tadashi G. Takaoka · 13 years ago
  32. 2ad6d12 A little optimization of InputPointers.copy by Tadashi G. Takaoka · 13 years ago
  33. d579f1a Consolidate methods that do the same thing (A74) by Jean Chalard · 13 years ago
  34. 0e9e7e3 Cleanup (A57) by Jean Chalard · 13 years ago
  35. f254e3f Fix a bug where the caps mode would not be changed by Jean Chalard · 13 years ago
  36. 83f4a98 Cleanup, part 10 : remove from the code obsolete options (C10) by Jean Chalard · 13 years ago
  37. b0561ae Remove a member (B5) by Jean Chalard · 13 years ago
  38. 9a5bf1d Use InstrumentationTestCase and get rid of AndroidTestCase.getTestContext call by Tadashi G. Takaoka · 13 years ago
  39. 02308be Merge RichInputConnection with EditingUtils by Jean Chalard · 13 years ago
  40. 2033d98 am 08c295c5: am 9a321180: Add unit tests for double tap shift key by Tadashi G. Takaoka · 13 years ago
  41. 8f3b46f am c79a7104: am 2959fc0f: Delay shift lock transient until long pressed shift key is released by Tadashi G. Takaoka · 13 years ago
  42. 9a32118 Add unit tests for double tap shift key by Tadashi G. Takaoka · 13 years ago
  43. d231d5d am 57da84da: am fb0a4ba8: Add unit tests for long press shift key by Tadashi G. Takaoka · 13 years ago
  44. 2959fc0 Delay shift lock transient until long pressed shift key is released by Tadashi G. Takaoka · 13 years ago
  45. 9afa42d am 7291fbce: am 16531ad5: Merge "More precise KeyboardState unit test" into jb-dev by Tadashi G. Takaoka · 13 years ago
  46. fb0a4ba Add unit tests for long press shift key by Tadashi G. Takaoka · 13 years ago
  47. 0d6d4c2 More precise KeyboardState unit test by Tadashi G. Takaoka · 13 years ago
  48. 59f5f25 am e03f6b39: am e0952029: Merge "Make KeySpecParser case sensitive again" into jb-dev by Tadashi G. Takaoka · 13 years ago
  49. 0a3362d Make KeySpecParser case sensitive again by Tadashi G. Takaoka · 13 years ago
  50. 1b6caa9 am ee78fb26: am 7ab7f66c: Fix adjusting key\'s label/code case by Tadashi G. Takaoka · 13 years ago
  51. 7ab7f66 Fix adjusting key's label/code case by Tadashi G. Takaoka · 13 years ago
  52. 37e9eb2 am e0f8476f: am ab619812: Merge "Fix some of the input logic tests" into jb-dev by Jean Chalard · 13 years ago
  53. ab61981 Merge "Fix some of the input logic tests" into jb-dev by Jean Chalard · 13 years ago
  54. f83a682 Fix some of the input logic tests by Jean Chalard · 13 years ago
  55. d4577f7 am 82ffc9fe: am 16950d65: Reset automatic upper case when chroding key is pressed by Tadashi G. Takaoka · 13 years ago
  56. 4071470 am 168147fa: am 65331d6e: Merge "Add multi touch and shift chording unit tests" into jb-dev by Tadashi G. Takaoka · 13 years ago
  57. 6fbb8c8 am 628a5745: am 75c60bf3: Merge "Change auto caps mode argument to int type" into jb-dev by Tadashi G. Takaoka · 13 years ago
  58. ef04186 am 9a06a1e9: am 468ac358: Merge "Add utils for forgetting curve" into jb-dev by satok · 13 years ago
  59. 16950d6 Reset automatic upper case when chroding key is pressed by Tadashi G. Takaoka · 13 years ago
  60. 2972ccb Add multi touch and shift chording unit tests by Tadashi G. Takaoka · 13 years ago
  61. 553e2f1 Change auto caps mode argument to int type by Tadashi G. Takaoka · 13 years ago
  62. 607a924 Add utils for forgetting curve by satok · 13 years ago
  63. aec44d5 include text context in researchLogger by Kurt Partridge · 13 years ago
  64. ca93442 Fix newly created custom input style display name by Tadashi G. Takaoka · 13 years ago
  65. 757c125 Get subtype name string resource from its own locale by Tadashi G. Takaoka · 13 years ago
  66. 27b42ce Fix "no language" subtype name (DO NOT MERGE) by Tadashi G. Takaoka · 13 years ago
  67. 0806bb0 Binary bigram lookup checks both uppercase and lowercase when previous word is uppercase. by Tom Ouyang · 13 years ago
  68. 38026b4 Predefined keyboard layouts are configurable via XML resource by Tadashi G. Takaoka · 13 years ago
  69. 6bfd5f6 Fix confusable "label" usage, use "text" instead by Tadashi G. Takaoka · 13 years ago
  70. cf41aff Use string attribute for icon name by Tadashi G. Takaoka · 13 years ago
  71. 050b577 Merge "Make KeySpecParser case insensitive" by Tadashi G. Takaoka · 13 years ago
  72. 2f16fd4 Make KeySpecParser case insensitive by Tadashi G. Takaoka · 13 years ago
  73. 48a7681 researchLogger detail on IME sessions by Kurt Partridge · 13 years ago
  74. c27fe62 Add custom subtype settings by Tadashi G. Takaoka · 13 years ago
  75. 344af15 Change predefined additional subtype format in preference by Tadashi G. Takaoka · 13 years ago
  76. 55d28fd Cleanup InputMethodManagerCompatWrapper by Tadashi G. Takaoka · 13 years ago
  77. a58ebc7 Fix typo of some methods' name by Tadashi G. Takaoka · 13 years ago
  78. 9bfb620 add logPoint for manual correction (inc touch pos) by Kurt Partridge · 13 years ago
  79. 9f7392e Adjust a test for a new default setting by Jean Chalard · 13 years ago
  80. f697256 Utilize InputMethodSubtype and additional subtype by Tadashi G. Takaoka · 13 years ago
  81. f338f8b Add a test for umlauts by Jean Chalard · 13 years ago
  82. 8abde7d Refatcor InputMethodSubtype related stuff a bit by Tadashi G. Takaoka · 13 years ago
  83. 5abbf24 Remove format method from tests. by Brett Chabot · 14 years ago
  84. fed44d0 Merge "change ResearchLoggerTests to check file" by Kurt Partridge · 13 years ago
  85. b8e2ae3 change ResearchLoggerTests to check file by Kurt Partridge · 13 years ago
  86. 2be51f4 Generate KeyboardLabelsSet from donottranslate-more-keys.xml by Tadashi G. Takaoka · 13 years ago
  87. 8834e3d Fix KeyboardCodesSet code mapping by Tadashi G. Takaoka · 13 years ago
  88. 7f0c503 Use !icon/<icon_name> notation for more keys spec by Tadashi G. Takaoka · 13 years ago
  89. ed3bac9 Introduce KeyboardCodesSet.java and remove keycodes.xml by Tadashi G. Takaoka · 13 years ago
  90. 11d9ee7 Use keyboardSet extra value of subtype to specify layout type by Tadashi G. Takaoka · 13 years ago
  91. 234bf61 Merge "Use "No language (QWERTY)" for language agnostic QWERTY keyboard name" by Tadashi G. Takaoka · 13 years ago
  92. 3bf57a5 Use "No language (QWERTY)" for language agnostic QWERTY keyboard name by Tadashi G. Takaoka · 13 years ago
  93. e0d06fa Merge "Use InputMethodInfo.getSubtypeAt() to list all subtype in test" by Tadashi G. Takaoka · 13 years ago
  94. 52d50f9 Use InputMethodInfo.getSubtypeAt() to list all subtype in test by Tadashi G. Takaoka · 13 years ago
  95. fab089d Fix restoring debug mode in InputTestBase by Tadashi G. Takaoka · 13 years ago
  96. 9cc2c94 Remove InputMethodSubtypeCompatWrapper by Tadashi G. Takaoka · 13 years ago
  97. 25d5968 Fix the build. Corresponding to I0f1a0dee by Ken Wakasa · 13 years ago
  98. fb5b4c4 Add language agnostic QWERTY subtype by Tadashi G. Takaoka · 13 years ago
  99. 6aaa105 Fix coordinates of InputTestsBase.type by Tadashi G. Takaoka · 13 years ago
  100. c166697 Optimization: Start making use of ProductionFlag.IS_EXPERIMENTAL for ResearchLogger by Ken Wakasa · 13 years ago