AntennaPod/src/de/danoeh/antennapod
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
..
activity Fixed NullpointerException in AddFeedActivity 2013-05-11 00:19:43 +02:00
adapter Feedlist displayed wrong value in 'last update' if feed had no episodes 2013-04-20 12:40:51 +02:00
asynctask Added support for episode images 2013-03-16 19:50:51 +01:00
dialog Removed unused imports 2012-10-22 21:44:31 +02:00
feed Automatic download didn't work if episode cache size was set to 2013-04-23 19:40:58 +02:00
fragment Fixed nullpointer exception in DescriptionFragment 2013-04-26 22:16:55 +02:00
miroguide Use http instead of https for accessing the miroguide. Fixes #206 2013-06-21 18:07:23 +02:00
opml Support importing OPML which doesn't specify a body node. 2012-12-17 21:54:11 -05:00
preferences Episode cache size can now be set to 'unlimited' 2013-04-20 17:14:43 +02:00
receiver Formatted code 2013-03-25 11:32:52 +01:00
service Flush BufferedOutputStream correctly 2013-06-30 22:12:59 -07:00
storage Fixed NullpointerException in DownloadRequester 2013-04-07 12:25:31 +02:00
syndication Use description of item if title is not available in RSS feed. 2013-04-30 21:57:00 +02:00
util Added support for ID3 2.4 tag, resolved problems with frame size calculation 2013-06-21 18:00:58 +02:00
AppConfig.java Added/updated documentation for application and activity classes and 2012-08-07 13:56:33 +02:00
PodcastApp.java Merge branch 'toggles-update_alarm' into develop 2013-03-14 11:04:48 +01:00