summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/FeedItemlistFragment.java
AgeCommit message (Collapse)Author
2024-03-31Restructure related UI classes together (#7044)ByteHamster
2024-03-29Create module for sync service and move DBWriter to database module (#7040)ByteHamster
2024-03-25Move DBReader to :storage:database (#7027)ByteHamster
2024-03-24Let the database do the sorting (#7025)ByteHamster
2024-03-23Rename FeedMedia methods to no longer have underscores (#7017)ByteHamster
2024-03-10Remove last few usages of Iconify (#6977)ByteHamster
2024-01-20Hide refresh from toolbar (#6850)ueen
2023-12-03New sort dialog (#6789)ByteHamster
2023-10-22Delete local feed episodes (#6400)Matej Drobnič
2023-07-04Fix 'allow once' for feed update on mobile networks (#6528)ByteHamster
2023-05-07Fix Glide leaking reference to activity (#6446)peking_ling
2023-05-05Download Service Rewrite (#6420)ByteHamster
2023-04-07Do not switch screens when clicking "Remove podcast" (#6259)GitStart
2023-03-14Move feed download to worker (#6375)ByteHamster
Feed downloads are now independent from episode downloads. This makes it easier to use WorkManager for refreshing. Also, it will make it easier to add different refresh intervals in the future.
2022-12-18Revert back to showing progress bars while loadingByteHamster
Dummies are slower on some devices, even when disabling their animations.
2022-12-11Do not animate dummy views (#6231)ByteHamster
2022-11-03Move Glide to its own moduleByteHamster
2022-11-01Apply default RequestOptions globally instead of locallyByteHamster
2022-09-18Migrate Toolbars to Material3ByteHamster
2022-09-10Merge pull request #6056 from ByteHamster/multi-select-remove-inboxByteHamster
Multi-select to remove from inbox
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-08-06Remove favorites tabByteHamster
2022-07-09Merge pull request #5962 from ByteHamster/long-press-toolbarByteHamster
Scroll to top by long-pressing toolbar
2022-07-09Scroll to top by long-pressing toolbarByteHamster
Supports all lists except "all episodes" list because that one still displays tabs. Can be added as soon as the tabs are no longer required.
2022-06-30Merge branch 'master' into developByteHamster
2022-05-15Fix 'load more' not detecting next pageByteHamster
2022-05-08Switch around arguments in MultiSelectActionHandlerByteHamster
2022-05-06Move download logs to a button on the downloads page instead of a tab (#5866)ByteHamster
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-02Merge branch 'master' into developByteHamster
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-02-27Move database to its own moduleByteHamster
2022-02-20Show feed error in dialog instead of opening download log screenByteHamster
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-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.
2021-12-19Rename tags (#5601)vbh
2021-12-14Add keyboard shortcuts for going to the top and bottom of podcast list (#5588)silansuslu
2021-12-12Remove no longer needed compat methodsTacoTheDank
2021-11-06Fix crash when deleting feedByteHamster
When the database is huge, loading the subscription item list takes a long time. Redirecting to the episodes screen after deleting sometimes results in the item list starting to update before. If the screen is then hidden before the Callable returns, the app crashes.
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
We use the same ID for each overlay layout. The speed dial searches everywhere, even in invisible fragments, so it sometimes shows/hides the wrong overlay layout.
2021-08-12Make Accidental Pull Down Refresh less likely (#5281)vbh
2021-08-08Live results in local searchByteHamster
2021-07-22Fix NonConstantResourceId code lint errorsTacoTheDank
2021-07-12Swipe actions (#5191)ueen