1. c8e45dd Rename LatinKeyboardView to MainKeyboardView by Tadashi G. Takaoka · 13 years ago
  2. 88d378b Use large label text size for action label by Tadashi G. Takaoka · 13 years ago
  3. 7ecc108 Fix calculation of more keys keyboard position based on key preview by Tadashi G. Takaoka · 13 years ago
  4. 7b6afb1 Enable long-press spacebar on 7 inch tablet by Tadashi G. Takaoka · 13 years ago
  5. e49a987 Override the keyboard height per device by Tadashi G. Takaoka · 13 years ago
  6. 31c94ce Use ObjectAnimator by Tadashi G. Takaoka · 13 years ago
  7. 26e7ce1 Merge "Use "dp" instead of "dip"" by Tadashi G. Takaoka · 13 years ago
  8. 7c38b73 Use "dp" instead of "dip" by Tadashi G. Takaoka · 13 years ago
  9. a6dd0c2 Use "dp" instead of "sp" by Tadashi G. Takaoka · 13 years ago
  10. 73a46bf Gray out "alt-code-while-typing" key icon while typing by Tadashi G. Takaoka · 13 years ago
  11. d7c4ba1 Use XML animator definition by Tadashi G. Takaoka · 13 years ago
  12. edf5daa Merge "Support invalidating multiple keys in KeyboardView" by Tadashi G. Takaoka · 13 years ago
  13. 299ac26 Support invalidating multiple keys in KeyboardView by Tadashi G. Takaoka · 13 years ago
  14. aee5f03 Use integer alpha value instead of factor for animation by Tadashi G. Takaoka · 13 years ago
  15. dabf968 Move language on spacebar parameters to LatinKeyboardView attributes by Tadashi G. Takaoka · 13 years ago
  16. 411749a Cleanup keyboard theme switching code by Tadashi G. Takaoka · 14 years ago
  17. 48f6321 Tweak vertical corrections for more keys in the "ICS" theme by Tadashi G. Takaoka · 14 years ago
  18. 2affaf9 Rename mini keyboard to more keys keyboard by Tadashi G. Takaoka · 14 years ago
  19. ca2f051 Auto generate various shift states alphabet keyboard automatically by Tadashi G. Takaoka · 14 years ago
  20. 160f012 Get rid of Resource reference from KeyboardView, LatinKeyboardView and PointerTracker by Tadashi G. Takaoka · 14 years ago
  21. 42fcb2d Get rid of public reference to KeyboardIconsSet.ICON_* constants by Tadashi G. Takaoka · 14 years ago
  22. 4112dc0 Move spacebar drawing code from LatinKeyboard to LatinKeyboardView by Tadashi G. Takaoka · 14 years ago
  23. 7bd714c Add extra key icons to KeyboardIconsSet by Tadashi G. Takaoka · 14 years ago
  24. 5afc3ae Add LatinKeyboardView style by Tadashi G. Takaoka · 14 years ago
  25. 7cc2595 Add LatinKeyboard.spacebarTextRatio attribute by Tadashi G. Takaoka · 14 years ago
  26. a44685a Add colorValidTypedWord and alphaValidTypedWord by Tadashi G. Takaoka · 14 years ago
  27. 23d27fe Fix auto correction spacebar LED by Tadashi G. Takaoka · 14 years ago
  28. a0e4f40 Special handling of one key mini-keyboard to mitigate visual flicker by Tadashi G. Takaoka · 14 years ago
  29. 5c26922 Move themeId and touch correction data to Keyboard style by Tadashi G. Takaoka · 14 years ago
  30. 287f4f8 Add horizontal edges paddings to phone/number layout by Tadashi G. Takaoka · 14 years ago
  31. 0967ef4 Draw more suggestions hint using text font by Tadashi G. Takaoka · 14 years ago
  32. 697bf58 Update suggestions strip text color by Tadashi G. Takaoka · 14 years ago
  33. 6b97d2b Tweak bottom padding for the "..." popup hint by Ken Wakasa · 14 years ago
  34. ea0c567 Tune mini keyboard visual by Tadashi G. Takaoka · 14 years ago
  35. 9676038 Introduce maxMoreSuggestionsRow and minMoreSuggetionsWidth attributes to SuggestionsView by Tadashi G. Takaoka · 14 years ago
  36. 0e2fa66 Rename suggestionsPaneViewStyle to moreSuggestionsViewStyle by Tadashi G. Takaoka · 14 years ago
  37. 913e2ae Rename CandidateView to SuggestionsView by Tadashi G. Takaoka · 14 years ago
  38. 29e7b7e Implement popup suggestions pane by Tadashi G. Takaoka · 14 years ago
  39. 9d5601e Rename PopupCharactersParser to MoreKeySpecParser by Tadashi G. Takaoka · 14 years ago
  40. 9237a72 Rename PopupMiniKeyboardView to MiniKeyboardView by Tadashi G. Takaoka · 14 years ago
  41. c04bbc1 Fix "touch to save" colors by Tadashi G. Takaoka · 14 years ago
  42. d47a955 Fix suggestions strip text colors by Tadashi G. Takaoka · 14 years ago
  43. bea6b72 Get rid of auto correction flash animation in the suggestion strip by Tadashi G. Takaoka · 14 years ago
  44. 59f5cc8 Get rid of auto correction flash animation in the suggestion strip by Ken Wakasa · 14 years ago
  45. 39d2a4c Revert Idedaabd1 partially until we have the new auto-correction indicator in TextView by Ken Wakasa · 14 years ago
  46. ae5c736 Remove suggestion pane controller from strip by Tadashi G. Takaoka · 14 years ago
  47. 60a004f Fixed count suggestions strip by Tadashi G. Takaoka · 14 years ago
  48. ef5dfc4 Remove sliding spacebar language switcher by Tadashi G. Takaoka · 14 years ago
  49. a19b84d Move key hysteresis distance parameter to KeyDetector class by Tadashi G. Takaoka · 14 years ago
  50. 9812fb0 Specify Key gaps by percentage by Tadashi G. Takaoka · 14 years ago
  51. 3118277 Tweak ICS theme a bit by Tadashi G. Takaoka · 14 years ago
  52. 74b6897 Adaptive suggestions strip by Tadashi G. Takaoka · 14 years ago
  53. d773bf3 Cleanup key drawing code by Tadashi G. Takaoka · 14 years ago
  54. d87f28f Use left/right-edge popup preview background by Tadashi G. Takaoka · 14 years ago
  55. 3040c8b Draw popup hint "..." by text rendering by Tadashi G. Takaoka · 14 years ago
  56. 8aee759 Remove reference to system theme by Tadashi G. Takaoka · 14 years ago
  57. 520a297 Draw phone/number keyboard layout witout icon by Tadashi G. Takaoka · 14 years ago
  58. 9116bf1 New IceCreamSandwich assets and theme by Tadashi G. Takaoka · 14 years ago
  59. a93d27d Remove colorScheme attribute from KeyboardView by Tadashi G. Takaoka · 14 years ago
  60. ada37cb Make auto correction candidate displayed in bold font by Tadashi G. Takaoka · 14 years ago
  61. 237af54 Tune up 7 inch keyboard layout by Tadashi G. Takaoka · 14 years ago
  62. 9d9522a Add Key.keyHintLabel and remove Key.keyHintIcon by Tadashi G. Takaoka · 14 years ago
  63. a619673 Make LatinKeyboard aware of theme by Tadashi G. Takaoka · 14 years ago
  64. 08a6f2a Make CandidateView aware of theme by Tadashi G. Takaoka · 14 years ago
  65. b7758d6 Make Keyboard aware of theme by Tadashi G. Takaoka · 14 years ago
  66. 13a7419 Use custom theme for Keyboard theme switch by Tadashi G. Takaoka · 14 years ago
  67. d157834 Auto text sizing using fraction of key height by Tadashi G. Takaoka · 14 years ago
  68. ff082d0 Refactor KeyboardView and create MiniKeyboardView by Tadashi G. Takaoka · 14 years ago
  69. 7a3d3ae Fast key preview by Tadashi G. Takaoka · 14 years ago
  70. 5a309f5 Move some inner static class to top class in new package by Tadashi G. Takaoka · 15 years ago
  71. 5d04042 Tweak tablet keyboard design by Tadashi G. Takaoka · 15 years ago
  72. 59c9930 Support colorScheme <case/> condition in Keyboard XML by Tadashi G. Takaoka · 15 years ago
  73. 6886472 Rename LatinKeyboardBaseView class to KeyboardBaseView by Tadashi Takaoka · 15 years ago
  74. 2b4cc0d Fix xlarge min-keyboard layout by Tadashi G. Takaoka · 15 years ago
  75. b1fcbec Add xlarge keyboard layouts (tentative) by Tadashi G. Takaoka · 15 years ago
  76. 0ae817c Add enter/exit animation style to prevew and mini keyboard by Tadashi G. Takaoka · 15 years ago
  77. 7763b36 Align key preview and mini-keyboard positions by Tadashi G. Takaoka · 15 years ago
  78. eb68036 Add keyHysteresisDistance xml attribute by Tadashi G. Takaoka · 15 years ago
  79. 395d501 Rename keyboard_popup_keyboard.xml keyboard_key_preview.xml by satok · 15 years ago
  80. c931021 Fix the gap of popup by satok · 15 years ago
  81. aed0122 Fix a bug in y-axis offset for sliding finger key detection for mini popup keyboard. by Ken Wakasa · 15 years ago
  82. 83c6069 Decrease LatinKeyboardBaseView_keyPreviewOffset. Popup will be displayed closer to each key typed. by Ken Wakasa · 15 years ago
  83. 979f869 DO NOT MERGE. Backport LatinIME from master to Gingerbread by satok · 15 years ago