summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/view/viewholder
AgeCommit message (Expand)Author
2024-03-31Restructure related UI classes together (#7044)ByteHamster
2024-03-29Move playback service to module (#7042)ByteHamster
2024-03-25Move widget setup code to widget module (#6996)ByteHamster
2024-03-23Rename FeedMedia methods to no longer have underscores (#7017)ByteHamster
2024-03-17Remove dependency from :ui:glide to :core module (#6998)ByteHamster
2024-03-17Move theme to :ui:common module (#6997)ByteHamster
2024-03-10Remove last few usages of Iconify (#6977)ByteHamster
2024-03-04Clean up some dead code (#6952)Taco
2023-12-06Fix 'played' state on TalkBack when cover is hidden (#6796)ByteHamster
2023-11-05Announce played/unplayed in TalkBack (#6744)ByteHamster
2023-10-06Better content descriptions for TalkBack (#6684)ByteHamster
2023-05-05Download Service Rewrite (#6420)ByteHamster
2023-01-24Fix playback timer flickering issue while streaming and downloading episode a...GitStart
2022-12-18Merge pull request #6237 from ByteHamster/tinted-themeByteHamster
2022-12-17Multi-select using background instead of checkboxByteHamster
2022-12-17Add support for Material You tinted themeByteHamster
2022-12-04Fix dummy list items crashing Android 9ByteHamster
2022-12-03Hide progress bar when there is no progressByteHamster
2022-11-30Highlight currently playing cardByteHamster
2022-11-06Move preferences to a new moduleByteHamster
2022-11-06Move DownloadService-Interface to new moduleByteHamster
2022-11-05Decouple FeedItemUtil and PlaybackStatusByteHamster
2022-11-03Make NetworkUtils less fatByteHamster
2022-11-01No need to define INVALID_TIME multiple timesByteHamster
2022-10-04Reorder queue section when pressing play, not when pausingByteHamster
2022-09-18Fix loading views inconsistently showing coverByteHamster
2022-08-30Use dummy items instead of loading progress barByteHamster
2022-08-27Home Screen (#5864)ByteHamster
2022-05-03Rename 'new' screen to inbox (#5460)ByteHamster
2022-02-22Delete a few unused thingsByteHamster
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-08-28Moved feed parser to its own moduleByteHamster
2021-06-29Contextual menu for multi selecting episodes (#5130)peakvalleytech
2021-06-20Removed AddToQueueActionButton (#5189)ueen
2021-04-29Merge download log+running lists (#5134)ByteHamster
2021-04-22Moved model to its own moduleByteHamster
2021-04-22Removed PlaybackPreferences dependency from FeedMediaByteHamster
2021-04-22Decouple FeedMedia and PlaybackServiceByteHamster
2021-04-02Safer remain time - default to zero when the media duration is wrong (#5043)Tony Tam
2021-03-04Described download errors in more detailByteHamster
2021-02-24Remove interface ImageResource (#4911)Herbert Reiter
2021-02-15changed the "Use Episode Cover" setting to only apply to list items. (#4908)Geist5000
2021-02-14New preference to show the remaining time in the 'queue' and podcast episode ...Tony Tam
2021-02-12Move basic views to new moduleByteHamster
2020-10-24Fixed played state sometimes not being displayedByteHamster
2020-06-14Merge pull request #4231 from ByteHamster/garbage-collectH. Lehmann
2020-06-09Increase contrast of played itemsByteHamster
2020-06-09Fixed leaking fragments in recycledViewPoolByteHamster