1. b02ee3d Make use of the NELEMS and KEYCODE_SPACE macro. Also, remove an unused parameter. by Ken Wakasa · 13 years ago
  2. 162c211 Address warnings by -Weffc++ by Ken Wakasa · 13 years ago
  3. f6be15c Step 30-A Constize gesture by Satoshi Kataoka · 13 years ago
  4. 267030d Cleanup casts. by Ken Wakasa · 13 years ago
  5. ddb12ea Step 24-A remove setdict by Satoshi Kataoka · 13 years ago
  6. bcec82d Clean up constructors by Ken Wakasa · 13 years ago
  7. e9f3e18 Add arguments for dic traverse session by Satoshi Kataoka · 13 years ago
  8. 9127811 Pass traverse session by Satoshi Kataoka · 13 years ago
  9. 586b0ca Show results in the native code. by Satoshi Kataoka · 13 years ago
  10. 77e8e81 Header cleanup. Moved a couple of functions from .h to .cpp. by Ken Wakasa · 13 years ago
  11. f1008c5 Cleanup headers by Ken Wakasa · 13 years ago
  12. 5460ea3 Misc cleanups by Ken Wakasa · 13 years ago
  13. 0bbb917 Cosmetic fixes and style fixes by Ken Wakasa · 13 years ago
  14. b7d7c5a Make a constant really constant (A104) by Jean Chalard · 13 years ago
  15. deb0987 Cleanup gesture code overlay by Satoshi Kataoka · 13 years ago
  16. 8658e55 Makefile and source code structure update for LatinIME AOSP build by Ken Wakasa · 13 years ago
  17. efb6324 Change native functions' interface for gesture by Satoshi Kataoka · 13 years ago
  18. 91eb4d8 Add skeleton classes for gesture by Satoshi Kataoka · 13 years ago
  19. b1ed1d4 Make native bigram dictionary const by satok · 13 years ago
  20. 1bc038c Move correction state to stack memory by satok · 13 years ago
  21. 2f854e1 Add a JNI to get the frequency by Satoshi Kataoka · 13 years ago
  22. 3b088a2 Add missing includes. by Ken Wakasa · 13 years ago
  23. 4d289d3 Contacts dictionary rebuilds only when contact names have changed. by Tom Ouyang · 13 years ago
  24. 522a04e Pass words as int[] to the native code. by Jean Chalard · 13 years ago
  25. cd274b1 Save the flags in a member in the unigram dictionary. by Jean Chalard · 13 years ago
  26. 5b0761e Remove write-only stuff by Jean Chalard · 13 years ago
  27. 3ef3e24 Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9 by Ken Wakasa · 13 years ago[Renamed from native/src/dictionary.cpp]
  28. 6ba8de2 Good bye the proximity logic in Java code by satok · 13 years ago
  29. 46a1eec Add a variable-length header region to the binary format. by Jean Chalard · 13 years ago
  30. 9fb6f47 New LOG lib by satok · 14 years ago
  31. a7e5a5a Add words priority queue pool by satok · 14 years ago
  32. 1147c7b Unbundle members in unigram_dictionary by satok · 14 years ago
  33. 588e2f2 Add bigram lookup implementation. by Jean Chalard · 14 years ago
  34. 581335c Fix a bug where bigram search would never return by Jean Chalard · 14 years ago
  35. 8124e64 New dict format, step 2 by Jean Chalard · 14 years ago
  36. e93b1f22 Allow reading a binary dictionary even without proximity info. by Jean Chalard · 14 years ago
  37. 8fbd552 Add proximity info to native by satok · 14 years ago
  38. e90b333 Load main dic in native by Ken Wakasa · 15 years ago
  39. 662fe69 Suggest words with missing space by satok · 15 years ago
  40. 715514d Breakdown getWordRec and add comments by satok · 15 years ago
  41. 18c28f4 Detach bigram functionarities from unigram_dictionary by satok · 15 years ago
  42. e808e43 Refactor: Move utility functions and no suggestion functions from unigram_dictionary.cpp to dictionary.cpp by satok · 15 years ago
  43. 3008825 Fix parameters of native functions and refactor Dictionary by satok · 15 years ago
  44. d4952c8 Move a logic for finding words with a missing character to the native code. by satok · 15 years ago
  45. 15dc33d Add an easy way to output native debug logs by satok · 15 years ago
  46. 80aa14f - separate dict (uses xml) by Jae Yong Sung · 15 years ago
  47. 937d5ad added bigram prediction by Jae Yong Sung · 15 years ago
  48. 826269c Get rid of dependency on native AssetManager API. Confirmed the native code builds with the NDK r3. by Ken Wakasa · 15 years ago
  49. 707505e A part of efforts of unbundling LatinIME: Get rid of ICU dependency in the native code. by Ken Wakasa · 15 years ago
  50. 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]
  51. 1b62ff1 Increase target size of preferred letters while typing. by Amith Yamasani · 16 years ago
  52. d0e43ec Fix for #2185627 : ArrayIndexOutOfBounds in BinaryDictionary.getWords() by Amith Yamasani · 16 years ago
  53. 379bcf8 Fix a bug in suggestion algorithm not returning all matches. Fixes 2170908. by Amith Yamasani · 16 years ago
  54. f51d16a Reduce weight of missing-char suggestions. by Amith Yamasani · 16 years ago
  55. f115088 Allow for non-starting letters to be upper case in dictionary lookup. by Amith Yamasani · 16 years ago
  56. 322dc3d Prune out suggestions that have a very large edit distance. by Amith Yamasani · 16 years ago
  57. c3df2d6 Correction algorithm to check for missing single characters. by Amith Yamasani · 16 years ago
  58. cc3e5c7 AI 143659: am: CL 143472 Reduce dictionary size. by Amith Yamasani · 16 years ago
  59. 923bf41 auto import from //branches/cupcake/...@138744 by The Android Open Source Project · 16 years ago