Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-06 | Support for podcast 2.0 chapters (#5630) | Tony Tam | |
2022-03-04 | Merge pull request #5757 from ByteHamster/decouple-database | ByteHamster | |
Move database to its own module | |||
2022-03-01 | Use feed url in error messages when no title is available | ByteHamster | |
2022-02-27 | Move database to its own module | ByteHamster | |
2022-02-27 | Separate UI (download error messages) from logic (download errors) (#5755) | ByteHamster | |
2022-02-26 | Merge pull request #5752 from ByteHamster/fix-credentials-colon | ByteHamster | |
Fix credentials with colon | |||
2022-02-25 | Fix credentials with colon | ByteHamster | |
2022-02-24 | Merge pull request #5746 from ByteHamster/move-strings-to-module | ByteHamster | |
Move strings files to their own module | |||
2022-02-23 | Merge pull request #5742 from TacoTheDank/widgetUpdaterWorkManager | ByteHamster | |
Replace deprecated JobIntentService with WorkManager | |||
2022-02-23 | Move strings files to their own module | ByteHamster | |
2022-02-23 | Replace deprecated JobIntentService with WorkManager | TacoTheDank | |
2022-02-22 | Delete a few unused things | ByteHamster | |
2022-02-22 | Merge pull request #5740 from ByteHamster/upon-exiting-video | ByteHamster | |
Make it easier to play only audio, not video | |||
2022-02-21 | Add line graph to statistics screen | ByteHamster | |
2022-02-21 | Add time-based statistics filter (#5734) | ByteHamster | |
2022-02-21 | Make it easier to play only audio, not video | ByteHamster | |
2022-02-20 | Reset position when skipping and 'smart mark as played' | ByteHamster | |
2022-02-19 | Added a Statistics Button on the Subscriptions toolbar (#5706) | IordanisKokk | |
2022-02-19 | Remove startWhenPrepared and prepareImmediately | ByteHamster | |
They are always `true` anyway. | |||
2022-02-19 | Merge branch 'master' into develop | ByteHamster | |
2022-02-19 | Merge pull request #5726 from ByteHamster/stream-decide-ondemand | ByteHamster | |
Decide whether or not to stream on demand | |||
2022-02-18 | Decide whether or not to stream on demand | ByteHamster | |
Fixes a bug where local folders sometimes did not start because AntennaPod thought it needed to play locally. Also avoids situations in which it streams even though a local file is available. Simplifies the PlaybackService slightly. | |||
2022-02-09 | Fix some gradle deprecations | TacoTheDank | |
2022-02-08 | Update translations | ByteHamster | |
2022-02-08 | Merge pull request #5705 from ByteHamster/shutdown-download-service | ByteHamster | |
Shutdown download executors properly | |||
2022-02-08 | Shutdown download executors properly | ByteHamster | |
Otherwise, it can happen that a task in one executor still tries to submit something to a stopped executor. | |||
2022-02-07 | Make sure that proxy host name does not get null | ByteHamster | |
And if it gets null, just ignore the setting. | |||
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-23 | Update app translations | ByteHamster | |
2022-01-22 | Prefer chapter list with more info | ByteHamster | |
2022-01-22 | Unregister receiver before stopping the executor that is called from there | ByteHamster | |
2022-01-22 | Make emulator tests a bit more stable | ByteHamster | |
2022-01-15 | Move more checkstyle checks from 'new code' style to main style | ByteHamster | |
2022-01-06 | Refresh local feeds in DownloadService | ByteHamster | |
This allows displaying the refresh state. Also, it is faster because multiple local feeds can be refreshed in parallel. | |||
2022-01-06 | Rewrite download request creation (#5530) | ByteHamster | |
Android has a limit on the size of Intent parameters. When enqueuing a huge number of items, it just ignored the argument and did not call onNewIntent. We now load the list over in DownloadService. | |||
2022-01-06 | Remove queue loading logic from PlaybackServiceTaskManager | ByteHamster | |
This just causes problems with keeping the preloaded list up-to-date. We only call the method from background threads anyway. | |||
2022-01-06 | load Media info from DB in order to grab last saved position (#5624) | Tony Tam | |
2022-01-04 | Merge pull request #5638 from ByteHamster/fix-streaming-redirect-authentication | ByteHamster | |
Fix streaming password protected media with http redirect | |||
2022-01-04 | Merge pull request #5639 from ByteHamster/fix-crash-share-dialog | ByteHamster | |
Fix crash when share dialog tries to serialize FeedMedia | |||
2022-01-04 | Fix crash when share dialog tries to serialize FeedMedia | ByteHamster | |
2022-01-04 | Merge pull request #5637 from ByteHamster/unpack-exoplayer-message | ByteHamster | |
Further unpack exoplayer error messages | |||
2022-01-04 | Fix streaming password protected media with http redirect | ByteHamster | |
2022-01-04 | follow 301 for authorization headers during download (#5612) | Tony Tam | |
2022-01-04 | Further unpack exoplayer error messages | ByteHamster | |
2022-01-04 | Try to get missing feed url from discover with a search (#5620) | agibault | |
2022-01-04 | Update Balloon library (#5584) | Taco | |
2022-01-04 | Local feeds: add sort option for file name (#5629) | Shom Bandopadhaya | |
Co-authored-by: widlok <widlok@users.noreply.github.com> | |||
2022-01-03 | Combine 'Episode webpage' & 'Media file address' share options (#5626) | vbh | |
2022-01-03 | Print more episode details in error message | ByteHamster | |