Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
40b68311
Commit
40b68311
authored
Jul 09, 2019
by
Viktor De Pasquale
Committed by
John Wu
Jul 20, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added an option to disable the new caching mechanism completely
parent
9542ca77
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
strings.xml
app/src/main/res/values/strings.xml
+2
-0
app_settings.xml
app/src/main/res/xml/app_settings.xml
+6
-0
No files found.
app/src/main/res/values/strings.xml
View file @
40b68311
...
...
@@ -128,6 +128,8 @@
<string
name=
"settings_general_category"
>
General
</string>
<string
name=
"settings_dark_theme_title"
>
Dark Theme
</string>
<string
name=
"settings_dark_theme_summary"
>
Enable dark theme.
</string>
<string
name=
"settings_download_cache_title"
>
Download Cache
</string>
<string
name=
"settings_download_cache_summary"
>
Enables download cache for Magisk and Module zip files.
</string>
<string
name=
"settings_clear_cache_title"
>
Clear Repo Cache
</string>
<string
name=
"settings_clear_cache_summary"
>
Clear the cached information for online repos. This forces the app to refresh online.
</string>
<string
name=
"settings_hide_manager_title"
>
Hide Magisk Manager
</string>
...
...
app/src/main/res/xml/app_settings.xml
View file @
40b68311
...
...
@@ -15,6 +15,12 @@
android:defaultValue=
"@string/empty"
android:title=
"@string/language"
/>
<SwitchPreferenceCompat
android:defaultValue=
"true"
android:key=
"download_cache"
android:summary=
"@string/settings_download_cache_summary"
android:title=
"@string/settings_download_cache_title"
/>
<Preference
android:key=
"clear"
android:title=
"@string/settings_clear_cache_title"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment