summaryrefslogtreecommitdiff
path: root/app/src/main
AgeCommit message (Collapse)Author
2020-07-16New playback speed dialogByteHamster
2020-07-16Merge branch 'master' into developByteHamster
2020-07-16Added CI Lint checks for app moduleByteHamster
2020-07-16Merge branch 'develop' into developH. Lehmann
2020-07-13Fixed clear button clearing all valuesByteHamster
2020-07-13Resize filter rows automaticallyByteHamster
2020-07-13Fix a bunch of deprecationsTacoTheDank
2020-07-12Fixed clicking timecodesByteHamster
2020-07-11Delete unused xml declarationsTacoTheDank
2020-07-11Delete obsolete version checkTacoTheDank
2020-07-11Fix duplicate branchesTacoTheDank
2020-07-11Remove unnecessary conditionsTacoTheDank
2020-07-11Fix redundant initializersTacoTheDank
2020-07-11Replace addAlls with parametrized constructor callsTacoTheDank
2020-07-11Fix lambdasTacoTheDank
2020-07-11Convert wrapper types to primitivesTacoTheDank
2020-07-11Replace switch statements with too few case labels with ifsTacoTheDank
2020-07-11Extract common partsTacoTheDank
2020-07-11Replace fragment tag with FragmentContainerViewTacoTheDank
2020-07-11Redesign filter dialogbws9000
2020-07-11Merge pull request #9 from AntennaPod/developBurt Snyder
update me
2020-07-10adjustments for string share... at menusGerardo Vázquez
2020-07-10updates for share dialog and implementing new instance patternGerardo Vázquez
2020-07-07Redesign filter dialogbws9000
2020-07-02Redesign filter dialogbws9000
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-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-06-28Adding submenu when Sharing a PodcastGerardo Vázquez
2020-06-28updating ShareDialog according to code reviewGerardo Vázquez
2020-06-27Redesign filter dialogbws9000
2020-06-26fixing test and ShareEpisodeDialogGerardo Vázquez
2020-06-26adding shared preferences to ShareEpisodeDialogGerardo Vázquez
2020-06-26updating share episode dialogGerardo Vázquez
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-19Merge pull request #4250 from ByteHamster/fixed-event-threadH. Lehmann
Fixed events delivering to background thread and modifying Views
2020-06-19Fixed events delivering to background thread and modifying ViewsByteHamster
2020-06-17Link forum in Google Play descriptionByteHamster
2020-06-14Merge pull request #4231 from ByteHamster/garbage-collectH. Lehmann
Fixed leaking fragments
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-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