summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-02Run more util tests with Robolectric (#4815)Herbert Reiter
2021-01-02Run DbWriterTest with Robolectric (#4814)Herbert Reiter
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.
2021-01-02Simplified gpodder login processByteHamster
2021-01-02Merge pull request #4828 from ByteHamster/tear-downByteHamster
Tear down database after db cleanup test
2021-01-02Tear down database after db cleanup testByteHamster
2021-01-02Fixed unused importByteHamster
2021-01-01Merge branch 'master' into developByteHamster
2021-01-01Bumped version to 2.1.22.1.2ByteHamster
2021-01-01Updated contributorsByteHamster
2021-01-01Updated translationsByteHamster
2021-01-01Added textual tab indicator to player screen (#4731)ByteHamster
2021-01-01Merge pull request #4822 from ByteHamster/update-export-designByteHamster
Adapted design of html export
2021-01-01Added content description for download cancel button (#4818)binarytoto
2021-01-01Adapted design of html exportByteHamster
2021-01-01Merge pull request #4819 from damoasda/robolectric-DbTasksTestByteHamster
Run DbTasksTest with Robolectric
2021-01-01Merge pull request #4820 from damoasda/robolectric-DbNullCleanupAlgorithmTestByteHamster
Run DbNullCleanupAlgorithmTest with Robolectric
2021-01-01Fix search button to forward the search query (#4798)Herbert Reiter
2021-01-01feat: add five, ten and twenty minutes sleep timer extend buttons (#4803)Max Wittig
2020-12-31Run DbNullCleanupAlgorithmTest with RobolectricHerbert Reiter
2020-12-31Run DbTasksTest with RobolectricHerbert Reiter
2020-12-30Fix #4772: custom host not working on gpodnet syncs3lph
2020-12-30Merge pull request #4811 from damoasda/robolectric-ExternalMediaTestByteHamster
Run ExternalMediaTest with Robolectric
2020-12-30Merge pull request #4797 from PtilopsisLeucotis/fix_translationsByteHamster
Fix translations
2020-12-30Fix #4775: Illegal connection pointer in Robolectric tests ↵Herbert Reiter
(awaitTermination) (#4794)
2020-12-30Merge pull request #4793 from damoasda/playback-history-issue-4776-masterByteHamster
Update played/unplayed status in playback history (master branch)
2020-12-30Run ExternalMediaTest with RobolectricHerbert Reiter
2020-12-24Update played/unplayed status in playback historyHerbert Reiter
2020-12-22Fixed wrong attribute translate to translatable in strings.xmlPtilopsisLeucotis
2020-12-20Merge pull request #4780 from damoasda/localfeed-issue-4765-masterByteHamster
Fix #4765: Disable autoDownload for local feeds (master branch)
2020-12-20Fix #4765: Disable autoDownload for local feedsHerbert Reiter
2020-12-20Merge pull request #4774 from damoasda/robolectric-DownloadRequestTestByteHamster
Run DownloadRequestTest with Robolectric
2020-12-20Run AtomTextTest with Robolectric (#4771)Herbert Reiter
2020-12-19Run DownloadRequestTest with RobolectricHerbert Reiter
2020-12-16Refactoring: Remove class LangUtils (#4763)Herbert Reiter
2020-12-15Merge pull request #4764 from ByteHamster/remove-importByteHamster
Removed unused import
2020-12-15Removed unused importByteHamster
2020-12-15Merge pull request #4759 from ByteHamster/add-anxheloByteHamster
Add Anxhelo to about screen
2020-12-15Merge pull request #4760 from damoasda/cleanup-importsByteHamster
Refactoring: Remove unused import statements
2020-12-15Merge pull request #4762 from ByteHamster/parallel-downloadsByteHamster
Added number to parallel downloads string
2020-12-15Added number to parallel downloads stringByteHamster
2020-12-14Add Checkstyle rule to check for unused importsHerbert Reiter
2020-12-14Remove unused import statements to reduce dependenciesHerbert Reiter
2020-12-13Remove unused import statements to reduce dependenciesHerbert Reiter
2020-12-13Add Anxhelo to about screenByteHamster