Android-Password-Store/autofill-parser
2023-03-21 13:43:09 +05:30
..
src Update Public Suffix List data (#2422) 2023-03-20 00:13:16 +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 fix(build): remove DSL_SCOPE_VIOLATION suppression 2023-03-21 13:43:09 +05:30
CHANGELOG.md fix(autofill-parser): add changelog entry for #2341 2023-01-23 20:28:19 +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
lint-baseline.xml chore: refresh Lint baselines 2023-03-01 17:23:33 +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>")
}