aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-02-22 11:08:49 -0800
committerScott Jackson <daneren2005@gmail.com>2015-02-22 11:08:49 -0800
commite239b215a067e2d1de7201f0b9182cdcf59d818b (patch)
treee35d29bba39f511e1d1642565452f4e87801b71d /res
parent43cbeb065de81f18b63331b8e98f325e79fda3ef (diff)
downloaddsub-e239b215a067e2d1de7201f0b9182cdcf59d818b.tar.gz
dsub-e239b215a067e2d1de7201f0b9182cdcf59d818b.tar.bz2
dsub-e239b215a067e2d1de7201f0b9182cdcf59d818b.zip
#320 Start of option to pass traffic while casting through device proxy
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml3
-rw-r--r--res/xml/settings.xml10
2 files changed, 13 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index eed2f1c7..5940f710 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -441,6 +441,9 @@
<string name="settings.replay_gain_type.track">Track tags</string>
<string name="settings.replay_gain_bump">Replay Gain Pre-amp</string>
<string name="settings.replay_gain_untagged">Songs without Replay Gain</string>
+ <string name="settings.casting">Casting</string>
+ <string name="settings.casting_proxy">Use device proxy</string>
+ <string name="settings.casting_proxy_summary">Stream everything through the device as a proxy. This gets around issues such as using self-signed certificates.</string>
<string name="shuffle.title">Shuffle By</string>
<string name="shuffle.startYear">Start Year:</string>
diff --git a/res/xml/settings.xml b/res/xml/settings.xml
index 8b53a6fa..91b9ea1a 100644
--- a/res/xml/settings.xml
+++ b/res/xml/settings.xml
@@ -361,6 +361,16 @@
</PreferenceCategory>
<PreferenceCategory
+ android:title="@string/settings.casting">
+
+ <CheckBoxPreference
+ android:title="@string/settings.casting_proxy"
+ android:summary="@string/settings.casting_proxy_summary"
+ android:key="castProxy"
+ android:defaultValue="false"/>
+ </PreferenceCategory>
+
+ <PreferenceCategory
android:title="@string/settings.replay_gain">
<CheckBoxPreference