1. fe89715 Fix "null" toast when FillCallback.onFailure(null) called. by Joanne Chung · 3 years, 10 months ago
  2. 38fdfe4 Updated docs for Autofill inline Session/controller. by Adam He · 3 years, 10 months ago
  3. a383f33 Change to drop down when the inline suggestions don't be shown in IME. by lpeter · 3 years, 11 months ago
  4. 32cfac9 Do not replace the authenticated dataset for pinned inline suggestion by Feng Cao · 3 years, 11 months ago
  5. 6e3a4d7 Merge "Release remove inline suggestion views when session destroyed" into rvc-dev by TreeHugger Robot · 3 years, 11 months ago
  6. 17ca1ee Release remove inline suggestion views when session destroyed by Feng Cao · 3 years, 11 months ago
  7. b58c510 Merge "Add missing cases where empty suggestions should be sent to IME." into rvc-dev by Adam He · 3 years, 11 months ago
  8. 2359a78 Merge "Add call to send empty suggestions to IME on cancelling augmented autofill." into rvc-dev by Adam He · 3 years, 11 months ago
  9. c71f42e Add call to send empty suggestions to IME on cancelling augmented autofill. by Adam He · 3 years, 11 months ago
  10. 8dca727 Add missing cases where empty suggestions should be sent to IME. by Adam He · 4 years ago
  11. 16ed196 Create the PendingIntent for UserHandle.CURRENT by Nicholas Sauer · 3 years, 11 months ago
  12. f755f9c Merge "Notify the registered AutofillCallback for inline." into rvc-dev by Joanne Chung · 4 years ago
  13. 79f3817 Merge "Fix a bug to not complete the augmented autofill request when fill window is shown" into rvc-dev by TreeHugger Robot · 4 years ago
  14. 4add155 Merge "Fix a bug where we didn't call IME before calling augmented autofill" into rvc-dev by Feng Cao · 4 years ago
  15. f4d947b Notify the registered AutofillCallback for inline. by Joanne Chung · 4 years ago
  16. d0433c7 Dataset authentication for Augmented Autofill by Nikita Dubrovsky · 4 years ago
  17. 91dae47 Fix a bug where we didn't call IME before calling augmented autofill by Feng Cao · 4 years ago
  18. 14de002 Fix input method switch handling in autofill by Feng Cao · 4 years ago
  19. 5d6243e Fix a bug to not complete the augmented autofill request when fill window is shown by Feng Cao · 4 years ago
  20. 756740d Merge "Send empty response to IME when autofill session is destroyed" into rvc-dev by TreeHugger Robot · 4 years ago
  21. b9aeb6c Merge "Send empty inline response to IME if augmented autofill returns no suggestion" into rvc-dev by TreeHugger Robot · 4 years ago
  22. 89825ac Send empty response to IME when autofill session is destroyed by Feng Cao · 4 years ago
  23. 0575b5a Merge "AF Inline: Don't stop filtering after a suggestion was selected." into rvc-dev by Ahaan Ugale · 4 years ago
  24. 1e0e1238 Send empty inline response to IME if augmented autofill returns no suggestion by Feng Cao · 4 years ago
  25. 5e24f19 AF Inline: Don't stop filtering after a suggestion was selected. by Ahaan Ugale · 4 years ago
  26. cf3a861 Merge "Fix inline not worked after the service package updated" into rvc-dev by TreeHugger Robot · 4 years ago
  27. ba4fecb Fix inline not worked after the service package updated by TYM Tsai · 4 years ago
  28. 38e2eb6 Merge "When starting new session, make autofill manager service to not clear inline suggestions" into rvc-dev by TreeHugger Robot · 4 years ago
  29. 5c2f11d When starting new session, make autofill manager service to not clear inline suggestions by Feng Cao · 4 years ago
  30. 7e38991 Merge "Make autofill manager service to not clear inline suggestions when IME input finishes" into rvc-dev by Feng Cao · 4 years ago
  31. 3a9c93d Merge "Fixes getLastResponseIndexLocked() always return last index" into rvc-dev by TreeHugger Robot · 4 years ago
  32. faee762 Make autofill manager service to not clear inline suggestions when IME input finishes by Feng Cao · 4 years ago
  33. 974c311 AF Inline: Notify the registered AutofillCallback, also fix filtering. by Ahaan Ugale · 4 years ago
  34. d06ca16 Merge "Fixes expired response does not work with augmented autofill" into rvc-dev by TreeHugger Robot · 4 years ago
  35. 8fb84a1 Fixes getLastResponseIndexLocked() always return last index by TYM Tsai · 4 years ago
  36. eab095f Fixes expired response does not work with augmented autofill by TYM Tsai · 4 years ago
  37. ab476cc Merge "Fix hasEnabledAutofillServices() return wrong value after AutofillServie updated" into rvc-dev by Joanne Chung · 4 years ago
  38. 43c04e1 Merge "Handle input method switch properly for inline suggestions" into rvc-dev by TreeHugger Robot · 4 years ago
  39. 81cbe29 Handle input method switch properly for inline suggestions by TYM Tsai · 4 years ago
  40. 2e933f4 Don't send action suggestion when user starts typing by Feng Cao · 4 years ago
  41. 523dca0 Fix a bug where autofill resends inline suggestions in the wrong app by Feng Cao · 4 years ago
  42. f368dbe Fix hasEnabledAutofillServices() return wrong value after AutofillServie updated by Joanne Chung · 4 years ago
  43. c505bf8 Merge "Merge the autofill provider's inline spec with the IME's spec for authentication case" into rvc-dev by Feng Cao · 4 years ago
  44. 2ec1d70 Merge "AF: Remove the timeout for receiving InlineSuggestionsRequest from IME" into rvc-dev by TreeHugger Robot · 4 years ago
  45. c06c034 Merge "Only clear inline suggestions when IMS.onInputFinish is called" into rvc-dev by Feng Cao · 4 years ago
  46. 793e1bc AF: Remove the timeout for receiving InlineSuggestionsRequest from IME by Ahaan Ugale · 4 years ago
  47. 7c978ec Only clear inline suggestions when IMS.onInputFinish is called by Feng Cao · 4 years ago
  48. 1b80201 Merge the autofill provider's inline spec with the IME's spec for authentication case by Feng Cao · 4 years ago
  49. 8e81531 Fix cts fail for android.autofillservice.cts.augmented by lpeter · 4 years ago
  50. ecb9021 Fix logic in shouldStartNewPartition to avoid null responses. by Adam He · 4 years ago
  51. cdbd09b Merge "Prevent crash when AutofillManager.isEnabled() is called" into rvc-dev by Joanne Chung · 4 years ago
  52. ee55616 Prevent crash when AutofillManager.isEnabled() is called by Joanne Chung · 4 years ago
  53. 3b4d3ca Reusing the remote inline suggestion view during autofill filtering by Feng Cao · 4 years, 1 month ago
  54. 254545c Merge "Support re-attaching the inline suggestion view to window" into rvc-dev by Feng Cao · 4 years ago
  55. b46851c Support re-attaching the inline suggestion view to window by Feng Cao · 4 years, 1 month ago
  56. 559130d Merge "Add custom Error Prone check for SDK comparisons." into rvc-dev by Jeff Sharkey · 4 years ago
  57. 4d1d7b5 Add custom Error Prone check for SDK comparisons. by Jeff Sharkey · 4 years ago
  58. 954c18b Merge "Don't start new inline autofill flow if one started already." into rvc-dev by Adam He · 4 years ago
  59. ce5c802 Don't start new inline autofill flow if one started already. by Adam He · 4 years, 1 month ago
  60. bd26abb Support WRAP_CONTENT in InlineSuggestion#inflate by Feng Cao · 4 years, 1 month ago
  61. 260c94d Add isInline info to augmented autofill request log by Feng Cao · 4 years, 1 month ago
  62. 87935f6 Merge "Autofill: Fix unsafe usages of mCurrentViewId related to Inline UI." into rvc-dev by TreeHugger Robot · 4 years, 1 month ago
  63. 25d370c Merge "Remove duplicate RemoteCallback." into rvc-dev by TreeHugger Robot · 4 years, 1 month ago
  64. e763059 Autofill: Fix unsafe usages of mCurrentViewId related to Inline UI. by Ahaan Ugale · 4 years, 1 month ago
  65. 6e5aff9 Increase the timeout that autofill waits for IME callback inline request by Feng Cao · 4 years, 1 month ago
  66. 77a6d81 Remove duplicate RemoteCallback. by Adam He · 4 years, 1 month ago
  67. 7454840 Merge "Hide augmented inline suggestion if field value is changed to not empty" into rvc-dev by TreeHugger Robot · 4 years, 1 month ago
  68. ba52b86 Merge "Pass augmented client state to the event history." into rvc-dev by Joanne Chung · 4 years, 1 month ago
  69. 4f99c15 Hide augmented inline suggestion if field value is changed to not empty by Feng Cao · 4 years, 1 month ago
  70. 3a064c9 Merge "Resend previous inline suggestions when IME hides and shows again" into rvc-dev by TreeHugger Robot · 4 years, 1 month ago
  71. 1f0b181 Resend previous inline suggestions when IME hides and shows again by Feng Cao · 4 years, 1 month ago
  72. 5edb1ae Pass augmented client state to the event history. by Joanne Chung · 4 years, 1 month ago
  73. c0404ff Merge "Pass inline suggestions renderer info Bundle to Frameworks and IME" into rvc-dev by TreeHugger Robot · 4 years, 1 month ago
  74. 89afcd6 Pass inline suggestions renderer info Bundle to Frameworks and IME by Adam He · 4 years, 2 months ago
  75. 7a2b535 Request the IME to hide current inline suggestion by lpeter · 4 years, 1 month ago
  76. cc16038 Split autofill InlineSuggestionSession to two classes by Feng Cao · 4 years, 1 month ago
  77. 7b5982b AF: Clear the existing response for the partition on a new request. by Ahaan Ugale · 4 years, 1 month ago
  78. 2935048 AF: Fix bug where Session#setViewStatesLocked doesn't clear response. by Ahaan Ugale · 4 years, 1 month ago
  79. ec86087 Fix the bug to not request IME twice for augmented autofill only field by Feng Cao · 4 years, 1 month ago
  80. 97ec1c4 Send more IME events to autofill manager service. by Feng Cao · 4 years, 2 months ago
  81. f27433a Migrate android.view.inline to android.widget.inline by Adam He · 4 years, 2 months ago
  82. 56cfc32 Merge "Don't filter pinned inline suggestions." into rvc-dev by Ahaan Ugale · 4 years, 2 months ago
  83. 555ae02 Merge "Fix the validation for showing inline suggestion in webview" into rvc-dev by TreeHugger Robot · 4 years, 2 months ago
  84. a873cd1 Fix the validation for showing inline suggestion in webview by Feng Cao · 4 years, 2 months ago
  85. 8893d30 Don't filter pinned inline suggestions. by Ahaan Ugale · 4 years, 2 months ago
  86. 291a32c Merge "Fix potential deadlock in getAutofillOptions()." into rvc-dev by Joanne Chung · 4 years, 2 months ago
  87. 44f3ee4c Fix potential deadlock in getAutofillOptions(). by Joanne Chung · 4 years, 2 months ago
  88. 6c95b50 Merge "Fix IInlineSuggestionUiCallback not released." into rvc-dev by Joanne Chung · 4 years, 2 months ago
  89. bdf11af Fix IInlineSuggestionUiCallback not released. by Joanne Chung · 4 years, 2 months ago
  90. ea25d21 Merge "Don't allow the keyboard to probe Inline Suggestion content." into rvc-dev by TreeHugger Robot · 4 years, 2 months ago
  91. 1715b69 Don't allow the keyboard to probe Inline Suggestion content. by Ahaan Ugale · 4 years, 3 months ago
  92. 3d4c526 Merge "Add API to start pendingIntent for attribution from client App." into rvc-dev by TreeHugger Robot · 4 years, 2 months ago
  93. d41ce92 Add API to start pendingIntent for attribution from client App. by Adam He · 4 years, 2 months ago
  94. 133fce0 Move the logic of transferTouchFocusToImeWindow to IMMS. by lpeter · 4 years, 2 months ago
  95. 76b89b6 Merge "Remove the InlineActions API" into rvc-dev by TreeHugger Robot · 4 years, 2 months ago
  96. d493c2f Fix potential NPE in autofill Session by Feng Cao · 4 years, 2 months ago
  97. bc69004 Remove the InlineActions API by Feng Cao · 4 years, 2 months ago
  98. 323255d Fixed deadlock in InlineSuggestionSession. by Feng Cao · 4 years, 2 months ago
  99. 99852d7 Revert "Revert "Do not block autofill on waiting for the IME response"" by Feng Cao · 4 years, 2 months ago
  100. 54248b6 Merge "Revert "Do not block autofill on waiting for the IME response"" into rvc-dev by TreeHugger Robot · 4 years, 2 months ago