summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-05Added new cleanup option: when not favoritedJonas Kalderstam
This is another way of solving #2077. The root issue is that queued episodes are never auto-deleted currently which means that if you automatically add episodes to the queue you will eventually end up with AntennaPod refusing to auto download more episodes because the cache is full and it can't make space. This option will only refuse to delete favorited items. Otherwise it will simply delete the oldest episodes.
2021-02-03Merge pull request #4900 from ByteHamster/decouple-widgetByteHamster
Reduce coupling between widget and playback service
2021-02-03Reduce coupling between widget and playback serviceByteHamster
Instead of binding to the service, pass the required data. This also ensures that the widget is updated instantly when calling from PlaybackService. JobService had the problem that the OS sometimes took some seconds before actually executing the job.
2021-02-03Allow remapping hardware buttons (#4881)Tim Schumacher
2021-01-31Fix Android Auto next episode (#4895)Tony Tam
2021-01-31Fix cover image cut off in landscape mode (#4901)Tony Tam
2021-01-25Show publish date for podcasts and file creation date for local feeds (#4862)Tony Tam
2021-01-24Google Assistant App Actions for AntennaPod (#4417)Margaret Borowiec
2021-01-24Android auto skip button (#4865)Tony Tam
2021-01-24Merge pull request #4893 from damoasda/robolectric-feed-parser2ByteHamster
Run AtomParserTest and RssParserTest with Robolectric
2021-01-24Merge pull request #4894 from damoasda/robolectric-DbReaderTestByteHamster
Run DbReaderTest etc. with Robolectric
2021-01-23Run DbReaderTest etc. with RobolectricHerbert Reiter
2021-01-23Run AtomParserTest and RssParserTest with RobolectricHerbert Reiter
2021-01-23Merge pull request #4892 from ByteHamster/every-hoursByteHamster
Added new string for 'every x hours'
2021-01-23Added new string for 'every x hours'ByteHamster
2021-01-23Use podcast image as fallback when episode image returns 404 (#4861)Jonas Burian
2021-01-23Merge pull request #4891 from connectety/notify-change-group-alertByteHamster
add setGroupAlertBehavior to episode notifications.
2021-01-23add setGroupAlertBehavior to episode notifications.Connectety-T
2021-01-22Add Notifications for episodes (#4646)Connectety
Co-authored-by: ByteHamster <info@bytehamster.com>
2021-01-22Merge pull request #4563 from SebiderSushi/fix_episodes_list_item_loading_bByteHamster
Keep loading on the All Episodes tab even if items are filtered out
2021-01-22Merge pull request #4890 from ByteHamster/authenticationByteHamster
Make authentication dialog easier to use
2021-01-22Split up filter model and database handlingByteHamster
2021-01-22Added show button to authentication dialogByteHamster
2021-01-22Use authentication dialog instead of dedicated activityByteHamster
2021-01-22Add Podcastindex into main search (#4873)Tony Tam
2021-01-22Added indication for unsupported players (#4869)Tony Tam
2021-01-22Merge branch 'develop' into fix_episodes_list_item_loading_bByteHamster
2021-01-21Add scrubbing time overlay (#4786)asdoi
2021-01-21Merge pull request #4888 from ByteHamster/fix-extended-widget-actionsByteHamster
Fix extended widget buttons
2021-01-21HTML entities not processed in the authors field (#4887)Jonas Burian
2021-01-21Fix extended widget buttonsByteHamster
2021-01-21Merge pull request #4886 from AntennaPod/keunes-final-changelog-updateByteHamster
Update CHANGELOG.md
2021-01-21Removed outdated changelog fileByteHamster
2021-01-21tips on running tests when contributing (#4849)Tony Tam
2021-01-13Merge pull request #4837 from damoasda/localfeed-any-imageByteHamster
Use any image for local folders
2021-01-13Refactoring: Split test methods to remove anonymous blocksHerbert Reiter
2021-01-13Refactor method: Use early return instead of late return to make the code ↵Herbert Reiter
more readable
2021-01-13Avoid assertTrue() for better error messagesHerbert Reiter
2021-01-13Use any image for local foldersHerbert Reiter
2021-01-13Merge pull request #4855 from ByteHamster/simplify-passwordByteHamster
Remember entered password
2021-01-13Send Authorization header to be able to stream password protected media (#4843)Tony Tam
2021-01-13Add rewind, ff, skip button and layout for extra info in Widget (#4746)Tony Tam
2021-01-13Store password when entering after failed downloadByteHamster
2021-01-13Simplify authentication activityByteHamster
2021-01-13Do not retry autodownload after SSL errors (#4821)Tony Tam
2021-01-12Merge pull request #4829 from binarytoto/4655ByteHamster
Removed support for opening external video
2021-01-12Merge pull request #4841 from damoasda/fix-MainActivityTest-testAddFeedByteHamster
Fix MainActivityTest.testAddFeed() timeout failure
2021-01-07Fix MainActivityTest.testAddFeed() timeout failureHerbert Reiter
2021-01-06Removed unused variablesAashay Bhoir
2021-01-04Removed unused importsAashay Bhoir