1. e486290 Merge "Temporary don't use "looks type" for comming rename cl." by satok · 14 years ago
  2. 55d1c5e Temporary don't use "looks type" for comming rename cl. by satok · 14 years ago
  3. eedfef0 Merge "Retain keyboard layout while orientation change" by Tadashi G. Takaoka · 14 years ago
  4. 055054e Retain keyboard layout while orientation change by Tadashi G. Takaoka · 14 years ago
  5. a0ac590 Merge "Support label with icon key" by Tadashi G. Takaoka · 14 years ago
  6. 62d4a96 Support label with icon key by Tadashi G. Takaoka · 14 years ago
  7. 21fa416 Revive the missing Settings key on tablets by Ken Wakasa · 14 years ago
  8. 81f227d Merge "Change the dictionary file passing schema to a list of ids" by Jean Chalard · 14 years ago
  9. 1be29ab Cleanup Keyboard related code and rename some classes by Tadashi G. Takaoka · 14 years ago
  10. fae8d60 Change the dictionary file passing schema to a list of ids by Jean Chalard · 14 years ago
  11. 8da9a13 Make Keyboard object immutable except shift state by Tadashi G. Takaoka · 14 years ago
  12. 8d7782b Merge "Use generic interface for filed type of Keyboard" by Tadashi G. Takaoka · 14 years ago
  13. 04bc5a3 Merge "Add KeyboardParams class" by Tadashi G. Takaoka · 14 years ago
  14. 167e77f Use generic interface for filed type of Keyboard by Tadashi G. Takaoka · 14 years ago
  15. 4d8eb2e Make horigontalGap and verticalGap attributes of Row obsolete by Tadashi G. Takaoka · 14 years ago
  16. 1516d05 Add KeyboardParams class by Tadashi G. Takaoka · 14 years ago
  17. 723dd75 Remove Keyboard reference from Key object by Tadashi G. Takaoka · 14 years ago
  18. 30479de Merge "Cleanup key label case adjustment" by Tadashi G. Takaoka · 14 years ago
  19. c499866 Cleanup key label case adjustment by Tadashi G. Takaoka · 14 years ago
  20. b118d4c Cleanup icon drawable related code by Tadashi G. Takaoka · 14 years ago
  21. cb1cc0d Merge "Try to compensate for a race condition." by Jean Chalard · 14 years ago
  22. f2f9715 Try to compensate for a race condition. by Jean Chalard · 14 years ago
  23. 271e55f Merge "Filter non-ascii popup charcters from password keyboard" by Tadashi G. Takaoka · 14 years ago
  24. 2fe68b9 Filter non-ascii popup charcters from password keyboard by Tadashi G. Takaoka · 14 years ago
  25. 9351550 Clean up revertLastWord() by Ken Wakasa · 14 years ago
  26. c3afe2c Replace the notion of "voice" with "shortcut" as many as possible by Tadashi G. Takaoka · 14 years ago
  27. 83f6ca1 Merge "Fix exception message" by Tadashi G. Takaoka · 14 years ago
  28. 2afc2ad Merge "Eliminate "..." from the key that has no popup mini keyboard automatically" by Tadashi G. Takaoka · 14 years ago
  29. 0943072 Fix exception message by Tadashi G. Takaoka · 14 years ago
  30. 0c6e57f Eliminate "..." from the key that has no popup mini keyboard automatically by Tadashi G. Takaoka · 14 years ago
  31. 73e716f Be aware of "nm" and "noMicrophoneKey" private IME option by Tadashi G. Takaoka · 14 years ago
  32. 2ba975a Turn off the Settings key by default by Ken Wakasa · 14 years ago
  33. 97c3565 Dismiss key preview regardless of key preview settings by Tadashi G. Takaoka · 14 years ago
  34. 364f1fd Add WindowWidthCache by Tadashi G. Takaoka · 14 years ago
  35. 0a054dd Cleanup KeyboardSwitcher internal a bit by Tadashi G. Takaoka · 14 years ago
  36. f12aa77 Merge "Simplifying accessibility code in keyboard's dispatchTouchEvent()" by Ken Wakasa · 14 years ago
  37. 4e7d066 Merge "Modified the test spell checker" by satok · 14 years ago
  38. 259ce17 Merge "Use isFullscreenMode to determine candidate container height" by Tadashi G. Takaoka · 14 years ago
  39. ecf43d4 Merge "Remove dead area around separators in the suggestion strip" by Tadashi G. Takaoka · 14 years ago
  40. 3782f2b Merge "Remove icon and negative button from dialogs" by Tadashi G. Takaoka · 14 years ago
  41. 5b3c834 Merge "Remove enableShiftLock attribute from KeyboardId" by Tadashi G. Takaoka · 14 years ago
  42. 6d9bcd5 Remove enableShiftLock attribute from KeyboardId by Tadashi G. Takaoka · 14 years ago
  43. 3440020 Merge "Remove unused method" by Tadashi G. Takaoka · 14 years ago
  44. b9538bc Merge "Fix that long pressing shift on symbol keyboard registers caps lock code" by Tadashi G. Takaoka · 14 years ago
  45. d4b5337 Remove unused method by Tadashi G. Takaoka · 14 years ago
  46. 4b1780f Use isFullscreenMode to determine candidate container height by Tadashi G. Takaoka · 14 years ago
  47. a1aab83 Remove dead area around separators in the suggestion strip by Tadashi G. Takaoka · 14 years ago
  48. e4b445f Remove icon and negative button from dialogs by Tadashi G. Takaoka · 14 years ago
  49. 851c326 Fix that long pressing shift on symbol keyboard registers caps lock code by Tadashi G. Takaoka · 14 years ago
  50. 65a898d Simplifying accessibility code in keyboard's dispatchTouchEvent() by Alan Viverette · 14 years ago
  51. c3d175c Fix wrong keyboard width when orientation has changed while IME is not shown by Tadashi G. Takaoka · 14 years ago
  52. a90992e Modified the test spell checker by satok · 14 years ago
  53. 0a5345c Fix NPE by Tadashi G. Takaoka · 14 years ago
  54. 60ccbe1 Clean up keyboard loading and switching by Tadashi G. Takaoka · 14 years ago
  55. a48f8b3 Merge "Load the binary dictionary asynchronously." by Jean Chalard · 14 years ago
  56. 3af9f05 Load the binary dictionary asynchronously. by Jean Chalard · 14 years ago
  57. e576a0d Fix a NPE when sent buggy data by an application by Jean Chalard · 14 years ago
  58. 3ca8579 Merge "Fixed duplicate call to dispatchOnPopulateAccessibilityEvent()" by Ken Wakasa · 14 years ago
  59. 4692af5 Support multiple key preview by Tadashi G. Takaoka · 14 years ago
  60. 586a15c Fixed duplicate call to dispatchOnPopulateAccessibilityEvent() by Alan Viverette · 14 years ago
  61. ff6ad27 Merge "Make PointerTracker aware of that popup panel is showing" by Tadashi G. Takaoka · 14 years ago
  62. 9ec80d9 Make PointerTracker aware of that popup panel is showing by Tadashi G. Takaoka · 14 years ago
  63. d3da6e6 Close a multiprocess file handle. by Jean Chalard · 14 years ago
  64. f50aa19 Purge quick fixes option. by Jean Chalard · 14 years ago
  65. e9d74ad Merge "Take care of bidi-mirrored characters in suggestion strip as well" by Ken Wakasa · 14 years ago
  66. 83ffff2 Take care of bidi-mirrored characters in suggestion strip as well by Ken Wakasa · 14 years ago
  67. 71ffd74 Merge "Add Bidi-Mirrored letter list link as comment" by Tadashi G. Takaoka · 14 years ago
  68. 34ce778 Add Bidi-Mirrored letter list link as comment by Tadashi G. Takaoka · 14 years ago
  69. 5800eb4 Merge "Fix voice key mode default back to "on main keyboard"" by Tadashi G. Takaoka · 14 years ago
  70. f92bd4d Fix voice key mode default back to "on main keyboard" by Tadashi G. Takaoka · 14 years ago
  71. 2c18ffb Merge "[step3] Add spell checker service." by satok · 14 years ago
  72. 022c1cc [step3] Add spell checker service. by satok · 14 years ago
  73. 7139335 Swap parenthesis-like character code on RTL keyboard by Tadashi G. Takaoka · 14 years ago
  74. d3002aa Merge key preview handling into key graphics handling by Tadashi G. Takaoka · 14 years ago
  75. cce61aa Merge "Refactor Keyboard and KeyboardView resizing and drawing code" by Tadashi G. Takaoka · 14 years ago
  76. 38f55b3 Refactor Keyboard and KeyboardView resizing and drawing code by Tadashi G. Takaoka · 14 years ago
  77. f640a97 Fix NPE by Tadashi G. Takaoka · 14 years ago
  78. f3e7688 Merge "Disable VoiceInputLogger inside LatinIME" by Tadashi G. Takaoka · 14 years ago
  79. 255486a Disable VoiceInputLogger inside LatinIME by Tadashi G. Takaoka · 14 years ago
  80. 60c8eba Merge "Check user dictionary is enabled before showing touch-to-save" by Tadashi G. Takaoka · 14 years ago
  81. ada26bb Check user dictionary is enabled before showing touch-to-save by Tadashi G. Takaoka · 14 years ago
  82. 6988d09 Merge "Do not register null pointers as dictionaries" by Jean Chalard · 14 years ago
  83. f6f0e63 Do not register null pointers as dictionaries by Jean Chalard · 14 years ago
  84. 68ff3a0 Merge "Fix missing right edge flag" by Tadashi G. Takaoka · 14 years ago
  85. 419b90f Fix missing right edge flag by Tadashi G. Takaoka · 14 years ago
  86. 035f0f5 Fix NPE by Ken Wakasa · 14 years ago
  87. 8721398 Merge "Fixed accessibility navigation gesture sound volume" by Ken Wakasa · 14 years ago
  88. f905173 Merge "Updated check for touch exploration enabled state" by Ken Wakasa · 14 years ago
  89. cc4b63e Updated check for touch exploration enabled state by Alan Viverette · 14 years ago
  90. 356d687 Fixed accessibility navigation gesture sound volume by Alan Viverette · 14 years ago
  91. a3dd388 Merge "Set the locale for opening an asset" by Jean Chalard · 14 years ago
  92. e150ef9 Set the locale for opening an asset by Jean Chalard · 14 years ago
  93. 3be0039 Fix potential NPE by Tadashi G. Takaoka · 14 years ago
  94. 0552656 Revert "Guard unused voice functions" by Tadashi G. Takaoka · 14 years ago
  95. b880731 Merge "Revert "Add Right-To-Left delete icon"" by Tadashi G. Takaoka · 14 years ago
  96. 60cb1cc Merge "Guard unused voice functions" by satok · 14 years ago
  97. 852f052 Merge "Fix centering key icon when visual inset is specified" by Tadashi G. Takaoka · 14 years ago
  98. 795a712 Guard unused voice functions by satok · 14 years ago
  99. 5cce216 Revert "Add Right-To-Left delete icon" by Tadashi G. Takaoka · 14 years ago
  100. 728ab86 Merge "Fallback to the included dict if the passed one is invalid" by Jean Chalard · 14 years ago