summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/asynctask
AgeCommit message (Expand)Author
2013-09-20Added FeedRemover message to strings.xml. fixes #279daniel oeh
2013-09-15Resolved image display problemsdaniel oeh
2013-09-05Merge branch 'gpoddernet' into developdaniel oeh
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-25Reader was closed before importWorker was donedaniel oeh
2013-08-24Added search, taglist, pocdasttaglist etc.daniel oeh
2013-08-22Improved AddFeedActivity layout, added gpodder.net toplist fragmentdaniel oeh
2013-08-22Added ImageDiskCachedaniel oeh
2013-08-19Reduced number of FindBugs warningsdaniel oeh
2013-08-17Merge branch 'findbugs' of git://github.com/andrewgaul/AntennaPod into andrew...daniel oeh
2013-08-04Removed last references to FeedManagerdaniel oeh
2013-08-02Organizing the queue now works, several bugfixes etc.daniel oeh
2013-07-14Address FindBugs warningsAndrew Gaul
2013-07-07Set 'reason' attribute when download was successful.daniel oeh
2013-06-29Promote DownloadError to enum for type-safetyAndrew Gaul
2013-06-01Ported several classes from FeedManager to DB*-classesdaniel oeh
2013-05-19Split DownloadStatus into two separate classesdaniel oeh
2013-05-01Added DBReader-methodsdaniel oeh
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