Android-Password-Store/app/src
Fabian Henneke 1d13a1fbd6
Improve Autofill UI and enable inline presentations (#1181)
* Improve Autofill UI and enable inline presentations

Improves the Autofill UI in the following ways:

* Add support for Android 11 inline presentations of Autofill datasets.
* Instead of showing the identifier (app name or web origin) of the
current app on top of every Autofill dataset, it is now shown 1) as a
header dataset on Android 9 and 10 as well as 2) at the top of the
search activity on all supported versions of Android. Rationale: The
identifier is only used in trust decisions when choosing an existing
entry to fill and should feature prominently in that view, not
elsewhere.
* Show the actual identifier part of a matched entry's path, which may
differ from the identifier of the matched app/website.
* Slightly tweak the labels of Search/Generate Autofill actions to
indicate that a) this is about entries and b) the user may skip the
generation of a password and supply a custom one as well.

* Suppress lint error

* Address review comments

* Add a fixme about properly handling fill-in datasets

* CHANGELOG: add entry for inline presentation

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

* Remove unused parameter

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

Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2020-11-02 20:25:37 +01:00
..
androidTest/java/com/zeapo/pwdstore Otp: use runCatching to replace exception handling 2020-09-05 22:49:03 +05:30
debug/res Add debug icon and update color palette (#931) 2020-07-14 16:23:39 +05:30
free/java/com/zeapo/pwdstore/autofill/oreo/ui Major UI overhaul and the introduction of a new icon (#920) 2020-07-07 19:18:24 +05:30
main Improve Autofill UI and enable inline presentations (#1181) 2020-11-02 20:25:37 +01:00
nonFree Sync strings from Crowdin (#1117) 2020-09-22 09:18:00 +05:30
test/java/com/zeapo/pwdstore Minimal support for MIME secret encoding (#1170) 2020-10-23 21:43:37 +05:30