1. 640c3b4 Merge "Hide autofill highlight if filling only the focused field." into rvc-dev by Adam He · 4 years, 5 months ago
  2. 5061db8 Hide autofill highlight if filling only the focused field. by Adam He · 4 years, 5 months ago
  3. ef0fe208 Temporary fix to disable augmented autofill requests coming from by Adam He · 4 years, 9 months ago
  4. 0f5f337 Merge "Prevent crash app when AutofillManager#startSessionLocked() is called" by Joanne Chung · 4 years, 5 months ago
  5. 02b797b Merge "Add an API to allow AugmentedAutofillService to request an autofill." by TreeHugger Robot · 4 years, 5 months ago
  6. 0fd5641 Add an API to allow AugmentedAutofillService to request an autofill. by Feng Cao · 4 years, 5 months ago
  7. 5be0f15 Response and Dataset authentication via inline autofill. by Adam He · 4 years, 6 months ago
  8. 1676bec Prevent crash app when AutofillManager#startSessionLocked() is called by Joanne Chung · 4 years, 6 months ago
  9. e57f2dc Exempt-From-Owner-Approval: Fix usages of WindowManager.getDefaultDisplay() in f/b by Andrii Kulian · 4 years, 6 months ago
  10. 8839835 Starts a new request on switching back to the existing app by TYM Tsai · 4 years, 6 months ago
  11. 85a8d44 Fix typo in javadoc in AutofillValue by Nikita Dubrovsky · 4 years, 7 months ago
  12. e28d6b0 Trigger autofill service when a text field's text is set by the application. by lpeter · 4 years, 8 months ago
  13. 8af721d Enables multiple clickable links on the SaveUi by TYM Tsai · 5 years ago
  14. 9e247b1 Move disable autofill from AutofillManagerService to AutofillOptions. by Joanne Chung · 5 years ago
  15. dbb7a36 Make sure view.setAutofilled() is called when autofilled by augmented-autofill only. by Felipe Leme · 5 years ago
  16. db2d535 Merge "Fixed NPE when AutofillManager.getClient() returns null." into qt-dev by TreeHugger Robot · 5 years ago
  17. e5db59d Fixed autofill workflow to handle manual requests after session became for augmented autofill only. by Felipe Leme · 5 years ago
  18. 74d81b8 Fixed NPE when AutofillManager.getClient() returns null. by Felipe Leme · 5 years ago
  19. 785777b Inject session id on all AutofillIds kept in the service. by Felipe Leme · 5 years ago
  20. 7b307ea New @TestApi: AutofillId.equalsIgnoreSession by Felipe Leme · 5 years ago
  21. c743634 Grant clipboard access to the Augmented Autofill service. by Felipe Leme · 5 years ago
  22. e2dc2d0 Merge "Improved Content Capture and LocusId javadocs." by TreeHugger Robot · 5 years ago
  23. f0d44c6 Improved Content Capture and LocusId javadocs. by Felipe Leme · 5 years ago
  24. 159cb00 Improved autofill logging on savable ids. by Felipe Leme · 5 years ago
  25. df30f27 Trigger Augmented Autofill when the standard service is not set. by Felipe Leme · 5 years ago
  26. adb34f5 Trigger Augmented Autofill when the standard service used FillResponse.disableAutofill() by Felipe Leme · 5 years ago
  27. 234030a Don't show fill ui if fillrequest times out. by Adam He · 5 years ago
  28. 481db7c Fixed Augmented Autofill workflow so the UI is closed when another field is focused. by Felipe Leme · 5 years ago
  29. f607459 Merge "Don't trigger autofill requests on fields present in the initial request." by TreeHugger Robot · 5 years ago
  30. 6e43dd3 Don't trigger autofill requests on fields present in the initial request. by Felipe Leme · 5 years ago
  31. e978e88 Improve error message when expecting a non-virtual autofill id. by Felipe Leme · 5 years ago
  32. 528e092 Removed some deprecated APIs that use List instead of Set. by Felipe Leme · 5 years ago
  33. 9e8f83d All Parcelable CREATOR fields are @NonNull. by Jeff Sharkey · 5 years ago
  34. a820910 Added DeviceConfig properties for Augmented Autofill service timeouts. by Felipe Leme · 5 years ago
  35. a7de402 Trigger augmented autofill when the app is not important for autofill. by Felipe Leme · 5 years ago
  36. a4f39cd Refactored Autofill properties that are optimized on application level. by Felipe Leme · 5 years ago
  37. 80e7bf1 Initial implementation of AutofillManager.setAugmentedAutofillWhitelist() by Felipe Leme · 5 years ago
  38. 7a3c9f5 Changed ContentCaptureService.setContentCaptureWhitelist() to use Set instead of List. by Felipe Leme · 5 years ago
  39. 3f1e231 Removed unused APIs. by Felipe Leme · 5 years ago
  40. cc51027 Exposed even moar DeviceConfig APIs for testing. by Felipe Leme · 5 years ago
  41. 7841d02 Use DeviceConfig to configure Augmented Autofill Modes. by Felipe Leme · 5 years ago
  42. 8f5ef45 Merge "Made moar ContentCapture APIs available for testing." by Felipe Leme · 5 years ago
  43. f38d414 Made moar ContentCapture APIs available for testing. by Felipe Leme · 5 years ago
  44. 28a6c0e Removed FLAG_SMART_SUGGESTION_LEGACY by Felipe Leme · 5 years ago
  45. 4a7a625 Removed the Augmented Autofill blacklist APIs. by Felipe Leme · 5 years ago
  46. a68b803 Merge "New APIs for Augmented Autofill whitelisting, plus some spring cleaning..." by TreeHugger Robot · 6 years ago
  47. 559e21d New APIs for Augmented Autofill whitelisting, plus some spring cleaning... by Felipe Leme · 6 years ago
  48. a75333c Changed the virtual ids on ContentCapture to be long. by Felipe Leme · 6 years ago
  49. 158b656 Use the same UI classes for augmented autofill as the standard android autofill. by Feng Cao · 6 years ago
  50. a508d8c Merge "Added an (optional) session id to Autofill id." by TreeHugger Robot · 6 years ago
  51. 739b98f Added an (optional) session id to Autofill id. by Felipe Leme · 6 years ago
  52. 2cab38c Made Augmented Autofill APIs accessible to tests. by Felipe Leme · 6 years ago
  53. c0c15a3 Moved AutofillManager.SyncResultReceiver to an internal utility package by Felipe Leme · 6 years ago
  54. 023b84c Fix augmented autofill window positioning to be right below the input field. by Feng Cao · 6 years ago
  55. 261e75f Changed verbosity of log message shown when context is not autofillable. by Felipe Leme · 6 years ago
  56. 284ad1c Initial implementation of Augmented Autofill. by Felipe Leme · 6 years ago
  57. f3b844b Improved log when notifyViewEntered() is ignored because service is disabled. by Felipe Leme · 6 years ago
  58. d9dc954 Fixed FillCallback.onFailure() and SaveCallback.onFailure() behavior. by Felipe Leme · 6 years ago
  59. ce40498 Fixed when the CompatibilityBridge is attached to an activity. by Felipe Leme · 6 years ago
  60. 305fd40 Revert "Use session id to uniquely identidy autofill ids for multi-session." by Felipe Leme · 6 years ago
  61. ba15db8 Use session id to uniquely identidy autofill ids for multi-session. by Felipe Leme · 6 years ago
  62. b9b540b AFW: Lookup shared library resource ids by Ryan Mitchell · 6 years ago
  63. ed3bc12 Merge "Docs: Inserted links to relevant guide pages." into pi-dev am: 283f55f7de by Laura Davis · 6 years ago
  64. 7d3e4c8 Merge "Log AutofillClient on CompatibilityBridge.onAccessibilityEvent()." by TreeHugger Robot · 6 years ago
  65. ef734b2 Merge "Improved AutofillManager and Activity dump() methods:" by TreeHugger Robot · 6 years ago
  66. 43e75d9 Docs: Inserted links to relevant guide pages. by Laura Davis · 6 years ago
  67. 7d4461d Log AutofillClient on CompatibilityBridge.onAccessibilityEvent(). by Felipe Leme · 6 years ago
  68. b546ca7 Improved AutofillManager and Activity dump() methods: by Felipe Leme · 6 years ago
  69. 5d35d3d Log CompatibilityBridge.onAccessibilityEvent() by Felipe Leme · 6 years ago
  70. 0c499ab Merge "Fixed FieldClassificationStrategy that gets data from the package info." by TreeHugger Robot · 6 years ago
  71. 68b2222 Created new Settings preferences for internal autofill state. by Felipe Leme · 6 years ago
  72. cfa0d49 Fixed FieldClassificationStrategy that gets data from the package info. by Felipe Leme · 6 years ago
  73. aa29832 Merge "Make IAutofillManager fully oneway." by TreeHugger Robot · 6 years ago
  74. d4e5228 Make IAutofillManager fully oneway. by Felipe Leme · 6 years ago
  75. 27e1bf3 Minor logging improvement. by Felipe Leme · 6 years ago
  76. fcfd26b Merge "Improved logging on autofill authentication." by TreeHugger Robot · 6 years ago
  77. 60b820b Make oneway calls from AFM to AFMS. by Felipe Leme · 6 years ago
  78. 1ad95f0 Improved logging on autofill authentication. by Felipe Leme · 6 years ago
  79. f5e2630 Minor autofill fixes. by Felipe Leme · 6 years ago
  80. d62b516 Removed IAutofillManager.updateOrRestartSession() logic. by Felipe Leme · 6 years ago
  81. a11aadd Document AutofillValue.forText() thread safety... by Felipe Leme · 6 years ago
  82. ce3ae87 New Autofill field: FIELD_AUTOFILL_SESSION_ID by Felipe Leme · 6 years ago
  83. 833c99b New Autofill field: FIELD_AUTOFILL_SESSION_ID by Felipe Leme · 6 years ago
  84. b838a09 Added the class name of activity being autofilled on (most) autofill metrics. by Felipe Leme · 6 years ago
  85. 212b161 Added the class name of activity being autofilled on (most) autofill metrics. by Felipe Leme · 6 years ago
  86. 1116652 New FIELD_AUTOFILL_COMPAT_MODE field. by Felipe Leme · 6 years ago
  87. 36b86c2 Autofill: new UX for TV and support themes by Dake Gu · 6 years ago
  88. 156a7eb Autofill should clear the UI filter when a value is updated to null. by Felipe Leme · 6 years ago
  89. 640e9b9 autofill: fix window location in splitwindow and dialog by Dake Gu · 6 years ago
  90. 49f08ed Recover dataset picker when view fail to autofill. by Felipe Leme · 6 years ago
  91. 0c8ce32 Integrate autofill session lifecycle with URL bar changes when on compat mode. by Felipe Leme · 6 years ago
  92. e24c95f Merge "Fixed isVisibleToUserForAutofill() again." into pi-dev by TreeHugger Robot · 6 years ago
  93. cb2e83d Fixed AutofillManager.isAutofillUiShowing() by Felipe Leme · 6 years ago
  94. 7008e70 Fixed isVisibleToUserForAutofill() again. by Felipe Leme · 6 years ago
  95. d9dbd27 autofill: ViewRootImpl.dispatchKeyFromIme() should not be dropped by Dake Gu · 6 years ago
  96. 54cc683 Implemented notifyViewClicked() on compat mode. by Felipe Leme · 6 years ago
  97. b0fa378 autofill: touch on IME should not close autofill by Dake Gu · 6 years ago
  98. 6dcc9de Merge "New APIs to let app developers manage autofill semantics when reusing views." by TreeHugger Robot · 6 years ago
  99. 09571f8 Merge "autofill: pass keyevent from fillui to app" by Dake Gu · 6 years ago
  100. 42b9793 New APIs to let app developers manage autofill semantics when reusing views. by Felipe Leme · 6 years ago