summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-07-18Merge pull request #5279 from ByteHamster/dont-remove-without-guidByteHamster
Don't detect items without GUID as duplicates
2021-07-18Merge pull request #5280 from ByteHamster/fix-null-locationByteHamster
Fix crash when a server returns a null location
2021-07-18Fix Emulator CI (#5278)ByteHamster
2021-07-17Fix crash when a server returns a null locationByteHamster
2021-07-17Don't detect items without GUID as duplicatesByteHamster
2021-07-17Merge pull request #5277 from jhenninger/fix-emtpy-queue-swipe-refreshByteHamster
Fix swipe refresh not working on empty queue
2021-07-17Fix swipe refresh not working on empty queueJohannes Henninger
2021-07-17watch for empty getMedia() while checking for duplicates (#5274)Tony Tam
2021-07-14Merge pull request #5271 from ByteHamster/fix-pref-nameByteHamster
Fix preference name of swipe actions
2021-07-13Fix preference name of swipe actionsByteHamster
2021-07-12Swipe actions (#5191)ueen