summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-06Merge pull request #4274 from ByteHamster/filename-accentsH. Lehmann
Stripping accents before generating file name
2020-07-03Stripping accents before generating file nameByteHamster
2020-07-02Redesign filter dialogbws9000
2020-07-02Redesign filter dialogbws9000
2020-07-02Redesign filter dialogbws9000
2020-07-02Merge pull request #7 from AntennaPod/developBurt Snyder
update me
2020-07-02Removed custom Consumer implementation and decoupled adapter from dialogByteHamster
2020-07-02Allow to select new folder even if current folder is nullByteHamster
2020-07-02Adding internal storage if no external existsByteHamster
2020-07-01updating strings xml for share dialog and share podcastGerardo Vázquez
2020-07-01Set user-agent for chapter loadingByteHamster
2020-07-01Set user-agent for file playbackByteHamster
2020-07-01Do not cache feedsByteHamster
This speeds up feed refresh but it is confusing to users if new episodes do not appear instantly.
2020-07-01Removed DirectoryChooserActivityByteHamster
This lead to problems when removing the sd card and left the app in stuck mode. Selecting a folder freely that way will not work with new Android versions anyway. Now, AntennaPod shows the folder chooser that is displayed on the storage settings screen.
2020-07-01Fixed file not found exception after database importByteHamster
2020-07-01Merge pull request #4266 from ramzan/developH. Lehmann
Rename "Headphones Disconnect" option
2020-07-01Merge pull request #4253 from ByteHamster/fix-feed-whitespaceH. Lehmann
Fixed whitespaces in feed images
2020-06-28Adding submenu when Sharing a PodcastGerardo Vázquez
2020-06-28removing unused imports at ShareDialogTestGerardo Vázquez
2020-06-28updating ShareDialog according to code reviewGerardo Vázquez
2020-06-27Change string pref_pauseOnHeadsetDisconnect_title to 'Headphones or ↵Ramzan
Bluetooth disconnect'
2020-06-27Redesign filter dialogbws9000
2020-06-26fixing test and ShareEpisodeDialogGerardo Vázquez
2020-06-26adding shared preferences to ShareEpisodeDialogGerardo Vázquez
2020-06-26adding episode dialog testsGerardo Vázquez
2020-06-26updating share episode dialogGerardo Vázquez
2020-06-24Trimming Atom content (except GUID)ByteHamster
2020-06-23fixing checkstylesGerardo Vázquez
2020-06-23fixes #1215 replacing share menu by dialogGerardo Vázquez
2020-06-21Using state lists for colorsByteHamster
2020-06-21Redesign filter dialogbws9000
2020-06-19Added test for whitespaces in feed attributesByteHamster
2020-06-19Merge pull request #4250 from ByteHamster/fixed-event-threadH. Lehmann
Fixed events delivering to background thread and modifying Views
2020-06-19Merge pull request #4246 from ByteHamster/forum-descriptionH. Lehmann
Link forum
2020-06-19Merge pull request #4245 from ByteHamster/better-feed-errorsH. Lehmann
Better parser errors
2020-06-19Fixed events delivering to background thread and modifying ViewsByteHamster
2020-06-17Link forum in readmeByteHamster
2020-06-17Link forum in Google Play descriptionByteHamster
2020-06-16Better parser errorsByteHamster
2020-06-14Bumped version to 2.0.0-RC5ByteHamster
2020-06-14Merge pull request #4231 from ByteHamster/garbage-collectH. Lehmann
Fixed leaking fragments
2020-06-14Merge pull request #4232 from ByteHamster/fix-crash-loading-chaptersH. Lehmann
Fixed crash when loading chapters fails
2020-06-14Merge pull request #4238 from ByteHamster/play-with-intent-on-state-unknownH. Lehmann
Send play intent if service state is unknown
2020-06-14Merge pull request #4242 from ByteHamster/theme-change-crashH. Lehmann
Fixed crash when changing theme
2020-06-14Merge pull request #4243 from ByteHamster/increase-cover-contrastH. Lehmann
Increase contrast for missing cover images
2020-06-14Merge pull request #4237 from ByteHamster/restart-chromecastH. Lehmann
Force restart app after enabling Chromecast
2020-06-14Increase contrast for missing cover imagesByteHamster
2020-06-14Fixed crash when changing themeByteHamster
Apparently, recreate() brings RxJava in a strange state where errors are directly thrown instead of relaying them to the error callback. Because of a race condition in ItemDescriptionFragment.loadData, this throws a NPE.
2020-06-11Send play intent if service state is unknownByteHamster
2020-06-11Force restart app after enabling ChromecastByteHamster