1. 59c9930 Support colorScheme <case/> condition in Keyboard XML by Tadashi G. Takaoka · 15 years ago
  2. a963d0b Merge "Fix odd "more" key behavior on tablet phone number keyboard" by Tadashi G. Takaoka · 15 years ago
  3. da64719 Merge "Enabled to change the current subtype to voice input subtypes" by satok · 15 years ago
  4. 90ebff1 Add "@" key to email mode tablet keyboard layout by Tadashi G. Takaoka · 15 years ago
  5. 4b8bbba Fix odd "more" key behavior on tablet phone number keyboard by Tadashi G. Takaoka · 15 years ago
  6. 8e09172 Enabled to change the current subtype to voice input subtypes by satok · 15 years ago
  7. a444889 Merge "Use normal font for functional key label instead of italic font" by Tadashi G. Takaoka · 15 years ago
  8. fab243a Use normal font for functional key label instead of italic font by Tadashi G. Takaoka · 15 years ago
  9. cc359dd Merge "Fix caps lock release in non-distinct multi touch device" by Tadashi G. Takaoka · 15 years ago
  10. 0d0a46d Fix caps lock release in non-distinct multi touch device by Tadashi G. Takaoka · 15 years ago
  11. 0b60f83 Support <key-style/> and keyStyle attribute for Keyboard XML by Tadashi G. Takaoka · 15 years ago
  12. 4092205 Refactor to move voice functionarities in LatinIME to VoiceIMEConnector by satok · 15 years ago
  13. 04448c2 Make F1 and Symbol keys static in XML file by Tadashi G. Takaoka · 15 years ago
  14. 7c25ad4 Update tablet keyboard layout to version 4 by Tadashi G. Takaoka · 15 years ago
  15. cd39f2a Add keyLabelAlign attribute to Keyboard XML by Tadashi G. Takaoka · 15 years ago
  16. 4591125 Perform editor action IME_ACTION_NEXT/PREVIOUS by tab key by Tadashi G. Takaoka · 15 years ago
  17. 07f903a Merge "Fix automatic temporary upper case mode behaviour" by Tadashi G. Takaoka · 15 years ago
  18. 6769c67 Fix automatic temporary upper case mode behaviour by Tadashi G. Takaoka · 15 years ago
  19. 3757d16 Merge "Open settings of input method subtype enabler when users are trying to change language." by satok · 15 years ago
  20. b6c1255 Open settings of input method subtype enabler when users are trying to change language. by satok · 15 years ago
  21. 1d8196c Use "flag" feature of attr.xml to represent keyboard mode by Tadashi G. Takaoka · 15 years ago
  22. 75fde64 Cleanup drawable-xlarge resources into drawable-mdpi by Tadashi G. Takaoka · 15 years ago
  23. f273646 Implement both automatic and manual temporary upper cases by Tadashi G. Takaoka · 15 years ago
  24. 1d2d322 Merge "Add a functionarity to handle Subtype" by satok · 15 years ago
  25. 636eaf3 Merge "Import initial translations for 20 new locales." by Eric Fischer · 15 years ago
  26. 4ab730d Add a functionarity to handle Subtype by satok · 15 years ago
  27. 95a5daa Merge "Avoid disk writes on UI thread." by Ken Wakasa · 15 years ago
  28. 11eb13e Avoid disk writes on UI thread. by Ken Wakasa · 15 years ago
  29. 279da1d Hide space bar preview when space bar switcher is disabled. by satok · 15 years ago
  30. 0dec431 Import initial translations for 20 new locales. by Eric Fischer · 15 years ago
  31. 3b776b7 Move functions in LatinKeyboard related to LanguageSwitcher to SubtypeSwitcher by satok · 15 years ago
  32. 0ed7191 Move functions related to LanguageSwitcher to LatinIMESubtypeSwitcher by satok · 15 years ago
  33. 3a4d9b4 Import revised translations. by Eric Fischer · 15 years ago
  34. 378a1b5 Stop highlighting in suggestion strip after auto-completion cancellation by Ken Wakasa · 15 years ago
  35. b643dab Refactor KeyboardSwitcher and LatinIME by Tadashi G. Takaoka · 15 years ago
  36. 10227a7 Implement temporary upper case hint icon by Tadashi G. Takaoka · 15 years ago
  37. c1e2e82 Canceled auto-completion shouldn't be re-auto-completed by Ken Wakasa · 15 years ago
  38. 889691e Refactor shift key state into KeyboardSwitcher by Tadashi G. Takaoka · 15 years ago
  39. d764163 Refactor UI Handler of LatinIME by Tadashi G. Takaoka · 15 years ago
  40. 89cfd23 Merge "Refactor symbol key state into KeyboardSwitcher" by Tadashi G. Takaoka · 15 years ago
  41. 6c92ee1 Refactor symbol key state into KeyboardSwitcher by Tadashi G. Takaoka · 15 years ago
  42. af41759 Add functions for usability logging by satok · 15 years ago
  43. eb5689e Merge "Add a logging functionarity for usability study." by satok · 15 years ago
  44. 18e9a7c Add a logging functionarity for usability study. by satok · 15 years ago
  45. e3f0ca3 Merge "Fix tablet url mode keyboard layout" by Tadashi G. Takaoka · 15 years ago
  46. cf5e68b Fix tablet url mode keyboard layout by Tadashi G. Takaoka · 15 years ago
  47. 95175d4 Add an option for the userbility study mode by satok · 15 years ago
  48. 7599cfe Add showing suggestion only on portrait mode and fixing the state of suggestion strip by satok · 15 years ago
  49. 71c353a Refactor Tutorial class by Tadashi G. Takaoka · 15 years ago
  50. 1679432 Get rid of the reference to LatinKeyboard from LatinIME by Tadashi G. Takaoka · 15 years ago
  51. 3009310 Partially revert I63ad561c by Ken Wakasa · 15 years ago
  52. d98c20b Fix NPE that is caused by null EditorInfo by Tadashi G. Takaoka · 15 years ago
  53. 6a56737 Merge "Add more symbol characters to popup mini-keyboard" by Tadashi G. Takaoka · 15 years ago
  54. b046511 Keyboard XML supports switch-case-default tags to select rows and keys by Tadashi G. Takaoka · 15 years ago
  55. f12023c Add more symbol characters to popup mini-keyboard by Tadashi G. Takaoka · 15 years ago
  56. 8b00bc4 Rename KeyboardSwitcher.setKeyboardMode to loadKeyboard by Tadashi G. Takaoka · 15 years ago
  57. 4174655 Check the system vibrator availability for the "Vibrate on keypress" preference. by Ken Wakasa · 15 years ago
  58. ca26f20 Fix states for showing PunctuationList and correction by satok · 15 years ago
  59. 48bc6b1 Refactor KeyboardSwitch.KeyboardId class by Tadashi G. Takaoka · 15 years ago
  60. 507495e Refactor to remove KeyboardSwitcher.setVoiceMode by Tadashi G. Takaoka · 15 years ago
  61. 02d7bde Merge "Should cancel both normal and shift long press timers" by Tadashi G. Takaoka · 15 years ago
  62. 8aaab7c Should cancel both normal and shift long press timers by Tadashi G. Takaoka · 15 years ago
  63. 3e99aa0 Slightly shorten tablet keyboard height by Tadashi G. Takaoka · 15 years ago
  64. f8e30a9 Refactor calling KeyboardSwitcher.setKeyboardMode by Tadashi G. Takaoka · 15 years ago
  65. e302b19 New xlarge keyboard layout (v2) by Tadashi G. Takaoka · 15 years ago
  66. 59b7bd0 Using distance to the edge of key as proximity detection by Tadashi G. Takaoka · 15 years ago
  67. 6886472 Rename LatinKeyboardBaseView class to KeyboardBaseView by Tadashi Takaoka · 15 years ago
  68. 38976d5 Add labels for subtypes by satok · 15 years ago
  69. 47f795d Treat the new web fields like their corresponding variations. by Leon Scroggins · 15 years ago
  70. 9d34f2c Merge "Add [CHAR LIMIT] to some strings for key top" by Tadashi G. Takaoka · 15 years ago
  71. 03728d6 Add [CHAR LIMIT] to some strings for key top by Tadashi G. Takaoka · 15 years ago
  72. 5890ae1 Merge "Updated icons for the input method subtype" by satok · 15 years ago
  73. 3b07534 Updated icons for the input method subtype by satok · 15 years ago
  74. e8fba33 Merge "Change the size of preview for priventing preview from being clipped" by satok · 15 years ago
  75. 17fcd71 Make sure there are no modes with settings key on tablet. by Ken Wakasa · 15 years ago
  76. fe05848 Change the size of preview for priventing preview from being clipped by satok · 15 years ago
  77. e0035f7 Merge "Adjust the gap of keys on a tablet layout" by satok · 15 years ago
  78. 6936edb Adjust the gap of keys on a tablet layout by satok · 15 years ago
  79. 200ece7 Capitalization for "Quick Fixes" words doesn't work by Ken Wakasa · 15 years ago
  80. 2a952e9 am b5e8c779: am 69db35c4: Make the buttons work for edge pixels of the keyboard by Ken Wakasa · 15 years ago
  81. c1fe5bf Merge "Get rid of number hints on Stingray" by Ken Wakasa · 15 years ago
  82. 89e841c Get rid of number hints on Stingray by Ken Wakasa · 15 years ago
  83. e6d171a Add vertical correction for Stingray by Ken Wakasa · 15 years ago
  84. 69db35c Make the buttons work for edge pixels of the keyboard by Ken Wakasa · 15 years ago
  85. dd8c4c0 Merge "Increased the size of GRID in Keyboard" by satok · 15 years ago
  86. 74103ee Increased the size of GRID in Keyboard by satok · 15 years ago
  87. 37a0f2d am e32a77c6: am 9dce586e: Bugfix: IME gives haptic feedback when button wasn\'t pressed by Ken Wakasa · 15 years ago
  88. 9dce586 Bugfix: IME gives haptic feedback when button wasn't pressed by Ken Wakasa · 15 years ago
  89. 566c45e Import revised translations. by Eric Fischer · 15 years ago
  90. fd0bd57 Change suggestion update delay from 100ms to 180ms to avoid flashy suggestion strip with quick multi-finger typing. by Ken Wakasa · 15 years ago
  91. 8493603 Merge "Remove auto capitalization by Shift+puncs" by Ken Wakasa · 15 years ago
  92. 8252de1 Remove auto capitalization by Shift+puncs by Ken Wakasa · 15 years ago
  93. 832ebbe Merge "Update assets for LatinIME" by satok · 15 years ago
  94. 3739770 Update assets for LatinIME by satok · 15 years ago
  95. 276845c Follow-up change to revise Caps Lock sequence. by Ken Wakasa · 15 years ago
  96. eec7bb9 Get rid of mCapsLock in LatinIME.java by Ken Wakasa · 15 years ago
  97. 29ff343 Remove LatinKeyboardBaseView.isShifted() and setShifted() for refactoring by Ken Wakasa · 15 years ago
  98. 55952c9 Merge "Get rid of references to BaseKeyboard in Latin-specific classes" by Ken Wakasa · 15 years ago
  99. 0ce98cb Get rid of references to BaseKeyboard in Latin-specific classes by Ken Wakasa · 15 years ago
  100. e767595 Add an icon for US keyboard subtype by satok · 15 years ago