From 2f912a523ee910ef75958365d89d2405cb6e5fc7 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 7 Jan 2021 15:36:23 +0800 Subject: New option in data saving mode: Only disable preview in video and gif posts. --- app/src/main/res/values/strings.xml | 3 ++- app/src/main/res/xml/data_saving_mode_preferences.xml | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index aebcb892..ae44cf19 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,7 +1,7 @@ Infinity Login - Search + Send Comment Reply Text Post @@ -517,6 +517,7 @@ UFO Capturing Animation Hide Subreddit Description Disable Image Preview in Data Saving Mode + Only Disable Preview in Video and Gif Posts Swipe Left Swipe Right Not applicable to post feed with more than 1 column or post detail. diff --git a/app/src/main/res/xml/data_saving_mode_preferences.xml b/app/src/main/res/xml/data_saving_mode_preferences.xml index e635f2db..6ff3f04a 100644 --- a/app/src/main/res/xml/data_saving_mode_preferences.xml +++ b/app/src/main/res/xml/data_saving_mode_preferences.xml @@ -20,4 +20,9 @@ app:key="disable_image_preview" android:title="@string/settings_disable_image_preview_title" /> + + \ No newline at end of file -- cgit v1.2.3