ffupdater
ffupdater copied to clipboard
new feature: parallelize downloads
related (continuation) to #664 (for parallelizing update check)
it would be awesome to have the app download multiple updates at once, instead of having to click each one of them to dl individually.
this would require adding a new button to update all, while still allowing user to update one single app if needed
when pressing the new button, the download of all updates should happen in background, and as soon as one is finished the install popup should appear (similar to aurora store). could also pause temporarilly the downloads while the app is installing to prevent slowness, and resume them after if possible
in case of one download failure, the corresponding app's update button should stay red, and a short error banner should show in its box, exactly as it is shown now when there is a temporary network issue
666 Hay
Hi, work was busy, that's why I did not answer.
The problem is, that the major part of my code can only handle one download at a time.
I agree that downloading multiple APKs at once would be very nice. But I have to delay this feature until the more severe bugs are fixed. 🙈