1. a68b803 Merge "New APIs for Augmented Autofill whitelisting, plus some spring cleaning..." by TreeHugger Robot · 6 years ago
  2. 559e21d New APIs for Augmented Autofill whitelisting, plus some spring cleaning... by Felipe Leme · 6 years ago
  3. a75333c Changed the virtual ids on ContentCapture to be long. by Felipe Leme · 6 years ago
  4. 158b656 Use the same UI classes for augmented autofill as the standard android autofill. by Feng Cao · 6 years ago
  5. a508d8c Merge "Added an (optional) session id to Autofill id." by TreeHugger Robot · 6 years ago
  6. 739b98f Added an (optional) session id to Autofill id. by Felipe Leme · 6 years ago
  7. 2cab38c Made Augmented Autofill APIs accessible to tests. by Felipe Leme · 6 years ago
  8. c0c15a3 Moved AutofillManager.SyncResultReceiver to an internal utility package by Felipe Leme · 6 years ago
  9. 023b84c Fix augmented autofill window positioning to be right below the input field. by Feng Cao · 6 years ago
  10. 261e75f Changed verbosity of log message shown when context is not autofillable. by Felipe Leme · 6 years ago
  11. 284ad1c Initial implementation of Augmented Autofill. by Felipe Leme · 6 years ago
  12. f3b844b Improved log when notifyViewEntered() is ignored because service is disabled. by Felipe Leme · 6 years ago
  13. d9dc954 Fixed FillCallback.onFailure() and SaveCallback.onFailure() behavior. by Felipe Leme · 6 years ago
  14. ce40498 Fixed when the CompatibilityBridge is attached to an activity. by Felipe Leme · 6 years ago
  15. 305fd40 Revert "Use session id to uniquely identidy autofill ids for multi-session." by Felipe Leme · 6 years ago
  16. ba15db8 Use session id to uniquely identidy autofill ids for multi-session. by Felipe Leme · 6 years ago
  17. b9b540b AFW: Lookup shared library resource ids by Ryan Mitchell · 6 years ago
  18. ed3bc12 Merge "Docs: Inserted links to relevant guide pages." into pi-dev am: 283f55f7de by Laura Davis · 6 years ago
  19. 7d3e4c8 Merge "Log AutofillClient on CompatibilityBridge.onAccessibilityEvent()." by TreeHugger Robot · 6 years ago
  20. ef734b2 Merge "Improved AutofillManager and Activity dump() methods:" by TreeHugger Robot · 6 years ago
  21. 43e75d9 Docs: Inserted links to relevant guide pages. by Laura Davis · 6 years ago
  22. 7d4461d Log AutofillClient on CompatibilityBridge.onAccessibilityEvent(). by Felipe Leme · 6 years ago
  23. b546ca7 Improved AutofillManager and Activity dump() methods: by Felipe Leme · 6 years ago
  24. 5d35d3d Log CompatibilityBridge.onAccessibilityEvent() by Felipe Leme · 6 years ago
  25. 0c499ab Merge "Fixed FieldClassificationStrategy that gets data from the package info." by TreeHugger Robot · 6 years ago
  26. 68b2222 Created new Settings preferences for internal autofill state. by Felipe Leme · 6 years ago
  27. cfa0d49 Fixed FieldClassificationStrategy that gets data from the package info. by Felipe Leme · 6 years ago
  28. aa29832 Merge "Make IAutofillManager fully oneway." by TreeHugger Robot · 6 years ago
  29. d4e5228 Make IAutofillManager fully oneway. by Felipe Leme · 6 years ago
  30. 27e1bf3 Minor logging improvement. by Felipe Leme · 6 years ago
  31. fcfd26b Merge "Improved logging on autofill authentication." by TreeHugger Robot · 6 years ago
  32. 60b820b Make oneway calls from AFM to AFMS. by Felipe Leme · 6 years ago
  33. 1ad95f0 Improved logging on autofill authentication. by Felipe Leme · 6 years ago
  34. f5e2630 Minor autofill fixes. by Felipe Leme · 6 years ago
  35. d62b516 Removed IAutofillManager.updateOrRestartSession() logic. by Felipe Leme · 6 years ago
  36. a11aadd Document AutofillValue.forText() thread safety... by Felipe Leme · 6 years ago
  37. ce3ae87 New Autofill field: FIELD_AUTOFILL_SESSION_ID by Felipe Leme · 6 years ago
  38. 833c99b New Autofill field: FIELD_AUTOFILL_SESSION_ID by Felipe Leme · 6 years ago
  39. b838a09 Added the class name of activity being autofilled on (most) autofill metrics. by Felipe Leme · 6 years ago
  40. 212b161 Added the class name of activity being autofilled on (most) autofill metrics. by Felipe Leme · 6 years ago
  41. 1116652 New FIELD_AUTOFILL_COMPAT_MODE field. by Felipe Leme · 6 years ago
  42. 36b86c2 Autofill: new UX for TV and support themes by Dake Gu · 6 years ago
  43. 156a7eb Autofill should clear the UI filter when a value is updated to null. by Felipe Leme · 6 years ago
  44. 640e9b9 autofill: fix window location in splitwindow and dialog by Dake Gu · 6 years ago
  45. 49f08ed Recover dataset picker when view fail to autofill. by Felipe Leme · 6 years ago
  46. 0c8ce32 Integrate autofill session lifecycle with URL bar changes when on compat mode. by Felipe Leme · 6 years ago
  47. e24c95f Merge "Fixed isVisibleToUserForAutofill() again." into pi-dev by TreeHugger Robot · 6 years ago
  48. cb2e83d Fixed AutofillManager.isAutofillUiShowing() by Felipe Leme · 6 years ago
  49. 7008e70 Fixed isVisibleToUserForAutofill() again. by Felipe Leme · 6 years ago
  50. d9dbd27 autofill: ViewRootImpl.dispatchKeyFromIme() should not be dropped by Dake Gu · 6 years ago
  51. 54cc683 Implemented notifyViewClicked() on compat mode. by Felipe Leme · 6 years ago
  52. b0fa378 autofill: touch on IME should not close autofill by Dake Gu · 6 years ago
  53. 6dcc9de Merge "New APIs to let app developers manage autofill semantics when reusing views." by TreeHugger Robot · 6 years ago
  54. 09571f8 Merge "autofill: pass keyevent from fillui to app" by Dake Gu · 7 years ago
  55. 42b9793 New APIs to let app developers manage autofill semantics when reusing views. by Felipe Leme · 7 years ago
  56. 6a20a19 autofill: pass keyevent from fillui to app by Dake Gu · 7 years ago
  57. 2ab510e Merge "Add RequiresFeature annotation." by Jeff Sharkey · 7 years ago
  58. 98af2e4 Add RequiresFeature annotation. by Jeff Sharkey · 7 years ago
  59. 67e6209 New Autofill API: notifyViewClicked() by Felipe Leme · 7 years ago
  60. 5b32ebe Improved Autofill logging. by Felipe Leme · 7 years ago
  61. eb46f6f Merge "autofill: render autofill ui in fullscreen for tv" by Dake Gu · 7 years ago
  62. c512341 Merge "Autofill optimization on notifyViewEntered()." by TreeHugger Robot · 7 years ago
  63. 9a15c0f Autofill optimization on notifyViewEntered(). by Felipe Leme · 7 years ago
  64. 9f879a2 autofill: render autofill ui in fullscreen for tv by Dake Gu · 7 years ago
  65. 185de72 Add support for url_bar sanitization on autofill compat mode. by Felipe Leme · 7 years ago
  66. 3f24e69 Frameworks: Annotate trivial @GuardedBy in core/java by Andreas Gampe · 7 years ago
  67. fd3f8f6 Minor improvements on autofill compat mode: by felipeal · 7 years ago
  68. 24c9045 Autofill compatibility mode. by Svetoslav Ganov · 7 years ago
  69. f0baef74 New Autofill APIs for UserData id. by Felipe Leme · 7 years ago
  70. e4ac740 Implemented getAlgorithm() and getDefaultAlgorithm() using manifest metadata. by Felipe Leme · 7 years ago
  71. db6b0fe Merge "Moved Field Classification score logic to ExtServices." by Felipe Leme · 7 years ago
  72. bc055b0 Moved Field Classification score logic to ExtServices. by Felipe Leme · 7 years ago
  73. 67decfa autofill: support dpad/keyboard by Dake Gu · 7 years ago
  74. 27f4573 Refactored Field Classification score logic so it can be moved to ExtServices. by Felipe Leme · 7 years ago
  75. 17f3d1a Merge "New Autofill API:AutofillManager.getAutofillServiceComponentName()" by TreeHugger Robot · 7 years ago
  76. 23c75ff New Autofill API:AutofillManager.getAutofillServiceComponentName() by Felipe Leme · 7 years ago
  77. 3103c63 Support new Autofill session after service returns a null FillResponse. by Felipe Leme · 7 years ago
  78. 78172e7 Made Autofill Field Classification API public and documented it. by Felipe Leme · 7 years ago
  79. ce8db99 Add more IntDef prefixes for auto-documenting. by Jeff Sharkey · 7 years ago
  80. ac74dc4 Merge "Further improvements when app forges package info for autofill:" by TreeHugger Robot · 7 years ago
  81. 637e05e Further improvements when app forges package info for autofill: by Felipe Leme · 7 years ago
  82. 329d040 Moar changes for Autofill Field Classification mechanism: by Felipe Leme · 7 years ago
  83. 5672def Implemented autofill field classification on multiple fields and user data. by Felipe Leme · 7 years ago
  84. 452886a Refactored field detection mechanism to support multiple fields. by Felipe Leme · 7 years ago
  85. 05b7b46 Fix scrolling of fill UI anchored to a virtual view - framework by Svet Ganov · 7 years ago
  86. 601d220 Minor improvements on autofill javadocs and logging. by Felipe Leme · 7 years ago
  87. a834309 Merge "Remove AutofillManagerClient after AutofillManager is finalized" am: dd5384a4fe am: 8d36beec24 by Koji Fukui · 7 years ago
  88. bb4a13b Merge "Remove AutofillManagerClient after AutofillManager is finalized" am: dd5384a4fe by Koji Fukui · 7 years ago
  89. 8d36bee Merge "Remove AutofillManagerClient after AutofillManager is finalized" by Koji Fukui · 7 years ago
  90. ccec6a6 Remove AutofillManagerClient after AutofillManager is finalized by Koji Fukui · 7 years ago
  91. d46f87a Added missing AutofillEventType so lint doesn't complain. am: 3dec72b601 by Felipe Leme · 7 years ago
  92. 3dec72b Added missing AutofillEventType so lint doesn't complain. by Felipe Leme · 7 years ago
  93. 51e29da Improvements on autofill debugging. by Felipe Leme · 7 years ago
  94. 17292d1 New Autofill API: FillResponse.disableAutofill(duration) by Felipe Leme · 7 years ago
  95. 25a3a5f Removed .aidl files that are not used on other.aidl files. by Felipe Leme · 7 years ago
  96. 686128e Minor logging improvements on Autofill. by Felipe Leme · 7 years ago
  97. fac6655 Merge "New Autofill API: SaveInfo.setTriggerId()" by TreeHugger Robot · 7 years ago
  98. a937238 Let service set the SaveRequest.getClientState() on dataset auth responses. by Felipe Leme · 7 years ago
  99. 2fe3ade New Autofill API: SaveInfo.setTriggerId() by Felipe Leme · 7 years ago
  100. bb567ae Sets AutofillClient on attachBaseContext() by Felipe Leme · 7 years ago