1. c05a70a Migrate packages/inputmethods/LatinIME to androidx.test by Brett Chabot · 6 years ago
  2. b630130 Merge "Fix dicttool build" am: a92d0f9262 am: 438a303732 am: 6aed05232b by Tadashi G. Takaoka · 6 years ago
  3. 6a1b373 Fix dicttool build by Tadashi G. Takaoka · 6 years ago
  4. d652575 Add missing test runner annotations by Yohei Yukawa · 6 years ago
  5. c0aa76f Migrate to Android Testing Support Lib (part 7/N) by Yohei Yukawa · 6 years ago
  6. 560a5bc Migrate to Android Testing Support Lib (part 6/N) by Yohei Yukawa · 6 years ago
  7. d3b93cc Migrate to Android Testing Support Lib (part 5/N) by Yohei Yukawa · 6 years ago
  8. 9c49581 Migrate to Android Testing Support Lib (part 1/N) by Yohei Yukawa · 6 years ago
  9. 2802250 Remove unused class PersonalDictionaryLookup by Yohei Yukawa · 6 years ago
  10. 6041586 [LatinIME] Support MNC permissions. by Mohammadinamul Sheik · 9 years ago
  11. f470729 Fix breakage in tests. by Tom Ouyang · 9 years ago
  12. cdfe8b9 Merge "Add affinity model for contact names." by Tom Ouyang · 9 years ago
  13. 44a1757 Add affinity model for contact names. by Tom Ouyang · 9 years ago
  14. 1bfd7be Store raw strings for personal dictionary by Jatin Matani · 9 years ago
  15. 541ef56 Personal dictionary feeds a personal LM. by Dan Zivkovic · 9 years ago
  16. ec2891b Define stats for UserDictionaryLookup. by Dan Zivkovic · 9 years ago
  17. c79ed10 Merge "Revert "Declare that LatinIME does not use cleartext network traffic."" by Dan Zivkovic · 9 years ago
  18. a9a46a6 Revert "Declare that LatinIME does not use cleartext network traffic." by Dan Zivkovic · 9 years ago
  19. 5760cdf Merge "Declare that LatinIME does not use cleartext network traffic." by Alex Klyubin · 9 years ago
  20. 5a53505 Log interrupted tasks in AOSP. by Dan Zivkovic · 9 years ago
  21. 24a9683 Declare that LatinIME does not use cleartext network traffic. by Alex Klyubin · 9 years ago
  22. 87eb7ac Add shortcut support to UserDictionaryLookup. by Dan Zivkovic · 9 years ago
  23. d4ee11f "spellcheking" needs spellchecking. by Chieu Nguyen · 9 years ago
  24. 8f526c9 Use the complete Locale in generating the dictionary id. by Mohammadinamul Sheik · 9 years ago
  25. 4262ef4 We can't spell check Russian without an LM. by Dan Zivkovic · 9 years ago
  26. ffd808b We ship with English, so we can't unit test French by Dan Zivkovic · 9 years ago
  27. 3e792f6 Minor unit test fixes. by Dan Zivkovic · 9 years ago
  28. cb27c4f Move ManagedProfileUtils to overridable by Jatin Matani · 9 years ago
  29. b98a038 Fix InputLogicTests. by Dan Zivkovic · 9 years ago
  30. c15bbb5 Retire Delight2 migration code to speed up tests. by Dan Zivkovic · 9 years ago
  31. 6e86632 Pass DictionaryFacilitator to GestureConsumer#onImeSuggestionsProcessed. by David Faden · 9 years ago
  32. ab59129 Add prev words context to the SuggestedWordInfo. by Mohammadinamul Sheik · 9 years ago
  33. b56f7d8 Merge "Disable message if personalization is disabled." by Chieu Nguyen · 9 years ago
  34. 8ec3602 Disable message if personalization is disabled. by Chieu Nguyen · 9 years ago
  35. 62596b6 Fix the BlueUnderlineTests. by Mohammadinamul Sheik · 9 years ago
  36. 25433d7 Fix the RichInputConnectionAndTextRangeTests by Mohammadinamul Sheik · 9 years ago
  37. edcf585 Merge "Start-of-sentence should include newlines and non-period terminators." by Tom Ouyang · 9 years ago
  38. 5aeb092 Start-of-sentence should include newlines and non-period terminators. by Tom Ouyang · 9 years ago
  39. 775d3a8 Merge "Use BinaryDicitonary.MAX_PREV_WORD_COUNT_FOR_NGRAM for D2 dictioanries." by Mohammadinamul Sheik · 9 years ago
  40. f468609 Use BinaryDicitonary.MAX_PREV_WORD_COUNT_FOR_NGRAM for D2 dictioanries. by Mohammadinamul Sheik · 9 years ago
  41. cab6fa3 Fix some InputLogicTests. by Dan Zivkovic · 9 years ago
  42. bff393c Fix NPE in AccountSettingsFragment. by Dan Zivkovic · 9 years ago
  43. 52dafe8 Don't test format version 403 twice. by Dan Zivkovic · 9 years ago
  44. 5455179 Revert "Next-word suggestion bit in keyboard settings." by Dan Zivkovic · 9 years ago
  45. 29500ef Fix the BinaryDictionaryTests by Mohammadinamul Sheik · 9 years ago
  46. 116e58c Remove autocorrection aggressiveness settings. by Chieu Nguyen · 9 years ago
  47. eaa710d Separate executor for the Spelling decoder. by Dan Zivkovic · 9 years ago
  48. 107fb4c Remove ALS from LatinIME. by Dan Zivkovic · 9 years ago
  49. 77fd5db Remove dead code, including tests. by Dan Zivkovic · 9 years ago
  50. 21a28ab Handle empty previous ngram context correctly. by Chieu Nguyen · 9 years ago
  51. f9e2d27 Use a single background executor. by Dan Zivkovic · 9 years ago
  52. b86ca76 Handle null InputMethodSubtype. by Dan Zivkovic · 9 years ago
  53. bc0384c Combine InputLogicTests. by Dan Zivkovic · 9 years ago
  54. 1ae16dc Next-word suggestion bit in keyboard settings. by Dan Zivkovic · 9 years ago
  55. a568e0a Add util method in ngramcontext for context array by Jatin Matani · 9 years ago
  56. c83352d Merge "Refresh pref settings for cloud sync" by Jatin Matani · 9 years ago
  57. 8ec328f Refresh pref settings for cloud sync by Jatin Matani · 9 years ago
  58. 7d7f082 Stop waking up to decay dynamic dictionaries. by Dan Zivkovic · 9 years ago
  59. 5551302 Don't assume that correctable words are invalid by Dan Zivkovic · 9 years ago
  60. fe3c4ef Merge "Spell checker uses cache of size 1." by Dan Zivkovic · 9 years ago
  61. 29aa3df Spell checker uses cache of size 1. by Dan Zivkovic · 9 years ago
  62. 01b0237 Add tests for Contact* classes by Jatin Matani · 9 years ago
  63. 0b03f13 Sanitize the usage of executors. by Dan Zivkovic · 9 years ago
  64. 12d80eb Remove shortcut support from LatinIME. by Dan Zivkovic · 9 years ago
  65. 2979fad Merge "Add new class spellcheck.UserDictionaryLookup that can look up the system "Personal dictionary" in the event that the DictionaryFacilitator doesn't." by Mario Tanev · 9 years ago
  66. 8aa310a Add new class spellcheck.UserDictionaryLookup that can look up the by Mario Tanev · 9 years ago
  67. 644a709 Remove distracter filter from client. by Dan Zivkovic · 9 years ago
  68. aadfef6 Merge "Move decoder specific constants to DecoderSpecificConstants.java" by Mohammadinamul Sheik · 9 years ago
  69. d6a8adc Cleanup in preparation of distracter change. by Dan Zivkovic · 9 years ago
  70. 0f7d881 Move decoder specific constants to DecoderSpecificConstants.java by Mohammadinamul Sheik · 9 years ago
  71. f3c319f Selections spans should not split surrogate pair. by Dan Zivkovic · 9 years ago
  72. 15acbdc Nuke Amanatto by Jatin Matani · 9 years ago
  73. e1758fe Disable the Burmese keyboard. by Dan Zivkovic · 9 years ago
  74. ab6f3b3 Change DictionaryFacilitator.java to an interface, create its by Mario Tanev · 9 years ago
  75. 8e23519 Fix moving the cursor inside composition in lang w/o spaces by Jean Chalard · 10 years ago
  76. 8bc644d Revert "Fix unit test failure due to translation glitch" by Tadashi G. Takaoka · 10 years ago
  77. bc4ae6b Passing account info to dictionaryFacilitator by Jatin Matani · 10 years ago
  78. 4934a88 Make LanguageOnSpacebarHelper as utility class by Tadashi G. Takaoka · 10 years ago
  79. 2bdd529 Merge "Hook for fetching sync content from UserHistoryDict" by Jatin Matani · 10 years ago
  80. 11a3965 Fix a misspelled method name by Adrian Velicu · 10 years ago
  81. 12d6382 Hook for fetching sync content from UserHistoryDict by Jatin Matani · 10 years ago
  82. 8a711f2 Remove unneeded Context argument by Tadashi G. Takaoka · 10 years ago
  83. f8705dd Fix unit test failure due to translation glitch by Tadashi G. Takaoka · 10 years ago
  84. a2cb2f3 Make the typed word a SuggestedWordInfo by Jean Chalard · 10 years ago
  85. cae324c Cleanup StringAndJsonUtilsTests by Tadashi G. Takaoka · 10 years ago
  86. 6c47403 Rename StringUtils methods that handle title case manipulation by Tadashi G. Takaoka · 10 years ago
  87. 0cf0bfa Merge "Fix Greek accented upper case letters" by Tadashi G. Takaoka · 10 years ago
  88. f62b5d6 Fix Greek accented upper case letters by Tadashi G. Takaoka · 10 years ago
  89. 83f9524 Remove the other deprecated constructor to SuggestedWords by Jean Chalard · 10 years ago
  90. d60f9c0 Merge "Implement UserHistoryDictionary for each user account." by Jatin Matani · 10 years ago
  91. 5365191 Implement UserHistoryDictionary for each user account. by Jatin Matani · 10 years ago
  92. 1da382b Remove unused import by Tadashi G. Takaoka · 10 years ago
  93. c4b6ac7 Update SubtypeLocaleUtilsTests to test Serbian Latin in Seribian by Tadashi G. Takaoka · 10 years ago
  94. 609ee38 Rename unit test by Tadashi G. Takaoka · 10 years ago
  95. ec0d6bb Merge "Move current subtype management code to RichInputMethodManager" by Tadashi G. Takaoka · 10 years ago
  96. 5b91b55 Move util classes under common by Jean Chalard · 10 years ago
  97. 7fb0ed5 Move current subtype management code to RichInputMethodManager by Tadashi G. Takaoka · 10 years ago
  98. e1652d7 Fix the build : move offdevice tests in an off device file by Jean Chalard · 10 years ago
  99. 5b33d19 Add a header command to dicttool. by Jean Chalard · 10 years ago
  100. f6b0e32 Add a *FAST* dictionary header reader. by Jean Chalard · 10 years ago