Support for manga sources from external APKs

This commit is contained in:
Koitharu
2024-07-28 14:50:41 +03:00
parent 830d500a68
commit f25050bce8
17 changed files with 589 additions and 105 deletions

View File

@@ -9,6 +9,13 @@
android:title="@string/disable"
app:showAsAction="ifRoom|withText" />
<item
android:id="@+id/action_delete"
android:icon="@drawable/ic_delete"
android:title="@string/delete"
android:visible="false"
app:showAsAction="ifRoom|withText" />
<item
android:id="@+id/action_pin"
android:icon="@drawable/ic_pin"

View File

@@ -668,4 +668,5 @@
<string name="percent_left">Percent left</string>
<string name="chapters_read">Chapters read</string>
<string name="chapters_left">Chapters left</string>
<string name="external_source">External/plugin</string>
</resources>