summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/feed/FeedItem.java
AgeCommit message (Expand)Author
2013-03-16Added support for episode imagesdaniel oeh
2013-03-08Removed last played media preferencedaniel oeh
2013-02-28Fixed crash when audio focus was lostdaniel oeh
2013-02-27PlaybackService now works with the 'Playable' interfacedaniel oeh
2013-02-25Implemented PlaybackPreferencesdaniel oeh
2012-12-18FeedManager now updates feeds and feeditem attributesdaniel oeh
2012-12-18Added "updateFromOther" and "compareWithOther" methodsdaniel oeh
2012-11-16Make media position resettable in markItemRead instead of setter.daniel 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-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-28Save media after changing its positionMichael Kaiser
2012-10-28Don't change playback completion dateMichael Kaiser
2012-10-27Renamed methodsdaniel oeh
2012-10-27Removed unused constructordaniel oeh
2012-10-27Added cachedDescription and cachedContentEncodeddaniel oeh
2012-10-24Items that are in progress aren't unread anymoreMichael Kaiser
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
2012-09-27Changed behavior of getIdentifyingValue()daniel oeh
2012-09-22Removed unused importsdaniel oeh
2012-09-21MediaHandler now reads id3 chaptersdaniel oeh
2012-09-21Created abstract Chapter class to support other chapter typesdaniel oeh
2012-07-31Added itemIdentifier attributedaniel oeh
2012-07-29- Bugfix : Player did not always display the current chapter correctly.daniel oeh
2012-07-23Added list adapter for simple chaptersdaniel oeh
2012-07-13Renamed package and applicationdaniel oeh