1. 1f89147 Import revised translations. by Eric Fischer · 14 years ago
  2. 85b4752 Merge "Move debug information back to suggestions strip" by Tadashi G. Takaoka · 14 years ago
  3. 013ba3e Move debug information back to suggestions strip by Tadashi G. Takaoka · 14 years ago
  4. a6f2fcd Fix a bug for calculating the edit distance by satok · 14 years ago
  5. add3e05 Do not put the suggestion span for obsolete suggestions. by satok · 14 years ago
  6. 7fe084a Merge "Fix "touch to save" colors" by Tadashi G. Takaoka · 14 years ago
  7. c04bbc1 Fix "touch to save" colors by Tadashi G. Takaoka · 14 years ago
  8. 0ada663 remove unnecessary condition check. by Yusuke Nojima · 14 years ago
  9. 5335535 Add spell checker subtypes by satok · 14 years ago
  10. f3f3189 Wrap up popup mini keyboard by Tadashi G. Takaoka · 14 years ago
  11. de4e8de Allow sharing dictionaries between similar locales. by Jean Chalard · 14 years ago
  12. 633bc88 Add key preview icon of settings key by Tadashi G. Takaoka · 14 years ago
  13. a16621a Add a debug variable by Jean Chalard · 14 years ago
  14. 20973de Avoid unnecessary output to the system log. by Jean Chalard · 14 years ago
  15. 1d59e0d Merge "Fix suggestions strip press state to align vertically" by Tadashi G. Takaoka · 14 years ago
  16. db73604 Merge "Combine proximity and corrections" by satok · 14 years ago
  17. 7adf2cd Combine proximity and corrections by satok · 14 years ago
  18. 580e1d7 Fix suggestions strip press state to align vertically by Tadashi G. Takaoka · 14 years ago
  19. 1cdd7ca Merge "Remove tablet specific suggestions updating delay" by Tadashi G. Takaoka · 14 years ago
  20. d1bf701 Remove tablet specific suggestions updating delay by Tadashi G. Takaoka · 14 years ago
  21. 38d512c Call the decrypt/unzip routines upon copying a dictionary. by Jean Chalard · 14 years ago
  22. 8b21eb2 Merge "Refactoring: cut out a method for caching a word list" by Jean Chalard · 14 years ago
  23. 7b1f74b Refactoring: cut out a method for caching a word list by Jean Chalard · 14 years ago
  24. fd47b5d Merge "Move some static methods from SubtypeSwitcher to Utils" by Tadashi G. Takaoka · 14 years ago
  25. af52c0ea Implement "forceAscii" private IME option by Tadashi G. Takaoka · 14 years ago
  26. 57f05f4 Move some static methods from SubtypeSwitcher to Utils by Tadashi G. Takaoka · 14 years ago
  27. f77009a Merge "Combine the skipped and transposed correction" by satok · 14 years ago
  28. 10266c0 Combine the skipped and transposed correction by satok · 14 years ago
  29. 1616e2e Merge "Fix an excessive fallback problem." by Jean Chalard · 14 years ago
  30. c84bc34 Rename LatinKeyboardBaseView to LatinKeyboardView by Tadashi G. Takaoka · 14 years ago
  31. 0ee3b69 Fix an excessive fallback problem. by Jean Chalard · 14 years ago
  32. 3257294 Refactor and rename popup mini keyoard related classes by Tadashi G. Takaoka · 14 years ago
  33. 2d306a2 Merge "Extract sudden jumping touch event hack into separate class" by Tadashi G. Takaoka · 14 years ago
  34. c403a46 Extract sudden jumping touch event hack into separate class by Tadashi G. Takaoka · 14 years ago
  35. 2b27f3e Merge "Remove password field special handling" by Tadashi G. Takaoka · 14 years ago
  36. f9da4c5 Remove password field special handling by Tadashi G. Takaoka · 14 years ago
  37. 0940093 Merge "Remove screen orientation confirmation hack" by Tadashi G. Takaoka · 14 years ago
  38. d6834c8 Merge "Fix a bug with the string pool." by Jean Chalard · 14 years ago
  39. f94df38 Remove screen orientation confirmation hack by Tadashi G. Takaoka · 14 years ago
  40. a6e912c Fix a bug with the string pool. by Jean Chalard · 14 years ago
  41. 6dde878 Move some methods from LatinKeyboardView up into LatinKeyboardBaseView by Tadashi G. Takaoka · 14 years ago
  42. b041412 Merge "Import revised translations." by Eric Fischer · 14 years ago
  43. 80d6f67 Import revised translations. by Eric Fischer · 14 years ago
  44. 450f1c0 Merge "Remove 7inch dedicated icons" by Tadashi G. Takaoka · 14 years ago
  45. 9f31575 Merge "Fix suggestions strip text colors" by Tadashi G. Takaoka · 14 years ago
  46. 320346f Remove 7inch dedicated icons by Tadashi G. Takaoka · 14 years ago
  47. d47a955 Fix suggestions strip text colors by Tadashi G. Takaoka · 14 years ago
  48. 70a92a3 Merge "Remove duplicates from the spell checker suggestions." by Jean Chalard · 14 years ago
  49. 6b166a1 Remove duplicates from the spell checker suggestions. by Jean Chalard · 14 years ago
  50. b39f612 Remove hacks related to determine window width by Tadashi G. Takaoka · 14 years ago
  51. 5d4c569 Fix case sensitivity for the spell checker. by Jean Chalard · 14 years ago
  52. cee174b Settings key visibility should always follow the system default value, by Ken Wakasa · 14 years ago
  53. 6da8b74 Move the dupes-removing method to the Utils class by Jean Chalard · 14 years ago
  54. 6d78302 Fix last excessive char correction handling by satok · 14 years ago
  55. 890d10b Merge "Refactor correction.cpp" by satok · 14 years ago
  56. b9d09e7 Refactor correction.cpp by satok · 14 years ago
  57. ff5a54c Merge "Have the spell checker use the User dictionary." by Jean Chalard · 14 years ago
  58. 150bad6 Have the spell checker use the User dictionary. by Jean Chalard · 14 years ago
  59. 6929b0d Merge "Do the transposed correction and the excessive correction by one loop" by satok · 14 years ago
  60. 9db2097 Do the transposed correction and the excessive correction by one loop by satok · 14 years ago
  61. f0025a5 Remove "thisd" from the whitelist by Jean Chalard · 14 years ago
  62. 1e841de Merge "Check the main dict id to be able to fallback." by Jean Chalard · 14 years ago
  63. a018c67 Merge "Add "let's" to the whitelist" by Jean Chalard · 14 years ago
  64. d621b73 A follow up to Id6e50398 by Ken Wakasa · 14 years ago
  65. e56e88b A follow up to I830de4d1 by Ken Wakasa · 14 years ago
  66. ee7daef Check the main dict id to be able to fallback. by Jean Chalard · 14 years ago
  67. 89fdb82 Merge "Move the settings test to a more appropriate place." by Jean Chalard · 14 years ago
  68. 83207fb Move the settings test to a more appropriate place. by Jean Chalard · 14 years ago
  69. 4e01afc Make the string builder pool in Suggest a singleton. by Jean Chalard · 14 years ago
  70. 5ba5ff9 Merge "Exception refactoring" by Jean Chalard · 14 years ago
  71. 03c3b64 Merge "Refactor string removal to make it static" by Jean Chalard · 14 years ago
  72. 3016863 Refactor string removal to make it static by Jean Chalard · 14 years ago
  73. 80e0bf0 Exception refactoring by Jean Chalard · 14 years ago
  74. b1d2b12 Add "let's" to the whitelist by Jean Chalard · 14 years ago
  75. 091bbf8 Merge "Factor dict pack settings reading into a static inner class" by Jean Chalard · 14 years ago
  76. c11c4fd Factor dict pack settings reading into a static inner class by Jean Chalard · 14 years ago
  77. 961453c Merge "Get rid of auto correction flash animation in the suggestion strip" by Tadashi G. Takaoka · 14 years ago
  78. e486175 Merge "Fixed speaking keys when editing password fields" by Ken Wakasa · 14 years ago
  79. bea6b72 Get rid of auto correction flash animation in the suggestion strip by Tadashi G. Takaoka · 14 years ago
  80. 5cb10f7 Fix possible NPE by Tadashi G. Takaoka · 14 years ago
  81. 1d66cc1 Merge "Improve fat finger correction." by satok · 14 years ago
  82. bcac0e9 Improve fat finger correction. by satok · 14 years ago
  83. c160373 Close dictionary pools when they are not used any more. by Jean Chalard · 14 years ago
  84. 29ea7b7 Merge "Have a pool of dictionaries to check spelling." by Jean Chalard · 14 years ago
  85. dbf4f2a Merge "Pass the touch event in the top padding of keyboard." by Yusuke Nojima · 14 years ago
  86. 5ec1309 Pass the touch event in the top padding of keyboard. by Yusuke Nojima · 14 years ago
  87. a562767 Have a pool of dictionaries to check spelling. by Jean Chalard · 14 years ago
  88. f18bda6 Code cleanup by Ken Wakasa · 14 years ago
  89. 70b9c5d Make the spell checker re-entrant. by Jean Chalard · 14 years ago
  90. 8f7f406 Merge "Add a margin between "123" and the mic icon." by Yusuke Nojima · 14 years ago
  91. 3577519 Add a margin between "123" and the mic icon. by Yusuke Nojima · 14 years ago
  92. 3fba65b Merge "Import revised translations." by Eric Fischer · 14 years ago
  93. e8bbc54 Merge "Update shift state in onSizeChanged()" by Ken Wakasa · 14 years ago
  94. 286a5bf Update shift state in onSizeChanged() by Ken Wakasa · 14 years ago
  95. 7783827 Merge "Combilne normal correction and skip correction" by satok · 14 years ago
  96. 0cedd2b Combilne normal correction and skip correction by satok · 15 years ago
  97. 7674f86 Remove the "Touch to correct words" option. by Jean Chalard · 15 years ago
  98. ab791d0 Revert "Remove the "Touch to correct words" option." by Jean Chalard · 15 years ago
  99. 8e69dd8 Remove the "Touch to correct words" option. by Jean Chalard · 15 years ago
  100. 88b22e2 Remove the old dictionary maker by Jean Chalard · 15 years ago