Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-15 | Don't filter chapters in the UI | ByteHamster | |
2021-02-15 | changed the "Use Episode Cover" setting to only apply to list items. (#4908) | Geist5000 | |
2021-02-15 | Don't set progress to 0 and then back to a number | ByteHamster | |
This triggers an animation | |||
2021-02-14 | Merge branch 'master' into develop | ByteHamster | |
2021-02-14 | New preference to show the remaining time in the 'queue' and podcast episode ↵ | Tony Tam | |
view (#4880) | |||
2021-02-13 | Merge pull request #4920 from ByteHamster/jcenter-deprecation | ByteHamster | |
Migrate away from jcenter | |||
2021-02-13 | Removed unmaintained recyclerview-flexibledivider library | ByteHamster | |
2021-02-12 | Move basic views to new module | ByteHamster | |
2021-02-12 | Remove PlaybackServiceCallbacks | ByteHamster | |
2021-02-07 | Refactoring: Remove ClientConfig.automaticDownloadAlgorithm (#4924) | Herbert Reiter | |
2021-02-05 | Added new cleanup option: when not favorited | Jonas 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-04 | Fixed local folder name being set to null | ByteHamster | |
2021-02-03 | Merge pull request #4900 from ByteHamster/decouple-widget | ByteHamster | |
Reduce coupling between widget and playback service | |||
2021-02-03 | Reduce coupling between widget and playback service | ByteHamster | |
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-03 | Allow remapping hardware buttons (#4881) | Tim Schumacher | |
2021-01-31 | Fix cover image cut off in landscape mode (#4901) | Tony Tam | |
2021-01-25 | Show publish date for podcasts and file creation date for local feeds (#4862) | Tony Tam | |
2021-01-24 | Google Assistant App Actions for AntennaPod (#4417) | Margaret Borowiec | |
2021-01-24 | Merge pull request #4893 from damoasda/robolectric-feed-parser2 | ByteHamster | |
Run AtomParserTest and RssParserTest with Robolectric | |||
2021-01-24 | Merge pull request #4894 from damoasda/robolectric-DbReaderTest | ByteHamster | |
Run DbReaderTest etc. with Robolectric | |||
2021-01-23 | Run DbReaderTest etc. with Robolectric | Herbert Reiter | |
2021-01-23 | Run AtomParserTest and RssParserTest with Robolectric | Herbert Reiter | |
2021-01-23 | Merge pull request #4892 from ByteHamster/every-hours | ByteHamster | |
Added new string for 'every x hours' | |||
2021-01-23 | Added new string for 'every x hours' | ByteHamster | |
2021-01-23 | Use podcast image as fallback when episode image returns 404 (#4861) | Jonas Burian | |
2021-01-22 | Add Notifications for episodes (#4646) | Connectety | |
Co-authored-by: ByteHamster <info@bytehamster.com> | |||
2021-01-22 | Merge pull request #4563 from SebiderSushi/fix_episodes_list_item_loading_b | ByteHamster | |
Keep loading on the All Episodes tab even if items are filtered out | |||
2021-01-22 | Split up filter model and database handling | ByteHamster | |
2021-01-22 | Added show button to authentication dialog | ByteHamster | |
2021-01-22 | Use authentication dialog instead of dedicated activity | ByteHamster | |
2021-01-22 | Add Podcastindex into main search (#4873) | Tony Tam | |
2021-01-22 | Merge branch 'develop' into fix_episodes_list_item_loading_b | ByteHamster | |
2021-01-21 | Add scrubbing time overlay (#4786) | asdoi | |
2021-01-21 | Fix ClassCastException in FeedItemlistFragment (#4857) | Herbert Reiter | |
2021-01-13 | Merge pull request #4855 from ByteHamster/simplify-password | ByteHamster | |
Remember entered password | |||
2021-01-13 | Add rewind, ff, skip button and layout for extra info in Widget (#4746) | Tony Tam | |
2021-01-13 | Store password when entering after failed download | ByteHamster | |
2021-01-13 | Simplify authentication activity | ByteHamster | |
2021-01-12 | Merge pull request #4829 from binarytoto/4655 | ByteHamster | |
Removed support for opening external video | |||
2021-01-07 | Fix MainActivityTest.testAddFeed() timeout failure | Herbert Reiter | |
2021-01-06 | Removed unused variables | Aashay Bhoir | |
2021-01-04 | Removed unused imports | Aashay Bhoir | |
2021-01-04 | Removed unused imports | Aashay Bhoir | |
2021-01-04 | Removed old methods referring to external media. | Aashay Bhoir | |
2021-01-04 | Removed intent filter for external videos. | Aashay Bhoir | |
2021-01-03 | Merge pull request #4832 from Thom-Merrilin/remember-last-auto-download | ByteHamster | |
Include in Auto Downloads checkbox remembers the last used checked state | |||
2021-01-03 | Include in Auto Downloads checkbox remembers the last used checked state | Thom Merrilin | |
Will resolve #4830 Details: When the User Setting for auto downloading of podcasts is enabled, the OnlineFeedView's Include in Auto Downloads checkbox always defaults to true. This change stores the state of the checkbox when we subscribe to a feed, and then uses this as the default value the next time we load the OnlineFeedView. | |||
2021-01-03 | Added share icon to feed_info menu, moved the Website Address and Podcast ↵ | Thom Merrilin | |
Feed URL into a submenu of this icon. Will resolve #4734 Details: Website Address and Podcast Feed URL menu options were previously always in the overflow menu, which is inconsistent with over menus such as the FeedList menu where these options are under a "Share..." submenu. Two new vector drawables were added for the black and white options of a "Share" icon, these are used to create a submenu for Website Address and Podcast Feed URL if there's room, otherwise the submenu text "Share..." is used in the overflow menu. | |||
2021-01-02 | Fix checkstyle | ByteHamster | |
2021-01-02 | Added basic UI for editing tags | ByteHamster | |