summaryrefslogtreecommitdiff
path: root/core/src/main
AgeCommit message (Collapse)Author
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-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 DateUtilsTest as Unit Test (#4805)Herbert Reiter
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-01Merge branch 'master' into developByteHamster
2021-01-01Updated translationsByteHamster
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-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-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-22Fixed wrong attribute translate to translatable in strings.xmlPtilopsisLeucotis
2020-12-20Fix #4765: Disable autoDownload for local feedsHerbert Reiter
2020-12-16Refactoring: Remove class LangUtils (#4763)Herbert Reiter
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-13Remove unused import statements to reduce dependenciesHerbert Reiter
2020-12-13Updated translationsByteHamster
2020-12-10Correct website links (#4740)Keunes
With our new website, some of the links have changed. Also, the FAQ is no more.
2020-12-08Merge pull request #4733 from ByteHamster/fix-filter-dialog-api21ByteHamster
Fix filter dialog on old Android versions
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-03added readonly message for feed items w/o media (#4711)markamaze
2020-12-03Fix filter dialog on old Android versionsByteHamster
2020-12-03Fixed talkback description missing on chapters screenByteHamster
2020-12-02Updated translationsByteHamster
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
2020-11-30Merge pull request #4721 from tonytamsf/share-by-timecodeByteHamster
share by timecode
2020-11-30Merge pull request #4707 from tonytamsf/pause-button-android-autoByteHamster
pause button for autos
2020-11-30Show replay button on the current chapter. (#4706)Tony Tam
2020-11-30indent with spacesTony Tam
2020-11-30fix bug with how we count downloaded media, show a meaningful messages (#4714)Tony Tam
2020-11-30Moved export log function to menu and added confirm dialog (#4712)markamaze
2020-11-27share by timecodeTony Tam
2020-11-26Merge pull request #4718 from tonytamsf/queue-image-buttonByteHamster
add an icon to the Android Auto queue
2020-11-26Fix timing issue with speed settings per podcast (#4713)Tony Tam
when moving to the next episode when phone is locked
2020-11-25show number in queueTony Tam
2020-11-25add an icon to the Android Auto queueTony Tam
2020-11-22line > 120Tony Tam
2020-11-22only show the play button for non-car mode, since that is taken care of alreadyTony Tam