mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Add swipe actions for chapters (#9304)
* added chapter swipe * Rework corner animtion * Update i18n/src/main/res/values/strings.xml Co-authored-by: arkon <arkon@users.noreply.github.com> * Replace LTR/RTL with Start/End layout * Added label to the animation so the warning will go away * Getting rid of the swipe threshold setting * adding disabled option, renaming stuff, other stuff? * Getting rid of the snackbar * Getting rid of unecessary strings * changing enum names as requested * Renaming Raio to Ratio (I need a better keyboard as well -__-) * Replacing error with download icon and action * backup * minor cleanup * fixing an nasty edge case * fixing mistakes in the previous conflict * space * fixing bug fixed bug where the user could dismiss already dismissed item leading to item getting stuck * fixing lint errors * fixing lints (hopefully) * Added "swipe disabled" to the list of actions * Replacing string value and moving value as requested * replacing rest of the strings with generic ones --------- Co-authored-by: arkon <arkon@users.noreply.github.com>
This commit is contained in:
		| @@ -167,7 +167,7 @@ | ||||
|  | ||||
|     <string name="pref_general_summary">App language, notifications</string> | ||||
|     <string name="pref_appearance_summary">Theme, date & time format</string> | ||||
|     <string name="pref_library_summary">Categories, global update</string> | ||||
|     <string name="pref_library_summary">Categories, global update, chapter swipe</string> | ||||
|     <string name="pref_reader_summary">Reading mode, display, navigation</string> | ||||
|     <string name="pref_downloads_summary">Automatic download, download ahead</string> | ||||
|     <string name="pref_tracking_summary">One-way progress sync, enhanced sync</string> | ||||
| @@ -273,6 +273,10 @@ | ||||
|     <string name="include">Include: %s</string> | ||||
|     <string name="exclude">Exclude: %s</string> | ||||
|  | ||||
|     <string name="pref_chapter_swipe">Chapter swipe</string> | ||||
|     <string name="pref_chapter_swipe_end">Swipe to end action</string> | ||||
|     <string name="pref_chapter_swipe_start">Swipe to start action</string> | ||||
|  | ||||
|       <!-- Extension section --> | ||||
|     <string name="multi_lang">Multi</string> | ||||
|     <string name="ext_updates_pending">Updates pending</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user