aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/arrays.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-11-19 22:50:12 +0100
committerChristian Schneppe <christian@pix-art.de>2016-11-19 22:50:12 +0100
commit82c15b653c3902a144000079911d69e9b6ce33e0 (patch)
tree324933be899871debda3692b9b6b34660a46512a /src/main/res/values/arrays.xml
parent508e5b589f3e9b8b5208d322b9ff9dc9fff8056a (diff)
set preference switch to enable, disable or do automatic video compression
automatic = SDK >= Lollipop & video size >= 10 MB (default) never = never compress videos always = SDK >= Lollipop
Diffstat (limited to 'src/main/res/values/arrays.xml')
-rw-r--r--src/main/res/values/arrays.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/res/values/arrays.xml b/src/main/res/values/arrays.xml
index 46a1542eb..b6bd918c5 100644
--- a/src/main/res/values/arrays.xml
+++ b/src/main/res/values/arrays.xml
@@ -70,6 +70,18 @@
<item>@string/always</item>
</string-array>
+ <string-array name="video_compression_values">
+ <item>never</item>
+ <item>auto</item>
+ <item>always</item>
+ </string-array>
+
+ <string-array name="video_compression_entries">
+ <item>@string/never</item>
+ <item>@string/automatically</item>
+ <item>@string/always</item>
+ </string-array>
+
<string-array name="mam_prefs">
<item>@string/never</item>
<item>@string/contacts</item>