Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-11 | Restructured unit test folders to support the new build system | daniel oeh | |
2013-08-05 | Merge branch 'develop' into feedmanager_removal | daniel 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-30 | Flush BufferedOutputStream correctly | Andrew 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-06-02 | Fixed build config files | daniel oeh | |
Added support for proguard in maven build process, fixed signing issues with maven | |||
2013-05-19 | Split DownloadStatus into two separate classes | daniel oeh | |
DownloadStatus is now used only for finished downloads, whereas DownloadRequest is used for running/unfinished downloads | |||
2013-04-30 | Use 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-09 | Updated list of test feeds | daniel oeh | |
2013-04-05 | Updated test feeds | daniel oeh | |
2013-03-25 | Added tests to FilenameGenerator | daniel oeh | |
2013-02-24 | limited access to feed items, feeds, playback history and download log | daniel oeh | |
2013-02-23 | Removed invalid test feeds | daniel oeh | |
2013-01-17 | Updated list of test feeds | daniel oeh | |
2013-01-13 | Updated test project config files | daniel oeh | |
2012-12-31 | Use AndroidHttpClient instead of HttpURLConnection | daniel oeh | |
2012-12-31 | Added support for media:content tag, fixes #82 | daniel oeh | |
2012-12-16 | Removed obsolete feeds | daniel oeh | |
2012-12-16 | Created unit test for testing the HttpDownloader | daniel oeh | |
2012-11-18 | Removed obsolete feeds0.9.6 | daniel oeh | |
2012-11-05 | Merge branch 'better_file_names' into develop | daniel oeh | |
2012-11-01 | Added more feeds to testfile | daniel oeh | |
2012-11-01 | Added test for FilenameGenerator | daniel oeh | |
2012-10-23 | Updated tests | daniel oeh | |
2012-10-20 | Only read image-tag if it's a sub-element of the channel-tag | daniel oeh | |
2012-10-15 | Removed invalid feeds | daniel oeh | |
2012-10-05 | Removed invalid feed URLs | daniel oeh | |
2012-10-01 | Use XmlStreamReader in TypeGetter, closes #23 | daniel oeh | |
2012-09-24 | Use XmlStreamReader to support different encodings | 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-02 | Reduced memory usage of tests | daniel oeh | |
2012-09-01 | Fixed bug in prefix mapping of SyndHandler | daniel oeh | |
2012-09-01 | Improved feedhandler test | daniel oeh | |
2012-09-01 | Atom parser now accepts <updated> tag | daniel oeh | |
2012-09-01 | Fixed problems in Atom feed parser | daniel oeh | |
2012-08-31 | Added feed urls for testing | daniel oeh | |
2012-08-31 | Added test class for FeedHandler | daniel oeh | |
2012-08-31 | Created test project | daniel oeh | |