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
src Fix a bunch of Lint warnings and errors (#1655) 2022-01-09 19:01:03 +00:00
.gitignore
build.gradle.kts
CHANGELOG.md Add Mull to autofill supported browsers (#1640) 2022-01-01 15:56:58 +00:00
consumer-rules.pro
gradle.properties
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>")
}