summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-07Delay loading queue until media is loadedByteHamster
2021-08-07Merge pull request #5335 from ByteHamster/disable-multitouchByteHamster
Disable multi-touch
2021-08-07Merge pull request #5330 from ByteHamster/load-next-mediaByteHamster
When continuous playback is disabled, show next episode in notification
2021-08-07Disable multi-touchByteHamster
2021-08-06Merge pull request #5321 from ByteHamster/skip-id3-extended-headerByteHamster
Skip id3 extended header if available
2021-08-06Merge pull request #5329 from ByteHamster/subscribe-deeplinkByteHamster
Add subscription deeplink
2021-08-06Merge pull request #5317 from ByteHamster/recode-imagesByteHamster
Recode images to save cache space
2021-08-05When continuous playback is disabled, show next episode in notificationByteHamster
2021-08-05Add subscription deeplinkByteHamster
2021-08-03Merge pull request #5323 from AntennaPod/bug-tag-updateByteHamster
Update bug tag
2021-08-03Update bug tagKeunes
So automatic tagging works again
2021-08-02Skip id3 extended header if availableByteHamster
2021-07-31Guess image file type and ignore when not an imageByteHamster
Apparently, some publishers explicitly specify the audio file as an image.
2021-07-31Recode images to save cache spaceByteHamster
2021-07-30Merge pull request #5312 from ByteHamster/opml-activityByteHamster
Rework of OPML import internals
2021-07-30Merge pull request #5315 from ByteHamster/fix-sleeptimer-0ByteHamster
Fix crash when setting sleep timer to zero
2021-07-30Fix crash when setting sleep timer to zeroByteHamster
2021-07-30Merge pull request #5309 from ByteHamster/remove-volume-controlByteHamster
Removed left/right volume controls
2021-07-30Replace AsyncTask with RxJavaByteHamster
2021-07-30Merge pull request #5310 from ByteHamster/simplify-loading-iconByteHamster
Simplify loading media icon for MediaSession
2021-07-30Merge pull request #5308 from ByteHamster/remove-cache-sizeByteHamster
Remove image cache size setting and choose size automatically
2021-07-30Merge pull request #5311 from ByteHamster/feed-vs-podcastByteHamster
Adapted wording: We don't use the technical term 'feed' in any other setting
2021-07-29Removed left/right volume controlsByteHamster
The setting does not work in our default player anyway and just clutters the interface with yet another setting that nobody uses.
2021-07-29Removed second activity just used for selecting feedsByteHamster
2021-07-29Adapted wording: We don't use the technical term 'feed' in any other settingByteHamster
2021-07-29Fix deprecated fill_parent attributes (#5302)Taco
2021-07-29Simplify loading media icon for MediaSessionByteHamster
2021-07-29Remove image cache size setting and choose size automaticallyByteHamster
2021-07-26Merge branch 'master' into developByteHamster
2021-07-26Bumped version to 2.3.12.3.1ByteHamster
2021-07-25Merge pull request #5300 from ByteHamster/fix-logs-exportByteHamster
Fix exporting full logs
2021-07-25Merge pull request #5301 from ByteHamster/shutting-downByteHamster
Updated service shutting down text because it could be scary
2021-07-25Updated service shutting down text because it could be scaryByteHamster
2021-07-25Fix exporting full logsByteHamster
2021-07-24Merge pull request #5200 from TacoTheDank/plugin-updatesByteHamster
Update plugins and Gradle
2021-07-24Merge pull request #5297 from ByteHamster/fix-icons-4.4ByteHamster
Fix png icons on Android 4.4
2021-07-24Fix bug leading to cache miss in ↵struggggle
de.danoeh.antennapod.core.glide.FastBlurTransformation (#5289) Co-authored-by: mjblackhorse <majunster@gmail.com>
2021-07-24Merge pull request #5295 from ByteHamster/glow-playerByteHamster
Removed highlighting of episode title
2021-07-24Merge pull request #5296 from ByteHamster/sync-iconByteHamster
Add sync icon
2021-07-24Merge pull request #5294 from ByteHamster/speed-dialog-single-clickByteHamster
Show speed dialog on single click
2021-07-24Removed highlighting of episode titleByteHamster
2021-07-24Fix png icons on Android 4.4ByteHamster
2021-07-24Add sync iconByteHamster
2021-07-24Show speed dialog on single clickByteHamster
2021-07-22Suppress ScopedStorage lint for nowTacoTheDank
2021-07-22Fix QueryPermissionsNeeded code lint errorsTacoTheDank
2021-07-22Fix NonConstantResourceId code lint errorsTacoTheDank
2021-07-22Fix IgnoreWithoutReason code lint errorsTacoTheDank
2021-07-22Fix XML lint errors from CircleCITacoTheDank
2021-07-22Update pluginsTacoTheDank