summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/asynctask/ImageLoader.java
AgeCommit message (Collapse)Author
2014-07-30Replaced ImageLoader and DiskCache with Picassodaniel oeh
Implemented Picasso Downloaders Replaced ImageLoader and DiskCache with Picasso Removed ImageLoader, DiskCache code
2014-03-28Replaced AppConfig.DEBUG with BuildConfig.DEBUGdaniel oeh
2014-03-28Fixed image loading bugsdaniel oeh
- If a feed contained items with non-unique image URLs, those images were not displayed - Images in a list were not loaded correctly if the list contained entries without an image
2014-03-19Prevent images from being loaded multiple timesdaniel oeh
(copied from AntennaPodSP)
2013-09-05Always set ImageView tag when loading imagedaniel oeh
2013-08-31Visual improvements when loading imagesdaniel oeh
2013-08-31Images in podcast directory should now be displayed correctlydaniel oeh
2013-08-19Reduced number of FindBugs warningsdaniel oeh
2013-03-16Added support for episode imagesdaniel oeh
2013-02-25FeedImageLoader now works independently from FeedImagesdaniel oeh