Android-Password-Store/autofill-parser
2020-12-05 07:12:25 +05:30
..
api Make autofill-parser API explicit and refactor (#1182) 2020-11-03 13:36:17 +05:30
src/main Update Public Suffix List data (#1235) 2020-12-05 07:12:25 +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>")
}