summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-25Fix full sync trying to handle local feedsByteHamster
2022-03-22Merge pull request #5791 from ByteHamster/refresh-alwaysByteHamster
Add button to always refresh over mobile data
2022-03-20Add button to always refresh over mobile dataByteHamster
2022-03-19Merge pull request #5799 from TacoTheDank/themingFix5797ByteHamster
Fix navigation bar theming on Nougat (closes #5797)
2022-03-18Fix navigation bar theming on Nougat (closes #5797)TacoTheDank
2022-03-16Merge pull request #5786 from ByteHamster/subscribe-filenameByteHamster
Use data folder for initial subscriptions
2022-03-16Merge pull request #5783 from ByteHamster/fix-remove-feedByteHamster
Fix context menu handling
2022-03-15Use data folder for initial subscriptionsByteHamster
This was already implemented in 31c0f90d0720518705da6a86b2541c2b38b054b8 but apparently got overwritten by a merge conflict with the download service rewrite.
2022-03-15Fix context menu click ending up in wrong fragmentByteHamster
This can have all kinds of weird side effects. For example, it could trigger the "delete" button of a podcast and then ask for deleting another one because another fragment handles the deletion.
2022-03-12Fix removing podcastByteHamster
2022-02-25Merge pull request #5751 from ByteHamster/nextcloud-subfolderByteHamster
Support Nextcloud installations in subfolders
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