Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-17 | Remove dependency from :ui:glide to :core module (#6998) | ByteHamster | |
2024-03-02 | Remove FeedComponent and FeedFile class (#6949) | ByteHamster | |
We want to be more flexible in what we store for each type of item. Also rename misleading function (lastUpdate to lastModified) | |||
2023-11-05 | Merge branch 'master' into develop | ByteHamster | |
2023-10-17 | Bump AGP and Gradle (#6489) | Taco | |
2023-09-24 | Fix file deletion and queueing after download (#6652) | ByteHamster | |
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-07-15 | Delete partially downloaded file when giving up to retry (#6530) | ByteHamster | |
2023-05-05 | Download Service Rewrite (#6420) | ByteHamster | |
2023-04-01 | Update AGP to 7.4.0 (#5655) | Taco | |
2023-03-14 | Move feed download to worker (#6375) | ByteHamster | |
Feed downloads are now independent from episode downloads. This makes it easier to use WorkManager for refreshing. Also, it will make it easier to add different refresh intervals in the future. | |||
2023-02-20 | Add retry button to download failed notifications (#6333) | ByteHamster | |
2022-11-06 | Move DownloadService-Interface to new module | ByteHamster | |