Commit Graph

37 Commits

Author SHA1 Message Date
daniel oeh b0fdb2e8f1 Restructured unit test folders to support the new build system 2013-08-11 12:52:41 +02:00
daniel oeh 75b13431fe Merge branch 'develop' into feedmanager_removal
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-08-05 14:57:37 +02:00
Andrew Gaul 07e64d8ded Flush BufferedOutputStream correctly
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-30 22:12:59 -07:00
daniel oeh 7b2a278fc5 Fixed build config files
Added support for proguard in maven build process, fixed signing issues with maven
2013-06-02 16:52:46 +02:00
daniel oeh a704a33e2b Split DownloadStatus into two separate classes
DownloadStatus is now used only for finished downloads, whereas
DownloadRequest is used for running/unfinished downloads
2013-05-19 17:32:15 +02:00
daniel oeh 6bbde80dd0 Use description of item if title is not available in RSS feed.
The title-tag of an item is optional in RSS 2 if a description-tag is
avialable.
2013-04-30 21:57:00 +02:00
daniel oeh 0a350c5c9e Updated list of test feeds 2013-04-09 18:58:00 +02:00
daniel oeh e393a666cf Updated test feeds 2013-04-05 11:13:21 +02:00
daniel oeh f4fa334abf Added tests to FilenameGenerator 2013-03-25 11:05:53 +01:00
daniel oeh f9e00f72a0 limited access to feed items, feeds, playback history and download log 2013-02-24 12:30:23 +01:00
daniel oeh 2ba51e7d4b Removed invalid test feeds 2013-02-23 17:18:48 +01:00
daniel oeh c75640d274 Updated list of test feeds 2013-01-17 15:35:39 +01:00
daniel oeh 80c3280551 Updated test project config files 2013-01-13 20:53:30 +01:00
daniel oeh 4de65bdd4b Use AndroidHttpClient instead of HttpURLConnection 2012-12-31 21:26:45 +01:00
daniel oeh 19297a1c25 Added support for media:content tag, fixes #82 2012-12-31 18:55:43 +01:00
daniel oeh aa65c10da7 Removed obsolete feeds 2012-12-16 22:27:47 +01:00
daniel oeh 785fefd1fe Created unit test for testing the HttpDownloader 2012-12-16 18:59:55 +01:00
daniel oeh 82426bb8e4 Removed obsolete feeds 2012-11-18 12:38:29 +01:00
daniel oeh b84c933bf9 Merge branch 'better_file_names' into develop 2012-11-05 20:33:13 +01:00
daniel oeh 622651343a Added more feeds to testfile 2012-11-01 19:57:23 +01:00
daniel oeh a0eabe5555 Added test for FilenameGenerator 2012-11-01 19:16:32 +01:00
daniel oeh 7380d288e5 Updated tests 2012-10-23 10:45:29 +02:00
daniel oeh 85d1ed0520 Only read image-tag if it's a sub-element of the channel-tag 2012-10-20 19:50:15 +02:00
daniel oeh e03047254d Removed invalid feeds 2012-10-15 18:31:44 +02:00
daniel oeh fa27749e4d Removed invalid feed URLs 2012-10-05 12:43:46 +02:00
daniel oeh d34746e049 Use XmlStreamReader in TypeGetter, closes #23 2012-10-01 13:10:15 +02:00
daniel oeh 08e4408717 Use XmlStreamReader to support different encodings 2012-09-24 14:08:26 +02:00
daniel oeh 6ed19acd34 Added support for id-tag in Atom's feed-element 2012-09-02 15:18:47 +02:00
daniel oeh 7e97934764 SyndHandler wasn't always selecting the correct namespace handler 2012-09-02 14:39:29 +02:00
daniel oeh 8f37a19875 Reduced memory usage of tests 2012-09-02 14:04:56 +02:00
daniel oeh 05abff69f1 Fixed bug in prefix mapping of SyndHandler 2012-09-01 17:29:22 +02:00
daniel oeh d4147fd907 Improved feedhandler test 2012-09-01 17:01:02 +02:00
daniel oeh 6b14014b66 Atom parser now accepts <updated> tag 2012-09-01 16:24:37 +02:00
daniel oeh 0bfd5421a1 Fixed problems in Atom feed parser 2012-09-01 12:55:35 +02:00
daniel oeh 61edc98f85 Added feed urls for testing 2012-08-31 22:29:10 +02:00
daniel oeh 23c3f13b63 Added test class for FeedHandler 2012-08-31 16:58:24 +02:00
daniel oeh a224ef614e Created test project 2012-08-31 12:54:06 +02:00