Android-Password-Store/autofill-parser
github-actions[bot] 1b54e679b7
Update Public Suffix List data (#1479)
Co-authored-by: GitHub Actions <noreply@github.com>
2021-08-07 10:40:54 +05:30
..
api
src Update Public Suffix List data (#1479) 2021-08-07 10:40:54 +05:30
.gitignore
build.gradle.kts Revamp PSL updates (#1475) 2021-07-29 21:23:59 +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>")
}