summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/syndication
AgeCommit message (Collapse)Author
2014-06-16Implemented Feed-discovery in OnlineFeedViewdaniel oeh
2014-05-25Added support for podlove alternate feedsdaniel oeh
http://podlove.org/alternate-feeds/
2014-03-31Added feed generators, basic rss testsdaniel oeh
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-04-04Fix date parsingLatinSuD
Short year format specification works in both cases. Long year didn't.
2013-02-25Implemented EventDistributordaniel oeh
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-11-01Added support for RSS 0.91/0.92daniel oeh
2012-10-28Save correct image titleMichael Kaiser
2012-10-22Removed unused importsdaniel oeh
2012-10-20Only read image-tag if it's a sub-element of the channel-tagdaniel oeh
2012-10-16Added check for null in SyndTypeUtils0.9.5.2daniel oeh
2012-10-14Fixed nullpointer exception in SyndTypeUtilsdaniel oeh
2012-10-13Check file extension if mime-type is not supporteddaniel oeh
2012-10-01Use XmlStreamReader in TypeGetter, closes #23daniel oeh
2012-09-26Atom feedparser didn't read enclosures correctlydaniel oeh
2012-09-25Added support for application/ogg MIME typedaniel oeh
2012-09-24Use XmlStreamReader to support different encodingsdaniel 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-02SyndHandler wasn't always selecting the correct namespace handlerdaniel oeh
2012-09-01Fixed bug in prefix mapping of SyndHandlerdaniel oeh
2012-09-01Atom parser now accepts <updated> tagdaniel oeh
2012-09-01Prevented namespace URIs from being added more than oncedaniel oeh
2012-09-01Improved SyndDateUtilsdaniel oeh
2012-09-01Fixed problems in Atom feed parserdaniel oeh
2012-08-17Fixed problem with DownloadlistAdapterdaniel 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-26TypeGetter is now setting type attribute of feeddaniel oeh
2012-07-24removed 'catch' added check for nulldaniel oeh
2012-07-24fixed nullpointer exceptiondaniel oeh
2012-07-23Fixed a bug in the feedparserdaniel oeh
2012-07-23Added list adapter for simple chaptersdaniel oeh
2012-07-22Replaced buildconfig condition with appconfig conditiondaniel oeh
2012-07-22Added DEBUG logging condition0.8_RC3daniel oeh
2012-07-18Dateparser should now be more stabledaniel oeh