Android-Password-Store/autofill-parser
2021-11-16 00:22:17 +05:30
..
api
src all: spotless 2021-11-15 23:54:11 +05:30
.gitignore
build.gradle.kts build: apply kotlin-common convention plugin where applicable 2021-11-16 00:22:17 +05:30
CHANGELOG.md autofill-parser: add Styx as a supported browser (#1431) 2021-06-07 10:19:58 +00:00
consumer-rules.pro
gradle.properties autofill-parser: restore LGPL-3.0 and MPL-2.0 licence headers 2021-04-10 13:24:54 +05:30
proguard-rules.pro
README.md

autofill-parser Maven Central

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

Usage

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