mihon/app/src/main/java/eu/kanade/tachiyomi/ui/setting
S97 aa11902aa1
Add option to automatically split tall downloaded images (#7029)
* Auto split long images to improve performance of reader

* Auto split long images to improve performance of reader - fixed the sorting

* Improved performance of splitting by getting rid of 1 extra loop

* Cleaned up code and moved the functionality to work during the downloading process (unsure how this affects download speed)

* Replaced the import .* with the actual used imports

* Fixes for Bugs discovered during my testing

* Fixed last split missing bug.

* Reordered the download progress to be updated before splitting instead of after to reflect more meaningful progress of download

* Reverted last commit since it had no effect

* Improved progress tracking when a download is paused then resumed.

* Implemented the recommended changes to enhance the feature.

* Apply suggestions from code review

Co-authored-by: arkon <arkon@users.noreply.github.com>

* Update app/src/main/res/values/strings.xml

Co-authored-by: arkon <arkon@users.noreply.github.com>

Co-authored-by: arkon <arkon@users.noreply.github.com>
2022-05-06 22:17:27 -04:00
..
database Revert "Revert history Compose/SQLDelight changes" 2022-04-22 17:35:18 -04:00
search Clean up repetitive controller transactions 2022-04-23 12:10:32 -04:00
track Use Compose for OAuth login loading indicator 2022-04-29 09:01:05 -04:00
SettingsAdvancedController.kt Delete entire app_webview folder when clearing WebView data 2022-04-24 09:42:26 -04:00
SettingsAppearanceController.kt Remove some minor settings 2022-04-24 22:17:15 -04:00
SettingsBackupController.kt Formatting 2022-04-08 16:44:23 -04:00
SettingsBrowseController.kt Minor cleanup 2: Electric Boogaloo 2022-04-24 15:17:01 -04:00
SettingsController.kt Update preference dependencies 2022-01-31 18:13:57 -05:00
SettingsDownloadController.kt Add option to automatically split tall downloaded images (#7029) 2022-05-06 22:17:27 -04:00
SettingsGeneralController.kt Remove some minor settings 2022-04-24 22:17:15 -04:00
SettingsLibraryController.kt Remove some minor settings 2022-04-24 22:17:15 -04:00
SettingsMainController.kt Migrate SettingsMainController to Compose 2022-04-26 22:41:42 -04:00
SettingsReaderController.kt Formatting 2022-04-08 16:44:23 -04:00
SettingsSecurityController.kt Formatting 2022-04-08 16:44:23 -04:00
SettingsTrackingController.kt Formatting 2022-04-08 16:44:23 -04:00