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