mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Add chapter loader, drop non seamless mode
This commit is contained in:
		| @@ -30,7 +30,6 @@ | ||||
|     <string name="pref_custom_brightness_value_key">pref_custom_brightness_value_key</string> | ||||
|     <string name="pref_reader_theme_key">pref_reader_theme_key</string> | ||||
|     <string name="pref_image_decoder_key">pref_image_decoder_key</string> | ||||
|     <string name="pref_seamless_mode_key">pref_seamless_mode_key</string> | ||||
|     <string name="pref_read_with_volume_keys_key">reader_volume_keys</string> | ||||
|     <string name="pref_read_with_tapping_key">reader_tap</string> | ||||
|     <string name="pref_reencode_key">reencode_image</string> | ||||
|   | ||||
| @@ -101,7 +101,6 @@ | ||||
|     <string name="pref_enable_transitions">Enable transitions</string> | ||||
|     <string name="pref_show_page_number">Show page number</string> | ||||
|     <string name="pref_custom_brightness">Use custom brightness</string> | ||||
|     <string name="pref_seamless_mode">Seamless chapter transitions</string> | ||||
|     <string name="pref_keep_screen_on">Keep screen on</string> | ||||
|     <string name="pref_reader_navigation">Navigation</string> | ||||
|     <string name="pref_read_with_volume_keys">Volume keys</string> | ||||
|   | ||||
| @@ -75,11 +75,6 @@ | ||||
|         android:key="@string/pref_keep_screen_on_key" | ||||
|         android:defaultValue="true" /> | ||||
|  | ||||
|     <SwitchPreferenceCompat | ||||
|         android:title="@string/pref_seamless_mode" | ||||
|         android:key="@string/pref_seamless_mode_key" | ||||
|         android:defaultValue="true" /> | ||||
|  | ||||
|     <PreferenceCategory | ||||
|         android:title="@string/pref_reader_navigation"> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user