summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/CompletedDownloadsFragment.java
AgeCommit message (Expand)Author
2023-03-14Move feed download to worker (#6375)ByteHamster
2023-03-01Instead of specialized methods, use the global 'getEpisodes' method with a fi...ByteHamster
2023-02-23Fix memory leaks (#6335)peking_ling
2023-02-12Add sorting options to downloads screen (#6210)Jared234
2022-12-18Revert back to showing progress bars while loadingByteHamster
2022-12-11Do not animate dummy views (#6231)ByteHamster
2022-09-18Migrate Toolbars to Material3ByteHamster
2022-09-10Merge pull request #6056 from ByteHamster/multi-select-remove-inboxByteHamster
2022-09-10Multi-select to remove from inboxByteHamster
2022-08-30Use dummy items instead of loading progress barByteHamster
2022-08-20Simplify updating refresh menuByteHamster
2022-07-09Scroll to top by long-pressing toolbarByteHamster
2022-05-08Merge pull request #5872 from ByteHamster/multi-select-all-episodesByteHamster
2022-05-08Switch around arguments in MultiSelectActionHandlerByteHamster
2022-05-07Fix swiping away not yet downloaded items from downloads screenByteHamster
2022-05-07Swipe actions on the downloads screen (#5870)ByteHamster
2022-05-06Move download logs to a button on the downloads page instead of a tab (#5866)ByteHamster
2022-04-02Merge branch 'master' into developByteHamster
2022-03-15Fix context menu click ending up in wrong fragmentByteHamster
2022-02-26Move statistics screens to new moduleByteHamster
2022-01-06Rewrite download request creation (#5530)ByteHamster
2021-11-02Move (most) events to their own moduleByteHamster
2021-10-24Moved playback events to their own packageByteHamster
2021-10-03Fix FAB overlay sometimes not showingByteHamster
2021-09-17Don't show delete action buttons in multi-select modeByteHamster
2021-08-08Live results in local searchByteHamster
2021-07-12Swipe actions (#5191)ueen
2021-07-11End select mode when page is closedByteHamster
2021-07-10Replace old episode multi-select with new multi-select. (#5253)peakvalleytech
2021-06-29Contextual menu for multi selecting episodes (#5130)peakvalleytech
2021-05-31Fix stuck swipe refresh indicatorJohannes Henninger
2021-04-22Moved model to its own moduleByteHamster
2021-04-21Deleted duplicate resourcesByteHamster
2020-12-14Remove unused import statements to reduce dependenciesHerbert Reiter
2020-11-01Reduced lag when switching tabsByteHamster
2020-11-01Converted pagers to stand-alone toolbarByteHamster
2020-08-06Add the "Refresh" button on the "Download" page (#4338)asdoi
2020-07-26Add missing @NonNull and @Nullable annotations.Tobias Preuss
2020-06-19Fixed events delivering to background thread and modifying ViewsByteHamster
2020-04-21Fix menu items duplication in episodes and downloads fragmentEbrahim Byagowi
2020-04-02Recycle ViewHolders throughout the appByteHamster
2020-03-21Made sure that all fragments have a progress barByteHamster
2020-03-20Fixed item flickering while downloadingByteHamster
2020-03-17Migrated download screen to RecyclerViewByteHamster
2020-02-04Converted download list to new item viewByteHamster
2019-11-13Switched from gestures to ViewPagerByteHamster
2019-10-25Fixed downloads fragment not updatingByteHamster
2019-10-25Migrated unread items update to EventBusByteHamster
2019-10-23Removed event that is never sentByteHamster
2019-10-23Migrated download log events to EventBusByteHamster