HttpDownloader now checks if enough storage is available

This commit is contained in:
daniel oeh
2012-08-17 20:47:35 +02:00
parent f2d72739f9
commit 026efe29c3
6 changed files with 66 additions and 30 deletions

View File

@ -176,6 +176,9 @@
<string name="user_interface_label">User Interface</string>
<string name="feed_delete_confirmation_msg">Please confirm that you want to delete this feed and ALL episodes of this feed that you have downloaded.</string>
<string name="image_of_prefix">Image of:\u0020</string>
<string name="download_error_malformed_url">Malformed URL</string>
<string name="download_error_io_error">IO Error</string>
<string name="download_error_device_not_found">External storage unavailable</string>
</resources>