summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/feed/FeedItem.java
AgeCommit message (Expand)Author
2014-04-06Disabled downloading of episode images. closes #390daniel oeh
2014-03-28Replaced AppConfig.DEBUG with BuildConfig.DEBUGdaniel oeh
2014-03-28Fixed image loading bugsdaniel oeh
2014-03-19Added support for images in itunes:image tags.daniel oeh
2014-02-17Resolved issue with guids in rss 2 feeds. fixes #351 and #336daniel oeh
2013-12-31Merge branch 'develop_flattr_queue_autoflattr' of git://github.com/peschmae0/...daniel oeh
2013-12-30New media files in FeedItems were not handled correctly. Should fix #327daniel oeh
2013-09-29this consolidates the code from pull request #253 (flattr queue and auto flat...Simon Rutishauser
2013-08-19Made FeedItem/FeedMedia objects easier to createdaniel oeh
2013-08-17Merge branch 'findbugs' of git://github.com/andrewgaul/AntennaPod into andrew...daniel oeh
2013-08-09Removed cachedDescription and cachedContentEncodeddaniel oeh
2013-08-04Ported playback classes to DB* classesdaniel oeh
2013-07-14Address FindBugs warningsAndrew Gaul
2013-05-01Added DBReader-methodsdaniel oeh
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