summaryrefslogtreecommitdiff
path: root/tests/src/de/danoeh/antennapod
AgeCommit message (Collapse)Author
2013-08-11Restructured unit test folders to support the new build systemdaniel oeh
2013-08-05Merge branch 'develop' into feedmanager_removaldaniel oeh
Conflicts: src/de/danoeh/antennapod/activity/PreferenceActivity.java src/de/danoeh/antennapod/feed/FeedManager.java src/de/danoeh/antennapod/service/PlaybackService.java src/de/danoeh/antennapod/service/download/DownloadService.java src/de/danoeh/antennapod/service/download/DownloadStatus.java src/de/danoeh/antennapod/service/download/HttpDownloader.java src/de/danoeh/antennapod/storage/DownloadRequester.java src/de/danoeh/antennapod/storage/PodDBAdapter.java src/de/danoeh/antennapod/util/playback/PlaybackController.java
2013-06-30Flush BufferedOutputStream correctlyAndrew Gaul
This ensures that IOException due to writes are thrown in the main code path instead of the exceptional code path. Specifically for HttpDownloader this ensures that IOUtils.closeQuietly does not swallow a failed write.
2013-05-19Split DownloadStatus into two separate classesdaniel oeh
DownloadStatus is now used only for finished downloads, whereas DownloadRequest is used for running/unfinished downloads
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-09Updated list of test feedsdaniel oeh
2013-04-05Updated test feedsdaniel oeh
2013-03-25Added tests to FilenameGeneratordaniel oeh
2013-02-24limited access to feed items, feeds, playback history and download logdaniel oeh
2013-02-23Removed invalid test feedsdaniel oeh
2013-01-17Updated list of test feedsdaniel oeh
2012-12-31Use AndroidHttpClient instead of HttpURLConnectiondaniel oeh
2012-12-31Added support for media:content tag, fixes #82daniel oeh
2012-12-16Removed obsolete feedsdaniel oeh
2012-12-16Created unit test for testing the HttpDownloaderdaniel oeh
2012-11-18Removed obsolete feeds0.9.6daniel oeh
2012-11-05Merge branch 'better_file_names' into developdaniel oeh
2012-11-01Added more feeds to testfiledaniel oeh
2012-11-01Added test for FilenameGeneratordaniel oeh
2012-10-23Updated testsdaniel oeh
2012-10-20Only read image-tag if it's a sub-element of the channel-tagdaniel oeh
2012-10-15Removed invalid feedsdaniel oeh
2012-10-05Removed invalid feed URLsdaniel oeh
2012-10-01Use XmlStreamReader in TypeGetter, closes #23daniel oeh
2012-09-24Use XmlStreamReader to support different encodingsdaniel 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-02Reduced memory usage of testsdaniel oeh
2012-09-01Fixed bug in prefix mapping of SyndHandlerdaniel oeh
2012-09-01Improved feedhandler testdaniel oeh
2012-09-01Atom parser now accepts <updated> tagdaniel oeh
2012-09-01Fixed problems in Atom feed parserdaniel oeh
2012-08-31Added feed urls for testingdaniel oeh
2012-08-31Added test class for FeedHandlerdaniel oeh