Images proxy #357
This commit is contained in:
@@ -426,4 +426,6 @@
|
||||
<string name="invalid_value_message">Invalid value</string>
|
||||
<string name="manga_branch_title_template">%1$s (%2$s)</string>
|
||||
<string name="downloaded">Downloaded</string>
|
||||
<string name="images_proxy_title">Images optimization proxy</string>
|
||||
<string name="images_procy_description">Use the wsrv.nl service to reduce traffic usage and speed up image loading if possible</string>
|
||||
</resources>
|
||||
|
||||
@@ -37,6 +37,12 @@
|
||||
app:allowDividerAbove="true"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="false"
|
||||
android:key="images_proxy"
|
||||
android:summary="@string/images_procy_description"
|
||||
android:title="@string/images_proxy_title" />
|
||||
|
||||
<PreferenceScreen
|
||||
android:fragment="org.koitharu.kotatsu.settings.ProxySettingsFragment"
|
||||
android:key="proxy"
|
||||
|
||||
Reference in New Issue
Block a user