Android-Password-Store/autofill-parser
Harsh Shandilya 99e83ed0d8
autofill-parser: update README
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-11-29 17:51:17 +05:30
..
api Make autofill-parser API explicit and refactor (#1182) 2020-11-03 13:36:17 +05:30
src/main autofill-parser: update publicsuffixes file (#1220) 2020-11-28 09:32:11 +05:30
.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 autofill-parser: flesh out generated POM file (#1140) 2020-10-08 12:36:11 +05:30
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>")
}