summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2019-08-10 18:37:56 +0200
committerGitHub <noreply@github.com>2019-08-10 18:37:56 +0200
commit867a2812e8b0d0627429c5585a050e9dd1affb2b (patch)
treeacb6284bd41143d305d15309ed8d873f68b77930 /core/src/main/res/values
parent2d88cd679f30dfb1b7038db40ae104442c52913e (diff)
parent6f7ec2011f1f962642ef0e3a0780f98646e4e4ea (diff)
downloadAntennaPod-867a2812e8b0d0627429c5585a050e9dd1affb2b.zip
Merge pull request #3292 from ByteHamster/mobile-updates-setting
Mobile updates setting
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r--core/src/main/res/values/arrays.xml16
-rw-r--r--core/src/main/res/values/strings.xml12
2 files changed, 20 insertions, 8 deletions
diff --git a/core/src/main/res/values/arrays.xml b/core/src/main/res/values/arrays.xml
index a18f4ca7f..0eaf0e5e7 100644
--- a/core/src/main/res/values/arrays.xml
+++ b/core/src/main/res/values/arrays.xml
@@ -64,15 +64,23 @@
</string-array>
<string-array name="mobile_update_entries">
- <item>@string/pref_mobileUpdate_nothing</item>
+ <item>@string/pref_mobileUpdate_refresh</item>
+ <item>@string/pref_mobileUpdate_episode_download</item>
+ <item>@string/pref_mobileUpdate_auto_download</item>
+ <item>@string/pref_mobileUpdate_streaming</item>
<item>@string/pref_mobileUpdate_images</item>
- <item>@string/pref_mobileUpdate_everything</item>
</string-array>
<string-array name="mobile_update_values">
- <item>nothing</item>
+ <item>feed_refresh</item>
+ <item>episode_download</item>
+ <item>auto_download</item>
+ <item>streaming</item>
+ <item>images</item>
+ </string-array>
+
+ <string-array name="mobile_update_default_value">
<item>images</item>
- <item>everything</item>
</string-array>
<string-array name="episode_cleanup_entries">
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 6025dc888..a6ba0740e 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -265,6 +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_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>
@@ -386,10 +388,12 @@
<string name="pref_unpauseOnHeadsetReconnect_title">Headphones Reconnect</string>
<string name="pref_unpauseOnBluetoothReconnect_title">Bluetooth Reconnect</string>
<string name="pref_mobileUpdate_title">Mobile Updates</string>
- <string name="pref_mobileUpdate_sum">Allow updates and manual episode downloads over the mobile data connection</string>
- <string name="pref_mobileUpdate_nothing">Nothing</string>
- <string name="pref_mobileUpdate_images">Images only</string>
- <string name="pref_mobileUpdate_everything">Everything</string>
+ <string name="pref_mobileUpdate_sum">Select what should be allowed over the mobile data connection</string>
+ <string name="pref_mobileUpdate_refresh">Feed refresh</string>
+ <string name="pref_mobileUpdate_images">Cover images</string>
+ <string name="pref_mobileUpdate_auto_download">Auto download</string>
+ <string name="pref_mobileUpdate_episode_download">Episode download</string>
+ <string name="pref_mobileUpdate_streaming">Streaming</string>
<string name="refreshing_label">Refreshing</string>
<string name="user_interface_label">User Interface</string>
<string name="pref_set_theme_title">Select Theme</string>