summaryrefslogtreecommitdiff
path: root/services/autofill
AgeCommit message (Expand)Author
2021-07-29Merge "Disable inline suggestions for afservice when talkback is enabled." in...TreeHugger Robot
2021-07-28Disable inline suggestions for afservice when talkback is enabled.Adam He
2021-07-26Fix inline autofill not working if both afservice and keyboard supportAdam He
2021-06-29Remove activity name from autofill metrics logger.Adam He
2021-06-23Merge "Autofill: Shell command for saved password count" into sc-devAhaan Ugale
2021-06-22Autofill: Shell command for saved password countAhaan Ugale
2021-06-15Always let standard autofill try on new partitions even if session wasAdam He
2021-05-19[DO NOT MERGE] Remove Client suggestions implementationsTYM Tsai
2021-04-28Merge "Use ActivityRecord for URI permissions in autofill" into sc-devNikita Dubrovsky
2021-04-25Merge "Enable IME to control the source of suggestions" into sc-devTreeHugger Robot
2021-04-22Use ActivityRecord for URI permissions in autofillNikita Dubrovsky
2021-04-21Merge "Change API names and constants by API review" into sc-devPeter Li
2021-04-20Change API names and constants by API reviewlpeter
2021-04-19Add missing synchronized(mLock) into Autofill onServiceDiedJoanne Chung
2021-04-15Enable IME to control the source of suggestionsTYM Tsai
2021-04-06Fallback to the default platform password managerTYM Tsai
2021-03-25Merge "Update some autofill var names for clarity" into sc-devNikita Dubrovsky
2021-03-24Update some autofill var names for clarityNikita Dubrovsky
2021-03-18Implement inline suggestion tooltipTYM Tsai
2021-03-09Merge changes from topic "client_suggestions_fillrequest-sc-dev" into sc-devTreeHugger Robot
2021-03-08Implements Autofill fill request to support client suggestionsTYM Tsai
2021-03-06Merge "Pass InlineSuggestionsRequest via autofill auth intent extras" into sc...TreeHugger Robot
2021-02-26Pass InlineSuggestionsRequest via autofill auth intent extrasFeng Cao
2021-02-21[LSC] Add LOCAL_LICENSE_KINDS to frameworks/baseBob Badour
2021-02-17Add checked change APIs to RemoteViewsStevie Kideckel
2021-02-04Allow autofill auth intent result to specify whether the new dataset is ephem...Feng Cao
2020-12-28When autofilling content, grant URI permissions to the target appNikita Dubrovsky
2020-12-16Merge "Revert "Unify and clarify divergent flows e.g. where augmented autofil...Ahaan Ugale
2020-12-16Revert "Unify and clarify divergent flows e.g. where augmented autofill or"Ahaan Ugale
2020-12-14Merge "Unify and clarify divergent flows e.g. where augmented autofill or inl...Adam He
2020-12-11Move CtsAutoFillServiceTestCases to group presubmit-largeDavid James
2020-12-10Merge "Move launched activity info getter to ActivityClientController"Riddle Hsu
2020-12-08Unify and clarify divergent flows e.g. where augmented autofill orAdam He
2020-12-08resolve merge conflicts of 358f0d4fc8c248498cf113c41e043877a14e89a1 to masterJeff Sharkey
2020-12-08Merge changes from topic "dec5" am: c2793cf12bJeff Sharkey
2020-12-08Improve OWNERS coverage across frameworks/base/.Jeff Sharkey
2020-12-08Move launched activity info getter to ActivityClientControllerRiddle Hsu
2020-12-03Merge "Add lifecycle states to Session to help add clarity and ease of mainte...Adam He
2020-11-30Add lifecycle states to Session to help add clarity and ease ofAdam He
2020-11-25Add needed tests in TEST_MAPPINGs under autofill related pathsJoanne Chung
2020-11-09Use the flag FLAG_MUTABLE when creating the PendingIntentJoanne Chung
2020-11-03Merge "Rename session ending method calls to use consistent names."Adam He
2020-11-02Rename session ending method calls to use consistent names.Adam He
2020-10-27Use a separate code path for rich content in augmented autofillNikita Dubrovsky
2020-10-23Enable Error Prone to detect obscure bugs.Jeff Sharkey
2020-10-20Merge "Remove CountDownLatch from AssistReceiver."Adam He
2020-10-20Merge "Misc small changes in Session.java."Adam He
2020-10-19Remove CountDownLatch from AssistReceiver.Adam He
2020-10-19Misc small changes in Session.java.Adam He
2020-10-16Merge "Add the reason why a save dialog was not shown to FillEventHistory."TreeHugger Robot