Android-Password-Store/autofill-parser
Fabian Meumertzheim c15594b045
Mark unfocused single password fields as fillable (#1258)
Unfocused single password fields in forms with no other recognized
fields must be marked as fillable or the Autofill service will no
longer be invoked on that form.

This is compatible with the restrictions of single-origin mode as
filling only takes place after the password field has gained focus and
the user has tapped the fill UI.

For an example website where fill UI is not shown without this commit,
open https://amazon.lbb.de and tab the user name field ("Benutzername")
first before focusing the password field.
2020-12-22 21:13:10 -08:00
..
api Mark Chrome Canary as non-flaky and allowing save (#1237) 2020-12-07 08:48:16 +01:00
src/main Mark unfocused single password fields as fillable (#1258) 2020-12-22 21:13:10 -08:00
.gitignore Autofill: Extract AutofillParser into separate subproject (#1101) 2020-09-16 23:47:55 +05:30
build.gradle.kts build: move publishing config to buildSrc for re-use 2020-11-29 17:18:34 +05:30
consumer-rules.pro Autofill: Extract AutofillParser into separate subproject (#1101) 2020-09-16 23:47:55 +05:30
gradle.properties Mark Chrome Canary as non-flaky and allowing save (#1237) 2020-12-07 08:48:16 +01:00
proguard-rules.pro Autofill: Extract AutofillParser into separate subproject (#1101) 2020-09-16 23:47:55 +05:30
README.md autofill-parser: update README 2020-11-29 17:51:17 +05:30

autofill-parser Download

Android library to enable efficient usage of the Autofill capabilities introduced in Android 8.0.

Usage

dependencies {
    implementation("com.github.androidpasswordstore:autofill-parser:<latest-version>")
}