summaryrefslogtreecommitdiff
path: root/model
AgeCommit message (Collapse)Author
2022-02-09Fix some gradle deprecationsTacoTheDank
2022-01-30Nicer placeholder images (#5679)ByteHamster
Shows randomly generated placeholder images for: - Feeds that do not have a cover (usually happens for text-only feeds) - Feeds that specify an invalid cover still show a gray square - Local folders when there is no image file in the folder that we could use
2022-01-25Move mime type guessing out of MediaType enumByteHamster
2022-01-04Fix crash when share dialog tries to serialize FeedMediaByteHamster
2022-01-04Local feeds: add sort option for file name (#5629)Shom Bandopadhaya
Co-authored-by: widlok <widlok@users.noreply.github.com>
2021-11-02Fix auto-download retry backoffByteHamster
The new value never got stored in the database. Also, it only got increased by certain types of errors - all other errors could be retried indefinitely. Also added a unit test.
2021-10-28Add 'Duration' to Episode Filter for podcast Auto Download Settings (#5396)thomasdomingos
2021-08-28Clean up unused module AndroidX librariesTacoTheDank
2021-08-28Moved media file parser to its own moduleByteHamster
2021-07-12Swipe actions (#5191)ueen
2021-06-20FeedItemFilter Ids (#5231)ueen
2021-05-11Move common gradle setup to a single fileByteHamster
Original idea by @TacoTheDank
2021-04-22Lint fixesByteHamster
2021-04-22Moved model to its own moduleByteHamster