Jérémy JAMET

Results 478 comments of Jérémy JAMET
trafficstars

Thank you for the metadata code, ~I will use it because, as you say, it is more optimized, even if there is no issue for the moment. I didn't have...

Just checked and the [DocumentFile](https://android.googlesource.com/platform/frameworks/support/+/a9ac247af2afd4115c3eb6d16c05bc92737d6305/documentfile/src/main/java/androidx/documentfile/provider/DocumentFile.java) with _fromSingleUri_ call [SingleDocumentFile](https://android.googlesource.com/platform/frameworks/support/+/a9ac247af2afd4115c3eb6d16c05bc92737d6305/documentfile/src/main/java/androidx/documentfile/provider/SingleDocumentFile.java) class that call [DocumentsContractAPI19](https://android.googlesource.com/platform/frameworks/support/+/5fdfbc2/v4/kitkat/android/support/v4/provider/DocumentsContractApi19.java), it's exactly the same code as https://github.com/Kunzisoft/KeePassDX/issues/531#issuecomment-618601242 so it's not more optimized.

Can you upload a database file without sensitive information that reproduces the problem?

The problem must come from the template interpreter: the expires field is already a native field, so putting it in a customization field makes it conflict.

I said it before, because of the template interpreter. The name "Expires" is used to identify the expiration field. So when the input form is rebuilt from the custom fields,...

@Abu-Khulzat Can you reupload the file? Thanks

Not yet, I have a lot of work at the moment, I put your MR for version 4.1.0, I have to manage the separation in module for version 4.0.0. I...

I've just done an initial check with a merge to resolve conflicts with the new features in develop version 4.0.0. : https://github.com/Kunzisoft/KeePassDX/tree/kon3gor-feature/tags_in_nodes_list I think I'll do a simpler implementation than...

I know there's a parameter in every database that specifies the default sort value. But I don't know if it's used anymore, I'll check that.