Replies: 2 comments 3 replies
|
That is an interesting suggestion. The implementation of the auto-fill feature in APS is still rather obscure to me, but worth being looked at in more detail. Can you give me an example of an app that provides such a quick-settings entry (preferably open-source, such that I can study its implementation)? |
2 replies
|
Thanks for the quick implementation, I have tried it and works perfect. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I’ve noticed that sometimes the autocomplete functionality doesn’t work reliably. On certain websites, the keyboard doesn’t show the “autocomplete” option at all. When this happens, I have to manually switch to Password Store, search for the entry, copy the password, and go back to the app I was using — which is quite inconvenient.
Additionally, there are situations where I simply want to quickly view or copy a password without going through multiple steps.
Many other password managers offer a quick access tile in the system’s quick settings panel. Tapping it opens a small floating dialog that allows users to search for entries and interact with them more easily. I think this would be a great addition to APS.
From what I’ve researched, implementing this may not be too complex. The main work would likely be designing the dialog itself, but it could possibly be adapted from the existing search interface with a few added options.
Summary of suggestions:
All reactions