1. c20c5a8 Fixes for correction mode - reliably show the corrections when tapping on a word. by Amith Yamasani · 15 years ago
  2. c9a181b Fixed default preference issue. by Yohei Fujii · 15 years ago
  3. fda1ae7 Fixed the issue of popup enabled when i change to symbol keyboard. by Yohei Fujii · 15 years ago
  4. 648dcf5 Revert the open-source LatinIME package name - by Ken Wakasa · 15 years ago
  5. 0b0a686 add new preference for popup preview by Yohei Fujii · 15 years ago
  6. ac09339 -UserBigram -UnitTest for UserBigram -Changes for number of bigrams to load by Jae Yong Sung · 15 years ago
  7. 6dea425 Fix for NPE in saveWordInHistory by Amith Yamasani · 15 years ago
  8. 6be8e35 am b608a93c: am 6511376f: am 65582531: Fix a bug in backspace handling for the "Tap again to save" by Ken Wakasa · 15 years ago
  9. 6511376 am 65582531: Fix a bug in backspace handling for the "Tap again to save" by Ken Wakasa · 15 years ago
  10. 6558253 Fix a bug in backspace handling for the "Tap again to save" by Ken Wakasa · 15 years ago
  11. 35f6cd9 Fix possible NPE and IndexOutOfBoundsException. by Tadashi G. Takaoka · 15 years ago
  12. bc305c2 Merge "Fix NPE introduced by Change-Id: Ie482167b2ae2804fa1aa43ffb5067af47b7553f1" by Tadashi G. Takaoka · 15 years ago
  13. 87fe3b8 Fix NPE introduced by Change-Id: Ie482167b2ae2804fa1aa43ffb5067af47b7553f1 by Tadashi G. Takaoka · 15 years ago
  14. 5f14188 Merge "Add a layout for a black-characters based theme" by satok · 15 years ago
  15. db60e6f Add a layout for a black-characters based theme by satok · 15 years ago
  16. f00341f Fix grammar error in comment by Tadashi G. Takaoka · 15 years ago
  17. 820e426 Fix inconsistency between pop-up preview key and input key by Tadashi G. Takaoka · 15 years ago
  18. 7a73c18 Merge "Add hysteresis movement key debouncing" by Tadashi G. Takaoka · 15 years ago
  19. 80aa14f - separate dict (uses xml) by Jae Yong Sung · 15 years ago
  20. e36bce0 Add hysteresis movement key debouncing by Tadashi G. Takaoka · 15 years ago
  21. e55a9a1 Refactor move and time de-bouncing codes into separate static class by Tadashi G. Takaoka · 15 years ago
  22. 879b79b Merge "Read the alternatives from the server-side" by Maryam Garrett · 15 years ago
  23. 9f1db5f Merge "Add a logging code to send Bigram data" by satok · 15 years ago
  24. d5276e4 Add a logging code to send Bigram data by satok · 15 years ago
  25. 994d400 Merge "Refactor UI message handling class to be more readable" by Tadashi G. Takaoka · 15 years ago
  26. bd0f31f Refactor UI message handling class to be more readable by Tadashi G. Takaoka · 15 years ago
  27. 999368e Updating keyboard ids must happen everytime makeKeyboards() is called by Tadashi G. Takaoka · 15 years ago
  28. 262748c Read the alternatives from the server-side by Maryam Garrett · 15 years ago
  29. 40bd988 Enable re-edit feature by satok · 15 years ago
  30. b42ceab Merge "Change the default vaule of Log to be false" by Ken Wakasa · 15 years ago
  31. 7df1c4e Change the default vaule of Log to be false by satok · 15 years ago
  32. debd74c Prepare for master merge by Ken Wakasa · 15 years ago
  33. 481a75f Merge remote branch 'goog/master' by satok · 15 years ago
  34. 44f9249 Merge "Slightly reluctant to scroll candidate strip to be able to easily choose the suggestion" by Tadashi G. Takaoka · 15 years ago
  35. 353c20a Slightly reluctant to scroll candidate strip to be able to easily choose the suggestion by Tadashi G. Takaoka · 15 years ago
  36. 8b96a9a Underlining for correction is causing problems with styled text. Disable for now. by Amith Yamasani · 15 years ago
  37. f336adc Comment out re-editing feature by satok · 15 years ago
  38. 7ff4da9 Fix build failure by adding an input by satok · 15 years ago
  39. b9c57e6 Merge remote branch 'goog/master' by satok · 15 years ago
  40. 937d5ad added bigram prediction by Jae Yong Sung · 15 years ago
  41. b71547f Fix some bugs in editing feature by Amith Yamasani · 15 years ago
  42. 09ecdc8 Disable re-editting feature. by satok · 15 years ago
  43. bc0b0a6 Show preview of F1 keys properly by satok · 15 years ago
  44. e8e1534 Merge "Null check at BackToAcceptedDefault" by satok · 15 years ago
  45. ac108d5 Null check at BackToAcceptedDefault by satok · 15 years ago
  46. a86a942 Fix the mic icon key is not black in the black scheme. by satok · 15 years ago
  47. b54abe2 Merge "Add key debounce. bug: 2517112" by Ken Wakasa · 15 years ago
  48. 59d271e Add key debounce. bug: 2517112 by Ken Wakasa · 15 years ago
  49. 9c76844 Fix NPE on logging words by satok · 15 years ago
  50. 9d2e059 Merge commit 'goog/master' by satok · 15 years ago
  51. 67607ea Fix "pi" input issues. Added a popup for greek capital pi. Bug: 2220892 by Ken Wakasa · 15 years ago
  52. 40c8661 No capitalization for inputs from the symbols keyboard. bug: 2220892 by Ken Wakasa · 15 years ago
  53. 0fbdf10 Change color of a shodow behind the current language in Black symbols scheme by satok · 15 years ago
  54. 57691a3 Show word alternatives for spoken input by Maryam Garrett · 15 years ago
  55. 6c20ab5 Add a typeFace element and a symbol's color element by satok · 15 years ago
  56. cd61cad Remove additional layouts by satok · 15 years ago
  57. 2b2db81 Move KeyboardView in the framework to LatinKeyboardViewBase by satok · 15 years ago
  58. a62f7c1 Remember typed words for auto-corrections by Amith Yamasani · 16 years ago
  59. 9512706 Make DropBox.addText AsyncTask in IMELogger by satok · 15 years ago
  60. b373d46 Log the current launguage and enabled languages by satok · 15 years ago
  61. d5d61c3 Catch inflate exception by satok · 15 years ago
  62. acbe38f Try GC at OutOfMemoryError by satok · 15 years ago
  63. 3a7adf6 Merge "Fix logging issues" by satok · 15 years ago
  64. 2974449 Fix logging issues by satok · 15 years ago
  65. 03d88c0 Show a current locale in the space bar by satok · 15 years ago
  66. 88327fb Fix NPE onDestroy by satok · 15 years ago
  67. dac53d9 Change RuntimeErrot to OutOfMemoryError by satok · 15 years ago
  68. e4c7ad3 Show encoded log by satok · 15 years ago
  69. 0f97599 Delete extra inflating view by satok · 15 years ago
  70. c6bc1a9 URL encode a log of exception by satok · 15 years ago
  71. 0eaca7a Fix NPE and addded logOnWarning by satok · 15 years ago
  72. 8edbaf0 Hide debug mode by satok · 15 years ago
  73. 518643a Remove non-main dictionary candidates by satok · 15 years ago
  74. 4ff7bbc Fix a bug that force closing happens even when SUPPRESS_EXCEPTION flag is on. by satok · 15 years ago
  75. 219d9d5 Flush before re-throwing exception in logOnException by satok · 15 years ago
  76. dd58fe9 Add candidates of manually picked suggestions by satok · 15 years ago
  77. 0175d7d Add additional punctuations to suggestion strip. Bug: 2729632 by Ken Wakasa · 15 years ago
  78. 4ee3676 Check suggested words whether they are from mainDic or not by satok · 15 years ago
  79. 928ebfe Add aggressive cancellation for auto suggestion by satok · 15 years ago
  80. e607db6 Get the log of exceptions. And delete the gradient background. by satok · 15 years ago
  81. 7c00957 Log version of IME by satok · 15 years ago
  82. f4973b3 Clear user's input and manually picked suggestion by satok · 15 years ago
  83. 37340b3 Merge "Add black resources" by satok · 15 years ago
  84. c03c7cb Logging issues by satok · 15 years ago
  85. faeed22 Add black resources by satok · 15 years ago
  86. 352f8bc Fix log dupplication of auto suggest by satok · 15 years ago
  87. 574a7cc Fix the bug that black symbols are shown when only one lanugage is selected. by satok · 15 years ago
  88. bf336cb Change symbol to use black icons by satok · 15 years ago
  89. f22d479 Log and UI fix by satok · 15 years ago
  90. b72f348 Add new UI for Gingerbread refering to Heiko's sample by satok · 15 years ago
  91. 3e5b8b3 Merge commit 'goog/master' by satok · 15 years ago
  92. 107d9dd Fix the valid length of a logged data by satok · 15 years ago
  93. db8dcd8 Only use fullscreen mode if the number of inches in height is less than 2.5in by Amith Yamasani · 15 years ago
  94. 01303e3 Commit on finishInput by satok · 15 years ago
  95. 8530836 Add logging for UI by satok · 15 years ago
  96. f9ce910 Merge commit 'goog/master' by satok · 15 years ago
  97. a0f8739 Add Keyboard Theme Switcher by satok · 15 years ago
  98. 8aaca66 Merge "Fix a bug throwing IndexOutOfBoundsException when IME receives completions more than MAX_SUGGESTIONS in full-screen mode." by Amith Yamasani · 15 years ago
  99. 00dd9e1 Fix NPE by satok · 15 years ago
  100. 75e0abc Fix a bug throwing IndexOutOfBoundsException when IME receives completions more than MAX_SUGGESTIONS in full-screen mode. by Yuncheol Heo · 15 years ago