1. 0bbb917 Cosmetic fixes and style fixes by Ken Wakasa · 13 years ago
  2. eb2fe2a Add wrapper for incremental decoder. by Tom Ouyang · 13 years ago
  3. c7387a4 Add values for suggestion types (A120) by Jean Chalard · 13 years ago
  4. 6931df9 Pass an array to output suggestion types (A119a) by Jean Chalard · 13 years ago
  5. 3b57631 Resolve a TODO: bury some implementation detail in native (A110) by Jean Chalard · 13 years ago
  6. 18d76af Remove an unused method (A109) by Jean Chalard · 13 years ago
  7. cc470c7 Move an implementation detail to native code (A107) by Jean Chalard · 13 years ago
  8. 6a5d17c Remove a useless parameter (A106) by Jean Chalard · 13 years ago
  9. 1a69ad5 Remove a constant parameter (A105) by Jean Chalard · 13 years ago
  10. b7d7c5a Make a constant really constant (A104) by Jean Chalard · 13 years ago
  11. ea92b7b Avoid LatinIME crash by Ken Wakasa · 13 years ago
  12. 0493bb2 Use TARGET_BUILD_APPS to distinguish by Ying Wang · 13 years ago
  13. f52c1c5 Revert "Fix the build" by Ken Wakasa · 13 years ago
  14. 48a4360 Fix the build by Ken Wakasa · 13 years ago
  15. c646102 Update Makefile of LatinIME native code for the unbundled build by Ken Wakasa · 13 years ago
  16. e9a86e2 Search bigrams for the lower case version of the word (A46) by Jean Chalard · 13 years ago
  17. deb0987 Cleanup gesture code overlay by Satoshi Kataoka · 13 years ago
  18. 0336ec4 Reorganize LatinIME native Makefile a bit more by Ken Wakasa · 13 years ago
  19. 8658e55 Makefile and source code structure update for LatinIME AOSP build by Ken Wakasa · 13 years ago
  20. 737c87a Merge "Accept external debug flag in native code" by Satoshi Kataoka · 13 years ago
  21. 6b8e79b Merge "Add a new define for gesture" by Satoshi Kataoka · 13 years ago
  22. 3ffaf39 Accept external debug flag in native code by Satoshi Kataoka · 13 years ago
  23. 8fcd769 Update LatinIME native Makefile for gesture code by Ken Wakasa · 13 years ago
  24. 712e02f Add a new define for gesture by Satoshi Kataoka · 13 years ago
  25. a238e39 Merge "Cleanup the dictionary type." by Jean Chalard · 13 years ago
  26. 2f6817e Add skeleton implementations for gesture by Satoshi Kataoka · 13 years ago
  27. 05efe57 Cleanup the dictionary type. by Jean Chalard · 13 years ago
  28. efb6324 Change native functions' interface for gesture by Satoshi Kataoka · 13 years ago
  29. 91eb4d8 Add skeleton classes for gesture by Satoshi Kataoka · 13 years ago
  30. 7368009 Change JNI for Gesture by Satoshi Kataoka · 13 years ago
  31. b1ed1d4 Make native bigram dictionary const by satok · 13 years ago
  32. 1bc038c Move correction state to stack memory by satok · 13 years ago
  33. 1035bc9 Fix debug build by satok · 13 years ago
  34. e7b34b9 Add NativeUtils.powf() by Ken Wakasa · 13 years ago
  35. 6bc051d Refactor step3: const unigram_dictionary by Satoshi Kataoka · 13 years ago
  36. 4a3db70 refactor native step 2 by Satoshi Kataoka · 13 years ago
  37. 3e8c58f Separate state from proximity_info step1 by Satoshi Kataoka · 13 years ago
  38. 02963c4 am fb3fdf15: Merge "Enhance the safety net in multiple word suggestions" into jb-dev by Satoshi Kataoka · 13 years ago
  39. 67e3cc8 Enhance the safety net in multiple word suggestions by Satoshi Kataoka · 13 years ago
  40. d8096b1 am 6cbe204f: Fix the performance issue on suggesting aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa by Satoshi Kataoka · 13 years ago
  41. 6cbe204 Fix the performance issue on suggesting aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa by Satoshi Kataoka · 13 years ago
  42. 987aa15 am 62cd919d: Remove a compiler warning. by Jean Chalard · 13 years ago
  43. 62cd919 Remove a compiler warning. by Jean Chalard · 13 years ago
  44. 40ab25c am 51705efc: Merge "Add a JNI to get the frequency" into jb-dev by Satoshi Kataoka · 13 years ago
  45. 51705ef Merge "Add a JNI to get the frequency" into jb-dev by Satoshi Kataoka · 13 years ago
  46. 2f854e1 Add a JNI to get the frequency by Satoshi Kataoka · 13 years ago
  47. e3864d4 am b074dfea: Merge "Add a comment on a caveat for future reference." into jb-dev by Jean Chalard · 13 years ago
  48. 46fe49f Add a comment on a caveat for future reference. by Jean Chalard · 13 years ago
  49. 18f6501 am bfba64bc: Merge "Compute the correct frequency for bigram prediction" into jb-dev by Jean Chalard · 13 years ago
  50. e382bcc am 8f9f55dd: Merge "Fix a bug where the bigram freq would be underevaluated" into jb-dev by Jean Chalard · 13 years ago
  51. c941bc9 am 22cf6958: Merge "Split a method to reconstruct freq from uni/bi freq" into jb-dev by Jean Chalard · 13 years ago
  52. ca134cc am bf61bba3: Merge "Fix two small possible bugs." into jb-dev by Jean Chalard · 13 years ago
  53. e308459 Compute the correct frequency for bigram prediction by Jean Chalard · 13 years ago
  54. cb99376 Fix a bug where the bigram freq would be underevaluated by Jean Chalard · 13 years ago
  55. 19ebd93 Split a method to reconstruct freq from uni/bi freq by Jean Chalard · 13 years ago
  56. 402b057 Fix two small possible bugs. by Jean Chalard · 13 years ago
  57. 7d81f31 am 7b1570e6: Merge "Cleanup Makefiles of LatinIME" into jb-dev by Ken Wakasa · 13 years ago
  58. dd58065 Cleanup Makefiles of LatinIME by Ken Wakasa · 13 years ago
  59. 074e8c9 am a0ac31fc: Fix the issue on multiple words suggestion by satok · 13 years ago
  60. a0ac31f Fix the issue on multiple words suggestion by satok · 13 years ago
  61. 7557d3c am bc77adef: Merge "Return the bigram frequency if available." into jb-dev by Jean Chalard · 13 years ago
  62. bc77ade Merge "Return the bigram frequency if available." into jb-dev by Jean Chalard · 13 years ago
  63. cd7c413 Fix build by Jean-Baptiste Queru · 13 years ago
  64. 3b088a2 Add missing includes. by Ken Wakasa · 13 years ago
  65. 9416c81 Return the bigram frequency if available. by Jean Chalard · 13 years ago
  66. 0028ed3 Use "float" instead of "double" by satok · 13 years ago
  67. f837b57 Merge "Reorder suggestions result according to auto correction threshold" into jb-dev by satok · 13 years ago
  68. db1939d Reorder suggestions result according to auto correction threshold by satok · 13 years ago
  69. 6804b8e Fix a bug of handling single quote in the correction algorithm by satok · 14 years ago
  70. 4d289d3 Contacts dictionary rebuilds only when contact names have changed. by Tom Ouyang · 13 years ago
  71. 49ba135 Perform the actual bigram frequency lookup. by Jean Chalard · 13 years ago
  72. 8950ce6 Replace the bigram list position with the map and filter by Jean Chalard · 13 years ago
  73. f1634c8 Fill in the bloom filter for bigram lookup. by Jean Chalard · 13 years ago
  74. 1ff8dc4 Fill up a map of bigram addresses for lookup. by Jean Chalard · 13 years ago
  75. 351864b Fetch and pass the bigram position on suggestions. by Jean Chalard · 13 years ago
  76. 4d9b202 Pass the bigram list position from the top level by Jean Chalard · 13 years ago
  77. 171d180 Add methods to inverse compute the probability. by Jean Chalard · 13 years ago
  78. 522a04e Pass words as int[] to the native code. by Jean Chalard · 13 years ago
  79. a58ebc7 Fix typo of some methods' name by Tadashi G. Takaoka · 13 years ago
  80. bde232d Merge "Pass the previous word down to native code in getSuggestions" by Jean Chalard · 13 years ago
  81. 80111f0 Pass the previous word down to native code in getSuggestions by Jean Chalard · 13 years ago
  82. fec6837 Fix debug compilation + small cleanup by Jean Chalard · 13 years ago
  83. ee396df Fix a native crash by Jean Chalard · 13 years ago
  84. 9c2a96a Preparatory refactoring by Jean Chalard · 13 years ago
  85. db87fe4 Just cosmetic changes in jni code by Ken Wakasa · 13 years ago
  86. 3f675f7 Fix a large native memory leak. by Jean Chalard · 13 years ago
  87. 338d3ec Replace the flags in getSuggestions with a boolean. by Jean Chalard · 13 years ago
  88. aa8df59 Enable using the flags read from the binary file. by Jean Chalard · 13 years ago
  89. cd274b1 Save the flags in a member in the unigram dictionary. by Jean Chalard · 13 years ago
  90. e81ac8b Add a method to get the flags from a binary dictionary. by Jean Chalard · 13 years ago
  91. 5b0761e Remove write-only stuff by Jean Chalard · 13 years ago
  92. 9a933a7 Read shortcuts as strings in the dictionary. by Jean Chalard · 13 years ago
  93. 0c1a3ec Make LatinIME's native Makefile NDK-friendly by Ken Wakasa · 13 years ago
  94. 32f0e24 Remove ".." in the native LOCAL_SRC_FILES. by Ying Wang · 13 years ago
  95. 3ef3e24 Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9 by Ken Wakasa · 13 years ago
  96. 6ba8de2 Good bye the proximity logic in Java code by satok · 13 years ago
  97. aeda8a7 Change the first character check in bigram dictionary to be case insensitive. by Tom Ouyang · 13 years ago
  98. acb6c54 Fix build breakage by satok · 13 years ago
  99. 350ffc8 Merge "Fix a bug with negative coordinates, step 3" by Jean Chalard · 13 years ago
  100. e2222b7 Merge "Fix a bug with negative coordinates, step 2" by Jean Chalard · 13 years ago