Android-Password-Store/app/src
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
..
androidTest Update license headers (#625) 2020-01-30 01:00:20 +05:30
debug/res Redesign UI and introduce dark theme (#519) 2019-10-01 22:14:28 +05:30
main Add more lenient rules that apply only on manual request (#662) 2020-03-25 17:53:58 +01:00