summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/DownloadsFragment.java
AgeCommit message (Collapse)Author
2022-05-06Move download logs to a button on the downloads page instead of a tab (#5866)ByteHamster
2022-02-26Move statistics screens to new moduleByteHamster
2021-04-29Merge download log+running lists (#5134)ByteHamster
2021-02-16Fixed disappearing drawer toggleByteHamster
When the activity is recreated after it was stopped in background, the BackStackEntryCount is the same for all fragments. The one that should display the toggle therefore thinks it shouldn't. This change saves the button state now. This is only needed for top-level fragments.
2020-11-01Reduced lag when switching tabsByteHamster
2020-11-01Converted pagers to stand-alone toolbarByteHamster
2020-09-27Merge branch 'master' into developByteHamster
2020-09-18Fixed pages forgetting scroll position when switching tabsByteHamster
2020-07-26Add missing @NonNull and @Nullable annotations.Tobias Preuss
2020-04-21Disable downloads and episodes view tab position restore animationEbrahim Byagowi
2020-04-21Restore current tab right after downloads and episodes views creationEbrahim Byagowi
2020-04-21Add default cases for switches lack themEbrahim Byagowi
2020-04-21Port pager_fragment users to ViewPager2Ebrahim Byagowi
2020-03-15Moved Toolbar to individual FragmentsByteHamster
2019-10-04Automatic AndroidX migrationByteHamster
2018-10-21Remove redundant type castsegsavage
2018-01-21Merge branch 'develop' into refactorMartin Fietz
# Conflicts: # app/src/main/java/de/danoeh/antennapod/activity/MediaplayerInfoActivity.java # core/src/main/java/de/danoeh/antennapod/core/service/download/DownloadService.java
2018-01-20Make some inner classes staticAndrew Gaul
This avoids an implicit this field and can help GC. Found via error-prone.
2018-01-14Add final modifiersMartin Fietz
2018-01-14Weaken declaration accessMartin Fietz
2015-09-07tabs fill all space and are rememberedTom Hennen
2015-09-07normalized how we were using tab layouts between different fragments.Tom Hennen
2015-09-07move Gpodnet and Downloads to use TabLayout alsoTom Hennen
2015-04-18Minor changesMartin Fietz
2014-12-19Replaced tabs with viewpager indicatorsdaniel oeh
Tabs are not supported when using Toolbars
2014-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure