summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/feed
AgeCommit message (Expand)Author
2012-10-04Changed behavior of continuous playbackdaniel oeh
2012-10-03Implemented PlaybackHistoryActivitydaniel oeh
2012-10-02Implemented methods for modifying the playback historydaniel oeh
2012-10-02Added playbackCompletionDate attributedaniel oeh
2012-09-27Use title as the first alternative of the feed identifier0.9.5daniel oeh
2012-09-27Changed behavior of getIdentifyingValue()daniel oeh
2012-09-25Feeds weren't always deleted properlydaniel oeh
2012-09-25Added support for application/ogg MIME typedaniel oeh
2012-09-24If last played episode is deleted, change LAST_IS_STREAM to truedaniel oeh
2012-09-23DownloadRequester now throws an exception if request is invaliddaniel oeh
2012-09-22Implemented auto-delete featuredaniel oeh
2012-09-22'Enqueue all' didn't savedaniel oeh
2012-09-22Removed unused importsdaniel oeh
2012-09-21MediaHandler now reads id3 chaptersdaniel oeh
2012-09-21Integrated id3 chapterreader in Antennapoddaniel oeh
2012-09-21Renamed simplechapter variable namesdaniel oeh
2012-09-21Created abstract Chapter class to support other chapter typesdaniel oeh
2012-09-21Auto-enqueue will now enqueue when the user starts the downloaddaniel oeh
2012-09-21Added menu item to download all items in the queuedaniel oeh
2012-09-21Implemented 'enqueue all'daniel oeh
2012-09-21Download log now also supports DownloadStatus objects whose feedfile isdaniel oeh
2012-09-20Added 'title' and 'reasonDetailed' attributes to DownloadStatusdaniel oeh
2012-09-03Bugfix: Deleting a feed without an image caused an application crashdaniel oeh
2012-09-02Added support for id-tag in Atom's feed-elementdaniel oeh
2012-08-18Hide 'mark all read' and 'refresh all feeds' - items when they aren'tdaniel oeh
2012-08-18FeedManager will now delete the oldest DownloadStatus when log becomesdaniel oeh
2012-08-18'markAllItemsRead' is now working correctlydaniel oeh
2012-08-18DownloadLog entries are now sorted by their completion datedaniel oeh
2012-08-18Merge branch 'downloadmanager' into developdaniel oeh
2012-08-17Fixed crash in getFeedMedia(long, Feed)daniel oeh
2012-08-17Fixed problems with the Downloadlog listadapterdaniel oeh
2012-08-16Implemented download queueingdaniel oeh
2012-08-15Download list entries should now be more informativedaniel oeh
2012-08-12Use CopyOnWriteArrayList for itemlist of feeds instead of ArrayListdaniel oeh
2012-08-12Added confirmation dialog when deleting a feeddaniel oeh
2012-08-11Made sure that db operations are executed seriallydaniel oeh
2012-08-11Simplified AddFeedActivitydaniel oeh
2012-08-11Deleting a feed will now cancel running image and media downloads ofdaniel oeh
2012-08-11Image might not have been saved correctly after downloaddaniel oeh
2012-08-10Implemented episode filterdaniel oeh
2012-08-06Implemented auto-enqueue featuredaniel oeh
2012-08-05Videoplayback is now workingdaniel oeh
2012-08-04Created superclass for mediaplayer, implemented Audioplayerdaniel oeh
2012-08-04Created Activity for displaying information about a channeldaniel oeh
2012-08-01Improved stability when downloading and import feedsdaniel oeh
2012-08-01Queueing all feeds is now done in an asynctask to avoid lagdaniel oeh
2012-07-31FeedManager will now find new FeedItems by looking at the identifyingdaniel oeh
2012-07-31Added itemIdentifier attributedaniel oeh
2012-07-29FeedManager did not load the id of a Simple Chapter on startupdaniel oeh
2012-07-29- Bugfix : Player did not always display the current chapter correctly.daniel oeh