1. f6aa9e9 Fix: Reading invalid dictionary position. by Keisuke Kuroynagi · 12 years ago
  2. b6f5d3e Fix offdevice compilation by Jean Chalard · 12 years ago
  3. 7eba019 Dump binary dictionary information when opening by Jean Chalard · 12 years ago
  4. edf5842 Merge "Add args to dicttool test." by Jean Chalard · 12 years ago
  5. 28ade09 Merge "Remove format version 1 related logic." by Keisuke Kuroynagi · 12 years ago
  6. 92db5e1 Remove format version 1 related logic. by Keisuke Kuroynagi · 12 years ago
  7. e5a3b77 Merge "Move Range out of RichInputConnection and rename it." by Jean Chalard · 12 years ago
  8. 109ba3a Merge "Regenerate old version dictionaries using new format." by Keisuke Kuroynagi · 12 years ago
  9. 70ee220 Merge "Do not re-resume suggestion if it's not needed." by Jean Chalard · 12 years ago
  10. 675bcf1 Move Range out of RichInputConnection and rename it. by Jean Chalard · 12 years ago
  11. 4b7acd1 Add args to dicttool test. by Jean Chalard · 12 years ago
  12. a62b5b2 Regenerate old version dictionaries using new format. by Keisuke Kuroynagi · 12 years ago
  13. 3f0858e Fix a bug where no URL means refresh never ends by Jean Chalard · 12 years ago
  14. f0af452 Do not re-resume suggestion if it's not needed. by Jean Chalard · 12 years ago
  15. 8142a7b Merge "Record number of words entered" by Kurt Partridge · 12 years ago
  16. a5e28ac Merge "Fix a bug where AOSP Latin IME would not fill dictionaries" by Jean Chalard · 12 years ago
  17. 2a7f8d1 Merge "Introduce patriciaTrie to abstract traversing version 2 dictionary." by Keisuke Kuroynagi · 12 years ago
  18. c5e6efa Introduce patriciaTrie to abstract traversing version 2 dictionary. by Keisuke Kuroynagi · 12 years ago
  19. 21c3a52 Merge "Update dictionaries" by Jean Chalard · 12 years ago
  20. ffe7dbb Update dictionaries by Jean Chalard · 12 years ago
  21. 555c423 Fix a bug where AOSP Latin IME would not fill dictionaries by Jean Chalard · 12 years ago
  22. 169571b Record number of words entered by Kurt Partridge · 12 years ago
  23. e04794c Fix some warnings by Jean Chalard · 12 years ago
  24. 4ded1af Improve the language list in the personal dictionary by Satoshi Kataoka · 12 years ago
  25. ec69a25 Merge "Open an API in ExternalDictionaryGetterForDebug" by Satoshi Kataoka · 12 years ago
  26. a2bfd46 Use internal personal dictionary settings on JBMR2 or before by Satoshi Kataoka · 12 years ago
  27. bd84a00 Open an API in ExternalDictionaryGetterForDebug by Satoshi Kataoka · 12 years ago
  28. d9e08be Merge "Add DictionaryStructure as a policy." by Keisuke Kuroynagi · 12 years ago
  29. 68e7edf Use NOT_A_DICT_POS instead of 0 to express not valid ditctionary position. by Keisuke Kuroynagi · 12 years ago
  30. e394aba Add DictionaryStructure as a policy. by Keisuke Kuroynagi · 12 years ago
  31. c96b56a Merge "Reduce the number of arguments required to initialize dic_node." by Keisuke Kuroynagi · 12 years ago
  32. 2bbd78a Merge "Ignore spans that are not the right size." by Jean Chalard · 12 years ago
  33. c445369 Fix class names by Ken Wakasa · 12 years ago
  34. 2f7f625 Ignore spans that are not the right size. by Jean Chalard · 12 years ago
  35. 6379a4d Reduce the number of arguments required to initialize dic_node. by Keisuke Kuroynagi · 12 years ago
  36. 16c418b Merge "Follow-up to I97df1c3d4076fe97657ebc3b086cccd2b97e9a9a" by Ken Wakasa · 12 years ago
  37. 6c0e412 Merge "Resume suggestion at start input" by Jean Chalard · 12 years ago
  38. 0053bc5 Follow-up to I97df1c3d4076fe97657ebc3b086cccd2b97e9a9a by Ken Wakasa · 12 years ago
  39. b1b21d4 Make sure to always keep native methods by Ken Wakasa · 12 years ago
  40. a690f3b Merge "Readability improvement" by Jean Chalard · 12 years ago
  41. 173f74b Merge "Fixing follow-up to I548d899b" by Jean Chalard · 12 years ago
  42. fb72890 Readability improvement by Jean Chalard · 12 years ago
  43. 7fcf304 Fixing follow-up to I548d899b by Jean Chalard · 12 years ago
  44. c0d7a37 Merge "Move shortcut reading methods." by Keisuke Kuroynagi · 12 years ago
  45. 5ac44bd Move shortcut reading methods. by Keisuke Kuroynagi · 12 years ago
  46. 5bf1be7 Add jni methods for dynamically handling a dictionary. by Keisuke Kuroynagi · 12 years ago
  47. 4da287d Merge "Import translations. DO NOT MERGE" by Baligh Uddin · 12 years ago
  48. 2f69348 Resume suggestion at start input by Jean Chalard · 12 years ago
  49. fd0945b Merge "Make UserLogRingCharBuffer an external class" by Ken Wakasa · 12 years ago
  50. 9419e02 Make UserLogRingCharBuffer an external class by Ken Wakasa · 12 years ago
  51. 333362a Merge "Fix the one-suggestion case." by Jean Chalard · 12 years ago
  52. d7d5ff1 Fix the one-suggestion case. by Jean Chalard · 12 years ago
  53. 38b5426 Merge "Add a parameter isUpdatable to the constructor of BinaryDictionary." by Keisuke Kuroynagi · 12 years ago
  54. 981717d Add a parameter isUpdatable to the constructor of BinaryDictionary. by Keisuke Kuroynagi · 12 years ago
  55. 12ef7d3 Merge "Cleanup under the utils package" by Ken Wakasa · 12 years ago
  56. 03118a2 Cleanup under the utils package by Ken Wakasa · 12 years ago
  57. 81c5c3c Merge "Add canBeDynamicallyUpdated() in BinaryDictionaryInfo." by Keisuke Kuroynagi · 12 years ago
  58. 8bc0b51 Merge "Allow mmapping dictionary file in writable mode in openNative." by Keisuke Kuroynagi · 12 years ago
  59. 0bb6eb3 Merge "Move file and mmap information form Dictionary to BinaryDictionaryInfo." by Keisuke Kuroynagi · 12 years ago
  60. 3b33656 Add canBeDynamicallyUpdated() in BinaryDictionaryInfo. by Keisuke Kuroynagi · 12 years ago
  61. f3b6290 Allow mmapping dictionary file in writable mode in openNative. by Keisuke Kuroynagi · 12 years ago
  62. 46159d5 Move file and mmap information form Dictionary to BinaryDictionaryInfo. by Keisuke Kuroynagi · 12 years ago
  63. d2f0d82 Import translations. DO NOT MERGE by Baligh Uddin · 12 years ago
  64. 1058562 Merge "Fix a bug in the cached cursor pos, and simplify selection handling" by Jean Chalard · 12 years ago
  65. 1fc6b80 Merge "Move splash screen to separate file" by Kurt Partridge · 12 years ago
  66. cdf7741 Merge "Fix a small bug" by Jean Chalard · 12 years ago
  67. bfaf349 Load the native lib eagerly by Ken Wakasa · 12 years ago
  68. bc18131 Merge "Move util classes to the latin/utils directory" by Ken Wakasa · 12 years ago
  69. fadff6a Merge "Fix possible divided by zeror error" by Tadashi G. Takaoka · 12 years ago
  70. bafe4b8 Fix possible divided by zeror error by Tadashi G. Takaoka · 12 years ago
  71. ca52e1c Fix a small bug by Jean Chalard · 12 years ago
  72. e28eba5 Move util classes to the latin/utils directory by Ken Wakasa · 12 years ago
  73. 33d4cdc Merge "Fix tests for Ia78d3540" by Jean Chalard · 12 years ago
  74. a099638 Fix tests for Ia78d3540 by Jean Chalard · 12 years ago
  75. c074c33 Merge "Refactor text range to be able to get spans larger than the word" by Jean Chalard · 12 years ago
  76. e8c4b99 Refactor text range to be able to get spans larger than the word by Jean Chalard · 12 years ago
  77. 80a4b7c Merge "Extend center point vertically for bottom keys on a keyboard." by Keisuke Kuroynagi · 12 years ago
  78. 77ec871 Extend center point vertically for bottom keys on a keyboard. by Keisuke Kuroynagi · 12 years ago
  79. 564ad49 Merge "Enable long-press digit input for tablets" by Tadashi G. Takaoka · 12 years ago
  80. 940cca4 Merge "Check adjacent proximity chars for insertion for typing" by Keisuke Kuroynagi · 12 years ago
  81. af9d92f Rename BinaryDictionaryBigramsReadingUtils to BinaryDictionaryTerminalAttributesReadingUtils and remanme the class methods by Keisuke Kuroynagi · 12 years ago
  82. be2a172 Merge "Give the best score to the most probable exact match." by Keisuke Kuroynagi · 12 years ago
  83. 24706f8 Check adjacent proximity chars for insertion for typing by Keisuke Kuroynagi · 12 years ago
  84. 1a0750d Move splash screen to separate file by Kurt Partridge · 12 years ago
  85. b7a2fd1 Merge "Defer disk-intensive tasks until after the keyboard is shown" by Jean Chalard · 12 years ago
  86. 673c727 Defer disk-intensive tasks until after the keyboard is shown by Jean Chalard · 12 years ago
  87. f0dc0b1 Give the best score to the most probable exact match. by Keisuke Kuroynagi · 12 years ago
  88. d02daf2 Merge "Fix punctuations strip" by Tadashi G. Takaoka · 12 years ago
  89. e5dee0a Fix a bug in the cached cursor pos, and simplify selection handling by Jean Chalard · 12 years ago
  90. 21dfdcd Merge "Add ByteArrayUtils::readSignedInt24andAdvancePosition to read dynamic dictionaries." by Keisuke Kuroynagi · 12 years ago
  91. e105fdf Merge "Change method name of getDepth and getTotalLength." by Keisuke Kuroynagi · 12 years ago
  92. 9b570b5 Fix punctuations strip by Tadashi G. Takaoka · 12 years ago
  93. ecd3b51 Enable long-press digit input for tablets by Tadashi G. Takaoka · 13 years ago
  94. 8a914a6 Add ByteArrayUtils::readSignedInt24andAdvancePosition to read dynamic dictionaries. by Keisuke Kuroynagi · 12 years ago
  95. 0c178ff Merge "Import translations. DO NOT MERGE" by Baligh Uddin · 12 years ago
  96. 09858cb Change method name of getDepth and getTotalLength. by Keisuke Kuroynagi · 12 years ago
  97. 93f74ba Merge "Add tests to dicttool test." by Jean Chalard · 12 years ago
  98. 23d4eb5 Add tests to dicttool test. by Jean Chalard · 12 years ago
  99. 1db2df0 Merge "Initialize inputStatusG at the constructor." by Keisuke Kuroynagi · 12 years ago
  100. 7937f09 Lengthen CHAR LIMIT of settings_system_default by Tadashi G. Takaoka · 12 years ago