x0b
x0b
The idea of an "running transfer view" or "control centre" is currently being developed as a concept. It is strongly connected to #130 and will be used for all actions...
This is by design - the item level menu is for quick access only. *edit:* Thinking about this, we could add a toggle to the settings 🤔.
First issue confirmed. > There is a second "issue" I have. I was able to share the Archive folder from jottacloud, as this is a system folder in jottacloud with...
Rclone `v1.56.0` has been released with a fix for this issue. We will now validate the new rclone version; once that is finished a new version of RCX will be...
Saving default server options sounds like a good idea. However, I'm not quite understanding how this "default serve" should be activated. I'm trying to reshape your feature request into something...
Thanks for the heads up. I do build all versions from source though, and the same is true for Termux. The magisk module people [do use that build though](https://github.com/Magisk-Modules-Repo/com.piyushgarg.rclone/tree/master/binary), but...
@ncw I've created a PR: https://github.com/rclone/rclone/pull/5167. Re iOS: Agreed. BTW: I added a [gomobile bind](https://pkg.go.dev/golang.org/x/mobile/cmd/gomobile) API to your librclone branch (https://github.com/rclone/rclone/issues/4891), so iOS might might come back as shared library....
> I'm not sure I understand quite what your change does? Can't you just call the RcloneRPC method? Or is that not right for the gomobile? No, gomobile only works...
Thank you for considering/working on this and sorry for the late response. I encountered a lot of errors, and it took me a while to notice that using a new...
Built a simple test, looks good 🎉: The resulting package name is pretty ugly though, Java usually pretty strictly follows reverse domain, e.g. `org.rclone.mobile` or something. This is not a...