From 40b683111cf09070baf43992af3ed618fa2f7f9b Mon Sep 17 00:00:00 2001 From: Viktor De Pasquale Date: Tue, 9 Jul 2019 20:08:59 +0200 Subject: [PATCH] Added an option to disable the new caching mechanism completely --- app/src/main/res/values/strings.xml | 2 ++ app/src/main/res/xml/app_settings.xml | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index e8a4f1710..92e51ddb8 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -128,6 +128,8 @@ General Dark Theme Enable dark theme. + Download Cache + Enables download cache for Magisk and Module zip files. Clear Repo Cache Clear the cached information for online repos. This forces the app to refresh online. Hide Magisk Manager diff --git a/app/src/main/res/xml/app_settings.xml b/app/src/main/res/xml/app_settings.xml index dead7c116..91e1347ba 100644 --- a/app/src/main/res/xml/app_settings.xml +++ b/app/src/main/res/xml/app_settings.xml @@ -15,6 +15,12 @@ android:defaultValue="@string/empty" android:title="@string/language"/> + +