x0b

Results 115 comments of x0b

While the focus over the last month has been on getting `v1.12` out of the door, we have continued to work on this. To update a few points: > -...

I'm not quite sure where #84 ends and this PR starts, but lets try to figure this out. One of the ideas I'm developing in connection with RcdService (see also...

That's a huge set of changes 😮. It'll take a while to review, It is currently finals season at my university 🙈. It seems your PR contains fixes for unrelated...

To clarify something: the inital version of the SAF provider supports two [modes](https://developer.android.com/reference/android/os/ParcelFileDescriptor#parseMode(java.lang.String)), `r` and `w`. This means that apps such as Microsoft Word can request a document and display...

A bit of a strange bug - rcx checks if WIFI is enabled and connected, so this really shouldn't fail. However, there were some changes to Android in recent versions,...

Good idea. **Notes for implementation** * Interactive config (`rclone config`) is really uggly to control from within an app, but `rclone config create remote01 azureblob sas_url '${sas_uri}'` seems to work...

Yeah, that's not going to work. Basically, the SAF bridge is only initialized when browsing the files, since we didn't think anyone would be crazy enough to layer a remote...

After thinking about this a bit more, we could allow layering/stacking of SAF remotes, if we restrict that to the built-in providers, i.e. for SD cards and USB drives only....

In general, there is a single, global sort setting. After someone selects "OK" in the sort dialog, the chosen sort order is applied and saved. When navigating back, this sort...

That is really weird. So the order is this: 1. You are in a folder. 2. You open the sort Dialog and select a different sorting option. 3. You close...