nextcloud / android

📱 Nextcloud Android app
https://play.google.com/store/apps/details?id=com.nextcloud.client
GNU General Public License v2.0
4.29k stars 1.77k forks source link

Repeat cancelled auto-uploads #1256

Open stdvar opened 7 years ago

stdvar commented 7 years ago

Current issues: 1. Cannot pause uploads.

  1. Cancelled uploads via "X" button cannot be repeated and photos with videos have to be manually uploaded.

Can we please implement such enhancements? Thanks.

tobiasKaminsky commented 7 years ago

Pause is a nice idea, but don't know if this is possible with the newest implementation @mario? For Cancel: we could add a new section "cancelled", but I am unsure if this is used often...

mario commented 7 years ago

@tobiasKaminsky Well it's probably "Cancel" without removing it from the DB?

mario commented 7 years ago

Otherwise, the upload operation is the same as before ... so if you could have pause before, you can have it now too :)

tobiasKaminsky commented 7 years ago

I understand pause as "pause the complete autoupload for some time", but maybe I am wrong. Pausing an individual upload is currently also not possible...

mario commented 7 years ago

Well, I'd guess it's more about individual one (or pausing all uploads, which would pause all CURRENTLY stored pending auto uploads too).

stdvar commented 7 years ago

Either "Pause" implementation (all together or individual) is good to have in case bandwidth is needed right away for something else. Use Case example: say one travel, took many photos, checked in hotel, got wifi and now upload starts.

As for the "Cancel" - no preferences, but i guess having cancelled section would help.

Thanks for considerations, guys.

dusscloud commented 5 years ago

Either "Pause" implementation (all together or individual) is good to have in case bandwidth is needed right away for something else. Use Case example: say one travel, took many photos, checked in hotel, got wifi and now upload starts.

I had exactly this issue : in some place/city/country, the wifi signal may be good enough for sending email/message but not for picture transfer, especially when there is a lot taken. In that case, I would like to pause the autoupload for all transfer, and resume it whenever I feel the Wifi bandwith is better

joshtrichards commented 10 months ago

Pausing is covered in #383. Let's move that discussion there (where there already is an active one).

I'll keep this issue open for the second suggestion for the time being. Please only submit one bug/enhancement per Issue in the future (it's impossible to coordinate work when an issue covers multiple work items that may not occur at the same time or even be handled by the same person).