Jérémy JAMET
Jérémy JAMET
That's a good question, I honestly don't know. I would need some sample code to see if the launchers have special permissions and how the icon packs are stored but...
> Also, I don't think implementing it is going to be too hard cause haveibeenpwned.com has their API and open-source password managers like Bitwarden already have the code open to...
No problem, but I prefer to put things in context, just because a project is open source doesn't mean it's easy to implement. That's why I encourage everyone to get...
Unfortunately, this can happen because the processing speed is a little bit longer than usual, I can't really solve this problem. I did add a warning in the wiki, the...
I'll do some more testing but the main issue is compatibility with Android methods and that it is handled by the system itself. I think it's related to #765, #1165,...
I just tested and the moment when there can be the return to a popup is simply when the keyboard is not visible when the screen returns to the form...
There is a [requestFocus()](https://github.com/Kunzisoft/KeePassDX/blob/0d91f07646a4caa631c29d1a0167267be0088e4d/app/src/main/java/com/kunzisoft/keepass/activities/PasswordActivity.kt#L455) in the password field of the database that displays the autofill popup afterwards, but actually I can't do anything about it, it's a problem in the...
The autofill service is managed by the system itself so if the autofill inline is only displayed after a page reload, it could be a normal behavior of the browser...
This feature cannot be done directly because the new feature that allows the selection mode with the package name requires a long press. I'm thinking about putting this behavior for...
Now the package name is integrated with a single click, which is more intuitive and saving in selection mode is disabled by default. So I can add the option to...