Use relative urls for mangas and change id generation algorythm

This commit is contained in:
Koitharu
2021-01-30 18:50:10 +02:00
parent c64115a268
commit 4aa1b58109
18 changed files with 235 additions and 223 deletions

View File

@@ -1,15 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<EditTextPreference
android:key="domain"
android:title="@string/domain"
app:iconSpaceReserved="false" />
<EditTextPreference
android:key="domain"
android:title="@string/domain"
app:iconSpaceReserved="false" />
<SwitchPreferenceCompat
android:key="ssl"
android:title="@string/use_ssl"
app:iconSpaceReserved="false" />
<SwitchPreferenceCompat
android:defaultValue="true"
android:key="ssl"
android:title="@string/use_ssl"
app:iconSpaceReserved="false" />
</PreferenceScreen>