1. 0cedd2b Combilne normal correction and skip correction by satok · 14 years ago
  2. 88b22e2 Remove the old dictionary maker by Jean Chalard · 14 years ago
  3. bb5504c Merge "Get rid of auto correction flash animation in the suggestion strip" by Ken Wakasa · 14 years ago
  4. 59f5cc8 Get rid of auto correction flash animation in the suggestion strip by Ken Wakasa · 14 years ago
  5. b6b7d81 Merge "Add a settings activity for the spell checker." by Jean Chalard · 14 years ago
  6. 31fd54c Add a settings activity for the spell checker. by Jean Chalard · 14 years ago
  7. f84107c Fix discrepancy in the "show settings key" option by Ken Wakasa · 14 years ago
  8. 1d0807c Merge "Tiny fix for access to cyrillic soft sign on Russian layouts" by Ken Wakasa · 14 years ago
  9. 758011a Tiny fix for access to cyrillic soft sign on Russian layouts by Ken Wakasa · 14 years ago
  10. 86e517f Read shared prefs from the dictionary pack. by Jean Chalard · 14 years ago
  11. 7fca6a5 Merge "Key click sound volume fix" by Ken Wakasa · 14 years ago
  12. bf7dd47 Key click sound volume fix by Ken Wakasa · 14 years ago
  13. f7c449b Merge "Removed matchedChar count" by satok · 14 years ago
  14. 466ed22 Removed matchedChar count by satok · 14 years ago
  15. 4ef448a Externalize the dictionary pack's name and settings by Jean Chalard · 14 years ago
  16. 3a73a30 Merge "Use the dictionaries cached LatinIME-side" by Jean Chalard · 14 years ago
  17. 0886862 Use the dictionaries cached LatinIME-side by Jean Chalard · 14 years ago
  18. c122cfc Merge "Calculate the skip correction by one loop" by satok · 14 years ago
  19. f3948c1 Calculate the skip correction by one loop by satok · 14 years ago
  20. 2896673 Rename a function and update a comment by Jean Chalard · 14 years ago
  21. 6f9f759 Merge "Add the new dictionary maker to the build." by Jean Chalard · 14 years ago
  22. bfbbee8 Add the new dictionary maker to the build. by Jean Chalard · 15 years ago
  23. f102f6a Merge "Give the orders to delete the source files to the dict pack" by Jean Chalard · 14 years ago
  24. 635f68e Improve skip correction algorithm by satok · 14 years ago
  25. 5774908 Give the orders to delete the source files to the dict pack by Jean Chalard · 14 years ago
  26. c359d75 Merge "Execute the switching to a different IME in a POOL_EXECUTOR." by Luca Zanolin · 14 years ago
  27. 208268d Add correction state. by satok · 14 years ago
  28. 613073d Execute the switching to a different IME in a POOL_EXECUTOR. by Luca Zanolin · 14 years ago
  29. d4c08d9 Make sure the directory where to put files actually exists by Jean Chalard · 14 years ago
  30. cfca3c6 Refactor CorrectionState to Correction by satok · 14 years ago
  31. 11b7feb Ellipsis for "Space" key for triggering the IME switcher by Ken Wakasa · 14 years ago
  32. f098fbb Add proximity info for the spell checker. by Jean Chalard · 14 years ago
  33. 3a22708 Have Latin IME copy files from the dictionary pack. by Jean Chalard · 14 years ago
  34. 741c683 Merge "Stop reloading contacts when not appropriate." by Jean Chalard · 14 years ago
  35. 33f3b60 Merge "Refactor the correction algorithm related to missing character correction" by satok · 14 years ago
  36. 39d2a4c Revert Idedaabd1 partially until we have the new auto-correction indicator in TextView by Ken Wakasa · 14 years ago
  37. 985312e Refactor the correction algorithm related to missing character correction by satok · 14 years ago
  38. 14051e2 Stop reloading contacts when not appropriate. by Jean Chalard · 14 years ago
  39. 0484758 Merge "Import revised translations." by Eric Fischer · 14 years ago
  40. 44beeab Merge "Fix issues with long-press access to more suggestions" by Ken Wakasa · 14 years ago
  41. bbf25cf Fix issues with long-press access to more suggestions by Ken Wakasa · 14 years ago
  42. ad7ddca Merge "Correction mode should not rely on the existence of the main dic" by Ken Wakasa · 14 years ago
  43. c769ef4 Correction mode should not rely on the existence of the main dic by Ken Wakasa · 14 years ago
  44. c2b6a35 Add the spell checker configuration xml by satok · 14 years ago
  45. 8f79ffc Merge "Remove suggestion pane controller from strip" by Tadashi G. Takaoka · 14 years ago
  46. ae5c736 Remove suggestion pane controller from strip by Tadashi G. Takaoka · 14 years ago
  47. dbb6d12 Update keyboard and suggestions strip background drawables by Tadashi G. Takaoka · 14 years ago
  48. 20c4aec Partially revert I531a3257 as it mistakenly broke some logic -- textToTheLeft was required. by Ken Wakasa · 14 years ago
  49. 6983cf4 Merge "Remove all key preview from placer when window gets hide" by Tadashi G. Takaoka · 14 years ago
  50. cadb212 Fix issues with long-pressing the spacebar by Ken Wakasa · 14 years ago
  51. 1149abd Remove all key preview from placer when window gets hide by Tadashi G. Takaoka · 14 years ago
  52. 60a004f Fixed count suggestions strip by Tadashi G. Takaoka · 14 years ago
  53. bf8aa9d Import revised translations. by Eric Fischer · 14 years ago
  54. 5bcf8ee Update the spell checker according to API cleanup by satok · 14 years ago
  55. 5767226 Merge "Move scoring part to the correction state" by satok · 14 years ago
  56. 8876b75 Move scoring part to the correction state by satok · 14 years ago
  57. fd047f6 Merge "Move suggestions layout code into parameter class" by Tadashi G. Takaoka · 14 years ago
  58. 94ac3d7 Fix NPE by Tadashi G. Takaoka · 14 years ago
  59. 16713e5 Move suggestions layout code into parameter class by Tadashi G. Takaoka · 14 years ago
  60. 3234123 Implement the spell checker. by Jean Chalard · 14 years ago
  61. ac21e0a Merge "Create a way to pass the proximity info to the dictionary" by Jean Chalard · 14 years ago
  62. 043f784 Create a way to pass the proximity info to the dictionary by Jean Chalard · 14 years ago
  63. 2e2906b Merge "Change the prune condition" by satok · 14 years ago
  64. f071e75 Change the prune condition by satok · 14 years ago
  65. 80ba224 Merge "Cleanup CandidateView class" by Tadashi G. Takaoka · 14 years ago
  66. d95a636 Cleanup CandidateView class by Tadashi G. Takaoka · 14 years ago
  67. 3aacd1d Merge "Additional hack for bug:4311428, a follow up for Ieade33d7." by Ken Wakasa · 14 years ago
  68. de30f9f Additional hack for bug:4311428, a follow up for Ieade33d7. by Ken Wakasa · 14 years ago
  69. 8289ded Merge "Remove newly unused code" by Jean Chalard · 14 years ago
  70. 54cb04e Merge "Move the input index and output index to correction state" by satok · 14 years ago
  71. 4e4e74e Move the input index and output index to correction state by satok · 14 years ago
  72. 09e91ee Remove newly unused code by Jean Chalard · 14 years ago
  73. 3889462 Handle non word separators correctly even for the initial letter of a word by Ken Wakasa · 14 years ago
  74. bb12dc4 Merge "Fix saving keyboard state while rotating" by Tadashi G. Takaoka · 14 years ago
  75. 99debd7 Merge "Reset keyboard shift lock state when new keyboard is ready" by Tadashi G. Takaoka · 14 years ago
  76. 38b5605 Fix saving keyboard state while rotating by Tadashi G. Takaoka · 14 years ago
  77. 73c0239 Reset keyboard shift lock state when new keyboard is ready by Tadashi G. Takaoka · 14 years ago
  78. 0f6c8e8 Move code related to ranking algorithm to correction_state.cpp by satok · 14 years ago
  79. e486290 Merge "Temporary don't use "looks type" for comming rename cl." by satok · 14 years ago
  80. 55d1c5e Temporary don't use "looks type" for comming rename cl. by satok · 14 years ago
  81. eedfef0 Merge "Retain keyboard layout while orientation change" by Tadashi G. Takaoka · 14 years ago
  82. 055054e Retain keyboard layout while orientation change by Tadashi G. Takaoka · 14 years ago
  83. a0ac590 Merge "Support label with icon key" by Tadashi G. Takaoka · 14 years ago
  84. 62d4a96 Support label with icon key by Tadashi G. Takaoka · 14 years ago
  85. 272dfe9 Merge "Replace ALT/More with more meaningful key labels" by Ken Wakasa · 14 years ago
  86. 09578c8 Replace ALT/More with more meaningful key labels by Ken Wakasa · 14 years ago
  87. 21fa416 Revive the missing Settings key on tablets by Ken Wakasa · 14 years ago
  88. 627427b Merge "Fix the popup char order for Arabic layout" by Ken Wakasa · 14 years ago
  89. 81f227d Merge "Change the dictionary file passing schema to a list of ids" by Jean Chalard · 14 years ago
  90. a1d2650 Fix the popup char order for Arabic layout by Ken Wakasa · 14 years ago
  91. b320134 Merge "Cleanup Keyboard related code and rename some classes" by Tadashi G. Takaoka · 14 years ago
  92. 1be29ab Cleanup Keyboard related code and rename some classes by Tadashi G. Takaoka · 14 years ago
  93. 27f3c83 Merge "Import revised translations." by Eric Fischer · 14 years ago
  94. df4db22 Import revised translations. by Eric Fischer · 14 years ago
  95. 047f63f "?123" should be up for translation for Arabic layouts by Ken Wakasa · 14 years ago
  96. 0b08a4b Add char limit for several key label resources by Ken Wakasa · 14 years ago
  97. fae8d60 Change the dictionary file passing schema to a list of ids by Jean Chalard · 14 years ago
  98. 588e2f2 Add bigram lookup implementation. by Jean Chalard · 14 years ago
  99. c1fd3cf Merge "Move code related to ranking algorithm to the correction state" by satok · 14 years ago
  100. 612c6e4 Move code related to ranking algorithm to the correction state by satok · 14 years ago