summaryrefslogtreecommitdiff
path: root/app/src/main
AgeCommit message (Collapse)Author
2020-07-11Extract common partsTacoTheDank
2020-07-11Replace fragment tag with FragmentContainerViewTacoTheDank
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-01updating strings xml for share dialog and share podcastGerardo Vázquez
2020-06-28Adding submenu when Sharing a PodcastGerardo Vázquez
2020-06-28updating ShareDialog according to code reviewGerardo Vázquez
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-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
2020-06-11Force restart app after enabling ChromecastByteHamster
2020-06-10Merge pull request #4233 from ByteHamster/increase-contrastH. Lehmann
Increase contrast of played items
2020-06-09Increase contrast of played itemsByteHamster
2020-06-09Fixed leaking fragments in recycledViewPoolByteHamster
2020-06-07Merge pull request #4225 from ByteHamster/support-channelsH. Lehmann
Updated forum link
2020-06-06Updated forum linkByteHamster
2020-05-29Added auto skip feed settings iconByteHamster
2020-05-29Updated contributors listByteHamster
2020-05-29Merge pull request #4197 from ByteHamster/unique-intentsH. Lehmann
Unique intents
2020-05-27Fixed NPEByteHamster
2020-05-27Cleaned up unused IDsByteHamster
2020-05-27Made PendingIntent request codes uniqueByteHamster
2020-05-25Merge pull request #4192 from ByteHamster/fix-new-labelH. Lehmann
Fixed new label
2020-05-25Fixed new labelByteHamster
2020-05-24Merge pull request #4106 from malockin/export-favoritesH. Lehmann
Export favourites
2020-05-22Fixed wrong translationByteHamster
2020-05-21Bumped version to 2.0.0-RC3ByteHamster
2020-05-21Merge pull request #4177 from ByteHamster/stop-button-onlinefeedviewH. Lehmann
Added button to stop previewed episode
2020-05-21Added button to stop previewed episodeByteHamster
2020-05-20Do not resize seekbar to make it easier to grabByteHamster
2020-05-20Merge pull request #4174 from ByteHamster/ui-adjustmentsH. Lehmann
Ui adjustments
2020-05-20More spacing for playback controlsByteHamster
2020-05-20Sleep timer adjustmentsByteHamster
- Close button instead of OK - Save settings on-the-fly
2020-05-16Merge pull request #4162 from ByteHamster/fixes-without-durationH. Lehmann
Various fixes for feeds that do not specify duration
2020-05-16Merge pull request #4153 from ByteHamster/fix-bom-opmlH. Lehmann
Fixed importing OPML files with BOM
2020-05-16Make duration visible when showing playback position updatesByteHamster
2020-05-16Fixed importing OPML files with BOMByteHamster
2020-05-16Fixed crash when switching themeByteHamster