summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/syndication/namespace
AgeCommit message (Collapse)Author
2014-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure
2014-05-25Added support for podlove alternate feedsdaniel oeh
http://podlove.org/alternate-feeds/
2014-03-28Replaced AppConfig.DEBUG with BuildConfig.DEBUGdaniel 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-09-21Catch NumberFormatException when parsing size attributedaniel oeh
2013-07-14Address FindBugs warningsAndrew Gaul
This commit fixes 36 of the 109 warnings.
2013-04-30Use description of item if title is not available in RSS feed.daniel oeh
The title-tag of an item is optional in RSS 2 if a description-tag is avialable.
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
2013-02-03Organized imports, added drawables to navigation buttonsdaniel 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-12-22Added support for psc-prefix0.9.6.2daniel oeh
2012-10-28Save correct image titleMichael Kaiser
2012-10-20Only read image-tag if it's a sub-element of the channel-tagdaniel oeh
2012-10-13Check file extension if mime-type is not supporteddaniel oeh
2012-09-26Atom feedparser didn't read enclosures correctlydaniel oeh
2012-09-25Added support for application/ogg MIME typedaniel oeh
2012-09-22Removed unused importsdaniel oeh
2012-09-21Created abstract Chapter class to support other chapter typesdaniel 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-08-01Prevented app from crashing when 'length'-attribute of enclosure tag wasdaniel oeh
incorrect
2012-07-31id and guid is now read by feedparserdaniel oeh
2012-07-27Added support for 'href' attribute for simple chaptersdaniel oeh
2012-07-23Fixed a bug in the feedparserdaniel oeh
2012-07-23Added list adapter for simple chaptersdaniel oeh
2012-07-13Renamed package and applicationdaniel oeh