1. a4c1f1c Calibrate the scores of the proximity chars according to the distances. by Yusuke Nojima · 14 years ago
  2. 57834c2 Fix a bug of the conversion of the correction algorithm by satok · 14 years ago
  3. afb9076 Enable score calibration by touch coordinates by Yusuke Nojima · 14 years ago
  4. e4ba822 Promote touches in hit box according to the distance from sweet spot by Yusuke Nojima · 14 years ago
  5. c25c7cc Cache the sweet spot types by Yusuke Nojima · 14 years ago
  6. 1671715 Move ProximityInfo::calculateSweetSpotType right after ProximityInfo::setInputParams by Yusuke Nojima · 14 years ago
  7. c812d0b Merge "Demote words with a capitalized char" by satok · 14 years ago
  8. eb050fc Demote words with a capitalized char by satok · 14 years ago
  9. 5d21c5c Fix bug in calculateSweetSpotType() by Yusuke Nojima · 14 years ago
  10. 9ee8c9c Calibrate score by touch coordinates by Yusuke Nojima · 14 years ago
  11. da9f556 Merge "Classify touches into three types." by Yusuke Nojima · 14 years ago
  12. 258bfe6 Classify touches into three types. by Yusuke Nojima · 15 years ago
  13. db096d6 Merge "Add a flag to demote completed suggestions" by satok · 15 years ago
  14. 40a5f6f Add a flag to demote completed suggestions by satok · 15 years ago
  15. ad35835 Pass the touch position correction data to native. by Yusuke Nojima · 15 years ago
  16. 1c923d8 Extend JNI interface to pass the theme id of the keybaord to the native. by Yusuke Nojima · 15 years ago
  17. de2f842 Add explicit NULL check to latinime_Keyboard_setProximityInfo() and ProximityInfo::ProximityInfo(). by Yusuke Nojima · 15 years ago
  18. b225516 Merge "Extend JNI interface to pass the key coordinate information" by Yusuke Nojima · 15 years ago
  19. 0e1f656 Extend JNI interface to pass the key coordinate information by Yusuke Nojima · 15 years ago
  20. db815b7 Merge "Fix a dangerous macro." by Yusuke Nojima · 15 years ago
  21. 6309593 Fix a dangerous macro. by Yusuke Nojima · 15 years ago
  22. 2e496f5 Fix editDistance() not to access the outside of mEditDistanceTable by Yusuke Nojima · 15 years ago
  23. 032cfee Delete unused function and add TODO comment for a potential bug. by Yusuke Nojima · 15 years ago
  24. a6f2fcd Fix a bug for calculating the edit distance by satok · 15 years ago
  25. 0ada663 remove unnecessary condition check. by Yusuke Nojima · 15 years ago
  26. 7adf2cd Combine proximity and corrections by satok · 15 years ago
  27. 10266c0 Combine the skipped and transposed correction by satok · 15 years ago
  28. 6d78302 Fix last excessive char correction handling by satok · 15 years ago
  29. b9d09e7 Refactor correction.cpp by satok · 15 years ago
  30. 9db2097 Do the transposed correction and the excessive correction by one loop by satok · 15 years ago
  31. bcac0e9 Improve fat finger correction. by satok · 15 years ago
  32. 0cedd2b Combilne normal correction and skip correction by satok · 15 years ago
  33. 466ed22 Removed matchedChar count by satok · 15 years ago
  34. f3948c1 Calculate the skip correction by one loop by satok · 15 years ago
  35. 635f68e Improve skip correction algorithm by satok · 15 years ago
  36. 208268d Add correction state. by satok · 15 years ago
  37. cfca3c6 Refactor CorrectionState to Correction by satok · 15 years ago
  38. 985312e Refactor the correction algorithm related to missing character correction by satok · 15 years ago
  39. 8876b75 Move scoring part to the correction state by satok · 15 years ago
  40. f071e75 Change the prune condition by satok · 15 years ago
  41. 4e4e74e Move the input index and output index to correction state by satok · 15 years ago
  42. 0f6c8e8 Move code related to ranking algorithm to correction_state.cpp by satok · 15 years ago
  43. 588e2f2 Add bigram lookup implementation. by Jean Chalard · 15 years ago
  44. 612c6e4 Move code related to ranking algorithm to the correction state by satok · 15 years ago
  45. db2c091 Remove old dictionary format code by satok · 15 years ago
  46. 2df3060 Add correction state by satok · 15 years ago
  47. 6a0e964 Small native refactoring. by Jean Chalard · 15 years ago
  48. 848b69a Some refactoring by Jean Chalard · 15 years ago
  49. 999ba61 Some native cleanup by Jean Chalard · 15 years ago
  50. f0a9809 Check the binary dictionary magic number by Jean Chalard · 15 years ago
  51. d24df43 (Step2)Move functions related to proximity to proximity_info.cpp by satok · 15 years ago
  52. 46f2d44 Merge "(Step 1) Move proximity related parameters from unigram_dictionary to proximity_info" by satok · 15 years ago
  53. 1d7eaf8 (Step 1) Move proximity related parameters from unigram_dictionary to proximity_info by satok · 15 years ago
  54. b2ba413 Merge "Activate the implementation for the new dictionary format." by Jean Chalard · 15 years ago
  55. 827ced8 Separate logging definitions in C by satok · 15 years ago
  56. 787945b Fix build for profiling by satok · 15 years ago
  57. cba9e23 Activate the implementation for the new dictionary format. by Jean Chalard · 15 years ago
  58. 3e41c07 Merge "Add a flag for a profiling" by satok · 15 years ago
  59. 20d9fda Add a flag for a profiling by satok · 15 years ago
  60. 0adf7ae Merge "New dict format, step 7" by Jean Chalard · 15 years ago
  61. 1059f27 New dict format, step 7 by Jean Chalard · 15 years ago
  62. ce9efbf Compile code used in logging conditionally so that gcc does not complain by Doug Kwan · 15 years ago
  63. bb15e77 Move a function to make next commit more readable by Jean Chalard · 15 years ago
  64. e6715e3 Move a function out of a #endif to reduce a future commit by Jean Chalard · 15 years ago
  65. 0584f02 Rename parameters for future change by Jean Chalard · 15 years ago
  66. 432789a Internal cleanup by Jean Chalard · 15 years ago
  67. ffefdb6 Cleanup. by Jean Chalard · 15 years ago
  68. 980d6b6 Internal cleanup. by Jean Chalard · 15 years ago
  69. 594a9a1 Internal cleanup. by Jean Chalard · 15 years ago
  70. 85a1d1e New dict format, step 6 by Jean Chalard · 15 years ago
  71. bc90c72 New dict format, step 5 by Jean Chalard · 15 years ago
  72. ce9e52a Clean up in LatinIME native code by Ken Wakasa · 15 years ago
  73. 23eb0fa Merge "New dict format, step 4" by Jean Chalard · 15 years ago
  74. ca5ef28 New dict format, step 4 by Jean Chalard · 15 years ago
  75. 4fd9650 New dict format, step 3 - followup by Jean Chalard · 15 years ago
  76. 581335c Fix a bug where bigram search would never return by Jean Chalard · 15 years ago
  77. 17e44a7 New dict format, step 3 by Jean Chalard · 15 years ago
  78. 8124e64 New dict format, step 2 by Jean Chalard · 15 years ago
  79. 293ece0 New dict format, step 1 by Jean Chalard · 15 years ago
  80. e93b1f22 Allow reading a binary dictionary even without proximity info. by Jean Chalard · 15 years ago
  81. 99c908a Tweak the demotion rate for the mistyped space correction by satok · 15 years ago
  82. bb68d80 Tweak the demotion rate of mistyped space correction by satok · 15 years ago
  83. d8db9f8 Fix a bug on the calculation of the freq on the mistyped space error correction by satok · 15 years ago
  84. 0b6b0a5 Enable fast power by satok · 15 years ago
  85. b2e5e59 Handle overflow properly in multiplyRate by satok · 15 years ago
  86. 9674f65 Fix a bug that 2 length words were demoted. by satok · 15 years ago
  87. 6354634 Merge "Promote a word with a missing space because the formula was changed by Ifa4338c5f4" by satok · 15 years ago
  88. cbc66e0 Promote a word with a missing space because the formula was changed by Ifa4338c5f4 by satok · 15 years ago
  89. 4c981d3 Demote a word with mistyped space and missing space according to the length of each word by satok · 15 years ago
  90. a4374d2 Promote the correction of words with a missing space character by satok · 15 years ago
  91. 9d2a302 Promote a word with a proximity character by satok · 15 years ago
  92. 72bc17e Promote a word with only one proximity character. by satok · 15 years ago
  93. dc5301e Change the formula of the missing character. by satok · 15 years ago
  94. de3070a Add -Werror flag to catch more warnings and errors by Ken Wakasa · 15 years ago
  95. e07f93d Merge "Tweak the demotion rate for a word with missing letter" into honeycomb-mr1 by satok · 15 years ago
  96. 0bddb2f Tweak the demotion rate for a word with missing letter by satok · 15 years ago
  97. 1df8c82 Fix a bug that a word with only one missing word is not promoted by satok · 15 years ago
  98. 3c4bb77 A bug fix for the mistyped space algorithm by satok · 15 years ago
  99. eaecb56 Merge "Demote skipped characters matched words with respect to length." into honeycomb-mr1 by Jean Chalard · 15 years ago
  100. 817e517 Add the suggestion algorithm of words with space proximity by satok · 15 years ago