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/src/main/res/values/strings.xml | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'app/src/main/res/values/strings.xml') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 288b93f2..5df51af5 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -100,6 +100,7 @@ Name Password Extra content + Encrypt username Select Cancel Save @@ -151,7 +152,7 @@ Files first Type independent Autofill - Enable autofill + Enable Autofill Tap OK to go to Accessibility settings. There, tap Password Store under Services then tap the switch in the top right to turn it on or off. Once the service is on, a dialog will appear when you click on a password field in an app if a matching password for the app exists. Password Store attempts to match apps with passwords automatically. You can change this default setting and also matching settings per-app. @@ -242,6 +243,32 @@ App icon Folder icon + + Match with %1$s + Clear existing matches + Search in store… + Save failed due to an internal error + This app is currently not supported + Passwords don\'t match + Couldn\'t extract password, please use a different browser for now + Generate password… + The app\'s publisher has changed; this may be a phishing attempt. + Maximum number of matches (%1$d) reached; clear matches before adding new ones. + This app\'s publisher has changed since you first associated a Password Store entry with it: + The currently installed app may be trying to steal your credentials by pretending to be a trusted app.\n\nTry to uninstall and reinstall the app from a trusted source, such as the Play Store, Amazon Appstore, F-Droid, or your phone manufacturer\'s store. + Installed: %1$s + Package:\n%1$s\n\nHash:\n%2$s + Advanced information + Keep Autofill disabled + Re-enable Autofill + Warning + Tap for details… + Possible phishing attempt + Fill and save credentials + Fill credentials + Fill credentials (may require restarting the browser from time to time) + No support + Autofills password fields in apps. Only works for Android versions 4.3 and up. Does not rely on the clipboard for Android versions 5.0 and up. Use default setting -- cgit v1.2.3