Android-Password-Store/autofill-parser
Harsh Shandilya 33d3683ae2
Codestyle churn (#1283)
* editorconfig: delete

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>

* idea: adjust codestyle

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>

* all: reformat with simplified import ordering rules

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-01-22 22:58:09 +05:30
..
api Mark Chrome Canary as non-flaky and allowing save (#1237) 2020-12-07 08:48:16 +01:00
src/main Codestyle churn (#1283) 2021-01-22 22:58:09 +05:30
.gitignore Autofill: Extract AutofillParser into separate subproject (#1101) 2020-09-16 23:47:55 +05:30
build.gradle.kts build: move publishing config to buildSrc for re-use 2020-11-29 17:18:34 +05:30
consumer-rules.pro Autofill: Extract AutofillParser into separate subproject (#1101) 2020-09-16 23:47:55 +05:30
gradle.properties Mark Chrome Canary as non-flaky and allowing save (#1237) 2020-12-07 08:48:16 +01:00
proguard-rules.pro Autofill: Extract AutofillParser into separate subproject (#1101) 2020-09-16 23:47:55 +05:30
README.md autofill-parser: update README 2020-11-29 17:51:17 +05:30

autofill-parser Download

Android library to enable efficient usage of the Autofill capabilities introduced in Android 8.0.

Usage

dependencies {
    implementation("com.github.androidpasswordstore:autofill-parser:<latest-version>")
}