summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-07Make sure that proxy host name does not get nullByteHamster
And if it gets null, just ignore the setting.
2022-02-06Merge pull request #5688 from TacoTheDank/getPrimaryClipByteHamster
Fix clipboard deprecation in AddFeedFragment
2022-02-05Fix clipboard deprecation in AddFeedFragmentTacoTheDank
2022-02-04CONTRIBUTING.md: fix issue template links (#5692)Oliver Gerlich
The template files had been renamed in commit 5bef7c73.
2022-01-30Merge pull request #5682 from ByteHamster/plain-text-descriptionByteHamster
Fix line breaks in plain-text descriptions
2022-01-30Fix line breaks in plain-text descriptionsByteHamster
Workaround was added for publishers misbehaving but the current implementation breaks valid feeds
2022-01-30Nicer 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-30Merge pull request #5681 from ByteHamster/m4b-extensionByteHamster
Manually detect m4b on devices that don't do it
2022-01-29Manually detect m4b on devices that don't do itByteHamster
2022-01-29Merge pull request #5670 from ByteHamster/mime-octet-streamByteHamster
When mime type is octet-stream, guess from the file name
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