Jérémy JAMET

Results 478 comments of Jérémy JAMET
trafficstars

Currently, the automatic increment system by copy or click on the Magikeyboard button has not yet been implemented. You have to increase the counter manually at the moment, I plan...

This behavior seems to occur when the Yubikey is incorrectly recognized or set up. Improvements have already been made to the driver, but there may still be bugs. Linked :...

At the moment, there's no big fix planned, because I've already got to reproduce the phenomenon. > When i start by touching, KeePassDX swaps to Key driver and it shows...

You should look directly to the gitlab repo https://gitlab.com/kunzisoft/android-hardware-key-driver/-/issues

> So basically this is not fixed :( I can't reproduce the problem so maybe, but there's nothing to stop you debugging and suggesting a fix.

Shouting about the problem is pointless. Now we need to fix it, but as I said, I don't yet have a real Android 13 device that reproduces the problem with...

Fixed with Key Driver 0.1.8

Indeed, I had seen it, but it won't be easy to solve. The problem is that I'm using Android's preference system, which isn't very scalable, so I'd have to redesign...

KeePassDX uses SAF. To be fully compatible, you must manage the intent [ACTION_OPEN_DOCUMENT](https://developer.android.com/reference/android/content/Intent#ACTION_OPEN_DOCUMENT) and [ACTION_CREATE_DOCUMENT](https://developer.android.com/reference/android/content/Intent#ACTION_CREATE_DOCUMENT) to [retrieve an URI with persist link](https://github.com/Kunzisoft/KeePassDX/blob/7182c2e66d39efa4fc2fde140129d6fdd9babb90/app/src/main/java/com/kunzisoft/keepass/activities/helpers/OpenFileHelper.kt#L91). > EDIT: It does seem to require a...

> Thanks. I wasn't sure with the highlighted section, but since you are reading only 10 bytes anyway before reset it should work within any reasonable default buffer size. It...