1. 4f3b597 Fix a bug where suggestion strip pick would reset magic space by Jean Chalard · 14 years ago
  2. 9fbfd58 Move re-correction codes to Recorrection.java by satok · 14 years ago
  3. 5c051df Merge "Move Recorrection functions to Recorrection.java" by satok · 14 years ago
  4. 14a5f53 Merge "Fix suggestion strip geometry" by Tadashi G. Takaoka · 14 years ago
  5. 37b6b44 Fix suggestion strip geometry by Tadashi G. Takaoka · 14 years ago
  6. 7a8dac5 Move Recorrection functions to Recorrection.java by satok · 14 years ago
  7. 3d994a4 Merge "Improve magic space handling." by Jean Chalard · 14 years ago
  8. ff082d0 Refactor KeyboardView and create MiniKeyboardView by Tadashi G. Takaoka · 14 years ago
  9. 863f95b Improve magic space handling. by Jean Chalard · 14 years ago
  10. ec5ae3a Fix IndexOutOfBoundsException in LatinIME.setSuggestions by Ken Wakasa · 14 years ago
  11. ccb60b7 Merge "Straighten out magic space vs real spaces behavior." by Jean Chalard · 14 years ago
  12. 0730bbf Straighten out magic space vs real spaces behavior. by Jean Chalard · 14 years ago
  13. 9b2192b Revert the suggestion update delay to the original value (100msec) for phones. by Ken Wakasa · 14 years ago
  14. 44fe4a0 Include horizontal and vertical gap in the count of Key.isOnKey by Tadashi G. Takaoka · 14 years ago
  15. 8d165bb Fix a bug where dead space would appear on the keyboard. by Jean Chalard · 14 years ago
  16. d8f52a4 Improve the architecture to support multiple dictionaries. by Jean Chalard · 14 years ago
  17. 3bf6fbb Merge "Fix snap back behavior for a quote mark input." by Ken Wakasa · 14 years ago
  18. 0b47576 Fix snap back behavior for a quote mark input. by Ken Wakasa · 14 years ago
  19. f108bf8 Rename a confusing variable. by Jean Chalard · 14 years ago
  20. 19bfef6 Use the new Utils.setSystemLocale method in the new code. by Jean Chalard · 14 years ago
  21. 4250eb2 Create a dictionary collection and a dictionary factory. by Jean Chalard · 14 years ago
  22. fd78781 Merge "Add a method to set the locale to Utils." by Jean Chalard · 14 years ago
  23. e418103 Enable long press caps lock by Tadashi G. Takaoka · 14 years ago
  24. 309bff5 Add a method to set the locale to Utils. by Jean Chalard · 14 years ago
  25. dbe882a Merge "Release caps lock by double tap on shift key" by Tadashi G. Takaoka · 14 years ago
  26. bc475dc Merge "Handle overflow properly in multiplyRate" by satok · 14 years ago
  27. e541f03 Release caps lock by double tap on shift key by Tadashi G. Takaoka · 14 years ago
  28. b880ccc Merge "Fix quotation marks" by Tadashi G. Takaoka · 14 years ago
  29. 717cef7 Fix quotation marks by Tadashi G. Takaoka · 14 years ago
  30. a6581a2 Merge "Shorter timeout to update auto caps state (100ms)" by Tadashi G. Takaoka · 14 years ago
  31. b2e5e59 Handle overflow properly in multiplyRate by satok · 14 years ago
  32. a7a659a Shorter timeout to update auto caps state (100ms) by Tadashi G. Takaoka · 14 years ago
  33. 663d4f5 Merge "Fix getMiddleDisplayLanguage" by satok · 14 years ago
  34. 0c8d5ca Fix Eclipse warnings. by Jean Chalard · 14 years ago
  35. 4556de4 Do not use contacts for bigram prediction. by Jean Chalard · 14 years ago
  36. 12e0776 Fix getMiddleDisplayLanguage by satok · 14 years ago
  37. 1123bca Merge "Display the language name on the spacebar if the full display locale name is too longer than the space bar" by satok · 14 years ago
  38. cae6b10 Display the language name on the spacebar if the full display locale name is too longer than the space bar by satok · 14 years ago
  39. efb32f7 Merge "Refresh the dictionary when the language settings were changed on Dogfood keyboard" by satok · 14 years ago
  40. 97f855b Refresh the dictionary when the language settings were changed on Dogfood keyboard by satok · 14 years ago
  41. 4c82225 Disable sliding language switch on phone and number layout by Tadashi G. Takaoka · 14 years ago
  42. d0f3f90 Narrower the language switch threshold to key width x 1.25 by Tadashi G. Takaoka · 14 years ago
  43. 608469c Release the previous key if multi touch input is started by Tadashi G. Takaoka · 14 years ago
  44. a0537fb Fix repeat key behavior by Tadashi G. Takaoka · 14 years ago
  45. 0156713 Merge "Clear spacebar sliding language switch diff" by Tadashi G. Takaoka · 14 years ago
  46. c82b8db Merge "Fix the spacebar language switcher" by satok · 14 years ago
  47. 61393a8 Fix the spacebar language switcher by satok · 14 years ago
  48. f172be4 Clear spacebar sliding language switch diff by Tadashi G. Takaoka · 14 years ago
  49. 75136cd Fix language switch preview by Tadashi G. Takaoka · 14 years ago
  50. d00d963 Fix NPE on non-distict multitouch device by Tadashi G. Takaoka · 14 years ago
  51. c5c57b5 Move sliding language switch code to PointerTracker by Tadashi G. Takaoka · 14 years ago
  52. c121b5d Merge "Actually use the bigram prediction option." by Jean Chalard · 14 years ago
  53. 940b8d8 Merge "Add an debug option to use spacebar switcher" by satok · 14 years ago
  54. cb33201 Actually use the bigram prediction option. by Jean Chalard · 14 years ago
  55. c5a2b51 Add an debug option to use spacebar switcher by satok · 14 years ago
  56. b505912 Add an option for using bigram prediction. by Jean Chalard · 14 years ago
  57. 89bd776 Use user-history bigrams when no input if available. by Jean Chalard · 14 years ago
  58. 6c10cf6 Merge "Rename and reorganize key code" by Tadashi G. Takaoka · 14 years ago
  59. 1b9eecb Fix language selection settings by satok · 14 years ago
  60. d2c5fdd Rename and reorganize key code by Tadashi G. Takaoka · 14 years ago
  61. 49a1152 Fix language selection settings by satok · 14 years ago
  62. c9c3aa2 Merge "Disable key preview of space, return and delete" by Tadashi G. Takaoka · 14 years ago
  63. ba9aefc Disable key preview of space, return and delete by Tadashi G. Takaoka · 14 years ago
  64. 9ee51db Optimize InputLanguageSelection by satok · 14 years ago
  65. bdb3d69 Merge "Check the availability of layouts for showing the input languages in the settings" by satok · 14 years ago
  66. 15a0ba6 Check the availability of layouts for showing the input languages in the settings by satok · 14 years ago
  67. 46ca845 Compute content and visible insets even in voice mode by Tadashi G. Takaoka · 14 years ago
  68. 6d645e1 Merge "Display spacebar language switcher even when key preview is off" by Tadashi G. Takaoka · 14 years ago
  69. e6cb8fc Display spacebar language switcher even when key preview is off by Tadashi G. Takaoka · 14 years ago
  70. 0c72ea1 Remove a useless import. by Jean Chalard · 14 years ago
  71. 5454ff5 Merge "Tweak the normalized score for the words with spaces" by satok · 14 years ago
  72. c9bc5c8 Merge "Move language-specific keyboard setting to resources." by Jean Chalard · 14 years ago
  73. 2210466 Tweak the normalized score for the words with spaces by satok · 14 years ago
  74. c899038 Move language-specific keyboard setting to resources. by Jean Chalard · 14 years ago
  75. 0aae85f Merge "Tweak edit distance" by satok · 14 years ago
  76. e18ba42 Tweak edit distance by satok · 14 years ago
  77. 95d9e47 Merge "Tweak voice layout for Dogfood" by satok · 14 years ago
  78. 015b21c Tweak voice layout for Dogfood by satok · 14 years ago
  79. aafa17e Fix a typo. by Jean Chalard · 14 years ago
  80. d9786ce Refactor key preview code by Tadashi G. Takaoka · 14 years ago
  81. bc91d89 Merge "Remove mPreviousKey in PointerTracker" by Tadashi G. Takaoka · 14 years ago
  82. d2c2b4d Remove mPreviousKey in PointerTracker by Tadashi G. Takaoka · 14 years ago
  83. e0f3504 Merge "Show all languages supported in LatinImeGoogle in InputLanguageSelection" by satok · 14 years ago
  84. 88808fc Show all languages supported in LatinImeGoogle in InputLanguageSelection by satok · 14 years ago
  85. 7751ac3 Merge "Refactor key preview related code in KeyboardView" by Tadashi G. Takaoka · 14 years ago
  86. bc3dba4 A fix for handling dummy voice subtypes by satok · 14 years ago
  87. 3f2653b Refactor key preview related code in KeyboardView by Tadashi G. Takaoka · 14 years ago
  88. a0efebf Merge "Allow use of assets for data in the dictionary content provider." by Jean Chalard · 14 years ago
  89. 6fb97bf Don't show spacebar preview if key preview is disabled by Tadashi G. Takaoka · 14 years ago
  90. dc90d0a Refactoring keyboard drawing code and KeyDetector by Tadashi G. Takaoka · 14 years ago
  91. 5d542c2 Auto mini keyboard layout by Tadashi G. Takaoka · 14 years ago
  92. 4e3bd58 Allow use of assets for data in the dictionary content provider. by Jean Chalard · 14 years ago
  93. 72a82d7 Count up horizontal gap as part of key width by Tadashi G. Takaoka · 14 years ago
  94. 646d950 Receive a broadcast that the dictionary has been updated. by Jean Chalard · 14 years ago
  95. e4b2d22 Merge "Make showing key preview compatible with pre-Honeycomb" by Tadashi G. Takaoka · 14 years ago
  96. 37cfacb Make showing key preview compatible with pre-Honeycomb by Tadashi G. Takaoka · 14 years ago
  97. 6d90215 Fix for language bar switching by satok · 14 years ago
  98. dc3d4e8 Merge "Fast key preview" by Tadashi G. Takaoka · 14 years ago
  99. 7a3d3ae Fast key preview by Tadashi G. Takaoka · 14 years ago
  100. 88fc9d4 Support language bar swich for InputMethodSubtype by satok · 14 years ago