summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-07-25 00:38:00 +0200
committerByteHamster <info@bytehamster.com>2019-07-25 00:38:00 +0200
commitbe42cc0c7176c056a5b1b7c2b0d16ad6e9850312 (patch)
tree7c3191c842cbc9e2899b608786e80eee7782ab9d /core/src/main/res/values
parent5173dd0118ab6683013c45297c0eb589d0a52a65 (diff)
downloadAntennaPod-be42cc0c7176c056a5b1b7c2b0d16ad6e9850312.zip
Refactored mobile updates setting
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r--core/src/main/res/values/arrays.xml12
-rw-r--r--core/src/main/res/values/strings.xml12
2 files changed, 16 insertions, 8 deletions
diff --git a/core/src/main/res/values/arrays.xml b/core/src/main/res/values/arrays.xml
index 39d1c0a94..d5f1c30b1 100644
--- a/core/src/main/res/values/arrays.xml
+++ b/core/src/main/res/values/arrays.xml
@@ -62,15 +62,19 @@
</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>
- <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..82a56cf88 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_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_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>