summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/feed/Feed.java
AgeCommit message (Expand)Author
2014-07-30Replaced ImageLoader and DiskCache with Picassodaniel oeh
2014-05-17Treat feeds with same title and different download URLs as different feeds. f...daniel oeh
2014-03-28Replaced AppConfig.DEBUG with BuildConfig.DEBUGdaniel oeh
2014-03-17Implemented DownloadAuthenticationActivitydaniel oeh
2014-02-17Merge branch 'flattr_queue_autoflattr' into develop (#331)daniel oeh
2014-01-02* directly update Feed/FeedItem FlattrStatus instead of writing back entire F...Simon Rutishauser
2013-12-31Merge branch 'develop_flattr_queue_autoflattr' of git://github.com/peschmae0/...daniel oeh
2013-10-08Add feed preference to include/exclude certain feeds from auto downloadsMichael Kaiser
2013-09-29this consolidates the code from pull request #253 (flattr queue and auto flat...Simon Rutishauser
2013-08-19Reduced number of FindBugs warningsdaniel oeh
2013-08-17Merge branch 'findbugs' of git://github.com/andrewgaul/AntennaPod into andrew...daniel oeh
2013-08-15Several bugfixesdaniel oeh
2013-08-14Added test classes for DB*-classesdaniel oeh
2013-08-09Removed cachedDescription and cachedContentEncodeddaniel oeh
2013-07-14Address FindBugs warningsAndrew Gaul
2013-05-04Implemented DBWriter-methodsdaniel oeh
2013-05-01Added DBReader-methodsdaniel 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
2012-12-18Removed FeedCategorydaniel oeh
2012-12-18Added "updateFromOther" and "compareWithOther" methodsdaniel 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-01Added support for RSS 0.91/0.92daniel oeh
2012-10-27Renamed methodsdaniel oeh
2012-10-23Add the concept of a FeedItem that is "in progress"Michael Kaiser
2012-10-15Made sure identifying value of feed isn't emptydaniel 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-21Download log now also supports DownloadStatus objects whose feedfile isdaniel oeh
2012-09-20Added 'title' and 'reasonDetailed' attributes to DownloadStatusdaniel 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-15Download list entries should now be more informativedaniel oeh
2012-08-12Use CopyOnWriteArrayList for itemlist of feeds instead of ArrayListdaniel oeh
2012-08-10Implemented episode filterdaniel oeh
2012-07-26TypeGetter is now setting type attribute of feeddaniel oeh
2012-07-26Added 'type' attribute to Feeddaniel oeh
2012-07-13Renamed package and applicationdaniel oeh