Android-Password-Store/autofill-parser
Fabian Meumertzheim 2e43d77c5c
Mark Chrome Canary as non-flaky and allowing save (#1237)
* Mark Chrome Canary as non-flaky and allowing save

* autofill-parser: update API dump

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>

* autofill-parser: bump snapshot version

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>

Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2020-12-07 08:48:16 +01:00
..
api Mark Chrome Canary as non-flaky and allowing save (#1237) 2020-12-07 08:48:16 +01:00
src/main Mark Chrome Canary as non-flaky and allowing save (#1237) 2020-12-07 08:48:16 +01: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>")
}