summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-24Support Nextcloud installations in subfoldersByteHamster
2022-02-22Bump version to 2.5.02.5.0ByteHamster
2022-02-22Update translationsByteHamster
2022-02-22Merge pull request #5745 from ByteHamster/transparent-subscribe-buttonByteHamster
Fix subscribe button being transparent on some devices
2022-02-22Fix subscribe button being transparent on some devicesByteHamster
2022-02-19Merge pull request #5732 from ByteHamster/remove-feed-popupByteHamster
Fix side drawer detecting click on 'remove item'
2022-02-19Fix side drawer detecting click on 'remove item'ByteHamster
remove_item referred to both, feeds and media files. Sometimes the wrong fragment receives the context menu click event.
2022-02-08Bump version to 2.5.0-beta3ByteHamster
2022-02-08Update translationsByteHamster
2022-02-08Merge pull request #5705 from ByteHamster/shutdown-download-serviceByteHamster
Shutdown download executors properly
2022-02-08Shutdown download executors properlyByteHamster
Otherwise, it can happen that a task in one executor still tries to submit something to a stopped executor.
2022-02-08Merge pull request #5703 from ByteHamster/proxy-hostname-nullByteHamster
Make sure that proxy host name does not get null
2022-02-07Make sure that proxy host name does not get nullByteHamster
And if it gets null, just ignore the setting.
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-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-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