From c37cc1bed372c7d6b632bedafbb283d08ed6c0bc Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 4 Jun 2020 22:33:24 +0800 Subject: Add an option to disable autoplaying nsfw videos. Support imgur gifv videos. --- app/src/main/res/xml/autoplay_preferences.xml | 18 ++++++++++++++++++ app/src/main/res/xml/main_preferences.xml | 8 ++------ 2 files changed, 20 insertions(+), 6 deletions(-) create mode 100644 app/src/main/res/xml/autoplay_preferences.xml (limited to 'app/src/main/res/xml') diff --git a/app/src/main/res/xml/autoplay_preferences.xml b/app/src/main/res/xml/autoplay_preferences.xml new file mode 100644 index 00000000..6cb07dd9 --- /dev/null +++ b/app/src/main/res/xml/autoplay_preferences.xml @@ -0,0 +1,18 @@ + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/xml/main_preferences.xml b/app/src/main/res/xml/main_preferences.xml index 1074a90e..f332a49c 100644 --- a/app/src/main/res/xml/main_preferences.xml +++ b/app/src/main/res/xml/main_preferences.xml @@ -28,13 +28,9 @@ app:key="open_link_in_app" app:title="@string/settings_open_link_in_app_title" /> - + app:fragment="ml.docilealligator.infinityforreddit.Settings.AutoplayPreferenceFragment" />