1. 3b088a2 Add missing includes. by Ken Wakasa · 13 years ago
  2. 4d289d3 Contacts dictionary rebuilds only when contact names have changed. by Tom Ouyang · 13 years ago
  3. 522a04e Pass words as int[] to the native code. by Jean Chalard · 13 years ago
  4. cd274b1 Save the flags in a member in the unigram dictionary. by Jean Chalard · 13 years ago
  5. 5b0761e Remove write-only stuff by Jean Chalard · 13 years ago
  6. 3ef3e24 Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9 by Ken Wakasa · 13 years ago[Renamed from native/src/dictionary.cpp]
  7. 6ba8de2 Good bye the proximity logic in Java code by satok · 13 years ago
  8. 46a1eec Add a variable-length header region to the binary format. by Jean Chalard · 13 years ago
  9. 9fb6f47 New LOG lib by satok · 14 years ago
  10. a7e5a5a Add words priority queue pool by satok · 14 years ago
  11. 1147c7b Unbundle members in unigram_dictionary by satok · 14 years ago
  12. 588e2f2 Add bigram lookup implementation. by Jean Chalard · 14 years ago
  13. 581335c Fix a bug where bigram search would never return by Jean Chalard · 14 years ago
  14. 8124e64 New dict format, step 2 by Jean Chalard · 14 years ago
  15. e93b1f22 Allow reading a binary dictionary even without proximity info. by Jean Chalard · 14 years ago
  16. 8fbd552 Add proximity info to native by satok · 14 years ago
  17. e90b333 Load main dic in native by Ken Wakasa · 15 years ago
  18. 662fe69 Suggest words with missing space by satok · 15 years ago
  19. 715514d Breakdown getWordRec and add comments by satok · 15 years ago
  20. 18c28f4 Detach bigram functionarities from unigram_dictionary by satok · 15 years ago
  21. e808e43 Refactor: Move utility functions and no suggestion functions from unigram_dictionary.cpp to dictionary.cpp by satok · 15 years ago
  22. 3008825 Fix parameters of native functions and refactor Dictionary by satok · 15 years ago
  23. d4952c8 Move a logic for finding words with a missing character to the native code. by satok · 15 years ago
  24. 15dc33d Add an easy way to output native debug logs by satok · 15 years ago
  25. 80aa14f - separate dict (uses xml) by Jae Yong Sung · 15 years ago
  26. 937d5ad added bigram prediction by Jae Yong Sung · 15 years ago
  27. 826269c Get rid of dependency on native AssetManager API. Confirmed the native code builds with the NDK r3. by Ken Wakasa · 15 years ago
  28. 707505e A part of efforts of unbundling LatinIME: Get rid of ICU dependency in the native code. by Ken Wakasa · 15 years ago
  29. 07b1603 Don't let the native code target be included twice when unbundling. by Amith Yamasani · 15 years ago[Renamed from dictionary/src/dictionary.cpp]
  30. 1b62ff1 Increase target size of preferred letters while typing. by Amith Yamasani · 16 years ago
  31. d0e43ec Fix for #2185627 : ArrayIndexOutOfBounds in BinaryDictionary.getWords() by Amith Yamasani · 16 years ago
  32. 379bcf8 Fix a bug in suggestion algorithm not returning all matches. Fixes 2170908. by Amith Yamasani · 16 years ago
  33. f51d16a Reduce weight of missing-char suggestions. by Amith Yamasani · 16 years ago
  34. f115088 Allow for non-starting letters to be upper case in dictionary lookup. by Amith Yamasani · 16 years ago
  35. 322dc3d Prune out suggestions that have a very large edit distance. by Amith Yamasani · 16 years ago
  36. c3df2d6 Correction algorithm to check for missing single characters. by Amith Yamasani · 16 years ago
  37. cc3e5c7 AI 143659: am: CL 143472 Reduce dictionary size. by Amith Yamasani · 16 years ago
  38. 923bf41 auto import from //branches/cupcake/...@138744 by The Android Open Source Project · 16 years ago