Rename project

This commit is contained in:
inorichi
2016-01-15 15:18:19 +01:00
parent 1508bf42fb
commit 70f4c7fcc3
167 changed files with 647 additions and 654 deletions

View File

@@ -10,7 +10,7 @@
android:key="@string/pref_download_only_over_wifi_key"
android:defaultValue="true"/>
<eu.kanade.mangafeed.widget.preference.IntListPreference
<eu.kanade.tachiyomi.widget.preference.IntListPreference
android:title="@string/pref_download_slots"
android:key="@string/pref_download_slots_key"
android:entries="@array/download_slots"

View File

@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<eu.kanade.mangafeed.widget.preference.LibraryColumnsDialog
<eu.kanade.tachiyomi.widget.preference.LibraryColumnsDialog
android:key="@string/pref_library_columns_dialog_key"
android:persistent="false"
android:title="@string/pref_library_columns"/>
<eu.kanade.mangafeed.widget.preference.IntListPreference
<eu.kanade.tachiyomi.widget.preference.IntListPreference
android:key="@string/pref_library_update_interval_key"
android:title="@string/pref_library_update_interval"
android:entries="@array/library_update_interval"

View File

@@ -28,7 +28,7 @@
android:defaultValue="1"
android:summary="%s"/>
<eu.kanade.mangafeed.widget.preference.IntListPreference
<eu.kanade.tachiyomi.widget.preference.IntListPreference
android:title="@string/pref_reader_theme"
android:key="@string/pref_reader_theme_key"
android:entries="@array/reader_themes"
@@ -36,7 +36,7 @@
android:defaultValue="0"
android:summary="%s"/>
<eu.kanade.mangafeed.widget.preference.IntListPreference
<eu.kanade.tachiyomi.widget.preference.IntListPreference
android:title="@string/pref_image_decoder"
android:key="@string/pref_image_decoder_key"
android:entries="@array/image_decoders"