summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/asynctask/PicassoProvider.java
AgeCommit message (Collapse)Author
2014-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure
2014-08-13Fixed NullpointerException in PicassoProviderdaniel oeh
2014-08-08Use feed image if media file has no imagedaniel oeh
closes #484
2014-08-01Fixed NullPointerException in PicassoProviderdaniel oeh
2014-07-30Replaced ImageLoader and DiskCache with Picassodaniel oeh
Implemented Picasso Downloaders Replaced ImageLoader and DiskCache with Picasso Removed ImageLoader, DiskCache code