summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/asynctask
AgeCommit message (Expand)Author
2013-03-16Added support for episode imagesdaniel oeh
2013-03-10Removed DownloadObserverdaniel oeh
2013-02-25FeedImageLoader now works independently from FeedImagesdaniel oeh
2013-02-24limited access to feed items, feeds, playback history and download logdaniel oeh
2013-02-24Added UserPreferences class, limit access to unreadItems and queuedaniel oeh
2013-01-23deduplication and cleanup -> preparing a pull requestligi
2013-01-23add constructor to construct with reader and not only file - needed for URL i...ligi
2013-01-23make room for another way of Opml importligi
2012-12-26Added data folder preferencedaniel oeh
2012-12-16Created unit test for testing the HttpDownloaderdaniel oeh
2012-11-20Changed references to drawables in src to references to attrdaniel oeh
2012-11-16Save only one image in the cover cachedaniel oeh
2012-10-22Removed unused importsdaniel oeh
2012-10-14Load new bitmap if imageview's size has become largerdaniel oeh
2012-09-23set feedfiletype in DownloadStatus contructordaniel oeh
2012-09-23DownloadRequester now throws an exception if request is invaliddaniel oeh
2012-09-22Removed unused importsdaniel oeh
2012-09-21Excluded cancelled downloads from the download service report and thedaniel oeh
2012-09-21Download log now also supports DownloadStatus objects whose feedfile isdaniel oeh
2012-09-20ReasonDetailed wasn't loaded on startupdaniel oeh
2012-09-20Added title attribute to every DownloadStatus constructordaniel oeh
2012-09-20Added 'title' and 'reasonDetailed' attributes to DownloadStatusdaniel oeh
2012-09-14Hide download progress in percent if download size is unknowndaniel oeh
2012-09-11suppressed lint warning in FeedRemoverdaniel oeh
2012-08-27List adapters will now get the imageViews size from the resources ifdaniel oeh
2012-08-26Cached bitmaps will now have the same size as their ImageViewsdaniel oeh
2012-08-18Merge branch 'downloadmanager' into developdaniel oeh
2012-08-17Fixed crash in imageloader when feed had no imagedaniel oeh
2012-08-17Download should now workdaniel oeh
2012-08-16Implemented HttpDownloaderdaniel oeh
2012-08-15Download list entries should now be more informativedaniel oeh
2012-08-12Added confirmation dialog when deleting a feeddaniel oeh
2012-08-11Fixed imageview sizedaniel oeh
2012-08-11Implemented GridView in FeedlistFragmentdaniel oeh
2012-08-11Added logging statementsdaniel oeh
2012-08-06Prepared release 0.9.30.9.3daniel oeh
2012-08-06Fixed bugs in the downloadobserverdaniel oeh
2012-08-06Enabled auto-scaling of bitmapsdaniel oeh
2012-08-04Renamed MiroChannel and MiroItem to MiroGuideChannel and MiroGuideItemdaniel oeh
2012-08-03Removed DiskLruCache dependencydaniel oeh
2012-08-03Executor of FeedImageLoader can now be shut down manuallydaniel oeh
2012-08-03Thumbnail download is now partly workingdaniel oeh
2012-08-03Imageloader tasks are now submitted to an executor servicedaniel oeh
2012-08-03Implemented miroguide thumbnail download in FeedImageLoaderdaniel 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
2012-08-01Improved stability when DownloadObserver changes it's contentdaniel oeh
2012-07-26Added export menu itemdaniel oeh