Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-01 | Fix deleting downloaded episode removes from queue (#7151) | flofriday | |
2024-04-24 | Implement missing equals and hashcode methods for feeditem (#7132) | flofriday | |
Till 5713b1826795598848c95f31df906b7af5ce7076 many classes like FeedItem used to inherit from FeedComponent which provided those two methods. However since that commit the component no longer exists and now the classes need to implement it on their own. Without this, ArrayList.remove breaks. | |||
2024-04-15 | Fix default per-feed skip silence setting (#7101) | ByteHamster | |
2024-04-05 | Delete core module (#7060) | ByteHamster | |
2024-04-04 | Move some tests from core module to their respective module (#7059) | ByteHamster | |
2024-03-31 | Restructure related UI classes together (#7044) | ByteHamster | |
2024-03-25 | Move DBReader to :storage:database (#7027) | ByteHamster | |
2024-03-24 | Let the database do the sorting (#7025) | ByteHamster | |
2024-03-24 | Simplify playback preferences and move to :storage:preferences (#7024) | ByteHamster | |
2024-03-24 | Store last refresh attempt for feeds (#7022) | ByteHamster | |
2024-03-24 | Faster feed deletion (#7019) | ByteHamster | |
2024-03-23 | Remove check for updated attributes, just update them (#7018) | ByteHamster | |
2024-03-23 | Rename FeedMedia methods to no longer have underscores (#7017) | ByteHamster | |
2024-03-17 | Remove dependency from :ui:glide to :core module (#6998) | ByteHamster | |
2024-03-04 | Clean up some dead code (#6952) | Taco | |
2024-03-03 | Skip silence setting per feed (#6910) | quails4Eva | |
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) | |||
2024-02-25 | Add option to add new episodes to queue (#6855) | Matej Drobnič | |
2024-02-18 | Merge branch 'master' into develop | ByteHamster | |
2023-12-29 | Remove unnecessary autodownload code (#6832) | ByteHamster | |
This should not change any behavior. The retry count and timing are managed by WorkManager, so this code is irrelevant. | |||
2023-12-29 | Check if volume boost effect is supported on the device (#6808) | Matej Drobnič | |
2023-11-05 | Merge branch 'master' into develop | ByteHamster | |
2023-10-17 | Bump AGP and Gradle (#6489) | Taco | |
2023-09-27 | Sort downloads by size (#6659) | Rahmat Ramadhan | |
2023-09-08 | Add volume boost (#6573) | Matej Drobnič | |
2023-07-18 | Fix MediaMetadataRetriever on API<29 | ByteHamster | |
On SDK<29, this class does not have a close method yet, so the app crashes when using try-with-resources. | |||
2023-05-05 | Download Service Rewrite (#6420) | ByteHamster | |
2023-02-22 | Add "New Episodes Action" preference (#6095) | Erik Johnson | |
2023-02-16 | Update duration from feed if there is none yet (#6322) | ByteHamster | |
2022-11-03 | Decouple restoring Playable from Preferences and storing position | ByteHamster | |
Breaks dependency cycle | |||
2022-09-18 | Rewrite include/exclude filter dialog (#6057) | ByteHamster | |
2022-09-18 | Implement "Downloaded and unplayed" subscription counter option (#6073) | Erik Johnson | |
2022-09-10 | Remove "inbox and unplayed" feed counter option (#6033) | Erik Johnson | |
2022-08-28 | Merge branch 'master' into develop | ByteHamster | |
2022-08-27 | Home Screen (#5864) | ByteHamster | |
Co-authored-by: ueen <ueli.sarnighausen@online.de> | |||
2022-08-08 | Tweak 'all episodes' screen | ByteHamster | |
2022-08-06 | Move common code of list fragments to EpisodesListFragment | ByteHamster | |
2022-08-06 | Remove favorites tab | ByteHamster | |
2022-04-26 | Decouple preferences | ByteHamster | |
2022-04-22 | Update filter dialog to Fragment | ByteHamster | |
2022-03-06 | Support for podcast 2.0 chapters (#5630) | Tony Tam | |
2022-02-27 | Move database to its own module | ByteHamster | |
2022-02-22 | Delete a few unused things | ByteHamster | |
2022-01-30 | Nicer 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-25 | Move mime type guessing out of MediaType enum | ByteHamster | |
2022-01-04 | Fix crash when share dialog tries to serialize FeedMedia | ByteHamster | |
2022-01-04 | Local feeds: add sort option for file name (#5629) | Shom Bandopadhaya | |
Co-authored-by: widlok <widlok@users.noreply.github.com> | |||
2021-11-02 | Fix auto-download retry backoff | ByteHamster | |
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-28 | Add 'Duration' to Episode Filter for podcast Auto Download Settings (#5396) | thomasdomingos | |
2021-08-28 | Moved media file parser to its own module | ByteHamster | |