Licryle
Licryle
Still open to discussing options with you, in particular an activity to briefly launch the process.
Ahhh, how did I miss that one - perfect, thank you! That addresses the P1 above. May I suggest improvement to the documentation, and sample code via a pull request?...
Absolutely, they appear to be quite random, and that would make sense from your point of view if they are server-side. Thing is, in my case, I run it on...
Indeed. What I meant is I tried all 3 installation methods an none worked on my system. Extracting 1.7.49.1's zip worked straight up. However, once I updated from 1.7.49.1 to...
Hmm there's something weirder at play... It can store and restore fine, but then calling .name on the PlatformFile will return "Unsupported Uri content://com.android.externalstorage.documents/tree/primary:HSKWidget" because of FileKit.context.contentResolver.query(uri), so definitely don't...
Ok, I got it. Fundamentally PlatformFile should mostly be storing files Uris, which is why the file picker does... ``` val platformDirectory = treeUri.let { // Transform the treeUri to...
Coming back with a Fresh mind. TLDR: the lib doesn't seem to properly handle TreeURI as input. In `bookmarkData `it doesn't coerce it to a DocumentURI like `FilePicker` does, and...