summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/feed
AgeCommit message (Expand)Author
2013-03-25Added option to disable auto-downloaddaniel oeh
2013-03-24Only schedule expired feeds when update triggered.tommy watson
2013-03-24Starting playback will not start auto-download anymoredaniel oeh
2013-03-24Currently playing item cannot be removed from the queue any longerdaniel oeh
2013-03-24Removing a feed caused IndexOutOfBoundsException indaniel oeh
2013-03-16Added support for episode imagesdaniel oeh
2013-03-12Ignore first queue item when downloadingdaniel oeh
2013-03-10auto-cleanup deleted wrong number of episodesdaniel oeh
2013-03-09Added more calls of auto-cleanup and auto-downloaddaniel oeh
2013-03-09Added methods for auto-download and auto-cleanupdaniel oeh
2013-03-09Removed auto-delete preferencedaniel oeh
2013-03-08Removed last played media preferencedaniel oeh
2013-03-07Made sure that first queue item can't be moved while it's playingdaniel oeh
2013-03-07Add item to queue once it's downloadeddaniel oeh
2013-03-07Mark item as 'read' when adding it to the queue, move item to top ofdaniel oeh
2013-02-28Fixed crash when audio focus was lostdaniel oeh
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-25Implemented PlaybackPreferencesdaniel oeh
2013-02-25Added more documentation to FeedManagerdaniel oeh
2013-02-25Implemented EventDistributordaniel 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-02-18Implemented drag & drop reorderingdaniel oeh
2013-02-10Added expandable notifications to PlaybackServicedaniel oeh
2013-01-13PlaybackController now checks if episode exists when the restoring lastdaniel oeh
2013-01-13FeedManager now checks if episode file exists before playing.daniel oeh
2012-12-18Removed FeedCategorydaniel oeh
2012-12-18FeedManager now updates feeds and feeditem attributesdaniel oeh
2012-12-18Added "updateFromOther" and "compareWithOther" methodsdaniel oeh
2012-11-24feeditem description should now be loaded correctlydaniel oeh
2012-11-16Make media position resettable in markItemRead instead of setter.daniel oeh
2012-11-16if-statement was wrongdaniel oeh
2012-11-16Added state enum to feeditem classdaniel oeh
2012-11-16Merge branch 'feed-item-labels' of git://github.com/patheticpat/AntennaPod in...daniel oeh
2012-11-11Merge branch 'description_update' into developdaniel oeh
2012-11-06Integrated vorbis chapterreader into appdaniel oeh
2012-11-06Added classes for reading vorbis comment chaptersdaniel oeh
2012-11-06Removed unnecessary methods, added standard constructordaniel oeh
2012-11-01Added support for RSS 0.91/0.92daniel oeh
2012-10-30Use separate preference for currently playing media, reset afterdaniel oeh
2012-10-29Merge branch 'develop' into feed-item-labelsMichael Kaiser
2012-10-28Added method to check if item is being playeddaniel oeh
2012-10-28Searching descriptions should now workdaniel oeh
2012-10-28Added methods for searching descriptions to feedmanagerdaniel oeh
2012-10-28FeedManager tasks can now return a result on completiondaniel oeh
2012-10-28Save media when marking all items as "read"Michael Kaiser