1. b630130 Merge "Fix dicttool build" am: a92d0f9262 am: 438a303732 am: 6aed05232b by Tadashi G. Takaoka · 6 years ago
  2. 6a1b373 Fix dicttool build by Tadashi G. Takaoka · 6 years ago
  3. 2802250 Remove unused class PersonalDictionaryLookup by Yohei Yukawa · 6 years ago
  4. d256927 Migrated various apps under packages/inputmethods/LatinIME/ to androidx by vineel sadineni · 6 years ago
  5. 7a2459c Merge java-overridable/ into java/ again by Yohei Yukawa · 6 years ago
  6. fdfc55d Introduce a custom intent action to close software keyboard by Yohei Yukawa · 7 years ago
  7. 48adccf Start full screen mode on first tap when HW keyborad is connected. by Keisuke Kuroyanagi · 8 years ago
  8. 31a3f07 Map "sr-Latn" to "sr_ZZ" for internal use. by Yohei Yukawa · 8 years ago
  9. 60b5904 Fix runtime crash on KitKat and prior. by Yohei Yukawa · 8 years ago
  10. 809c932 Experimental automatic language switching support. by Yohei Yukawa · 9 years ago
  11. 995ce45 Use "languageTag" in RichInputMethodSubtype. by Yohei Yukawa · 9 years ago
  12. fdb2cf4 Merge remote-tracking branch 'goog/mnc-dr-ryu-dev' by David Riley · 9 years ago
  13. 6c04339 Change NavigationBar invisible if the input view is not shown. by Seigo Nonaka · 9 years ago
  14. 9a438a3 Fix AltR+1 -> ESC shortcuts bringing on-screen keyboard by Dmitry Torokhov · 9 years ago
  15. 1fdb8f3 Define shortcuts for toggling IME layouts. by Dan Zivkovic · 9 years ago
  16. de674ac Re-activate emoji keyboard shortcut. by Dan Zivkovic · 9 years ago
  17. b0dd5cc Fix the ellipses image scaling of LatinIME by Mohammadinamul Sheik · 9 years ago
  18. 707ca76 Handle Cloud Sync and SpellChecker settings when permission changed by Mohammadinamul Sheik · 9 years ago
  19. 6041586 [LatinIME] Support MNC permissions. by Mohammadinamul Sheik · 9 years ago
  20. d711426 Remove android.util.Log from FileUtils by Jatin Matani · 9 years ago
  21. 8c2591e Bring back shortcuts and add to dictionary UI by Jatin Matani · 9 years ago
  22. 3aad142 Load metadata.json from resources on DB reset. by Dan Zivkovic · 9 years ago
  23. c32389c Merge "Small optimization to eliminate a >0 check in RichInputConnection." into jb-ub-latinimegoogle by Tom Ouyang · 9 years ago
  24. 96640a1 Small optimization to eliminate a >0 check in RichInputConnection. by Tom Ouyang · 9 years ago
  25. 563d793 Extend laggy connection timeout for initial load. by Dan Zivkovic · 9 years ago
  26. ecea6a6 Merge changes Iaed8abfb,I8e55b57c into jb-ub-latinimegoogle by Dan Zivkovic · 9 years ago
  27. 67eaf61 Merge "Workaround for preserving responsiveness on a slow InputConnection." into jb-ub-latinimegoogle by Tom Ouyang · 9 years ago
  28. 912016b Workaround for preserving responsiveness on a slow InputConnection. by Tom Ouyang · 9 years ago
  29. ee6de14 Do not decorate committed spans. by Dan Zivkovic · 9 years ago
  30. 4e9d260 Do not force downloads on package replace. by Dan Zivkovic · 9 years ago
  31. bf7c010 Fix the previous downloads logic to not missing any downloads. by Mohammadinamul Sheik · 9 years ago
  32. 73aaf68 Detection and logging of slow input connections. by Dan Zivkovic · 9 years ago
  33. 5a51e4a Clear/remove all the scheduled downloads in Download Manager by Mohammadinamul Sheik · 9 years ago
  34. 0232e73 Cleanup before fixing getTextAfterCursor(). by Dan Zivkovic · 9 years ago
  35. 764a18c Revert "Remove "Personal dictionary" link from settings." by Dan Zivkovic · 9 years ago
  36. 7891733 Remove dogfood history reset. by Dan Zivkovic · 9 years ago
  37. 0e15ff6 Fix on-commit bug in AOSP keyboard. by Dan Zivkovic · 9 years ago
  38. 142294a clean up debug tags. by Mohammadinamul Sheik · 9 years ago
  39. e09da0a Set syncAutomatically for sync users by Jatin Matani · 9 years ago
  40. 9bad1ac Look up thresholds during decoder reset. by Dan Zivkovic · 9 years ago
  41. f01cd56 Merge "Make the DictionaryService stage the downloaded files" by Mohammadinamul Sheik · 9 years ago
  42. a0d9c82 Make the DictionaryService stage the downloaded files by Mohammadinamul Sheik · 9 years ago
  43. f22571e Delete history on upgrade in LatinIME. by Dan Zivkovic · 9 years ago
  44. 89f9070 Do not learn from cursor corrections when autocorrection is disabled. by Tom Ouyang · 9 years ago
  45. 459b4f3 Spelling cannot cache words across invocations. by Dan Zivkovic · 9 years ago
  46. 767c0bf Restore preference change update to show app icon setting. by Chieu Nguyen · 9 years ago
  47. 784233d Specify fileName argument as Nullable. by Dan Zivkovic · 9 years ago
  48. a2376cd Restore switch for showing app icon. by Chieu Nguyen · 9 years ago
  49. 490fa47 Always specify non-null Locale object to SuggestionSpan by Yohei Yukaw · 9 years ago
  50. 54e891e Merge "Fix bug in regular expression stripping quotes." by Martin Paraskevov · 9 years ago
  51. ab8482a Fix bug in regular expression stripping quotes. by Martin Paraskevov · 9 years ago
  52. cdfe8b9 Merge "Add affinity model for contact names." by Tom Ouyang · 9 years ago
  53. c155f7f Merge "Strip quotes from begining/end of a word before checking its validity." by Martin Paraskevov · 9 years ago
  54. 44a1757 Add affinity model for contact names. by Tom Ouyang · 9 years ago
  55. 8ff42d1 Strip quotes from begining/end of a word before checking its validity. by Martin Paraskevov · 9 years ago
  56. 3a5de64 Do not re-download the unused dictionaries. by Mohammadinamul Sheik · 9 years ago
  57. bf732e7 Merge "Store raw strings for personal dictionary" by Jatin Matani · 9 years ago
  58. db96122 Fix the NPE on selection string on unlearnWord by Mohammadinamul Sheik · 9 years ago
  59. 1bfd7be Store raw strings for personal dictionary by Jatin Matani · 9 years ago
  60. 40f0f61 Merge "Personal dictionary feeds a personal LM." by Dan Zivkovic · 9 years ago
  61. 541ef56 Personal dictionary feeds a personal LM. by Dan Zivkovic · 9 years ago
  62. 3952078 Extract fewer characters in getWordRangeAtCursor(). by Tom Ouyang · 9 years ago
  63. 7f386ac Make logs less spammy. by Dan Zivkovic · 9 years ago
  64. 6bb7011 Read less data from the input connection. by Dan Zivkovic · 9 years ago
  65. 3e66c63 Skip decoding for in-vocabulary words. by Dan Zivkovic · 9 years ago
  66. ec2891b Define stats for UserDictionaryLookup. by Dan Zivkovic · 9 years ago
  67. e1b13a4 Log timing for performUpdateSuggestionStripSync. by Tom Ouyang · 9 years ago
  68. 4c326c6 Merge "Log timing of commitChosenWord()" by Dan Zivkovic · 9 years ago
  69. 5d2314f Log timing of commitChosenWord() by Dan Zivkovic · 9 years ago
  70. 3350f70 Merge "Log timing of commitChosenWord()" by Dan Zivkovic · 9 years ago
  71. 9731fad Log timing of commitChosenWord() by Dan Zivkovic · 9 years ago
  72. 915b1ed Merge "Log interrupted tasks in AOSP." by Dan Zivkovic · 9 years ago
  73. 5a53505 Log interrupted tasks in AOSP. by Dan Zivkovic · 9 years ago
  74. a0a6663 Merge "Add shortcut support to UserDictionaryLookup." by Dan Zivkovic · 9 years ago
  75. 87eb7ac Add shortcut support to UserDictionaryLookup. by Dan Zivkovic · 9 years ago
  76. f3392ac Learn corrections that were made in the middle of a word. by Tom Ouyang · 9 years ago
  77. 1a58c47 Unlearn word when the user moves the cursor in to correct it. by Tom Ouyang · 9 years ago
  78. 88f0370 Specify argument nullability. by Dan Zivkovic · 9 years ago
  79. 6d63989 DictStats should mask account info in filename by Jatin Matani · 9 years ago
  80. 76de0a8 Remove "Personal dictionary" link from settings. by Dan Zivkovic · 9 years ago
  81. fa22abb Merge "Setup wizard status only available on Lollipop++" by Dan Zivkovic · 9 years ago
  82. 94a1bea Setup wizard status only available on Lollipop++ by Dan Zivkovic · 9 years ago
  83. e13f375 Merge "Don't hide sync settings, v2 (cleaner)" by Jatin Matani · 9 years ago
  84. 66f1398 Don't hide sync settings, v2 (cleaner) by Jatin Matani · 9 years ago
  85. d4ee11f "spellcheking" needs spellchecking. by Chieu Nguyen · 9 years ago
  86. 16c262a Make Hebrew spellchecking spellcheck Hebrew. by Chieu Nguyen · 9 years ago
  87. f267e84 Merge "Don't log stack trace for missing LM." by Dan Zivkovic · 9 years ago
  88. 43ea67c Don't log stack trace for missing LM. by Dan Zivkovic · 9 years ago
  89. 8de99ce Merge "Don't notify dictpack for updates for service dump" by Jatin Matani · 9 years ago
  90. 23a7998 Not all cyrillic scripts use east_slavic layout. by Dan Zivkovic · 9 years ago
  91. 2cc2d31 Don't notify dictpack for updates for service dump by Jatin Matani · 9 years ago
  92. 68c8898 Handle missing resources. by Dan Zivkovic · 9 years ago
  93. 8f526c9 Use the complete Locale in generating the dictionary id. by Mohammadinamul Sheik · 9 years ago
  94. 3b175a0 Merge "Check for accounts when enabling sync features." by Jatin Matani · 9 years ago
  95. bb27731 Check for accounts when enabling sync features. by Jatin Matani · 9 years ago
  96. 600cca1 Merge "Force download the dictionaries after the apk package is updated." by Mohammadinamul Sheik · 9 years ago
  97. 3bc3bc7 Force download the dictionaries after the apk package is updated. by Mohammadinamul Sheik · 9 years ago
  98. 3b0c2eb Merge "Avoid NPE when logging the entry point to Settings" by Jatin Matani · 9 years ago
  99. 2fb8e5e Avoid NPE when logging the entry point to Settings by Jatin Matani · 9 years ago
  100. 72278d3 Change DictionaryStats to report content version. by Dan Zivkovic · 9 years ago