summaryrefslogtreecommitdiff
path: root/core/src/main/java
AgeCommit message (Collapse)Author
2021-02-12Move basic views to new moduleByteHamster
2021-02-12Remove PlaybackServiceCallbacksByteHamster
2021-02-07Refactoring: Remove ClientConfig.automaticDownloadAlgorithm (#4924)Herbert Reiter
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-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-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-24Android auto skip button (#4865)Tony Tam
2021-01-23Use podcast image as fallback when episode image returns 404 (#4861)Jonas Burian
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-22Split up filter model and database handlingByteHamster
2021-01-22Merge branch 'develop' into fix_episodes_list_item_loading_bByteHamster
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-13Refactor method: Use early return instead of late return to make the code ↵Herbert Reiter
more readable
2021-01-13Use any image for local foldersHerbert Reiter
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-13Do not retry autodownload after SSL errors (#4821)Tony Tam
2021-01-02Fix checkstyleByteHamster
2021-01-02Added basic UI for editing tagsByteHamster
2021-01-02Store tags in the databaseByteHamster
2021-01-02Build tags based on feed propertiesByteHamster
2021-01-02Calculate layer in makeFlatDrawerDataByteHamster
2021-01-02Run more util tests with Robolectric (#4815)Herbert Reiter
2021-01-02Added support for folder counterByteHamster
2021-01-02Fixed crash when opening subscriptions screenByteHamster
2021-01-02Merge branch 'develop' into foldersByteHamster
2021-01-02Run DateUtilsTest as Unit Test (#4805)Herbert Reiter
2021-01-02Simplified gpodder login processByteHamster
2021-01-01Merge branch 'master' into developByteHamster
2021-01-01feat: add five, ten and twenty minutes sleep timer extend buttons (#4803)Max Wittig
2020-12-30Fix #4772: custom host not working on gpodnet syncs3lph
2020-12-30Fix #4775: Illegal connection pointer in Robolectric tests ↵Herbert Reiter
(awaitTermination) (#4794)
2020-12-20Fix #4765: Disable autoDownload for local feedsHerbert Reiter
2020-12-16Refactoring: Remove class LangUtils (#4763)Herbert Reiter
2020-12-13Remove unused import statements to reduce dependenciesHerbert Reiter
2020-12-05Add the Let's Encrypt (ISRG Root X1) Root CertificateMats Wahlberg
This adds the ISRG Root X1 certificate to the backported certificates introduced in #4497. This should solve the issue when DST Root X3 expires in 2021 (https://letsencrypt.org/2020/11/06/own-two-feet.html).
2020-12-02Merge pull request #4728 from ByteHamster/delete-feed-taskByteHamster
Use RxJava for deleting feeds
2020-12-02Use RxJava for deleting feedsByteHamster
2020-12-02Catch errors when local feeds fail to updateByteHamster