summaryrefslogtreecommitdiff
path: root/core/src
AgeCommit message (Collapse)Author
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-25Updated service shutting down text because it could be scaryByteHamster
2021-07-24Merge pull request #5200 from TacoTheDank/plugin-updatesByteHamster
Update plugins and Gradle
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 #5296 from ByteHamster/sync-iconByteHamster
Add sync icon
2021-07-24Add sync iconByteHamster
2021-07-22Suppress ScopedStorage lint for nowTacoTheDank
2021-07-22Fix QueryPermissionsNeeded code lint errorsTacoTheDank
2021-07-18Merge pull request #5279 from ByteHamster/dont-remove-without-guidByteHamster
Don't detect items without GUID as duplicates
2021-07-17Fix crash when a server returns a null locationByteHamster
2021-07-17Don't detect items without GUID as duplicatesByteHamster
2021-07-17watch for empty getMedia() while checking for duplicates (#5274)Tony Tam
2021-07-12Swipe actions (#5191)ueen
2021-07-11Updated translationsByteHamster
2021-07-11Handle bluetooth and headphone disconnect (#4722)Tony Tam
2021-07-11Merge pull request #4833 from Thom-Merrilin/fix-auto-download-on-subscribeByteHamster
Check Auto Download preference on the feed before auto downloading
2021-07-11No longer show item-specific auto-download property to usersByteHamster
2021-07-11Check Auto Download preference on the feed before auto downloadingThom Merrilin
AutoDownlaoding previously assumed that the filters had been initialised, which is not necessarily the case now that users can disable "Include in Auto Downloads" before subscribing to a new feed.
2021-07-11Merge pull request #5265 from ByteHamster/use-web-iconByteHamster
Updated website icon
2021-07-11Updated website iconByteHamster
2021-07-11Ignore refresh when there is no networkByteHamster
2021-07-11Dedup based on item unique id, media url or title (#4839)Tony Tam
2021-07-11Update download icon (#5184)Farzan
2021-07-10Replace old episode multi-select with new multi-select. (#5253)peakvalleytech
2021-06-29Contextual menu for multi selecting episodes (#5130)peakvalleytech
2021-06-25Fix widget not showing iconsByteHamster
2021-06-20FeedItemFilter Ids (#5231)ueen
2021-06-16Updated translationsByteHamster
2021-06-05Merge pull request #5209 from ByteHamster/wait-for-newByteHamster
Let test wait until database operation is completed
2021-06-05Merge pull request #5190 from ByteHamster/shownotes-fontByteHamster
Removed explicit font specification from shownotes
2021-06-05Let test wait until database operation is completedByteHamster
2021-06-05Add a unit test under DbWriterTest.java (#5181)Mengshi24
2021-06-05Removed explicit font specification from shownotesByteHamster
2021-05-29Merge pull request #5165 from thrillfall/sync-position-on-pauseByteHamster
sync paused position on playback pause
2021-05-29Added new test case for FeedItemUtil.java to test getIds() method (#5182)Matthew Choi
2021-05-29Add new test for Download Request equals (#5183)gregoryjtom
2021-05-22Merge branch 'master' into developByteHamster
2021-05-17sync paused position on playback pausethrillfall
2021-05-14Merge pull request #5161 from ByteHamster/reduce-playback-controllerByteHamster
Remove some unnecessary code from playback controller
2021-05-14New media player screen (#5075)ueen
Co-authored-by: jonasburian <jonas.burian@protonmail.com> Co-authored-by: ByteHamster <info@bytehamster.com>
2021-05-14Just assume we can always set the playback speedByteHamster
Our default ExoPlayer can always set the speed. All Android versions >23 also support it. So of the 2% of users with old devices, this only affects the ones who manually selected another player.
2021-05-14Removed method that is just used in one placeByteHamster
2021-05-14Use EventBus instead of broadcast for service shutdownByteHamster
2021-05-13Disable ExoPlayer id3 extractionByteHamster
Malformed audio files can cause a crash in ExoPlayer. We have our own id3 extractor and don't use the data of ExoPlayer, so we can just disable parsing in ExoPlayer. This reduces the number locations where something can go wrong that prevents playback.
2021-05-10Merge pull request #5151 from ByteHamster/fix-proxyByteHamster
Fixed proxy support
2021-05-10Fixed proxy supportByteHamster
2021-05-08Updated translationsByteHamster
2021-05-08Merge pull request #5146 from ByteHamster/future-dateByteHamster
Refuse to show future dates