summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-27Bump version to 2.5.0-beta2ByteHamster
2022-01-27Merge pull request #5675 from ByteHamster/do-not-hang-vorbisByteHamster
Do not hang trying to parse ogg/vorbis chapters
2022-01-27Do not hang trying to parse ogg/vorbis chaptersByteHamster
2022-01-25Move mime type guessing out of MediaType enumByteHamster
2022-01-25When mime type is octet-stream, guess from the file nameByteHamster
2022-01-23Bump version to 2.5.0-beta1ByteHamster
2022-01-23Update Google Play translationsByteHamster
2022-01-23Update app translationsByteHamster
2022-01-23Update contributorsByteHamster
2022-01-23Update release notesByteHamster
2022-01-22Merge pull request #5666 from ByteHamster/chapter-mergingByteHamster
Improvements to chapter merging
2022-01-22Close issues & PRs if no reply when requested (#5646)Keunes
2022-01-22MIME type is always ISO encodedByteHamster
2022-01-22Prefer chapter list with more infoByteHamster
2022-01-22Merge pull request #5667 from ByteHamster/test-ciByteHamster
Actually run all tests on CI
2022-01-22Unregister receiver before stopping the executor that is called from thereByteHamster
2022-01-22Make emulator tests a bit more stableByteHamster
2022-01-22Fix vorbis chapter parsingByteHamster
2022-01-22Run parser tests with robolectricByteHamster
2022-01-22Actually run all tests on GitHub ActionsByteHamster
2022-01-16Merge pull request #5658 from ByteHamster/faster-checkstyleByteHamster
Make checkstyle CI faster
2022-01-16Make checkstyle CI fasterByteHamster
2022-01-15Merge pull request #5657 from ByteHamster/github-actionsByteHamster
Run tests on GitHub Actions instead of CircleCI
2022-01-15Run tests on GitHub Actions instead of CircleCIByteHamster
2022-01-15Merge pull request #5656 from ByteHamster/more-checkstyleByteHamster
Move more checkstyle checks from 'new code' style to main style
2022-01-15Move more checkstyle checks from 'new code' style to main styleByteHamster
2022-01-15handle mouse right click (#5625)Tony Tam
2022-01-15Merge pull request #5648 from TacoTheDank/bumpSpeedDialByteHamster
Update SpeedDial library
2022-01-07Update SpeedDial to 3.2.0TacoTheDank
2022-01-06Merge pull request #5644 from ByteHamster/refresh-local-feeds-in-downloadserviceByteHamster
Refresh local feeds in DownloadService
2022-01-06Refresh local feeds in DownloadServiceByteHamster
This allows displaying the refresh state. Also, it is faster because multiple local feeds can be refreshed in parallel.
2022-01-06Rewrite 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-06Merge pull request #5642 from ↵ByteHamster
ByteHamster/remove-playbackservice-taskmanager-queue Remove queue loading logic from PlaybackServiceTaskManager
2022-01-06Remove queue loading logic from PlaybackServiceTaskManagerByteHamster
This just causes problems with keeping the preloaded list up-to-date. We only call the method from background threads anyway.
2022-01-06load Media info from DB in order to grab last saved position (#5624)Tony Tam
2022-01-04Merge pull request #5638 from ByteHamster/fix-streaming-redirect-authenticationByteHamster
Fix streaming password protected media with http redirect
2022-01-04Merge pull request #5639 from ByteHamster/fix-crash-share-dialogByteHamster
Fix crash when share dialog tries to serialize FeedMedia
2022-01-04Fix crash when share dialog tries to serialize FeedMediaByteHamster
2022-01-04Merge pull request #5637 from ByteHamster/unpack-exoplayer-messageByteHamster
Further unpack exoplayer error messages
2022-01-04Fix streaming password protected media with http redirectByteHamster
2022-01-04follow 301 for authorization headers during download (#5612)Tony Tam
2022-01-04Further unpack exoplayer error messagesByteHamster
2022-01-04Try to get missing feed url from discover with a search (#5620)agibault
2022-01-04Update Balloon library (#5584)Taco
2022-01-04Local feeds: add sort option for file name (#5629)Shom Bandopadhaya
Co-authored-by: widlok <widlok@users.noreply.github.com>
2022-01-03Merge pull request #5580 from TacoTheDank/bumpPluginsByteHamster
Update Gradle and plugins
2022-01-03Combine 'Episode webpage' & 'Media file address' share options (#5626)vbh
2022-01-03Merge pull request #5634 from ByteHamster/more-detailed-duplicate-messageByteHamster
Print more episode details in error message
2022-01-03Print more episode details in error messageByteHamster
2022-01-03Merge branch 'master' into developByteHamster