summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/DownloadLogFragment.java
AgeCommit message (Expand)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-06Update SpotBugsTacoTheDank
2024-02-20Remove some deprecated methods (#6932)ByteHamster
2023-05-05Download Service Rewrite (#6420)ByteHamster
2022-12-18Remove support for Android 4.4ByteHamster
2022-09-18Migrate Toolbars to Material3ByteHamster
2022-08-04Fix nested scrolling of download logsByteHamster
2022-05-06Move download logs to a button on the downloads page instead of a tab (#5866)ByteHamster
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-20Show feed error in dialog instead of opening download log screenByteHamster
2022-01-06Rewrite download request creation (#5530)ByteHamster
2021-11-02Fix auto-download retry backoffByteHamster
2021-08-08Live results in local searchByteHamster
2021-07-11No longer show item-specific auto-download property to usersByteHamster
2021-07-10Replace old episode multi-select with new multi-select. (#5253)peakvalleytech
2021-04-29Merge download log+running lists (#5134)ByteHamster
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-06Fixed clear download log menu itemByteHamster
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-07-21Offer to copy download error to clipboardByteHamster
2020-07-13Fix a bunch of deprecationsTacoTheDank
2020-05-03Switched to MaterialComponents themeByteHamster
2020-04-21Fix menu items duplication in episodes and downloads fragmentEbrahim Byagowi
2020-03-16Made icons black instead of greyByteHamster
2019-10-25Removed EventDistributorByteHamster
2019-10-23Migrated download log events to EventBusByteHamster
2019-10-04Automatic AndroidX migrationByteHamster
2019-07-22Updated appearance of empty viewByteHamster
2019-06-24Reorganize DownloadLogFragment lifecycleAnderson Mesquita
2019-03-27Fixes #3052: Added empty views to the Playback History, Queue, Downloads and ...Jatin Kumar
2019-03-21Added empty views to the PlayBack History, Queue,and DownloadsJatin Kumar
2019-01-19Fixed displaying feed urlByteHamster
2018-09-30Migrate rxjava to version 2Martin Fietz
2018-04-05Showing URL for failed downloadsByteHamster
2018-01-14Add final modifiersMartin Fietz
2016-06-29Fixed rule 'Lamdbas containing only one statement should not nest this statem...Soso Tughushi
2016-03-22code cleaning:Domingos Lopes
2016-01-13Prevent IllegalStateException when fragment is detachedMartin Fietz
2015-12-19Prevent ArrayIndexOutOfBoundsExceptionMartin Fietz
2015-11-26RxJava defer -> fromCallableMartin Fietz