summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-07-25 01:08:16 +0200
committerByteHamster <info@bytehamster.com>2019-07-25 01:08:16 +0200
commitbe8e7c32f138bab841d3b040dad0c85ee54875ac (patch)
treeb2257b226c8884340e94c7a6d000d4520d0bc709 /core/src/main/res/values
parentbe42cc0c7176c056a5b1b7c2b0d16ad6e9850312 (diff)
downloadAntennaPod-be8e7c32f138bab841d3b040dad0c85ee54875ac.zip
Display notification when trying to stream
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r--core/src/main/res/values/arrays.xml4
-rw-r--r--core/src/main/res/values/strings.xml4
2 files changed, 6 insertions, 2 deletions
diff --git a/core/src/main/res/values/arrays.xml b/core/src/main/res/values/arrays.xml
index d5f1c30b1..49ebb7416 100644
--- a/core/src/main/res/values/arrays.xml
+++ b/core/src/main/res/values/arrays.xml
@@ -77,6 +77,10 @@
<item>images</item>
</string-array>
+ <string-array name="mobile_update_default_value">
+ <item>images</item>
+ </string-array>
+
<string-array name="episode_cleanup_entries">
<item>@string/episode_cleanup_queue_removal</item>
<item>0</item>
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 82a56cf88..a6ba0740e 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -265,8 +265,8 @@
<string name="confirm_mobile_download_dialog_title">Confirm Mobile Download</string>
<string name="confirm_mobile_download_dialog_message_not_in_queue">Downloading over mobile data connection is disabled in the settings.\n\nYou can choose to either only add the episode to the queue or you can allow downloading temporarily.\n\n<small>Your choice will be remembered for 10 minutes.</small></string>
<string name="confirm_mobile_download_dialog_message">Downloading over mobile data connection is disabled in the settings.\n\nDo you want to allow downloading temporarily?\n\n<small>Your choice will be remembered for 10 minutes.</small></string>
- <string name="confirm_mobile_streaming_dialog_title">Confirm Mobile streaming</string>
- <string name="confirm_mobile_streaming_dialog_message">Streaming over mobile data connection is disabled in the settings. Do you want to stream anyway?</string>
+ <string name="confirm_mobile_streaming_notification_title">Confirm Mobile streaming</string>
+ <string name="confirm_mobile_streaming_notification_message">Streaming over mobile data connection is disabled in the settings. Tap to stream anyway.</string>
<string name="confirm_mobile_download_dialog_only_add_to_queue">Enqueue</string>
<string name="confirm_mobile_download_dialog_enable_temporarily">Allow temporarily</string>