Pupil-112 [Feature request] Add the ability to manage the maximum parallel downloads

Dependency update
This commit is contained in:
tom5079
2021-02-16 16:57:23 +09:00
parent 46ec9e48d9
commit f4ce911de9
9 changed files with 106 additions and 42 deletions

View File

@@ -70,7 +70,7 @@
</string-array>
<string-array name="cache_size_text">
<item>@string/settings_cache_unlimited</item>
<item>@string/unlimited</item>
<item>1G</item>
<item>2G</item>
<item>4G</item>
@@ -79,4 +79,24 @@
<item>32G</item>
</string-array>
<string-array name="concurrent_download">
<item>0</item>
<item>1</item>
<item>2</item>
<item>4</item>
<item>8</item>
<item>16</item>
<item>32</item>
</string-array>
<string-array name="concurrent_download_text">
<item>@string/unlimited</item>
<item>1</item>
<item>2</item>
<item>4</item>
<item>8</item>
<item>16</item>
<item>32</item>
</string-array>
</resources>