summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment
AgeCommit message (Collapse)Author
2022-06-09Convert playback history fragment to lazy loading (#5886)Paul Ganssle
2022-06-03Do not reload item description if not needed #5917 (#5918)Toover
Not only that spares resources but it also avoid resetting the web view and its scroll.
2022-05-13Remove gpodder toplistByteHamster
Half of the toplist no longer returns a valid podcast feed. Some of the suggested tags are just random characters and none of them is actually helpful. This does not remove search or synchronization. Just gpodder discovery.
2022-05-08Merge pull request #5872 from ByteHamster/multi-select-all-episodesByteHamster
Multi-Select on 'All episodes' screen
2022-05-08Confirm mark as played/unplayedByteHamster
2022-05-08Remove 'mark all as read' buttonByteHamster
Now available through multi-select
2022-05-08Apply action to items that are not loaded yetByteHamster
2022-05-08Switch around arguments in MultiSelectActionHandlerByteHamster
2022-05-08Show correct total number for lazy loaded itemsByteHamster
2022-05-08Automatically select lazy loaded items if necessaryByteHamster
2022-05-08Multi-Select on 'All episodes' screenByteHamster
2022-05-07Fix swiping away not yet downloaded items from downloads screenByteHamster
2022-05-07Swipe actions on the downloads screen (#5870)ByteHamster
2022-05-06Invert behavior of playback state swipe action to first remove from inboxByteHamster
2022-05-06Move download logs to a button on the downloads page instead of a tab (#5866)ByteHamster
2022-05-03Rename 'new' screen to inbox (#5460)ByteHamster
2022-05-03Merge branch 'master' into developByteHamster
2022-04-26Merge pull request #5856 from ByteHamster/load-more-filterByteHamster
Don't load more and more pages when filtering
2022-04-26Move feed discovery backends to their own moduleByteHamster
2022-04-25Don't load more and more pages when filteringByteHamster
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-11Merge pull request #5838 from ByteHamster/fix-loading-stuckByteHamster
Fix 'loading more' getting stuck
2022-04-10Fix 'loading more' getting stuckByteHamster
2022-04-09Do not crash when clicking button while feed is not loaded yetByteHamster
2022-04-09Show on-demand configuration popup for stream vs download only once (#5818)Nils Rothaug
2022-04-02Merge branch 'master' into developByteHamster
2022-03-15Use proper content type and subject when sharing exported HTML/Favoritescketti
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-11Don't cancel download on clickByteHamster
2022-02-27Move database to its own moduleByteHamster
2022-02-26Move statistics screens to new moduleByteHamster
2022-02-25Do not jump chapter screen when switching to new chapterByteHamster
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-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-18Merge pull request #5725 from ByteHamster/smaller-hidden-suggestionsByteHamster
Shrink discovery section when hidden
2022-02-18Shrink discovery section when hiddenByteHamster
2022-02-05Fix clipboard deprecation in AddFeedFragmentTacoTheDank
2022-01-15Move more checkstyle checks from 'new code' style to main styleByteHamster
2022-01-06Rewrite download request creation (#5530)ByteHamster
Android has a limit on the size of Intent parameters. When enqueuing a huge number of items, it just ignored the argument and did not call onNewIntent. We now load the list over in DownloadService.
2022-01-04Update Balloon library (#5584)Taco