Android-Password-Store/autofill-parser
Harsh Shandilya cfceb38ee7
Fix a bunch of Lint warnings and errors (#1655)
* autofill-parser: add missing `@RequiresApi` annotations

* app: remove unused strings and sync with Crowdin

* app: remove unused chip_text_color selector

* app: remove unused capitalization_type_values array

* app: add `PendingIntent.FLAG_IMMUTABLE` flag where required
2022-01-09 19:01:03 +00:00
..
api Mark Chrome Canary as non-flaky and allowing save (#1237) 2020-12-07 08:48:16 +01:00
src Fix a bunch of Lint warnings and errors (#1655) 2022-01-09 19:01:03 +00:00
.gitignore Autofill: Extract AutofillParser into separate subproject (#1101) 2020-09-16 23:47:55 +05:30
build.gradle.kts Miscellaneous build and CI cleanups (#1587) 2021-12-11 00:12:54 +05:30
CHANGELOG.md Add Mull to autofill supported browsers (#1640) 2022-01-01 15:56:58 +00:00
consumer-rules.pro Autofill: Extract AutofillParser into separate subproject (#1101) 2020-09-16 23:47:55 +05:30
gradle.properties Release new version of autofill-parser (#1634) 2021-12-31 05:55:30 +00:00
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>")
}