summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2022-01-03Bump version to 2.4.22.4.2ByteHamster
2022-01-03Update translationsByteHamster
2022-01-02Merge pull request #5632 from JonOfUs/fix-sleep-timer-dialog-setupByteHamster
Don't show 'Set SleepTimer' and 'Disable SleepTimer' at the same time
2022-01-02Don't show 'Set SleepTimer' and 'Disable SleepTimer' at the same timeJonathan Flueren
2022-01-02Remove playing notification when deleting currently playing episode (#5628)rubenh-be
2022-01-02Merge pull request #5631 from tonytamsf/crash-on-airplane-modeByteHamster
fix crash when not on network
2022-01-02fix crash when not on networkTony Tam
2021-12-28resume playing only if the user unplugs via wired headset or bluetooth while ↵Tony Tam
episode in progress (#5611)