1. 5db594a Remove MAX_WORD_LENGTH_INTERNAL by Ken Wakasa · 13 years ago
  2. f6870cc Remove BinaryDictionary.MAX_PREDICTION and MAX_SPACES, and rename MAX_WORDS to MAX_RESULTS by Ken Wakasa · 13 years ago
  3. ffd08e3 Reorganize file and class names for typing and gesture by Ken Wakasa · 13 years ago
  4. aa5a3e8 Clean up int types in the Dictionary class by Ken Wakasa · 13 years ago
  5. fe9ec6b Remove unused variables by Ken Wakasa · 13 years ago
  6. 1e61493 Use 32-bit code points for suggestions output by Ken Wakasa · 13 years ago
  7. b02ee3d Make use of the NELEMS and KEYCODE_SPACE macro. Also, remove an unused parameter. by Ken Wakasa · 13 years ago
  8. f278981 Cosmetic fixes and a bug fix in UnigramDictionary::testCharGroupForContinuedLikeness(). by Ken Wakasa · 13 years ago
  9. f6be15c Step 30-A Constize gesture by Satoshi Kataoka · 13 years ago
  10. 34710b0 A couple of cleanups. Remove unnecessary casts. by Ken Wakasa · 13 years ago
  11. bcec82d Clean up constructors by Ken Wakasa · 13 years ago
  12. e9f3e18 Add arguments for dic traverse session by Satoshi Kataoka · 13 years ago
  13. 9127811 Pass traverse session by Satoshi Kataoka · 13 years ago
  14. 77e8e81 Header cleanup. Moved a couple of functions from .h to .cpp. by Ken Wakasa · 13 years ago
  15. 0bbb917 Cosmetic fixes and style fixes by Ken Wakasa · 13 years ago
  16. c7387a4 Add values for suggestion types (A120) by Jean Chalard · 13 years ago
  17. 6931df9 Pass an array to output suggestion types (A119a) by Jean Chalard · 13 years ago
  18. 3b57631 Resolve a TODO: bury some implementation detail in native (A110) by Jean Chalard · 13 years ago
  19. 6a5d17c Remove a useless parameter (A106) by Jean Chalard · 13 years ago
  20. b7d7c5a Make a constant really constant (A104) by Jean Chalard · 13 years ago
  21. deb0987 Cleanup gesture code overlay by Satoshi Kataoka · 13 years ago
  22. 8658e55 Makefile and source code structure update for LatinIME AOSP build by Ken Wakasa · 13 years ago
  23. 05efe57 Cleanup the dictionary type. by Jean Chalard · 13 years ago
  24. 91eb4d8 Add skeleton classes for gesture by Satoshi Kataoka · 13 years ago
  25. 7368009 Change JNI for Gesture by Satoshi Kataoka · 13 years ago
  26. b1ed1d4 Make native bigram dictionary const by satok · 13 years ago
  27. 1bc038c Move correction state to stack memory by satok · 13 years ago
  28. 2f854e1 Add a JNI to get the frequency by Satoshi Kataoka · 13 years ago
  29. 4d289d3 Contacts dictionary rebuilds only when contact names have changed. by Tom Ouyang · 13 years ago
  30. 8950ce6 Replace the bigram list position with the map and filter by Jean Chalard · 13 years ago
  31. f1634c8 Fill in the bloom filter for bigram lookup. by Jean Chalard · 13 years ago
  32. 1ff8dc4 Fill up a map of bigram addresses for lookup. by Jean Chalard · 13 years ago
  33. 351864b Fetch and pass the bigram position on suggestions. by Jean Chalard · 13 years ago
  34. 4d9b202 Pass the bigram list position from the top level by Jean Chalard · 13 years ago
  35. 522a04e Pass words as int[] to the native code. by Jean Chalard · 13 years ago
  36. fec6837 Fix debug compilation + small cleanup by Jean Chalard · 13 years ago
  37. 338d3ec Replace the flags in getSuggestions with a boolean. by Jean Chalard · 13 years ago
  38. 5b0761e Remove write-only stuff by Jean Chalard · 13 years ago
  39. 3ef3e24 Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9 by Ken Wakasa · 13 years ago[Renamed from native/src/dictionary.h]
  40. 6ba8de2 Good bye the proximity logic in Java code by satok · 13 years ago
  41. 6d41981 Remove a bunch of obsolete methods. by Jean Chalard · 14 years ago
  42. e12e9b5 Fix indentations. by Ken Wakasa · 14 years ago
  43. a7e5a5a Add words priority queue pool by satok · 14 years ago
  44. 1147c7b Unbundle members in unigram_dictionary by satok · 14 years ago
  45. 6e3cb27 Reorganize char_utils.h and basechars.h by Tadashi G. Takaoka · 14 years ago
  46. 588e2f2 Add bigram lookup implementation. by Jean Chalard · 14 years ago
  47. d24df43 (Step2)Move functions related to proximity to proximity_info.cpp by satok · 14 years ago
  48. ce9e52a Clean up in LatinIME native code by Ken Wakasa · 14 years ago
  49. 581335c Fix a bug where bigram search would never return by Jean Chalard · 14 years ago
  50. 8124e64 New dict format, step 2 by Jean Chalard · 14 years ago
  51. c2bbc6a Use translation of fallback umlauts digraphs for German. by Jean Chalard · 15 years ago
  52. 8fbd552 Add proximity info to native by satok · 15 years ago
  53. 887f11e Remove next letters frequency handling by Tadashi G. Takaoka · 15 years ago
  54. e90b333 Load main dic in native by Ken Wakasa · 15 years ago
  55. 48e432c Breakdown getWordRec by satok · 15 years ago
  56. 18c28f4 Detach bigram functionarities from unigram_dictionary by satok · 15 years ago
  57. e808e43 Refactor: Move utility functions and no suggestion functions from unigram_dictionary.cpp to dictionary.cpp by satok · 15 years ago
  58. 3008825 Fix parameters of native functions and refactor Dictionary by satok · 15 years ago
  59. d4952c8 Move a logic for finding words with a missing character to the native code. by satok · 15 years ago
  60. 80aa14f - separate dict (uses xml) by Jae Yong Sung · 15 years ago
  61. 937d5ad added bigram prediction by Jae Yong Sung · 15 years ago
  62. 07b1603 Don't let the native code target be included twice when unbundling. by Amith Yamasani · 16 years ago[Renamed from dictionary/src/dictionary.h]
  63. 1b62ff1 Increase target size of preferred letters while typing. by Amith Yamasani · 16 years ago
  64. d0e43ec Fix for #2185627 : ArrayIndexOutOfBounds in BinaryDictionary.getWords() by Amith Yamasani · 16 years ago
  65. f115088 Allow for non-starting letters to be upper case in dictionary lookup. by Amith Yamasani · 16 years ago
  66. 322dc3d Prune out suggestions that have a very large edit distance. by Amith Yamasani · 16 years ago
  67. c3df2d6 Correction algorithm to check for missing single characters. by Amith Yamasani · 16 years ago
  68. cc3e5c7 AI 143659: am: CL 143472 Reduce dictionary size. by Amith Yamasani · 16 years ago
  69. 923bf41 auto import from //branches/cupcake/...@138744 by The Android Open Source Project · 16 years ago