summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod
AgeCommit message (Collapse)Author
2022-04-22Update filter dialog to FragmentByteHamster
2022-04-22Podcast page re-design (#5842)ByteHamster
Makes the settings button more visible, following a mock-up on the forum
2022-04-22Restore episode sharing that only includes a media URL (#5835)ByteHamster
2022-04-22Merge pull request #5839 from ByteHamster/samsung-warningByteHamster
Work around Samsung having messed up the TimePicker
2022-04-12Work around Samsung having messed up the TimePickerByteHamster
2022-04-11Merge pull request #5838 from ByteHamster/fix-loading-stuckByteHamster
Fix 'loading more' getting stuck
2022-04-10Fix 'loading more' getting stuckByteHamster
2022-04-09Show on-demand configuration popup for stream vs download only once (#5818)Nils Rothaug
2022-04-02Merge branch 'master' into developByteHamster
2022-04-01Merge pull request #5801 from TacoTheDank/fragmentContainerViewByteHamster
2022-03-27Truncate existing files when exporting OPML/HTML/Favoritescketti
2022-03-22Use more FragmentContainerViewTacoTheDank
2022-03-16Merge pull request #5786 from ByteHamster/subscribe-filenameByteHamster
Use data folder for initial subscriptions
2022-03-15Use proper content type and subject when sharing exported HTML/Favoritescketti
2022-03-15Use data folder for initial subscriptionsByteHamster
This was already implemented in 31c0f90d0720518705da6a86b2541c2b38b054b8 but apparently got overwritten by a merge conflict with the download service rewrite.
2022-03-15Use ShareCompat.IntentBuilder for all share actions (#5780)cketti
2022-03-15Fix context menu click ending up in wrong fragmentByteHamster
This can have all kinds of weird side effects. For example, it could trigger the "delete" button of a podcast and then ask for deleting another one because another fragment handles the deletion.
2022-03-13Merge pull request #5778 from ByteHamster/dont-cancel-downloadByteHamster
Don't cancel download on click
2022-03-12Improve readability of if conditioncketti
2022-03-11Don't cancel download on clickByteHamster
2022-02-27Move database to its own moduleByteHamster
2022-02-27Separate UI (download error messages) from logic (download errors) (#5755)ByteHamster
2022-02-26Move statistics screens to new moduleByteHamster
2022-02-26Enable MultiDexByteHamster
2022-02-26Merge pull request #5753 from ByteHamster/do-not-jump-chaptersByteHamster
Do not jump chapter screen when switching to new chapter
2022-02-25Do not jump chapter screen when switching to new chapterByteHamster
2022-02-23Merge pull request #5742 from TacoTheDank/widgetUpdaterWorkManagerByteHamster
Replace deprecated JobIntentService with WorkManager
2022-02-23Replace deprecated JobIntentService with WorkManagerTacoTheDank
2022-02-22Delete a few unused thingsByteHamster
2022-02-22Merge pull request #5740 from ByteHamster/upon-exiting-videoByteHamster
Make it easier to play only audio, not video
2022-02-21Add line graph to statistics screenByteHamster
2022-02-21Add time-based statistics filter (#5734)ByteHamster
2022-02-21Make it easier to play only audio, not videoByteHamster
2022-02-21Remove unused overridden super callsTacoTheDank
2022-02-20Show feed error in dialog instead of opening download log screenByteHamster
2022-02-19Added a Statistics Button on the Subscriptions toolbar (#5706)IordanisKokk
2022-02-19Remove startWhenPrepared and prepareImmediatelyByteHamster
They are always `true` anyway.
2022-02-19Fix side drawer detecting click on 'remove item'ByteHamster
remove_item referred to both, feeds and media files. Sometimes the wrong fragment receives the context menu click event.
2022-02-19Merge branch 'master' into developByteHamster
2022-02-19Merge pull request #5726 from ByteHamster/stream-decide-ondemandByteHamster
Decide whether or not to stream on demand
2022-02-18Decide whether or not to stream on demandByteHamster
Fixes a bug where local folders sometimes did not start because AntennaPod thought it needed to play locally. Also avoids situations in which it streams even though a local file is available. Simplifies the PlaybackService slightly.
2022-02-18Merge pull request #5725 from ByteHamster/smaller-hidden-suggestionsByteHamster
Shrink discovery section when hidden
2022-02-18Removed the speed indicator from the PlaybackControlsDialog (#5702)Silverwarriorin
2022-02-18Shrink discovery section when hiddenByteHamster
2022-02-07Make sure that proxy host name does not get nullByteHamster
And if it gets null, just ignore the setting.
2022-02-05Fix clipboard deprecation in AddFeedFragmentTacoTheDank
2022-01-30Nicer placeholder images (#5679)ByteHamster
Shows randomly generated placeholder images for: - Feeds that do not have a cover (usually happens for text-only feeds) - Feeds that specify an invalid cover still show a gray square - Local folders when there is no image file in the folder that we could use
2022-01-15Merge pull request #5656 from ByteHamster/more-checkstyleByteHamster
Move more checkstyle checks from 'new code' style to main style
2022-01-15Move more checkstyle checks from 'new code' style to main styleByteHamster
2022-01-15handle mouse right click (#5625)Tony Tam