Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-20 | Merge pull request #5737 from ByteHamster/show-error-in-dialogdevelop | ByteHamster | |
Show feed error in dialog instead of opening download log screen | |||
2022-02-20 | Show feed error in dialog instead of opening download log screen | ByteHamster | |
2022-02-20 | Merge pull request #5736 from ByteHamster/skip-reset-position | ByteHamster | |
Reset position when skipping and 'smart mark as played' | |||
2022-02-20 | Reset position when skipping and 'smart mark as played' | ByteHamster | |
2022-02-20 | Merge pull request #5649 from TacoTheDank/bumpMaterial | ByteHamster | |
Update Material Components library | |||
2022-02-19 | Added a Statistics Button on the Subscriptions toolbar (#5706) | IordanisKokk | |
2022-02-19 | Merge pull request #5731 from ByteHamster/start-when-prepared | ByteHamster | |
Remove startWhenPrepared and prepareImmediately | |||
2022-02-19 | Remove startWhenPrepared and prepareImmediately | ByteHamster | |
They are always `true` anyway. | |||
2022-02-19 | Merge branch 'master' into develop | ByteHamster | |
2022-02-19 | Merge pull request #5726 from ByteHamster/stream-decide-ondemand | ByteHamster | |
Decide whether or not to stream on demand | |||
2022-02-18 | Decide whether or not to stream on demand | ByteHamster | |
Fixes a bug where local folders sometimes did not start because AntennaPod thought it needed to play locally. Also avoids situations in which it streams even though a local file is available. Simplifies the PlaybackService slightly. | |||
2022-02-18 | Merge pull request #5725 from ByteHamster/smaller-hidden-suggestions | ByteHamster | |
Shrink discovery section when hidden | |||
2022-02-18 | Removed the speed indicator from the PlaybackControlsDialog (#5702) | Silverwarriorin | |
2022-02-18 | Shrink discovery section when hidden | ByteHamster | |
2022-02-12 | Merge pull request #5707 from TacoTheDank/gradleDeprecations | ByteHamster | |
Fix some gradle deprecations | |||
2022-02-09 | Update Material Components to 1.4.0 | TacoTheDank | |
2022-02-09 | Fix some gradle deprecations | TacoTheDank | |
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-08 | Merge pull request #5704 from ByteHamster/stale-comment | ByteHamster | |
Send message to stale issues/PRs | |||
2022-02-07 | Send message to stale issues/PRs | ByteHamster | |
2022-02-07 | Make sure that proxy host name does not get null | ByteHamster | |
And if it gets null, just ignore the setting. | |||
2022-02-06 | Merge pull request #5688 from TacoTheDank/getPrimaryClip | ByteHamster | |
Fix clipboard deprecation in AddFeedFragment | |||
2022-02-05 | Fix clipboard deprecation in AddFeedFragment | TacoTheDank | |
2022-02-04 | CONTRIBUTING.md: fix issue template links (#5692) | Oliver Gerlich | |
The template files had been renamed in commit 5bef7c73. | |||
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-30 | Nicer 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-30 | Merge pull request #5681 from ByteHamster/m4b-extension | ByteHamster | |
Manually detect m4b on devices that don't do it | |||
2022-01-29 | Manually detect m4b on devices that don't do it | ByteHamster | |
2022-01-29 | Merge pull request #5670 from ByteHamster/mime-octet-stream | ByteHamster | |
When mime type is octet-stream, guess from the file name | |||
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-25 | Move mime type guessing out of MediaType enum | ByteHamster | |
2022-01-25 | When mime type is octet-stream, guess from the file name | 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 | |