1. 75c23ce Add lightweight visual indication for numbers. by Ken Wakasa · 15 years ago
  2. a104575 Merge "Draw language label on space key of symbol+alt mode" into gingerbread by Tadashi G. Takaoka · 15 years ago
  3. 31ff846 Draw language label on space key of symbol+alt mode by Tadashi G. Takaoka · 15 years ago
  4. 6b75eaa Fix mini keyboard display position when preview is disabled by Tadashi G. Takaoka · 15 years ago
  5. 56cd6df Merge "Space key will no longer auto-repeat" into gingerbread by Tadashi G. Takaoka · 15 years ago
  6. aaa163b Space key will no longer auto-repeat by Tadashi G. Takaoka · 15 years ago
  7. 4da43a2 Shorten popup preview residual time (100ms) by Tadashi G. Takaoka · 15 years ago
  8. 7763b36 Align key preview and mini-keyboard positions by Tadashi G. Takaoka · 15 years ago
  9. 4a3ffcb Longer popup preview residual time (150ms) by Tadashi G. Takaoka · 15 years ago
  10. 29d8bde Merge "Use the phone keyboard for NUMBER and DATETIME until we get a dedicated number entry keypad." into gingerbread by Ken Wakasa · 15 years ago
  11. 08f664f Use the phone keyboard for NUMBER and DATETIME until we get a dedicated number entry keypad. by Ken Wakasa · 15 years ago
  12. 1476988 Default puctuation suggestions have same color by Tadashi G. Takaoka · 15 years ago
  13. 749b1ea Increase gradient of suggestion bar by Ken Wakasa · 15 years ago
  14. 1508c0e Add a new preference item to show/hide the settings key. by Ken Wakasa · 15 years ago
  15. dd5d4e3 Merge "Fix : Bouncing Extract Text when correcting multiple lines of text." into gingerbread by Amith Yamasani · 15 years ago
  16. c1020c3 Fix : Bouncing Extract Text when correcting multiple lines of text. by Amith Yamasani · 15 years ago
  17. bf1f16f Merge "All keys should be processed before processing modifier key" into gingerbread by Tadashi G. Takaoka · 15 years ago
  18. bd1cc1d Fix bug that upper case mini-keyboard does not work by Tadashi G. Takaoka · 15 years ago
  19. 2aa8078 All keys should be processed before processing modifier key by Tadashi G. Takaoka · 15 years ago
  20. 12a4e08 Handling multi-character uppercase key input by Tadashi G. Takaoka · 15 years ago
  21. eb68036 Add keyHysteresisDistance xml attribute by Tadashi G. Takaoka · 15 years ago
  22. 0ea6270 More commit -> apply changes with SharedPreferencesCompat. by Ken Wakasa · 15 years ago
  23. aed0122 Fix a bug in y-axis offset for sliding finger key detection for mini popup keyboard. by Ken Wakasa · 15 years ago
  24. f62166c Mini popup keyboard adjustment: Have the leftmost number right above the key. by Ken Wakasa · 15 years ago
  25. 3de8f34 Code cleanup by Ken Wakasa · 15 years ago
  26. efc4a43 Symbol key acts as modifier key by Tadashi G. Takaoka · 15 years ago
  27. 681b676 Keep Keyboard in cache through SoftReference by Tadashi G. Takaoka · 15 years ago
  28. 0e300c8 Avoid a disk write on UI thread by Ken Wakasa · 15 years ago
  29. c1ff284 Update strings for the settings access - based on the latest GB IME spec (ver 03). by Ken Wakasa · 15 years ago
  30. 83e63ac Dismiss mini keyboard when finger is released outside mini keyboard by Tadashi G. Takaoka · 15 years ago
  31. 26aff8c Merge "Fixed extra periods when chording with shift and space" into gingerbread by Tadashi G. Takaoka · 15 years ago
  32. 6252f46 Fixed extra periods when chording with shift and space by Tadashi G. Takaoka · 15 years ago
  33. 66b42a1 Add shared preference for re-correction by satok · 15 years ago
  34. 8d7ffcb Disable pop-up preview on mini keyboard by Tadashi G. Takaoka · 15 years ago
  35. 12659d4 Fix ALT key light behavior by Tadashi G. Takaoka · 15 years ago
  36. c8b9afe Support multi-touch only when device has distinct multi-touch panel by Tadashi G. Takaoka · 15 years ago
  37. 0a498cf Merge "Extend space LED for autocompletion" into gingerbread by satok · 15 years ago
  38. 1bf265d Extend space LED for autocompletion by satok · 15 years ago
  39. e8f45ab One alternate is treated as key action, not open mini keyboard by Tadashi G. Takaoka · 15 years ago
  40. ffa88f0 Merge "Move inflating mini keyboard code into separate method" into gingerbread by Tadashi G. Takaoka · 15 years ago
  41. 1b09ac4 Merge "Add a showing input method picker option by longpressing setting key" into gingerbread by satok · 15 years ago
  42. 9a6a4d3 Add a showing input method picker option by longpressing setting key by satok · 15 years ago
  43. 0b47343 Move inflating mini keyboard code into separate method by Tadashi G. Takaoka · 15 years ago
  44. 5583cb0 Merge "Followup TBR in I87060049" into gingerbread by Tadashi G. Takaoka · 15 years ago
  45. 0529a04 Followup TBR in I87060049 by Tadashi G. Takaoka · 15 years ago
  46. c584199 Merge "Change symbol on space bar when autocompletion is activated" into gingerbread by satok · 15 years ago
  47. 41feaaa Change symbol on space bar when autocompletion is activated by satok · 15 years ago
  48. c5d33b1 Fix NPE in LatinKeyboardBaseView by Tadashi G. Takaoka · 15 years ago
  49. 7083b74 Propagate preview enable attribute to mini-keyboard by Tadashi G. Takaoka · 15 years ago
  50. fe72f13 Remove close button from mini keyboard by Tadashi G. Takaoka · 15 years ago
  51. 07221a4 Support sliding pop-up mini-keyboard input by Tadashi G. Takaoka · 15 years ago
  52. 6bfb234 Refactor KeyDetector to share more methods by Tadashi G. Takaoka · 15 years ago
  53. 83b3cf5 Merge "Corresponding to TBR of Id2b0b974" into gingerbread by Tadashi G. Takaoka · 15 years ago
  54. 72d98fa Corresponding to TBR of Id2b0b974 by Tadashi G. Takaoka · 15 years ago
  55. 0fe4c9e Corresponding to TBR of Ie6cf6768 by Tadashi G. Takaoka · 15 years ago
  56. 400046d Encapsulate vertical and horizontal correction values into KeyDetector. by Tadashi G. Takaoka · 15 years ago
  57. 3d4123f Add PointerTracker argument to long press related methods by Tadashi G. Takaoka · 15 years ago
  58. 3491c87 Merge "Queuing PointerTracker to support n-key roll-over and shift modifier." into gingerbread by Tadashi G. Takaoka · 15 years ago
  59. 40a05f6 Queuing PointerTracker to support n-key roll-over and shift modifier. by Tadashi G. Takaoka · 15 years ago
  60. a327485 Change the preference name for a theme and remove a preference settings by satok · 15 years ago
  61. ac4f8e4 Merge "Change background color for functional keys in LatinIME" into gingerbread by satok · 15 years ago
  62. dd8dd9f Change background color for functional keys in LatinIME by satok · 15 years ago
  63. f7d71c3 Merge "Refactor PointerTracker to add isValidKeyIndex() predicate." into gingerbread by Tadashi G. Takaoka · 15 years ago
  64. b00a1d0 Correction improvements - use the new InputConnection APIs for underlining and by Amith Yamasani · 15 years ago
  65. c6df091 Refactor PointerTracker to add isValidKeyIndex() predicate. by Tadashi G. Takaoka · 15 years ago
  66. c6cb2ec Add new public attribute mPointerId to PointerTracker by Tadashi G. Takaoka · 15 years ago
  67. 2085d43 Make abstract KeyDetector class by Tadashi G. Takaoka · 15 years ago
  68. 681b102 Track all pointers events by Tadashi G. Takaoka · 15 years ago
  69. 40ac45e Get rid of arrows in candidate view by Ken Wakasa · 15 years ago
  70. 8d3ca2f Fix new theme assets and resources by satok · 15 years ago
  71. 31adfa7 Add a new theme for Gingerbread by satok · 15 years ago
  72. a521b31 Introduce multiple PointerTracker by Tadashi G. Takaoka · 15 years ago
  73. 409731f Merge "Make KeyDebounce class a top-level class and rename it to PointerTracker" into gingerbread by Tadashi G. Takaoka · 15 years ago
  74. 6a1514a Make KeyDebounce class a top-level class and rename it to PointerTracker by Tadashi G. Takaoka · 15 years ago
  75. 543dbdf Always present suggestion strip whenever in appropriate mode. by Ken Wakasa · 15 years ago
  76. b24cc64 Fix ArrayIndexOutOfBoundsException. by Ken Wakasa · 15 years ago
  77. b57b478 Refactor KeyDebounce class by Tadashi G. Takaoka · 15 years ago
  78. dc406a2 Merge "Refactor key preview methods" into gingerbread by Tadashi G. Takaoka · 15 years ago
  79. 2ca84da Refactor key preview methods by Tadashi G. Takaoka · 15 years ago
  80. 673aed4 Add settings button by satok · 15 years ago
  81. eeb77d4 Merge "Remove mAbortKey flag completely" into gingerbread by Tadashi G. Takaoka · 15 years ago
  82. ba9b24e Remove mAbortKey flag completely by Tadashi G. Takaoka · 15 years ago
  83. d2a431e Remove extension keyboard by Tadashi G. Takaoka · 15 years ago
  84. 5d55cf6 Remove Log functions from Gingerbread by satok · 15 years ago
  85. cb62212 DO NOT MERGE. Remove a preference for bigram suggestion by satok · 15 years ago
  86. 06123e5 Don't re-allocate KeyDebouncer when keyboard is switched. by Tadashi G. Takaoka · 15 years ago
  87. 00dda50 Revert "Show key preview instantaneously" by Tadashi G. Takaoka · 15 years ago
  88. 09f530e Show key preview instantaneously by Tadashi G. Takaoka · 15 years ago
  89. 7986d78 Merge "Disable long-press on shift and symbol keys" into gingerbread by Tadashi G. Takaoka · 15 years ago
  90. cec1495 Disable long-press on shift and symbol keys by Tadashi G. Takaoka · 15 years ago
  91. f17a50f Merge "Not to reset the ring buffer in LatinImeLogger" into gingerbread by satok · 15 years ago
  92. 975fc3c Not to reset the ring buffer in LatinImeLogger by satok · 15 years ago
  93. 830fd4a Merge "Refactor onModifiedTouchEvent into several methods." into gingerbread by Tadashi G. Takaoka · 15 years ago
  94. bdd9c3d Remove unused import statement by Tadashi G. Takaoka · 15 years ago
  95. 5b6fbf9 Refactor onModifiedTouchEvent into several methods. by Tadashi G. Takaoka · 15 years ago
  96. e83d738 Refactor getKeyIndexAndNearbyCodes into independent class by Tadashi G. Takaoka · 15 years ago
  97. dfbc508 Refactor SwipeTracker class by Tadashi G. Takaoka · 15 years ago
  98. 542f057 Add a log for getting coordinates of keys by satok · 15 years ago
  99. 0c54809 Refactor gesture detector logic by Tadashi G. Takaoka · 15 years ago
  100. 0d098c5 Fix bugs in key repeat logic by Tadashi G. Takaoka · 15 years ago