Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-24 | Support Nextcloud installations in subfolders | ByteHamster | |
2022-02-22 | Bump version to 2.5.02.5.0 | ByteHamster | |
2022-02-22 | Update translations | ByteHamster | |
2022-02-22 | Merge pull request #5745 from ByteHamster/transparent-subscribe-button | ByteHamster | |
Fix subscribe button being transparent on some devices | |||
2022-02-22 | Fix subscribe button being transparent on some devices | ByteHamster | |
2022-02-19 | Merge pull request #5732 from ByteHamster/remove-feed-popup | ByteHamster | |
Fix side drawer detecting click on 'remove item' | |||
2022-02-19 | Fix 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-08 | Bump version to 2.5.0-beta3 | ByteHamster | |
2022-02-08 | Update translations | ByteHamster | |
2022-02-08 | Merge pull request #5705 from ByteHamster/shutdown-download-service | ByteHamster | |
Shutdown download executors properly | |||
2022-02-08 | Shutdown download executors properly | ByteHamster | |
Otherwise, it can happen that a task in one executor still tries to submit something to a stopped executor. | |||
2022-02-08 | Merge pull request #5703 from ByteHamster/proxy-hostname-null | ByteHamster | |
Make sure that proxy host name does not get null | |||
2022-02-07 | Make sure that proxy host name does not get null | ByteHamster | |
And if it gets null, just ignore the setting. | |||
2022-01-30 | Merge pull request #5682 from ByteHamster/plain-text-description | ByteHamster | |
Fix line breaks in plain-text descriptions | |||
2022-01-30 | Fix line breaks in plain-text descriptions | ByteHamster | |
Workaround was added for publishers misbehaving but the current implementation breaks valid feeds | |||
2022-01-27 | Bump version to 2.5.0-beta2 | ByteHamster | |
2022-01-27 | Merge pull request #5675 from ByteHamster/do-not-hang-vorbis | ByteHamster | |
Do not hang trying to parse ogg/vorbis chapters | |||
2022-01-27 | Do not hang trying to parse ogg/vorbis chapters | ByteHamster | |
2022-01-23 | Bump version to 2.5.0-beta1 | ByteHamster | |
2022-01-23 | Update Google Play translations | ByteHamster | |
2022-01-23 | Update app translations | ByteHamster | |
2022-01-23 | Update contributors | ByteHamster | |
2022-01-23 | Update release notes | ByteHamster | |
2022-01-22 | Merge pull request #5666 from ByteHamster/chapter-merging | ByteHamster | |
Improvements to chapter merging | |||
2022-01-22 | Close issues & PRs if no reply when requested (#5646) | Keunes | |
2022-01-22 | MIME type is always ISO encoded | ByteHamster | |
2022-01-22 | Prefer chapter list with more info | ByteHamster | |
2022-01-22 | Merge pull request #5667 from ByteHamster/test-ci | ByteHamster | |
Actually run all tests on CI | |||
2022-01-22 | Unregister receiver before stopping the executor that is called from there | ByteHamster | |
2022-01-22 | Make emulator tests a bit more stable | ByteHamster | |
2022-01-22 | Fix vorbis chapter parsing | ByteHamster | |
2022-01-22 | Run parser tests with robolectric | ByteHamster | |
2022-01-22 | Actually run all tests on GitHub Actions | ByteHamster | |
2022-01-16 | Merge pull request #5658 from ByteHamster/faster-checkstyle | ByteHamster | |
Make checkstyle CI faster | |||
2022-01-16 | Make checkstyle CI faster | ByteHamster | |
2022-01-15 | Merge pull request #5657 from ByteHamster/github-actions | ByteHamster | |
Run tests on GitHub Actions instead of CircleCI | |||
2022-01-15 | Run tests on GitHub Actions instead of CircleCI | ByteHamster | |
2022-01-15 | Merge pull request #5656 from ByteHamster/more-checkstyle | ByteHamster | |
Move more checkstyle checks from 'new code' style to main style | |||
2022-01-15 | Move more checkstyle checks from 'new code' style to main style | ByteHamster | |
2022-01-15 | handle mouse right click (#5625) | Tony Tam | |
2022-01-15 | Merge pull request #5648 from TacoTheDank/bumpSpeedDial | ByteHamster | |
Update SpeedDial library | |||
2022-01-07 | Update SpeedDial to 3.2.0 | TacoTheDank | |
2022-01-06 | Merge pull request #5644 from ByteHamster/refresh-local-feeds-in-downloadservice | ByteHamster | |
Refresh local feeds in DownloadService | |||
2022-01-06 | Refresh local feeds in DownloadService | ByteHamster | |
This allows displaying the refresh state. Also, it is faster because multiple local feeds can be refreshed in parallel. | |||
2022-01-06 | Rewrite 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-06 | Merge pull request #5642 from ↵ | ByteHamster | |
ByteHamster/remove-playbackservice-taskmanager-queue Remove queue loading logic from PlaybackServiceTaskManager | |||
2022-01-06 | Remove queue loading logic from PlaybackServiceTaskManager | ByteHamster | |
This just causes problems with keeping the preloaded list up-to-date. We only call the method from background threads anyway. | |||
2022-01-06 | load Media info from DB in order to grab last saved position (#5624) | Tony Tam | |
2022-01-04 | Merge pull request #5638 from ByteHamster/fix-streaming-redirect-authentication | ByteHamster | |
Fix streaming password protected media with http redirect | |||
2022-01-04 | Merge pull request #5639 from ByteHamster/fix-crash-share-dialog | ByteHamster | |
Fix crash when share dialog tries to serialize FeedMedia |