AntennaPod/net/download
ByteHamster 0e52f08aa5
Fix file deletion and queueing after download (#6652)
WorkManager does not tell us whether it was cancelled by
the user (not retried) or by the system (retried later).
So we need to delete the file and remove from queue when
we know that it was actually the user. Also make sure
to always delete the file when the download fails.

Also, don't show "will retry" message on last retry attempt.
2023-09-24 10:03:50 +02:00
..
service-interface Fix file deletion and queueing after download (#6652) 2023-09-24 10:03:50 +02:00
README.md Move DownloadService-Interface to new module 2022-11-06 12:28:30 +01:00

:net:download

This folder contains the download service and its interface.