summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/adapter/CoverLoader.java
AgeCommit message (Collapse)Author
2020-08-08Local feeds: Use default cover image if source folder doesn't contain a file ↵Herbert Reiter
like folder.png
2020-01-20Fix weird behavior in CoverLoaderByteHamster
If you had an episode in the queue without a cover, it first showed the placeholder text. After scrolling, the placeholder text was hidden and then there was just nothing at all. This was inconsistent and confusing. Now, always shows the placeholder (while loading and on error), making sure to update visibility.
2019-10-04Automatic AndroidX migrationByteHamster
2019-08-12Make classes static where possibleAndrew Gaul
Found via error-prone.
2019-04-25Cleanup compiler warningsAnderson Mesquita
Removes redundant casts and adds generic type to avoid compiler warnings.
2019-01-03Fixed flickering caused by handlerByteHamster
2019-01-03Encapsulated CoverTargetByteHamster