Kunzisoft / KeePassDX

Lightweight vault and password manager for Android, KeePassDX allows editing encrypted data in a single file in KeePass format and fill in the forms in a secure way.
https://www.keepassdx.com/
GNU General Public License v3.0
4.32k stars 261 forks source link

add in-line autofill API support for android 11+ #990

Closed pokegamer5547 closed 3 years ago

pokegamer5547 commented 3 years ago

theres's a new API in android 11 or feature which allows autofill possible from keyboard. Its just an API which requires both keyboard and password manager to implement. currently i have only seen bitwarden implemented this.it would be cool if KeePass DX could also support this. i know it has magic keyboard but still atleast implementing this API can make some people feel more convienent when using KeePass DX and some third party keyboards can use it thanks to this intregation. https://developer.android.com/guide/topics/text/ime-autofill

J-Jamet commented 3 years ago

Already implemented. You didn't look hard. https://github.com/Kunzisoft/KeePassDX/wiki/AutoFill#inline-suggestions

pokegamer5547 commented 3 years ago

Ah sorry about that, i looked at issues but forgot to look in wiki and faqs.

J-Jamet commented 3 years ago

https://github.com/Kunzisoft/KeePassDX/issues/827 It was also an issue. ;)