mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Maintain source info in the database. (#6389)
* Maintain Source Info in database * Review changes and cleanups * Review changes 2 * Review Changes 3
This commit is contained in:
		| @@ -117,6 +117,15 @@ | ||||
|                 android:textIsSelectable="false" | ||||
|                 tools:text="Status" /> | ||||
|  | ||||
|             <ImageView | ||||
|                 android:id="@+id/manga_missing_source_icon" | ||||
|                 android:layout_width="16dp" | ||||
|                 android:layout_height="match_parent" | ||||
|                 android:layout_marginEnd="4dp" | ||||
|                 app:srcCompat="@drawable/ic_warning_white_24dp" | ||||
|                 app:tint="@color/error" | ||||
|                 tools:ignore="ContentDescription" /> | ||||
|  | ||||
|             <TextView | ||||
|                 android:layout_width="wrap_content" | ||||
|                 android:layout_height="wrap_content" | ||||
|   | ||||
| @@ -133,6 +133,15 @@ | ||||
|                 android:textIsSelectable="false" | ||||
|                 tools:ignore="HardcodedText" /> | ||||
|  | ||||
|             <ImageView | ||||
|                 android:id="@+id/manga_missing_source_icon" | ||||
|                 android:layout_width="16dp" | ||||
|                 android:layout_height="match_parent" | ||||
|                 android:layout_marginEnd="4dp" | ||||
|                 app:srcCompat="@drawable/ic_warning_white_24dp" | ||||
|                 app:tint="@color/error" | ||||
|                 tools:ignore="ContentDescription" /> | ||||
|  | ||||
|             <TextView | ||||
|                 android:id="@+id/manga_source" | ||||
|                 android:layout_width="wrap_content" | ||||
|   | ||||
| @@ -737,6 +737,7 @@ | ||||
|     <string name="migrate">Migrate</string> | ||||
|     <string name="copy">Copy</string> | ||||
|     <string name="empty_screen">Well, this is awkward</string> | ||||
|     <string name="not_installed">Not installed</string> | ||||
|  | ||||
|     <!-- Downloads activity and service --> | ||||
|     <string name="download_queue_error">Couldn\'t download chapters. You can try again in the downloads section</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user