summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/asynctask
AgeCommit message (Collapse)Author
2014-07-06Increased use of library methodsdaniel oeh
2014-07-05Re-wrote FlattrClickWorkerdaniel oeh
2014-06-14Fixed NullPointerException in ImageDiskCachedaniel oeh
2014-04-21Re-implemented searchdaniel oeh
2014-04-13Sorting via drag and drop was interrupted by download observerdaniel oeh
2014-04-01Added navigation drawer + new episodes fragmentdaniel oeh
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)
2014-03-05Fixed problems with FlattrClickWorker on Gingerbread0.9.8.2daniel oeh
2014-03-04Fixed FC when refreshing feeds on Gingerbread. fixes #361daniel oeh
2014-02-27Do not add things to the flattr queue if the user isn't logged indaniel oeh
- Bugfix: The no-token dialog was shown every time a feed was refreshed if the user wasn't logged in and had clicked the "flattr this" button before
2014-02-17Reformatted codedaniel oeh
2014-02-17Merge branch 'flattr_queue_autoflattr' into develop (#331)daniel oeh
Other changes: - Changed FlattrStatusFetcher into Thread-subclass - Changed auto-flattr mechanism so that it's compatible with the updated PlaybackService - Changed a couple of strings Conflicts: src/de/danoeh/antennapod/storage/DBReader.java src/de/danoeh/antennapod/storage/DBWriter.java src/de/danoeh/antennapod/util/menuhandler/FeedItemMenuHandler.java src/instrumentationTest/de/test/antennapod/storage/DBReaderTest.java
2014-02-15Moved communication with DownloadService into DownloadObserverdaniel oeh
2014-02-05* make FlattrClickWorker drop toast when launched interactivelySimon Rutishauser
as part of a flattr action (by explicitely flattring a thing) * make it report a notification when it was launched implicitly (when refreshing feeds) or when flattring failed followup on #331
2014-02-05* include error message from Flattr4j in notification (subText shows message ↵Simon Rutishauser
for first failed flattr) * big extensible flattr notification with full list of error messages followup on #331
2014-01-12avoid waiting on the GUI threaddaniel oeh
2014-01-02* directly update Feed/FeedItem FlattrStatus instead of writing back entire ↵Simon Rutishauser
Feed/FeedItem to database * fix race condition when fetching FlattrStatus * fix missing copy of Flattr status in Feed.updateFromOther() * fix feed reading from db, was missing FlattrStatus followup on #331
2014-01-01Re-enable support for the "Flattr this app" item in SettingsSimon Rutishauser
2013-09-29this consolidates the code from pull request #253 (flattr queue and auto ↵Simon Rutishauser
flattr) into a single commit, rebased onto the current development branch
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
Conflicts: AndroidManifest.xml res/values/arrays.xml res/values/strings.xml res/xml/preferences.xml src/de/danoeh/antennapod/activity/PreferenceActivity.java
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 ↵daniel oeh
andrewgaul-findbugs Conflicts: src/de/danoeh/antennapod/activity/DownloadActivity.java src/de/danoeh/antennapod/asynctask/OpmlExportWorker.java src/de/danoeh/antennapod/feed/Feed.java src/de/danoeh/antennapod/feed/FeedItem.java src/de/danoeh/antennapod/feed/FeedMedia.java src/de/danoeh/antennapod/service/download/DownloadStatus.java src/de/danoeh/antennapod/storage/DownloadRequester.java src/de/danoeh/antennapod/storage/PodDBAdapter.java
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
This commit fixes 36 of the 109 warnings.
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
DownloadStatus is now used only for finished downloads, whereas DownloadRequest is used for running/unfinished downloads
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 ↵ligi
imort later
2013-01-23make room for another way of Opml importligi
2012-12-26Added data folder preferencedaniel oeh