summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/feed/FeedMedia.java
AgeCommit message (Collapse)Author
2014-07-30Replaced ImageLoader and DiskCache with Picassodaniel oeh
Implemented Picasso Downloaders Replaced ImageLoader and DiskCache with Picasso Removed ImageLoader, DiskCache code
2014-07-07Fixed NullPointerException in FeedMediadaniel oeh
2014-04-26Fixed potential image loading issue of FeedMediadaniel oeh
2014-04-06Disabled downloading of episode images. closes #390daniel oeh
Uses too much bandwidth
2014-03-19Added support for images in itunes:image tags.daniel oeh
2014-02-23played_duration was updated incorrectlydaniel 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-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
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-08-19Made FeedItem/FeedMedia objects easier to createdaniel 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-15Several bugfixesdaniel oeh
2013-08-04Removed last references to FeedManagerdaniel oeh
2013-08-04Ported search components to DB*-classesdaniel oeh
2013-08-04Ported playback classes to DB* classesdaniel oeh
2013-07-14Address FindBugs warningsAndrew Gaul
This commit fixes 36 of the 109 warnings.
2013-03-25Chapter marks of streams are now loaded after playback has starteddaniel oeh
2013-03-16Added support for episode imagesdaniel oeh
2013-03-08Removed last played media preferencedaniel oeh
2013-03-07Mark item as 'read' when adding it to the queue, move item to top ofdaniel oeh
queue when playing it
2013-02-28FeedItem shownotes weren't always loaded correctlydaniel oeh
2013-02-28Renamed getFileUrl method of Playable interfacedaniel oeh
2013-02-27Added support for playing local external media filesdaniel oeh
2013-02-27Created de.danoeh.antennapod.util.playback packagedaniel oeh
2013-02-27PlaybackService now works with the 'Playable' interfacedaniel oeh
2013-02-10Added expandable notifications to PlaybackServicedaniel oeh
2012-12-18Added "updateFromOther" and "compareWithOther" methodsdaniel oeh
2012-10-24Extract setting of read/undread state to a FeedItem methodMichael Kaiser
2012-10-23Add the concept of a FeedItem that is "in progress"Michael Kaiser
A FeedItem should be considered "in progress" when the user started listening or watching the media, but did not complete it yet.
2012-10-02Added playbackCompletionDate attributedaniel oeh
2012-09-25Added support for application/ogg MIME typedaniel oeh
2012-09-21Download log now also supports DownloadStatus objects whose feedfile isdaniel oeh
null
2012-09-20Added 'title' and 'reasonDetailed' attributes to DownloadStatusdaniel oeh
2012-07-14Improved startup performancedaniel oeh
2012-07-13Renamed package and applicationdaniel oeh