summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-21Add SVG illustrating state transitionstmp/state_redesigncos
Used in forum thread at: https://forum.antennapod.org/t/mark-episode-s-as-new-filter-on-new-episodes/1683/16 (This branch is not intended to be merged to master.)
2022-02-20Merge pull request #5737 from ByteHamster/show-error-in-dialogdevelopByteHamster
Show feed error in dialog instead of opening download log screen
2022-02-20Show feed error in dialog instead of opening download log screenByteHamster
2022-02-20Merge pull request #5736 from ByteHamster/skip-reset-positionByteHamster
Reset position when skipping and 'smart mark as played'
2022-02-20Reset position when skipping and 'smart mark as played'ByteHamster
2022-02-20Merge pull request #5649 from TacoTheDank/bumpMaterialByteHamster
Update Material Components library
2022-02-19Added a Statistics Button on the Subscriptions toolbar (#5706)IordanisKokk
2022-02-19Merge pull request #5731 from ByteHamster/start-when-preparedByteHamster
Remove startWhenPrepared and prepareImmediately
2022-02-19Remove startWhenPrepared and prepareImmediatelyByteHamster
They are always `true` anyway.
2022-02-19Merge branch 'master' into developByteHamster
2022-02-19Merge pull request #5726 from ByteHamster/stream-decide-ondemandByteHamster
Decide whether or not to stream on demand
2022-02-18Decide whether or not to stream on demandByteHamster
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-18Merge pull request #5725 from ByteHamster/smaller-hidden-suggestionsByteHamster
Shrink discovery section when hidden
2022-02-18Removed the speed indicator from the PlaybackControlsDialog (#5702)Silverwarriorin
2022-02-18Shrink discovery section when hiddenByteHamster
2022-02-12Merge pull request #5707 from TacoTheDank/gradleDeprecationsByteHamster
Fix some gradle deprecations
2022-02-09Update Material Components to 1.4.0TacoTheDank
2022-02-09Fix some gradle deprecationsTacoTheDank
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-08Merge pull request #5704 from ByteHamster/stale-commentByteHamster
Send message to stale issues/PRs
2022-02-07Send message to stale issues/PRsByteHamster
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