Android-Password-Store/app
Fabian Henneke 5164b6951b
Add more lenient rules that apply only on manual request (#662)
Add rules that match password/username fields even if no heuristic matches, but
only when the user explicitly requests Autofill. Since there is now a generic
way to always trigger Autofill (at least in apps), other rules no longer need
to match fields that fail the heuristics.

Along the way, the apply functions in AutofillStrategy.kt are renamed to match
in order to not conflict with the Kotlin apply() extension function.
Furthermore, named parameters are used more widely now to pass around Booleans.
2020-03-25 17:53:58 +01:00
..
src Add more lenient rules that apply only on manual request (#662) 2020-03-25 17:53:58 +01:00
.gitignore initial commit 2014-07-24 01:15:11 +01:00
build.gradle Add support for Oreo Autofill (#653) 2020-03-24 14:03:40 +01:00
proguard-rules.pro Update proguard configuration (#605) 2020-01-01 18:52:38 +05:30