1. b470573 Add UI type on selected event by TYM Tsai · 2 years, 9 months ago
  2. e6ae224 Merge "Make TextView do not show IME when fill dialog popup" into tm-dev by TYM Tsai · 2 years, 10 months ago
  3. 8f50280 Make TextView do not show IME when fill dialog popup by TYM Tsai · 3 years ago
  4. 0871d02 [DO NOT MERGE] Remove the Client Suggestions APIs by TYM Tsai · 3 years, 9 months ago
  5. f9fafbe Provide AutofillService to know how the dataset was shown to user by Joanne Chung · 2 years, 11 months ago
  6. 23668c5 Allow AutofillService can identify if fill dialog presentation is needed. by Joanne Chung · 2 years, 11 months ago
  7. 968c868 Adjust fill dialog UI by TYM Tsai · 3 years ago
  8. e94361e Merge "Show only dialog presentations in the fill dialog" by TreeHugger Robot · 3 years ago
  9. 76f0f19 Show only dialog presentations in the fill dialog by TYM Tsai · 3 years ago
  10. 38e0ef4 Merge changes from topic "inline-touch" by TreeHugger Robot · 3 years ago
  11. 5c1e5f7 Merge "Update team OWNERS file." am: e96070ac89 am: 114d0c7773 am: 1bb2f28548 by Joanne Chung · 3 years ago
  12. e609502 Change when to create inline fill request by skxu · 3 years, 2 months ago
  13. b00f0d6 Update team OWNERS file. by Joanne Chung · 3 years ago
  14. 573d22a Remove self-assignment from AutofillManagerService by Michael Wright · 3 years ago
  15. 32e1ad2 Autofill: Fix GuardedBy false-positives in Session. by Ahaan Ugale · 3 years ago
  16. ac9836b Add pendingIntent to FillRequest to enable retriggering by skxu · 3 years, 1 month ago
  17. 33571fb Add bottom sheet fill UI for Autofill by TYM Tsai · 3 years, 2 months ago
  18. 2e6dda8 Implement actions on client and service for bottom sheet by TYM Tsai · 3 years, 1 month ago
  19. 9ebedd8 Clean <plurals> in FillUi by Calvin Pan · 3 years, 1 month ago
  20. 9f8d8c0 Migrate compat mode allowed list to DeviceConfig by TYM Tsai · 3 years, 6 months ago
  21. e0917a0 Correct exported state for AutofillManagerService receiver by Michael Groover · 3 years, 2 months ago
  22. 6f78611 Add required flag to registerReceiver calls for platform services by Michael Groover · 3 years, 5 months ago
  23. 5a2a8e7 Merge "Fix inline autofill not working if both afservice and keyboard support it, but keyboard disabled inline support manually." by TreeHugger Robot · 3 years, 6 months ago
  24. fda724a Merge "Disable inline suggestions for afservice when talkback is enabled." into sc-dev by TreeHugger Robot · 3 years, 6 months ago
  25. 364a522 Disable inline suggestions for afservice when talkback is enabled. by Adam He · 3 years, 6 months ago
  26. 37ce489 Merge "Disable inline suggestions for afservice when talkback is enabled." by Adam He · 3 years, 6 months ago
  27. 70fb3ee Disable inline suggestions for afservice when talkback is enabled. by Adam He · 3 years, 6 months ago
  28. 3d8949f Merge "Fix inline autofill not working if both afservice and keyboard support it, but keyboard disabled inline support manually." into sc-dev am: e31184cb46 am: c9413599e3 by Adam He · 3 years, 6 months ago
  29. b4f467b Fix inline autofill not working if both afservice and keyboard support by Adam He · 3 years, 7 months ago
  30. 2d3dd2e Fix inline autofill not working if both afservice and keyboard support by Adam He · 3 years, 7 months ago
  31. 044c1bc Update deprecated Preconditions.checkNotNull with Objects.requireNonNull. by Joanne Chung · 3 years, 7 months ago
  32. 9a1ccd5 Merge "Remove activity name from autofill metrics logger." into sc-dev am: c254f87c57 am: 8009df38cf by Adam He · 3 years, 7 months ago
  33. 4ed8a9b Remove activity name from autofill metrics logger. by Adam He · 3 years, 7 months ago
  34. d6c6408 Merge "Autofill: Shell command for saved password count" into sc-dev am: 1344e18197 am: 12a9ddd5e1 by Ahaan Ugale · 3 years, 8 months ago
  35. 1344e18 Merge "Autofill: Shell command for saved password count" into sc-dev by Ahaan Ugale · 3 years, 8 months ago
  36. 9331d0e Autofill: Shell command for saved password count by Ahaan Ugale · 3 years, 8 months ago
  37. 761bff8 Merge "Always let standard autofill try on new partitions even if session was marked as augmented only." into sc-dev am: 2b5ab22b9f by TreeHugger Robot · 3 years, 8 months ago
  38. 87e5c62 Always let standard autofill try on new partitions even if session was by Adam He · 3 years, 8 months ago
  39. 6b2c01d [DO NOT MERGE] Remove Client suggestions implementations by TYM Tsai · 3 years, 9 months ago
  40. 16f2534 Merge "Use ActivityRecord for URI permissions in autofill" into sc-dev by Nikita Dubrovsky · 3 years, 9 months ago
  41. 76cdac9 Merge "Enable IME to control the source of suggestions" into sc-dev by TreeHugger Robot · 3 years, 9 months ago
  42. b20628a Use ActivityRecord for URI permissions in autofill by Nikita Dubrovsky · 4 years, 1 month ago
  43. 993e190 Merge "Change API names and constants by API review" into sc-dev by Peter Li · 3 years, 10 months ago
  44. 13d028d Change API names and constants by API review by lpeter · 3 years, 10 months ago
  45. 476cacb0 Add missing synchronized(mLock) into Autofill onServiceDied by Joanne Chung · 3 years, 10 months ago
  46. 7bb9eab Enable IME to control the source of suggestions by TYM Tsai · 3 years, 10 months ago
  47. 17e0410 Fallback to the default platform password manager by TYM Tsai · 3 years, 10 months ago
  48. 1dad2fa Merge "Update some autofill var names for clarity" into sc-dev by Nikita Dubrovsky · 3 years, 11 months ago
  49. 0cdc945 Update some autofill var names for clarity by Nikita Dubrovsky · 4 years ago
  50. d66c967 Implement inline suggestion tooltip by TYM Tsai · 4 years ago
  51. 14ff834 Merge changes from topic "client_suggestions_fillrequest-sc-dev" into sc-dev by TreeHugger Robot · 4 years ago
  52. 60fa57e Implements Autofill fill request to support client suggestions by TYM Tsai · 4 years ago
  53. 10c0b8a Merge "Pass InlineSuggestionsRequest via autofill auth intent extras" into sc-dev by TreeHugger Robot · 4 years ago
  54. 235ee12 Pass InlineSuggestionsRequest via autofill auth intent extras by Feng Cao · 4 years ago
  55. 8a6a2bc [LSC] Add LOCAL_LICENSE_KINDS to frameworks/base by Bob Badour · 4 years ago
  56. 289da0b Add checked change APIs to RemoteViews by Stevie Kideckel · 4 years ago
  57. b965fb4 Allow autofill auth intent result to specify whether the new dataset is ephemeral or not by Feng Cao · 4 years ago
  58. 981cde1 When autofilling content, grant URI permissions to the target app by Nikita Dubrovsky · 4 years, 5 months ago
  59. 2e16bf6 Merge "Revert "Unify and clarify divergent flows e.g. where augmented autofill or"" by Ahaan Ugale · 4 years, 2 months ago
  60. 3c2cb700 Revert "Unify and clarify divergent flows e.g. where augmented autofill or" by Ahaan Ugale · 4 years, 2 months ago
  61. 165fe19 Merge "Unify and clarify divergent flows e.g. where augmented autofill or inline autofill is triggered." by Adam He · 4 years, 2 months ago
  62. 61ef632 Move CtsAutoFillServiceTestCases to group presubmit-large by David James · 4 years, 2 months ago
  63. 959d41c Merge "Move launched activity info getter to ActivityClientController" by Riddle Hsu · 4 years, 2 months ago
  64. 6e95425 Unify and clarify divergent flows e.g. where augmented autofill or by Adam He · 4 years, 3 months ago
  65. 0ab7007 resolve merge conflicts of 358f0d4fc8c248498cf113c41e043877a14e89a1 to master by Jeff Sharkey · 4 years, 2 months ago
  66. 9af6ac7 Merge changes from topic "dec5" am: c2793cf12b by Jeff Sharkey · 4 years, 2 months ago
  67. 52b9862 Improve OWNERS coverage across frameworks/base/. by Jeff Sharkey · 4 years, 2 months ago
  68. f90b2d4 Move launched activity info getter to ActivityClientController by Riddle Hsu · 4 years, 2 months ago
  69. b32f5f70 Merge "Add lifecycle states to Session to help add clarity and ease of maintenance to Sessions." by Adam He · 4 years, 2 months ago
  70. 5ccbeec Add lifecycle states to Session to help add clarity and ease of by Adam He · 4 years, 3 months ago
  71. b6a3368 Add needed tests in TEST_MAPPINGs under autofill related paths by Joanne Chung · 4 years, 6 months ago
  72. 5b5f1c0 Use the flag FLAG_MUTABLE when creating the PendingIntent by Joanne Chung · 4 years, 3 months ago
  73. bb3ab9d Merge "Rename session ending method calls to use consistent names." by Adam He · 4 years, 3 months ago
  74. 49ca81b Rename session ending method calls to use consistent names. by Adam He · 4 years, 3 months ago
  75. 00d2ce0 Use a separate code path for rich content in augmented autofill by Nikita Dubrovsky · 4 years, 5 months ago
  76. d23b537 Enable Error Prone to detect obscure bugs. by Jeff Sharkey · 4 years, 3 months ago
  77. b39ce19 Merge "Remove CountDownLatch from AssistReceiver." by Adam He · 4 years, 4 months ago
  78. 25a55b6 Merge "Misc small changes in Session.java." by Adam He · 4 years, 4 months ago
  79. 5a9bf59 Remove CountDownLatch from AssistReceiver. by Adam He · 4 years, 4 months ago
  80. b343cb4 Misc small changes in Session.java. by Adam He · 4 years, 4 months ago
  81. 855b94d Merge "Add the reason why a save dialog was not shown to FillEventHistory." by TreeHugger Robot · 4 years, 4 months ago
  82. 5518d64 Add the reason why a save dialog was not shown to FillEventHistory. by lpeter · 4 years, 5 months ago
  83. 6be74a5 Refactor and simplify InlineFillUi and InlineSuggestionFactory. by Adam He · 4 years, 5 months ago
  84. 4b5b017 Merge changes from topic "sep11" am: c0b288133a am: 69e6f07347 am: 741c0a78cc am: da7478b570 am: 487d394296 by Jeff Sharkey · 4 years, 5 months ago
  85. 487d394 Merge changes from topic "sep11" am: c0b288133a am: 69e6f07347 am: 741c0a78cc am: da7478b570 by Jeff Sharkey · 4 years, 5 months ago
  86. 4172f8a Update language to comply with Android's inclusive language guidance by Jeff Sharkey · 4 years, 5 months ago
  87. 628590d Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709) by Xin Li · 4 years, 5 months ago
  88. 7a907db Refactored user switch workflow to decouple UserInfo from TargetUser. by Felipe Leme · 4 years, 6 months ago
  89. 7d77f1e Merge "Fix "null" toast when FillCallback.onFailure(null) called." into rvc-qpr-dev am: 906ec8897e by TreeHugger Robot · 4 years, 6 months ago
  90. 6b712bb Fix SaveUi to properly resolve for instant apps. by Adam He · 4 years, 6 months ago
  91. 46a0354 Merge "Removed @Deprecated SystemService callback methods that take a userId." by Felipe Leme · 4 years, 6 months ago
  92. 837f8c1 Removed @Deprecated SystemService callback methods that take a userId. by Felipe Leme · 4 years, 7 months ago
  93. fe89715 Fix "null" toast when FillCallback.onFailure(null) called. by Joanne Chung · 4 years, 6 months ago
  94. 7c90323 Merge "Update language to comply with Android's inclusive language guidance" am: 2f9678b015 am: ba422d29e0 am: ff7f3b8bfe am: 505fcf9d0f am: 353c4b1178 by Treehugger Robot · 4 years, 6 months ago
  95. ff7f3b8 Merge "Update language to comply with Android's inclusive language guidance" am: 2f9678b015 am: ba422d29e0 by Treehugger Robot · 4 years, 6 months ago
  96. 3c7ac7d Fix "null" toast when FillCallback.onFailure(null) called. by Joanne Chung · 4 years, 6 months ago
  97. f4702f4 Update language to comply with Android's inclusive language guidance by Saint Chou · 4 years, 6 months ago
  98. 38fdfe4 Updated docs for Autofill inline Session/controller. by Adam He · 4 years, 7 months ago
  99. a383f33 Change to drop down when the inline suggestions don't be shown in IME. by lpeter · 4 years, 7 months ago
  100. 32cfac9 Do not replace the authenticated dataset for pinned inline suggestion by Feng Cao · 4 years, 7 months ago