mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Category-specific auto download (#701)
* Category-specific auto download
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							3be9881997
						
					
				
				
					commit
					68c4116327
				
			| @@ -68,6 +68,7 @@ | ||||
|     <string name="pref_last_catalogue_source_key" translatable="false">last_catalogue_source</string> | ||||
|  | ||||
|     <string name="pref_download_new_key" translatable="false">download_new</string> | ||||
|     <string name="pref_download_new_categories_key" translatable="false">download_new_categories</string> | ||||
|  | ||||
|     <!-- String Fonts --> | ||||
|     <string name="font_roboto_medium" translatable="false">sans-serif</string> | ||||
|   | ||||
| @@ -176,6 +176,7 @@ | ||||
|     <string name="fourth_to_last">Fourth to last chapter</string> | ||||
|     <string name="fifth_to_last">Fifth to last chapter</string> | ||||
|     <string name="pref_download_new">Download new chapters</string> | ||||
|     <string name="pref_download_new_categories">Categories to include in download</string> | ||||
|  | ||||
|       <!-- Sync section --> | ||||
|     <string name="services">Services</string> | ||||
|   | ||||
| @@ -53,6 +53,10 @@ | ||||
|             android:key="@string/pref_download_new_key" | ||||
|             android:title="@string/pref_download_new"/> | ||||
|  | ||||
|         <MultiSelectListPreference | ||||
|             android:key="@string/pref_download_new_categories_key" | ||||
|             android:title="@string/pref_download_new_categories" /> | ||||
|  | ||||
|     </PreferenceScreen> | ||||
|  | ||||
| </PreferenceScreen> | ||||
		Reference in New Issue
	
	Block a user