index
:
AntennaPod
add_dot_yamllint
develop
fix/import_isnt_export
fix/import_isnt_export-3.6.0
fix/inform_on_db_moved
fix/inform_on_db_moved-3.6.0
master
A podcast manager for Android
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
de
/
danoeh
/
antennapod
/
syndication
Age
Commit message (
Expand
)
Author
2014-03-31
Added feed generators, basic rss tests
daniel oeh
2014-03-28
Replaced AppConfig.DEBUG with BuildConfig.DEBUG
daniel oeh
2014-03-19
Added support for images in itunes:image tags.
daniel oeh
2014-02-17
Resolved issue with guids in rss 2 feeds. fixes #351 and #336
daniel oeh
2013-09-21
Catch NumberFormatException when parsing size attribute
daniel oeh
2013-07-14
Address FindBugs warnings
Andrew Gaul
2013-04-30
Use description of item if title is not available in RSS feed.
daniel oeh
2013-04-09
Recognize 'application/xml+xhtml' as valid link type for website
daniel oeh
2013-04-09
Check MIME-Type when parsing alternate links
Michael Kaiser
2013-04-04
Fix date parsing
LatinSuD
2013-02-25
Implemented EventDistributor
daniel oeh
2013-02-24
limited access to feed items, feeds, playback history and download log
daniel oeh
2013-02-03
Organized imports, added drawables to navigation buttons
daniel oeh
2012-12-31
Added support for media:content tag, fixes #82
daniel oeh
2012-12-31
Moved namespace classes
daniel oeh
2012-12-22
Added support for psc-prefix
0.9.6.2
daniel oeh
2012-11-01
Added support for RSS 0.91/0.92
daniel oeh
2012-10-28
Save correct image title
Michael Kaiser
2012-10-22
Removed unused imports
daniel oeh
2012-10-20
Only read image-tag if it's a sub-element of the channel-tag
daniel oeh
2012-10-16
Added check for null in SyndTypeUtils
0.9.5.2
daniel oeh
2012-10-14
Fixed nullpointer exception in SyndTypeUtils
daniel oeh
2012-10-13
Check file extension if mime-type is not supported
daniel oeh
2012-10-01
Use XmlStreamReader in TypeGetter, closes #23
daniel oeh
2012-09-26
Atom feedparser didn't read enclosures correctly
daniel oeh
2012-09-25
Added support for application/ogg MIME type
daniel oeh
2012-09-24
Use XmlStreamReader to support different encodings
daniel oeh
2012-09-22
Removed unused imports
daniel oeh
2012-09-21
Created abstract Chapter class to support other chapter types
daniel oeh
2012-09-02
Added support for id-tag in Atom's feed-element
daniel oeh
2012-09-02
SyndHandler wasn't always selecting the correct namespace handler
daniel oeh
2012-09-01
Fixed bug in prefix mapping of SyndHandler
daniel oeh
2012-09-01
Atom parser now accepts <updated> tag
daniel oeh
2012-09-01
Prevented namespace URIs from being added more than once
daniel oeh
2012-09-01
Improved SyndDateUtils
daniel oeh
2012-09-01
Fixed problems in Atom feed parser
daniel oeh
2012-08-17
Fixed problem with DownloadlistAdapter
daniel oeh
2012-08-01
Prevented app from crashing when 'length'-attribute of enclosure tag was
daniel oeh
2012-07-31
id and guid is now read by feedparser
daniel oeh
2012-07-27
Added support for 'href' attribute for simple chapters
daniel oeh
2012-07-26
TypeGetter is now setting type attribute of feed
daniel oeh
2012-07-24
removed 'catch' added check for null
daniel oeh
2012-07-24
fixed nullpointer exception
daniel oeh
2012-07-23
Fixed a bug in the feedparser
daniel oeh
2012-07-23
Added list adapter for simple chapters
daniel oeh
2012-07-22
Replaced buildconfig condition with appconfig condition
daniel oeh
2012-07-22
Added DEBUG logging condition
0.8_RC3
daniel oeh
2012-07-18
Dateparser should now be more stable
daniel oeh
2012-07-13
Renamed package and application
daniel oeh