summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/asynctask/BitmapDecodeWorkerTask.java
AgeCommit message (Expand)Author
2013-09-15Resolved image display problemsdaniel oeh
2013-08-31Visual improvements when loading imagesdaniel oeh
2013-08-31Images in podcast directory should now be displayed correctlydaniel oeh
2013-07-14Address FindBugs warningsAndrew Gaul
2013-03-16Added support for episode imagesdaniel oeh
2013-02-25FeedImageLoader now works independently from FeedImagesdaniel oeh
2012-11-20Changed references to drawables in src to references to attrdaniel oeh
2012-10-22Removed unused importsdaniel oeh
2012-10-14Load new bitmap if imageview's size has become largerdaniel oeh
2012-09-22Removed unused importsdaniel oeh
2012-08-26Cached bitmaps will now have the same size as their ImageViewsdaniel oeh
2012-08-11Fixed imageview sizedaniel oeh
2012-08-11Implemented GridView in FeedlistFragmentdaniel oeh
2012-08-11Added logging statementsdaniel oeh
2012-08-03Removed DiskLruCache dependencydaniel oeh
2012-08-03Imageloader tasks are now submitted to an executor servicedaniel oeh
2012-08-03Created AsyncTask for loading miroguide thumbnails from the disk cachedaniel oeh
2012-08-03Created AsnycTask for downloading thumbnails from the miroguidedaniel oeh
2012-08-03Moved Bitmap decoding methods into separate classdaniel oeh
2012-08-03Moved BitmapDecodeWorker into separate classdaniel oeh