Android-Password-Store/autofill-parser
Harsh Shandilya ec696c1d8d
feat: raise min SDK to 26
Autofill is only available on API 26 and above and I do not want to deal with
bugs on these older Android releases.
2023-05-12 20:28:36 +05:30
..
src Update Public Suffix List data (#2506) 2023-05-08 00:15:28 +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 feat: raise min SDK to 26 2023-05-12 20:28:36 +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 feat(lint): update baselines 2023-04-27 01:37:20 +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>")
}