aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-01-03 22:48:47 +0100
committerChristian Schneppe <christian@pix-art.de>2019-01-03 22:48:47 +0100
commit76c8a67ade32affffef1da61dd2f9454f730984e (patch)
tree2af6ef3035f32960fa11f6e5caeaa28c8a3c3b90 /src/main/res/values
parent5f79aa085d74dadabd475cfc51e4a214ccfaf0ad (diff)
introduced 'original' as video and image quality and do not ignorer error
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/arrays.xml4
-rw-r--r--src/main/res/values/strings.xml2
2 files changed, 6 insertions, 0 deletions
diff --git a/src/main/res/values/arrays.xml b/src/main/res/values/arrays.xml
index 93da9bac4..de2e0355c 100644
--- a/src/main/res/values/arrays.xml
+++ b/src/main/res/values/arrays.xml
@@ -58,24 +58,28 @@
<item>low</item>
<item>mid</item>
<item>high</item>
+ <item>uncompressed</item>
</string-array>
<string-array name="image_compression_entries">
<item>@string/image_low</item>
<item>@string/image_mid</item>
<item>@string/image_high</item>
+ <item>@string/image_original</item>
</string-array>
<string-array name="video_compression_values">
<item>low</item>
<item>mid</item>
<item>high</item>
+ <item>uncompressed</item>
</string-array>
<string-array name="video_compression_entries">
<item>@string/video_low</item>
<item>@string/video_mid</item>
<item>@string/video_high</item>
+ <item>@string/video_original</item>
</string-array>
<string-array name="mam_prefs">
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 015a2a6c6..5d0160b7a 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -506,6 +506,7 @@
<string name="video_low">low (144p)</string>
<string name="video_mid">middle (360p)</string>
<string name="video_high">high (720p)</string>
+ <string name="video_original">Original (uncompressed)</string>
<string name="always">Always</string>
<string name="battery_optimizations_enabled">Battery optimizations enabled</string>
<string name="battery_optimizations_enabled_explained">Your device is doing some heavy battery optimizations on Pix-Art Messenger that might lead to delayed notifications or even message loss.\nIt is recommended to disable those.</string>
@@ -681,6 +682,7 @@
<string name="image_low">low (720p)</string>
<string name="image_mid">middle (1920p)</string>
<string name="image_high">high (3840p)</string>
+ <string name="image_original">original (uncompressed)</string>
<string name="last_seen_just_away">recently</string>
<string name="send_message">Send message</string>
<string name="send_failed_resend">delivery failed, resending…</string>