summaryrefslogtreecommitdiff
path: root/storage/database
AgeCommit message (Collapse)Author
2023-10-17Bump AGP and Gradle (#6489)Taco
2023-09-27Sort downloads by size (#6659)Rahmat Ramadhan
2023-05-05Download Service Rewrite (#6420)ByteHamster
2023-05-05Merge branch 'master' into developByteHamster
2023-04-21Fix queue section not loading (#6447)ByteHamster
Apparently some devices do not support the SQLite IIF function.
2023-04-01Update AGP to 7.4.0 (#5655)Taco
2023-03-31Remove from queue section some time after resetting playback position (#6402)ByteHamster
2023-03-14Move 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-03-11Automatically clear old download log entries on upgrade (#6370)ByteHamster
2023-03-11Make statistics filter start at 00:00 (#6371)ByteHamster
2023-03-01Instead of specialized methods, use the global 'getEpisodes' method with a ↵ByteHamster
filter (#6358)
2023-02-28Add option to switch a- & descending sort order for Inbox (#6266)GitStart
2023-02-22Add "New Episodes Action" preference (#6095)Erik Johnson
2023-02-22Add sort option to episodes screen (#6286)GitStart
2023-02-12Add sorting options to downloads screen (#6210)Jared234
2022-12-03Hide started episodes from 'random episodes' screenByteHamster
2022-11-30Fix search for subscriptionsByteHamster
2022-10-04Reorder queue section when pressing play, not when pausingByteHamster
2022-09-30Hide episodes from 'queue' home section if played less than 1 secByteHamster
2022-09-18Rewrite include/exclude filter dialog (#6057)ByteHamster
2022-09-18Implement "Downloaded and unplayed" subscription counter option (#6073)Erik Johnson
2022-09-10Remove "inbox and unplayed" feed counter option (#6033)Erik Johnson
2022-08-30Make queue loading more efficientByteHamster
2022-08-30Load only favorite IDs instead of whole FeedItemsByteHamster
2022-08-27Home Screen (#5864)ByteHamster
Co-authored-by: ueen <ueli.sarnighausen@online.de>
2022-08-26Make statistics loading more efficientByteHamster
2022-06-09Convert playback history fragment to lazy loading (#5886)Paul Ganssle
2022-05-08Show correct total number for lazy loaded itemsByteHamster
2022-05-06Move download logs to a button on the downloads page instead of a tab (#5866)ByteHamster
2022-04-26Decouple preferencesByteHamster
2022-03-06Support for podcast 2.0 chapters (#5630)Tony Tam
2022-02-27Move database to its own moduleByteHamster