summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-21Fix ClassCastException in FeedItemlistFragment (#4857)Herbert Reiter
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
2021-01-04Removed unused importsAashay Bhoir
2021-01-04Removed old methods referring to external media.Aashay Bhoir
2021-01-04Removed intent filter for external videos.Aashay Bhoir
2021-01-03Merge pull request #4832 from Thom-Merrilin/remember-last-auto-downloadByteHamster
Include in Auto Downloads checkbox remembers the last used checked state
2021-01-03Merge pull request #4831 from Thom-Merrilin/feed-info-share-iconByteHamster
Added share icon/submenu to feed_info menu
2021-01-03Include in Auto Downloads checkbox remembers the last used checked stateThom 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-03Added 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-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-02Clear glide when loading image manuallyByteHamster
2021-01-02Run more util tests with Robolectric (#4815)Herbert Reiter
2021-01-02Run DbWriterTest with Robolectric (#4814)Herbert Reiter
2021-01-02Fixed nav item widthByteHamster
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 FeedFilterTest and FeedItemTest without Android emulator (#4807)Herbert Reiter
2021-01-02Run DateUtilsTest as Unit Test (#4805)Herbert Reiter
2021-01-02Merge pull request #4493 from ByteHamster/gpodnet-setupByteHamster
Simplified gpodder login process
2021-01-02Revert back to device selection instead of linkingByteHamster
Until this is fixed upstream on the gpodder.net server.