1. 951ab9d Fix typo. by Ken Wakasa · 14 years ago
  2. f0d5a78 Merge "Add functions to calculate proximity characters in the native code" by satok · 14 years ago
  3. 219a514 Fix a bug on German umlaut digraph correction by satok · 14 years ago
  4. a70ee6e Add functions to calculate proximity characters in the native code by satok · 14 years ago
  5. 46a1eec Add a variable-length header region to the binary format. by Jean Chalard · 14 years ago
  6. d1dbdb6 Make some debug aid functions to inline by Tadashi G. Takaoka · 14 years ago
  7. bb0bd66 Fix correction utility by satok · 14 years ago
  8. ad290d6 Activate bigram predictions from the binary dictionary by Jean Chalard · 14 years ago
  9. 26e3157 resolved conflicts for merge of 3ad1145a to master by Jean-Baptiste Queru · 14 years ago
  10. a85f492 Support multi words suggestion by satok · 14 years ago
  11. 4c5daa8 Fix indent by Ken Wakasa · 14 years ago
  12. a27cb62 Merge "Use C++ template for min/max" by Tadashi G. Takaoka · 14 years ago
  13. 09baa36 Use C++ template for min/max by Tadashi G. Takaoka · 14 years ago
  14. 1b9fa94 Support correction conversion from skip to additional proximity by satok · 14 years ago
  15. 04fd04d Separate the logic for touch caribration again by satok · 14 years ago
  16. e05b3f4 Support additional proximity characters by satok · 14 years ago
  17. b093cc4 [MIPS] Remove reference to NDK by Bhanu Chetlapalli · 14 years ago
  18. 1f6b52e Implement multi words suggestions step1 by satok · 14 years ago
  19. 9955716 Merge missing space and mistyped space correction algorithm by satok · 14 years ago
  20. 3c09bb1 Merge multiple words suggestions algorithm by satok · 14 years ago
  21. 7409d15 Refactor words priority queue by satok · 14 years ago
  22. f8ce19c Merge "Cleanup unused code" by satok · 14 years ago
  23. 1c03306 Cleanup unused code by satok · 14 years ago
  24. 61b31a6 Merge "Do other error correction for the second word of two word correction" by satok · 14 years ago
  25. 8330b48 Do other error correction for the second word of two word correction by satok · 14 years ago
  26. 0bfe359 Add a test for auto-correction. by Jean Chalard · 14 years ago
  27. 11c4121 Merge 2577fca1 by Jean-Baptiste Queru · 14 years ago
  28. bd6ccdd Clean up two word correction by satok · 14 years ago
  29. 54af64a Two words error correction with other error correction for the first word by satok · 14 years ago
  30. bd1ed5b Make the JNI lib an optional module by Robert CH Chou · 15 years ago
  31. 29dc806 Prepair for advanced two words error correction by satok · 14 years ago
  32. a161a4a Use edit distance for transposing correction by satok · 14 years ago
  33. 82ddd16 Stop avoiding adding what the user typed to candidates by Jean Chalard · 14 years ago
  34. 67e1397 Merge "Store suggestions for each input length for missing space algorithm etc." by satok · 14 years ago
  35. 6ad15fc Store suggestions for each input length for missing space algorithm etc. by satok · 14 years ago
  36. 4c0eca6 Read multi-byte char group counts by Jean Chalard · 14 years ago
  37. 6d41981 Remove a bunch of obsolete methods. by Jean Chalard · 14 years ago
  38. 512c669 Fix a native crash with shortcuts by Jean Chalard · 14 years ago
  39. 9fb6f47 New LOG lib by satok · 14 years ago
  40. b960477 Use placement new to construct the queue by satok · 14 years ago
  41. be0cf72 Move auto correction thresthold to the native code by satok · 14 years ago
  42. b0c49b7 Actually add shortcut targets to the suggestions (A4) by Jean Chalard · 14 years ago
  43. e1e5a3f Merge "Fill in the format-specific shortcut reading methods (A3)" by Jean Chalard · 14 years ago
  44. 8e464d4 Fill in the format-specific shortcut reading methods (A3) by Jean Chalard · 14 years ago
  45. ecbf3f2 Merge "Fix indentations." by Ken Wakasa · 14 years ago
  46. e12e9b5 Fix indentations. by Ken Wakasa · 14 years ago
  47. cf9dbbd Add methods to read shortcuts from the binary dict (A2) by Jean Chalard · 14 years ago
  48. c8c6585 Add a forgotten constant by Jean Chalard · 14 years ago
  49. e0e3396 Skip shortcut targets if any. (A1) by Jean Chalard · 14 years ago
  50. 1a6da63 Prepare for proximity + two word correction No2 by satok · 14 years ago
  51. 744dab6 Prepare for proximity + two words suggestion by satok · 14 years ago
  52. a7e5a5a Add words priority queue pool by satok · 14 years ago
  53. 4d35598 Add a functionality to limit the max correction errors by satok · 14 years ago
  54. d03317c Prune traversing a bit agressively and add a flag not to do auto completion by satok · 14 years ago
  55. 1147c7b Unbundle members in unigram_dictionary by satok · 14 years ago
  56. d5e35ac Reorganize LatinIME native build directory structure. Now it got NDK friendly. by Ken Wakasa · 14 years ago
  57. 16379df Use priority queue for native string buffer by satok · 14 years ago
  58. 0a66397 am 620b1faf: Merge "Fix the touch calibration bug" into ics-mr1 by satok · 14 years ago
  59. 554fdd2 Fix the touch calibration bug by satok · 14 years ago
  60. 6e3cb27 Reorganize char_utils.h and basechars.h by Tadashi G. Takaoka · 14 years ago
  61. 6d12dfd am 2549ce27: am df2fed2b: Merge "Fix a bug that would end up in memory corruption" into ics-mr0 by Ken Wakasa · 14 years ago
  62. 2549ce2 am df2fed2b: Merge "Fix a bug that would end up in memory corruption" into ics-mr0 by Ken Wakasa · 14 years ago
  63. 8c8ca59 Fix a bug that would end up in memory corruption by Jean Chalard · 14 years ago
  64. 5fdcd7d Fix JNI as 64bit ready by Tadashi G. Takaoka · 14 years ago
  65. 7e8cf3c Merge "Remove NULL from native/jni" by Tadashi G. Takaoka · 14 years ago
  66. 94810de Remove NULL from native/jni by Tadashi G. Takaoka · 14 years ago
  67. 0e97148 Remove NULL from native/src by Tadashi G. Takaoka · 14 years ago
  68. 5049f5b Fix trivial compile issue by Tadashi G. Takaoka · 14 years ago
  69. d862b93 Cleanup unused function by Tadashi G. Takaoka · 14 years ago
  70. 04d8737 Calculate edit distances incrementally. by Yusuke Nojima · 14 years ago
  71. a4c1f1c Calibrate the scores of the proximity chars according to the distances. by Yusuke Nojima · 14 years ago
  72. 57834c2 Fix a bug of the conversion of the correction algorithm by satok · 14 years ago
  73. afb9076 Enable score calibration by touch coordinates by Yusuke Nojima · 14 years ago
  74. e4ba822 Promote touches in hit box according to the distance from sweet spot by Yusuke Nojima · 14 years ago
  75. c25c7cc Cache the sweet spot types by Yusuke Nojima · 14 years ago
  76. 1671715 Move ProximityInfo::calculateSweetSpotType right after ProximityInfo::setInputParams by Yusuke Nojima · 14 years ago
  77. c812d0b Merge "Demote words with a capitalized char" by satok · 14 years ago
  78. eb050fc Demote words with a capitalized char by satok · 14 years ago
  79. 5d21c5c Fix bug in calculateSweetSpotType() by Yusuke Nojima · 14 years ago
  80. 9ee8c9c Calibrate score by touch coordinates by Yusuke Nojima · 14 years ago
  81. da9f556 Merge "Classify touches into three types." by Yusuke Nojima · 14 years ago
  82. 258bfe6 Classify touches into three types. by Yusuke Nojima · 14 years ago
  83. db096d6 Merge "Add a flag to demote completed suggestions" by satok · 14 years ago
  84. 40a5f6f Add a flag to demote completed suggestions by satok · 14 years ago
  85. ad35835 Pass the touch position correction data to native. by Yusuke Nojima · 14 years ago
  86. 1c923d8 Extend JNI interface to pass the theme id of the keybaord to the native. by Yusuke Nojima · 14 years ago
  87. de2f842 Add explicit NULL check to latinime_Keyboard_setProximityInfo() and ProximityInfo::ProximityInfo(). by Yusuke Nojima · 14 years ago
  88. b225516 Merge "Extend JNI interface to pass the key coordinate information" by Yusuke Nojima · 14 years ago
  89. 0e1f656 Extend JNI interface to pass the key coordinate information by Yusuke Nojima · 14 years ago
  90. db815b7 Merge "Fix a dangerous macro." by Yusuke Nojima · 14 years ago
  91. 6309593 Fix a dangerous macro. by Yusuke Nojima · 14 years ago
  92. 2e496f5 Fix editDistance() not to access the outside of mEditDistanceTable by Yusuke Nojima · 14 years ago
  93. 032cfee Delete unused function and add TODO comment for a potential bug. by Yusuke Nojima · 14 years ago
  94. a6f2fcd Fix a bug for calculating the edit distance by satok · 14 years ago
  95. 0ada663 remove unnecessary condition check. by Yusuke Nojima · 14 years ago
  96. 7adf2cd Combine proximity and corrections by satok · 14 years ago
  97. 10266c0 Combine the skipped and transposed correction by satok · 14 years ago
  98. 6d78302 Fix last excessive char correction handling by satok · 14 years ago
  99. b9d09e7 Refactor correction.cpp by satok · 14 years ago
  100. 9db2097 Do the transposed correction and the excessive correction by one loop by satok · 14 years ago