Updated DownloadLogAdapter to support changes in DownloadStatus

This commit is contained in:
daniel oeh
2012-09-20 19:33:09 +02:00
parent 76e11c76b5
commit 47b27cc07d
3 changed files with 28 additions and 14 deletions

View File

@ -78,6 +78,10 @@
<string name="downloads_left">\u0020Downloads left</string>
<string name="download_notification_title">Downloading podcast data</string>
<string name="download_report_content">%1$d downloads succeeded, %2$d failed</string>
<string name="download_log_title_unknown">Unknown title</string>
<string name="download_type_feed">Feed</string>
<string name="download_type_media">Media file</string>
<string name="download_type_image">Image</string>
<!-- Mediaplayer messages -->
<string name="player_error_msg">Error!</string>
@ -90,8 +94,8 @@
<string name="no_media_playing_label">No media playing</string>
<string name="position_default_label">00:00:00</string>
<string name="player_buffering_msg">Buffering</string>
<string name="playbackservice_notification_title">Playing podcast</string>
<string name="playbackservice_notification_content">Tap here for more info</string>
<string name="playbackservice_notification_title">Playing podcast</string>
<string name="playbackservice_notification_content">Tap here for more info</string>
<!-- Navigation -->
<string name="show_download_log">Show Log</string>
<string name="show_player_label">Show player</string>