1. 6abdafc Remove TerminalAttributes. by Keisuke Kuroyanagi · 11 years ago
  2. f4688f8 Cleanup ShortcutListReadingUtils. by Keisuke Kuroyanagi · 11 years ago
  3. f1e383e Change name of shortcut reading util class. by Keisuke Kuroyanagi · 11 years ago
  4. 7c48352 Move methods for Shortcut reading to policyimpl. by Keisuke Kuroyanagi · 11 years ago
  5. fd10db0 Move shortcut iteration methods to poilcy. by Keisuke Kuroyanagi · 11 years ago
  6. 277053a Move bigram reading methods to BigramListReadingUtils. by Keisuke Kuroyanagi · 11 years ago
  7. 668870b Move bigrams iteration methods to policy. by Keisuke Kuroyanagi · 11 years ago
  8. e1ebef6 Make DictionaryStructurePolicy have buffer info. by Keisuke Kuroyanagi · 11 years ago
  9. b2408c7 Fix parent position reading for ver3 dict. by Keisuke Kuroyanagi · 11 years ago
  10. 60eb250 Support ver3 dict in native code. by Keisuke Kuroyanagi · 11 years ago
  11. 744084d Implement getTerminalNodePositionOfWord for ver3 dict. by Keisuke Kuroynagi · 11 years ago
  12. 9601df5 Implement getCodePointsAndProbabilityAnd... for ver3 dicts. by Keisuke Kuroynagi · 11 years ago
  13. 2b1dd6e Implement a part of ver 3 dictionary reading methods. by Keisuke Kuroynagi · 11 years ago
  14. 22f951c Merge "Remove checkFirstCharacter from BigramDictionary." by Keisuke Kuroynagi · 11 years ago
  15. cf1f767 DynamicPatriciaTrieReadingUtils for version 3 dictionary. by Keisuke Kuroynagi · 11 years ago
  16. 647c000 Give PatriciaTrieReadingUtils methods for reading nodes. by Keisuke Kuroynagi · 11 years ago
  17. f0a7f70 Fix: Include wrong file in dynamic_patricia_trie_policy.cpp. by Keisuke Kuroynagi · 11 years ago
  18. 8045b7c Merge "Introduce DynamicPatriciaTriePolicy for ver 3 dictionary." by Keisuke Kuroynagi · 11 years ago
  19. 2401f7c Move binary_format.h to policyimpl. by Keisuke Kuroynagi · 11 years ago
  20. 11a431f Fix: appendTwoWords cannot handle MAX_WORD_LENGTH-chars word. by Keisuke Kuroynagi · 11 years ago
  21. 2a2aac2 Remove checkFirstCharacter from BigramDictionary. by Keisuke Kuroynagi · 11 years ago
  22. 26de707 Introduce DynamicPatriciaTriePolicy for ver 3 dictionary. by Keisuke Kuroynagi · 11 years ago
  23. 1fb11da Move creating children methods to structurePolicy. by Keisuke Kuroynagi · 11 years ago
  24. 9d618d1 Move files only used in dicNode to "internal". by Keisuke Kuroynagi · 11 years ago
  25. 4447b14 "much" in suggestions of "m" after "very" by Keisuke Kuroynagi · 11 years ago
  26. 75322ce Support terminal insertion error correction by Satoshi Kataoka · 11 years ago
  27. cb4a7c1 Fix: "saomething" -> "something". by Keisuke Kuroynagi · 11 years ago
  28. 62f3b4e Merge "Fix: huge bigram costs for blacklisted words." by Keisuke Kuroynagi · 11 years ago
  29. 5b7688b Fix: native crash while iterating bigramslist. by Keisuke Kuroynagi · 11 years ago
  30. b179199 Fix: huge bigram costs for blacklisted words. by Keisuke Kuroynagi · 11 years ago
  31. c38ec47 Get BigramsPos and ShortcutPos via structure policy. by Keisuke Kuroynagi · 11 years ago
  32. 8a71295 Replace NOT_VALID_WORD with NOT_A_VALID_WORD_POS by Keisuke Kuroynagi · 11 years ago
  33. b6f286b Merge "Make bigram dictionary and traverse session use structure policy." by Keisuke Kuroynagi · 11 years ago
  34. 34047d8 Quit ignoring language cost of exact matches. by Keisuke Kuroynagi · 11 years ago
  35. 1311cdc Make bigram dictionary and traverse session use structure policy. by Keisuke Kuroynagi · 11 years ago
  36. 5b03213 Remove flags from dicNodeProperties. by Keisuke Kuroynagi · 11 years ago
  37. 0933353 Merge "Read version 3 dictionary header." by Keisuke Kuroynagi · 11 years ago
  38. cac66f2 Merge "Return NOT_A_PROBABILITY in getProbability for inalid dictionary." by Keisuke Kuroynagi · 11 years ago
  39. a829188 Allow force auto commit when the top is long multiword. by Keisuke Kuroynagi · 11 years ago
  40. 72f69fd Return NOT_A_PROBABILITY in getProbability for inalid dictionary. by Keisuke Kuroynagi · 11 years ago
  41. 9a4f7a3 Disable shortcut output for multi-word suggestions. by Keisuke Kuroynagi · 11 years ago
  42. 5ae8722 Read version 3 dictionary header. by Keisuke Kuroynagi · 11 years ago
  43. 07718a5 Merge "Fix: Reading invalid dictionary position." by Keisuke Kuroynagi · 11 years ago
  44. f6aa9e9 Fix: Reading invalid dictionary position. by Keisuke Kuroynagi · 11 years ago
  45. 2164856 Merge "Move children filtering methods to DicNodeChildrenFilter." by Keisuke Kuroynagi · 11 years ago
  46. b6f5d3e Fix offdevice compilation by Jean Chalard · 11 years ago
  47. 7eba019 Dump binary dictionary information when opening by Jean Chalard · 11 years ago
  48. 28ade09 Merge "Remove format version 1 related logic." by Keisuke Kuroynagi · 11 years ago
  49. 92db5e1 Remove format version 1 related logic. by Keisuke Kuroynagi · 11 years ago
  50. 109ba3a Merge "Regenerate old version dictionaries using new format." by Keisuke Kuroynagi · 11 years ago
  51. a62b5b2 Regenerate old version dictionaries using new format. by Keisuke Kuroynagi · 11 years ago
  52. 7a06a79 Move children filtering methods to DicNodeChildrenFilter. by Keisuke Kuroynagi · 11 years ago
  53. c5e6efa Introduce patriciaTrie to abstract traversing version 2 dictionary. by Keisuke Kuroynagi · 11 years ago
  54. d9e08be Merge "Add DictionaryStructure as a policy." by Keisuke Kuroynagi · 11 years ago
  55. 68e7edf Use NOT_A_DICT_POS instead of 0 to express not valid ditctionary position. by Keisuke Kuroynagi · 11 years ago
  56. e394aba Add DictionaryStructure as a policy. by Keisuke Kuroynagi · 11 years ago
  57. c96b56a Merge "Reduce the number of arguments required to initialize dic_node." by Keisuke Kuroynagi · 11 years ago
  58. c445369 Fix class names by Ken Wakasa · 11 years ago
  59. 6379a4d Reduce the number of arguments required to initialize dic_node. by Keisuke Kuroynagi · 11 years ago
  60. c0d7a37 Merge "Move shortcut reading methods." by Keisuke Kuroynagi · 11 years ago
  61. 5ac44bd Move shortcut reading methods. by Keisuke Kuroynagi · 11 years ago
  62. 5bf1be7 Add jni methods for dynamically handling a dictionary. by Keisuke Kuroynagi · 11 years ago
  63. 3b33656 Add canBeDynamicallyUpdated() in BinaryDictionaryInfo. by Keisuke Kuroynagi · 11 years ago
  64. f3b6290 Allow mmapping dictionary file in writable mode in openNative. by Keisuke Kuroynagi · 11 years ago
  65. 46159d5 Move file and mmap information form Dictionary to BinaryDictionaryInfo. by Keisuke Kuroynagi · 11 years ago
  66. 80a4b7c Merge "Extend center point vertically for bottom keys on a keyboard." by Keisuke Kuroynagi · 11 years ago
  67. 77ec871 Extend center point vertically for bottom keys on a keyboard. by Keisuke Kuroynagi · 11 years ago
  68. 940cca4 Merge "Check adjacent proximity chars for insertion for typing" by Keisuke Kuroynagi · 11 years ago
  69. af9d92f Rename BinaryDictionaryBigramsReadingUtils to BinaryDictionaryTerminalAttributesReadingUtils and remanme the class methods by Keisuke Kuroynagi · 11 years ago
  70. be2a172 Merge "Give the best score to the most probable exact match." by Keisuke Kuroynagi · 11 years ago
  71. 24706f8 Check adjacent proximity chars for insertion for typing by Keisuke Kuroynagi · 11 years ago
  72. f0dc0b1 Give the best score to the most probable exact match. by Keisuke Kuroynagi · 11 years ago
  73. 21dfdcd Merge "Add ByteArrayUtils::readSignedInt24andAdvancePosition to read dynamic dictionaries." by Keisuke Kuroynagi · 11 years ago
  74. 8a914a6 Add ByteArrayUtils::readSignedInt24andAdvancePosition to read dynamic dictionaries. by Keisuke Kuroynagi · 11 years ago
  75. 09858cb Change method name of getDepth and getTotalLength. by Keisuke Kuroynagi · 11 years ago
  76. ec7457e Initialize inputStatusG at the constructor. by Keisuke Kuroynagi · 11 years ago
  77. 2d3f2da Check compound distance of node and prune useless node after creating new word. by Keisuke Kuroynagi · 11 years ago
  78. 6bfeeb8 Support multi words input for gesture. by Keisuke Kuroynagi · 11 years ago
  79. 0052dbd Support keys that have uncommon width. by Keisuke Kuroynagi · 11 years ago
  80. 1ff81e8 Use bloom filter in multi bigram map. by Keisuke Kuroynagi · 11 years ago
  81. a71ed8c Introduce BinaryDictionaryBigramsIterator to access bigrams attributes in binary dictionaries. by Keisuke Kuroynagi · 11 years ago
  82. f473f4b Remove unused macros in defines.h by Ken Wakasa · 11 years ago
  83. 0b7cd6a Fix: Android.mk for autocorrection_threshold_utils. by Keisuke Kuroynagi · 11 years ago
  84. 527c128 Remove unused methods. by Keisuke Kuroynagi · 11 years ago
  85. bd0d1af Introduce BinaryDictionaryHeader to access binary dictionary header. by Keisuke Kuroynagi · 11 years ago
  86. ad0c6d7 Cleanups in JNI related code by Ken Wakasa · 11 years ago
  87. 11dc3a3 Clean up macro variables by Ken Wakasa · 11 years ago
  88. 156d393 Remove a bunch macros that are no longer used by Ken Wakasa · 11 years ago
  89. db0aa74 Merge "Purge WordsPriorityQueue" by Satoshi Kataoka · 11 years ago
  90. 4caf594 Follow up to I907150be994c4f9ffc030c063de521eeb177d3e1 by Ken Wakasa · 11 years ago
  91. 04e37fb Purge WordsPriorityQueue by Satoshi Kataoka · 11 years ago
  92. cbb1ee4 Fix build by Satoshi Kataoka · 11 years ago
  93. dceebee Purge UnigramDictionary by Satoshi Kataoka · 11 years ago
  94. 6c4ad52 Migrate used functions in UnigramDicitonary by Satoshi Kataoka · 11 years ago
  95. d858b58 Move obsolete files to obsolete dir 2 by Satoshi Kataoka · 11 years ago
  96. e0bbb98 Fix build by Satoshi Kataoka · 11 years ago
  97. 01cae93 Move obsolete files to obsolete dir by Satoshi Kataoka · 11 years ago
  98. 7c92b42 Purge DicTraverseWrapper by Satoshi Kataoka · 11 years ago
  99. d181120 Move bigram_dictionary by Satoshi Kataoka · 11 years ago
  100. addea83 Create "src/utils" directory by Ken Wakasa · 11 years ago