Patrick
Patrick
@V8tr - unfortunately the updates posted with iOS14 fixes do not resolve the issues for me. The imageLoader gets deallocated too soon.
I had the same issue. If it helps someone, simply adding `implementation 'com.github.luben:zstd-jni:1.5.2-3@aar'` to build.gradle as described in the above link led to duplicate class errors. Instead I used ```...
Awesome work @shuchkin - thank you so much
It absolutely does. When I navigate away from the erroneously added path element ('nextcloud') with the top left bar button item, it's right there in the root folder of my...
If this helps any further, this is the Postman output of a PROPFIND request of https://example.com/nextcloud/remote.php/dav/files/admin I believe the question here is if it's normal for the href property to...
I had the same problem and according to #800 this is fixed in 7.0.0 which I can confirm
@tfagart I've created PR #254 and hope it will be accepted. It stores the osmmap.php file in another folder. For now, I'm installing the modified plugin manually, but that is...
Did you set the -ObjC flag as advised in the installation notes?
PR #364 attempts to fix this