From bebe43468330f182ea35e01ace555ce8d0512aeb Mon Sep 17 00:00:00 2001 From: Fabian Henneke Date: Tue, 24 Mar 2020 14:03:40 +0100 Subject: Add support for Oreo Autofill (#653) Adds support for the Autofill feature first available in Android Oreo. In compatible apps and browsers, login forms are automatically detected and the user is presented with options to fill or generate credentials. In most apps and certain browsers, the service will also offer to create new Password Store entries from credentials entered into login forms. Signed-off-by: Harsh Shandilya Co-authored-by: Harsh Shandilya --- app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 619323e9..0112c661 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -101,8 +101,11 @@ dependencies { } implementation deps.third_party.jsch implementation deps.third_party.openpgp_ktx + implementation deps.third_party.publicsuffixlist + implementation deps.third_party.recyclical implementation deps.third_party.ssh_auth implementation deps.third_party.timber + implementation deps.third_party.timberkt implementation deps.third_party.whatthestack if (isSnapshot()) { -- cgit v1.2.3