Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-29 | Move playback service to module (#7042) | ByteHamster | |
2024-03-29 | Move download service to module (#7041) | ByteHamster | |
2024-03-29 | Create module for sync service and move DBWriter to database module (#7040) | ByteHamster | |
2024-03-25 | Move widget setup code to widget module (#6996) | ByteHamster | |
2024-03-25 | Move DBReader to :storage:database (#7027) | 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-23 | Rename FeedMedia methods to no longer have underscores (#7017) | ByteHamster | |
2024-03-22 | Remove AutoDownloadTest (#7015) | ByteHamster | |
This test regularly fails our CI. The test checked that auto-download kicks in after the currently playing episode and that it considers the correct item in the queue to enqueue after. However, because we now use WorkManager, the download can be delayed based on decisions by the Android system. We cannot assume that downloading already starts just seconds after playback completes. I do not know an easy fix for this, and the test is quite complex anyway, testing multiple different modules at once. So I am removing the test for now. | |||
2024-03-22 | Nicer rating dialog (#7011) | ByteHamster | |
2024-03-18 | Decouple media button starter and receiver (#6999) | ByteHamster | |
2024-03-17 | Remove dependency from :ui:glide to :core module (#6998) | ByteHamster | |
2024-03-11 | Move import/export to its own module (#6986) | ByteHamster | |
Also clean up ImportExportPreferencesFragment a bit. | |||
2024-03-04 | Clean up some dead code (#6952) | Taco | |
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-04 | Add next chapter button to notification (#6276) | Matej Drobnič | |
2024-01-31 | Remove unused test class (#6907) | ByteHamster | |
2023-10-22 | Delete local feed episodes (#6400) | Matej Drobnič | |
2023-09-08 | Add volume boost (#6573) | Matej Drobnič | |
2023-07-15 | Delete partially downloaded file when giving up to retry (#6530) | ByteHamster | |
2023-05-05 | Download Service Rewrite (#6420) | ByteHamster | |
2023-04-15 | Add option to enable sleep timer based on current time (#6384) | mueller-ma | |
2023-04-15 | Replace Network+Storage preferences with Downloads (#6434) | ByteHamster | |
2023-03-31 | Random enqueue location (#6403) | Andrzej Węgłowski | |
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-03-01 | Instead of specialized methods, use the global 'getEpisodes' method with a ↵ | ByteHamster | |
filter (#6358) | |||
2023-02-26 | Remove deprecated media players (#6354) | ByteHamster | |
2023-02-22 | Add "New Episodes Action" preference (#6095) | Erik Johnson | |
2023-02-22 | Add sort option to episodes screen (#6286) | GitStart | |
2023-02-18 | Extra toggle for full black theme (#6328) | ByteHamster | |
2022-12-24 | Refresh Feed after Credentials Change (#6236) | Patrick Demers | |
2022-12-16 | Migrate ListPreference to Material Design 3 | ByteHamster | |
2022-11-06 | Move preferences to a new module | ByteHamster | |
2022-11-06 | Move DownloadService-Interface to new module | ByteHamster | |
2022-11-05 | Remove dependency from other classes to DownloadService | ByteHamster | |
2022-11-01 | Use normal pause/skip keycodes, not custom intent | ByteHamster | |
2022-09-18 | Extend unit tests | ByteHamster | |
2022-09-10 | Add 'default screen' setting (replaces 'back button behavior') (#6041) | ByteHamster | |
2022-08-06 | Remove favorites tab | ByteHamster | |
2022-05-15 | Merge pull request #5887 from TacoTheDank/assetFixes | ByteHamster | |
Remove unused assets, update licenses | |||
2022-05-15 | Move test mp3s to androidTest directory | TacoTheDank | |
2022-05-13 | Remove gpodder toplist | ByteHamster | |
Half of the toplist no longer returns a valid podcast feed. Some of the suggested tags are just random characters and none of them is actually helpful. This does not remove search or synchronization. Just gpodder discovery. | |||
2022-05-07 | Convert share dialog to bottom sheet | ByteHamster | |
2022-05-06 | Move download logs to a button on the downloads page instead of a tab (#5866) | ByteHamster | |
2022-04-26 | Decouple preferences | ByteHamster | |
2022-04-22 | Restore episode sharing that only includes a media URL (#5835) | ByteHamster | |
2022-02-27 | Move database to its own module | ByteHamster | |
2022-02-22 | Delete a few unused things | ByteHamster | |