Narrow Android autofill chooser results
This commit is contained in:
@@ -57,3 +57,22 @@ Expected behavior:
|
||||
immediately act on.
|
||||
- The pending lookup is consumed once and does not keep reappearing on later
|
||||
launches.
|
||||
|
||||
## Chooser Relevance
|
||||
|
||||
User story:
|
||||
|
||||
- When Android autofill cannot resolve a single direct match, KeePassGO should
|
||||
still keep the chooser focused on entries that are relevant to the current
|
||||
site or app.
|
||||
- The picker should not fall back to an alphabetized dump of unrelated vault
|
||||
entries when KeePassGO already knows the current host or package target.
|
||||
|
||||
Expected behavior:
|
||||
|
||||
- If multiple entries exactly match the current web host or Android app target,
|
||||
the chooser shows only those relevant entries.
|
||||
- If there are no exact matches but there are parent-host matches, the chooser
|
||||
shows only those related entries.
|
||||
- KeePassGO falls back to the full chooser list only when it has no related
|
||||
host or app-target candidates at all.
|
||||
|
||||
Reference in New Issue
Block a user