summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/syndication/namespace/atom
AgeCommit message (Collapse)Author
2013-04-09Recognize 'application/xml+xhtml' as valid link type for websitedaniel oeh
2013-04-09Check MIME-Type when parsing alternate linksMichael Kaiser
Some feeds offer alternate links to feeds representing the content in different formats, like MP3, AAC or Opus. AntennaPod must not falsely interpret them as the feed's website link.
2013-02-24limited access to feed items, feeds, playback history and download logdaniel oeh
2012-12-31Added support for media:content tag, fixes #82daniel oeh
2012-12-31Moved namespace classesdaniel oeh
Deleted packages with only one class in it
2012-10-13Check file extension if mime-type is not supporteddaniel oeh
2012-09-26Atom feedparser didn't read enclosures correctlydaniel oeh
2012-09-22Removed unused importsdaniel oeh
2012-09-02Added support for id-tag in Atom's feed-elementdaniel oeh
2012-09-01Atom parser now accepts <updated> tagdaniel oeh
2012-09-01Fixed problems in Atom feed parserdaniel oeh
2012-07-31id and guid is now read by feedparserdaniel oeh
2012-07-13Renamed package and applicationdaniel oeh