1. 8aa3f5a Cleanup KeyboardActionListener interface by Tadashi G. Takaoka · 15 years ago
  2. cb2469a Suppress haptic feedback while sliding key input by Tadashi G. Takaoka · 15 years ago
  3. 5ef421b Cancel long press timer when sliding key input is not allowed by Tadashi G. Takaoka · 15 years ago
  4. cc0e412 Merge "Do not pick up closest key if the point is out of any key" by Tadashi G. Takaoka · 15 years ago
  5. 6d929d5 Do not pick up closest key if the point is out of any key by Tadashi G. Takaoka · 15 years ago
  6. ef71c4a Fix checking of sliding off from key by Tadashi G. Takaoka · 15 years ago
  7. dbc4498 Refactor PointerTracker class by Tadashi G. Takaoka · 15 years ago
  8. 9e91472 Automaticaly snap back to the previous mode from sliding symbol input by Tadashi G. Takaoka · 15 years ago
  9. 67a4eca Disallow sliding key input by Tadashi G. Takaoka · 15 years ago
  10. 9b6d1d5 Add popupKeyboardTemplate attribute to Keyboard by Tadashi G. Takaoka · 15 years ago
  11. 014f488 Merge "Revise language string size on spacebar" by Ken Wakasa · 15 years ago
  12. a8baf57 Merge "Tweak base line of key top letter" by Tadashi G. Takaoka · 15 years ago
  13. 183fbbb Revise language string size on spacebar by Ken Wakasa · 15 years ago
  14. 9893583 Tweak base line of key top letter by Tadashi G. Takaoka · 15 years ago
  15. e9311bc Update suggestion strip drawables by Tadashi G. Takaoka · 15 years ago
  16. 1d11e79 Fix adding user dictionary by Tadashi G. Takaoka · 15 years ago
  17. a893ac3 Merge "Tune padding of candidate word" by Tadashi G. Takaoka · 15 years ago
  18. 4700a6f Tune padding of candidate word by Tadashi G. Takaoka · 15 years ago
  19. 7bb84ea Merge "Check user dictionary before inserting new word" by Tadashi G. Takaoka · 15 years ago
  20. c5f1368 Check user dictionary before inserting new word by Tadashi G. Takaoka · 15 years ago
  21. 7f1d3fa Remove language settings from preference activity by satok · 15 years ago
  22. 9ecad8c Fix auto correction threshold values array reference by Tadashi G. Takaoka · 15 years ago
  23. 4ca16db Highlight auto corrected word by Tadashi G. Takaoka · 15 years ago
  24. 1b1f7f9 Cleanup unused string resources by Tadashi G. Takaoka · 15 years ago
  25. 7e181fe Introduce SuggestedWords class to represent suggestions list by Tadashi G. Takaoka · 15 years ago
  26. a15e45e Keep previous suggestions when there is only one suggestion found by Tadashi G. Takaoka · 15 years ago
  27. e26ef1b Remove Tutorial class and unused debug feature by Tadashi G. Takaoka · 15 years ago
  28. 20cdb37 Use setInputMethodAndSubtype and shortcutIME API instead of changing only view to Voice Input by satok · 15 years ago
  29. 9502cc1 Remove LatinIME prefix from classes by Tadashi G. Takaoka · 15 years ago
  30. 55b9d33 Show auto correction feedback by Tadashi G. Takaoka · 15 years ago
  31. 8ec36be Cleanup calling Spannable.setSpan() to set character style span by Tadashi G. Takaoka · 15 years ago
  32. 522d5c1 Show underline for auto-completion candidate instead of bolding by Tadashi G. Takaoka · 15 years ago
  33. 89c5874 Tweak candidate view height and etc. by Tadashi G. Takaoka · 15 years ago
  34. 4a734aa Fix popup mini keyboard for smiley and .com key by Tadashi G. Takaoka · 15 years ago
  35. 9f01ed5 Support keyboardHeight and maxKeyboardHeight to Keyboard XML by Tadashi G. Takaoka · 15 years ago
  36. 59cd73b Merge "Suggest excessive characters" by satok · 15 years ago
  37. cdbbea7 Suggest excessive characters by satok · 15 years ago
  38. e49bd1c Implement CandidateView using HorizontalScrollView by Tadashi G. Takaoka · 15 years ago
  39. e00b7c5 Merge "Fix a crash when MAX_WORD_LENGTH is too short." by satok · 15 years ago
  40. 292faee Fix ghost popup mini keyboard by Tadashi G. Takaoka · 15 years ago
  41. d024ea6 Fix an issue with lingering composing span underline after orientation changes by Ken Wakasa · 15 years ago
  42. f5cded1 Fix a crash when MAX_WORD_LENGTH is too short. by satok · 15 years ago
  43. e18bd3e Fix voice key on phone device by Tadashi G. Takaoka · 15 years ago
  44. a275e9e Make Key, Row and Keyboard attributes final by Tadashi G. Takaoka · 15 years ago
  45. 7545ec8 Fix no smiley popup mini keyboard by Tadashi G. Takaoka · 15 years ago
  46. 391a7ce Remove LatinKey class by Tadashi G. Takaoka · 15 years ago
  47. 566870c Fix NPE at Keyboard by Tadashi G. Takaoka · 15 years ago
  48. 418d80d Double tap on shift key turns on caps lock by Tadashi G. Takaoka · 15 years ago
  49. 571bdb4 Refactor LatinKeyboard and LatinKey by Tadashi G. Takaoka · 15 years ago
  50. 5a309f5 Move some inner static class to top class in new package by Tadashi G. Takaoka · 15 years ago
  51. 711abe6 Merge "Fix parameters of native functions and refactor Dictionary" by satok · 15 years ago
  52. 3008825 Fix parameters of native functions and refactor Dictionary by satok · 15 years ago
  53. 8d7ecc7 Load keyboard only when subtype is keyboard mode by Tadashi G. Takaoka · 15 years ago
  54. 383d6d8 Disable "touch to correct words" when suggestion strip is off by Ken Wakasa · 15 years ago
  55. c000756 Merge "Key release event should be sent when finger sliding" by Tadashi G. Takaoka · 15 years ago
  56. d4952c8 Move a logic for finding words with a missing character to the native code. by satok · 15 years ago
  57. bd20db2 Merge "Tweak tablet keyboard design" by Tadashi G. Takaoka · 15 years ago
  58. 5d04042 Tweak tablet keyboard design by Tadashi G. Takaoka · 15 years ago
  59. c0b5c9c Key release event should be sent when finger sliding by Tadashi G. Takaoka · 15 years ago
  60. 80e459f Update the voice input warning dialog message string. by Ken Wakasa · 15 years ago
  61. 965004f Remove excessive call of onKeyboardLanguageChanged in SubtypeSwitcher by satok · 15 years ago
  62. fa086c9 Cleanup unused Java import by Tadashi G. Takaoka · 15 years ago
  63. 27d1371 Preload SharedPreferences at start. by Ken Wakasa · 15 years ago
  64. 7f0befe Update tablet keyboard layout to the latest design by Tadashi G. Takaoka · 15 years ago
  65. 79efbed Call showInputMethodPicker instead of showInputMethodSubtypePicker by satok · 15 years ago
  66. 1fb2813 Fix a bug at showing warning dialog at the first time when IME is trigerred in voice mode by satok · 15 years ago
  67. 2c60d6e Support dedicated number/date keyboard layout by Tadashi G. Takaoka · 15 years ago
  68. 6624fd8 Support imeOptions condition in <case> by Tadashi G. Takaoka · 15 years ago
  69. 59c9930 Support colorScheme <case/> condition in Keyboard XML by Tadashi G. Takaoka · 15 years ago
  70. a963d0b Merge "Fix odd "more" key behavior on tablet phone number keyboard" by Tadashi G. Takaoka · 15 years ago
  71. da64719 Merge "Enabled to change the current subtype to voice input subtypes" by satok · 15 years ago
  72. 4b8bbba Fix odd "more" key behavior on tablet phone number keyboard by Tadashi G. Takaoka · 15 years ago
  73. 8e09172 Enabled to change the current subtype to voice input subtypes by satok · 15 years ago
  74. a444889 Merge "Use normal font for functional key label instead of italic font" by Tadashi G. Takaoka · 15 years ago
  75. fab243a Use normal font for functional key label instead of italic font by Tadashi G. Takaoka · 15 years ago
  76. cc359dd Merge "Fix caps lock release in non-distinct multi touch device" by Tadashi G. Takaoka · 15 years ago
  77. 0d0a46d Fix caps lock release in non-distinct multi touch device by Tadashi G. Takaoka · 15 years ago
  78. 0b60f83 Support <key-style/> and keyStyle attribute for Keyboard XML by Tadashi G. Takaoka · 15 years ago
  79. 4092205 Refactor to move voice functionarities in LatinIME to VoiceIMEConnector by satok · 15 years ago
  80. 04448c2 Make F1 and Symbol keys static in XML file by Tadashi G. Takaoka · 15 years ago
  81. cd39f2a Add keyLabelAlign attribute to Keyboard XML by Tadashi G. Takaoka · 15 years ago
  82. 4591125 Perform editor action IME_ACTION_NEXT/PREVIOUS by tab key by Tadashi G. Takaoka · 15 years ago
  83. 07f903a Merge "Fix automatic temporary upper case mode behaviour" by Tadashi G. Takaoka · 15 years ago
  84. 6769c67 Fix automatic temporary upper case mode behaviour by Tadashi G. Takaoka · 15 years ago
  85. 1d8196c Use "flag" feature of attr.xml to represent keyboard mode by Tadashi G. Takaoka · 15 years ago
  86. 75fde64 Cleanup drawable-xlarge resources into drawable-mdpi by Tadashi G. Takaoka · 15 years ago
  87. f273646 Implement both automatic and manual temporary upper cases by Tadashi G. Takaoka · 15 years ago
  88. 1d2d322 Merge "Add a functionarity to handle Subtype" by satok · 15 years ago
  89. 4ab730d Add a functionarity to handle Subtype by satok · 15 years ago
  90. 95a5daa Merge "Avoid disk writes on UI thread." by Ken Wakasa · 15 years ago
  91. 11eb13e Avoid disk writes on UI thread. by Ken Wakasa · 15 years ago
  92. 279da1d Hide space bar preview when space bar switcher is disabled. by satok · 15 years ago
  93. 3b776b7 Move functions in LatinKeyboard related to LanguageSwitcher to SubtypeSwitcher by satok · 15 years ago
  94. 0ed7191 Move functions related to LanguageSwitcher to LatinIMESubtypeSwitcher by satok · 15 years ago
  95. 378a1b5 Stop highlighting in suggestion strip after auto-completion cancellation by Ken Wakasa · 15 years ago
  96. b643dab Refactor KeyboardSwitcher and LatinIME by Tadashi G. Takaoka · 15 years ago
  97. 10227a7 Implement temporary upper case hint icon by Tadashi G. Takaoka · 15 years ago
  98. c1e2e82 Canceled auto-completion shouldn't be re-auto-completed by Ken Wakasa · 15 years ago
  99. 889691e Refactor shift key state into KeyboardSwitcher by Tadashi G. Takaoka · 15 years ago
  100. d764163 Refactor UI Handler of LatinIME by Tadashi G. Takaoka · 15 years ago