x0b / rcx

Rclone for Android
https://x0b.github.io
GNU General Public License v3.0
1.72k stars 155 forks source link

Task queue view #163

Open ctlaltdefeat opened 3 years ago

ctlaltdefeat commented 3 years ago

Currently, when performing several tasks/operations one after the other (I've tried this for downloads but I imagine others are similar), then the tasks do get done but the notification status only shows info about the task being executed at that moment, with no indication about the other queued tasks. It'd be nice to see info about the task queue in the app itself somewhere, and perhaps be able to control them (change order, cancel, etc.).

x0b commented 3 years ago

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 where RCX cannot give immediate success status like file transfers or even large delete operations.

It will be a while until this develops further. RCX has (historically) been a file browser, and any for longer running operations and synchronisation is bolted on and does not have much if any in-app UI.