From ac749fe0f0b2c80ac79aa4b889c15c36ea1d5994 Mon Sep 17 00:00:00 2001 From: Docile-Alligator Date: Fri, 25 Mar 2022 21:43:38 +0800 Subject: New option: Settings->Data Saving Mode->Reddit Video Default Resolution. --- app/src/main/res/values/arrays.xml | 20 ++++++++++++++++++++ app/src/main/res/values/strings.xml | 1 + 2 files changed, 21 insertions(+) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index 55b887bd..79229db3 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -643,4 +643,24 @@ 2 + + Auto + 1080p + 720p + 480p + 360p + 240p + 144p + + + + 0 + 1080 + 720 + 480 + 360 + 240 + 144 + + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 1293fe57..bb420e07 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -640,6 +640,7 @@ Dangerous Increase the value to show previews in higher resolution, but the app may crash unexpectedly. Post Feed Preview Max Resolution (Width * Height) + Reddit Video Default Resolution Cannot get the link -- cgit v1.2.3