summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-15changed the "Use Episode Cover" setting to only apply to list items. (#4908)Geist5000
2021-02-15Updated broken beta testing link in readmeByteHamster
2021-02-15Merge pull request #4936 from ByteHamster/chapter-readerByteHamster
Simplified chapter reader
2021-02-15Merge pull request #4937 from ByteHamster/downloadservice-cleanupByteHamster
Clean up DownloadService
2021-02-15New workaround for hiding the notification directlyByteHamster
2021-02-15Don't set progress to 0 and then back to a numberByteHamster
This triggers an animation
2021-02-15Refresh all feeds at once instead of sending tons of lists with 1 feed eachByteHamster
2021-02-15Removed some unnecessary calls to startForegroundByteHamster
2021-02-15Simplified chapter readerByteHamster
No longer uses code duplication for opening local and remote streams. Also, switched to OkHttp to handle redirects.
2021-02-14Merge branch 'master' into developByteHamster
2021-02-14New preference to show the remaining time in the 'queue' and podcast episode ↵Tony Tam
view (#4880)
2021-02-13Merge pull request #4920 from ByteHamster/jcenter-deprecationByteHamster
Migrate away from jcenter
2021-02-13Merge pull request #4926 from ByteHamster/move-basic-viewsByteHamster
Move basic views to new module
2021-02-13Use speed dial view from jitpackByteHamster
2021-02-13Removed unmaintained recyclerview-flexibledivider libraryByteHamster
2021-02-13Added mavenCentral repositoryByteHamster
2021-02-12Move basic views to new moduleByteHamster
2021-02-12Merge pull request #4925 from ByteHamster/remove-playback-service-callbacksByteHamster
Remove PlaybackServiceCallbacks
2021-02-12Remove PlaybackServiceCallbacksByteHamster
2021-02-07Refactoring: Remove ClientConfig.automaticDownloadAlgorithm (#4924)Herbert Reiter
2021-02-07Merge pull request #4693 from spacecowboy/cleanup-space-neededByteHamster
Added new cleanup option: when not favorited
2021-02-06Fixed default number of items to clean upJonas Kalderstam
Not sure why this worked before TBH - but default value should naturally be to reduce to desired cache size. Probably makes no difference in actual use - but it is how the tests are constructed.
2021-02-06Applied code review suggestionsJonas Kalderstam
Co-authored-by: ByteHamster <ByteHamster@users.noreply.github.com>
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-04Bumped version to 2.1.32.1.3ByteHamster
2021-02-04Updated translationsByteHamster
2021-02-04Merge pull request #4922 from ByteHamster/fix-null-local-folder-titleByteHamster
Fixed local folder name being set to null
2021-02-04Fixed local folder name being set to nullByteHamster
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-26Fixed update event sending incomplete itemByteHamster
2021-01-26Bugfix: Read feed when updating item in databaseChristopher Lorenz
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