Narrow Android autofill chooser results

This commit is contained in:
Joe Julian
2026-04-23 21:02:34 -07:00
parent f82ddf7435
commit 2c065a04a4
3 changed files with 126 additions and 1 deletions
+19
View File
@@ -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.