diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2014-05-17 21:31:52 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2014-05-17 21:31:52 +0200 |
commit | cd91098fdec1033ad665a54fd9038743059c234b (patch) | |
tree | 2b0aae729e7d435f92ad54d031b702b205670a09 /res | |
parent | c1c3dc593e928d70ede348c4d097272c4df4947d (diff) | |
download | AntennaPod-cd91098fdec1033ad665a54fd9038743059c234b.zip |
Improved syncing speed for large amounts of feeds. fixes #371
- Bundle db operations in FeedSyncThread
- Show "Processing downloads" message instead of "0 downloads left"
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 2eaf611f2..8639b4503 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -109,6 +109,7 @@ <string name="download_error_request_error">Request error</string> <string name="download_error_db_access">Database access error</string> <string name="downloads_left">\u0020Downloads left</string> + <string name="downloads_processing">Processing downloads</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> |