Android-Password-Store/autofill-parser
Harsh Shandilya bcf82d46a0
Update Public Suffix List data (#2263)
autofill-parser: update publicsuffixes file

Co-authored-by: GitHub Actions <noreply@github.com>
2022-11-21 00:23:10 +00:00
..
src Update Public Suffix List data (#2263) 2022-11-21 00:23:10 +00:00
.gitignore Autofill: Extract AutofillParser into separate subproject (#1101) 2020-09-16 23:47:55 +05:30
api.txt Migrate to Metalava for validating API (#2195) 2022-10-21 06:32:23 +00:00
build.gradle.kts chore(gradle): add missing suppressions and license headers 2022-10-24 14:46:38 +05:30
CHANGELOG.md feat(autofill-parser): add Vivaldi as an Autofill browser 2022-10-07 19:24:16 +05:30
consumer-rules.pro Autofill: Extract AutofillParser into separate subproject (#1101) 2020-09-16 23:47:55 +05:30
gradle.properties autofill-parser: bump version 2022-06-20 14:32:14 +05:30
proguard-rules.pro Autofill: Extract AutofillParser into separate subproject (#1101) 2020-09-16 23:47:55 +05:30
README.md Update Maven coordinates for library projects (#1313) 2021-02-09 05:33:28 +00:00

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>")
}