summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorDomingos Lopes <domingos86lopes+github@gmail.com>2016-06-04 14:20:28 -0400
committerDomingos Lopes <domingos86lopes+github@gmail.com>2016-06-07 22:55:54 -0400
commitbcdcfe0d587445500de8681be6854708971bebf7 (patch)
treed600f771556ac8d3972e449b71c01fd809046f33 /core/src
parentf84f40d350b680d67434f7e8f9628a4dc27cfd7e (diff)
downloadAntennaPod-bcdcfe0d587445500de8681be6854708971bebf7.zip
adapt ui to different flavors
Diffstat (limited to 'core/src')
-rw-r--r--core/src/free/res/values/strings.xml4
-rw-r--r--core/src/main/res/values/strings.xml3
-rw-r--r--core/src/play/res/values/strings.xml4
3 files changed, 10 insertions, 1 deletions
diff --git a/core/src/free/res/values/strings.xml b/core/src/free/res/values/strings.xml
new file mode 100644
index 000000000..782d68c01
--- /dev/null
+++ b/core/src/free/res/values/strings.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="pref_cast_message">@string/pref_cast_message_free_flavor</string>
+</resources> \ No newline at end of file
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 60e2daa7d..99c5ac4eb 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -402,7 +402,8 @@
<string name="pref_known_issues">Known issues</string>
<string name="pref_no_browser_found">No web browser found.</string>
<string name="pref_cast_title">Chromecast support</string>
- <string name="pref_cast_message">Enable support for remote media playback on Cast devices (such as Chromecast, Audio Speakers or Android TV)</string>
+ <string name="pref_cast_message_play_flavor">Enable support for remote media playback on Cast devices (such as Chromecast, Audio Speakers or Android TV)</string>
+ <string name="pref_cast_message_free_flavor">Chromecast requires third party proprietary libraries that are disabled in this version of AntennaPod</string>
<!-- Auto-Flattr dialog -->
<string name="auto_flattr_enable">Enable automatic flattring</string>
diff --git a/core/src/play/res/values/strings.xml b/core/src/play/res/values/strings.xml
new file mode 100644
index 000000000..88fce0849
--- /dev/null
+++ b/core/src/play/res/values/strings.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="pref_cast_message">@string/pref_cast_message_play_flavor</string>
+</resources> \ No newline at end of file