Jérémy JAMET

Results 475 comments of Jérémy JAMET
trafficstars

The Keystore may not initialize properly. You have to check that the problem does not come from the OS, because I can't reproduce the bug with my devices.

> Thanks, how can I check this? By looking at the source code or checking if it works with the base OS. > And for information, fingerprints are working with...

OK, I think there is simply a type of key storage that is not recognized by CalyxOS. If you can provide logs, we might know more. https://developer.android.com/studio/debug/am-logcat or log app...

My guess is good, it seems your system can't register a new key. I think there is a certificate problem on your system that limits the creation and storage of...

I checked and the functionality is well implemented. Checked that you copy in the clipboard a protected data (for custom fields) or a password. https://github.com/Kunzisoft/KeePassDX/blob/0ef574d67525073a6536bd3b0fe554b9190bd599/app/src/main/java/com/kunzisoft/keepass/timeout/ClipboardHelper.kt#L70 In any case it is...

Linked to https://github.com/Kunzisoft/KeePassDX/issues/1343

I just saw a bug that did not put the tag when you clicked on the copy icon, on the other places it works, I just fixed it.

Tags are loaded when opening a database. If you delete an entry but the entry is still in the recycle bin, the tag is still present. If the entry is...

I just retested and I don't have the problem. If your tag is present, it is retrieved at least in one entry because there is no specific list in the...

This bug comes from a problem in the fingerprint API of some Samsung devices and not from KeePassDX which is optimized to be fast. > My suggestion is to make...