Adjust update/download warnings
This is a partial revert/evolution of538dd60580- Back to notifications, because Android 12+ may cut off toasts - Notifications now automatically dismiss after 30s on Android 8+ (taken from J2K) - Also warn if more than 30 chapters are queued for download (cherry picked from commite81bd61e24) # Conflicts: # app/src/main/java/eu/kanade/tachiyomi/data/download/Downloader.kt # app/src/main/java/eu/kanade/tachiyomi/data/library/LibraryUpdateService.kt
This commit is contained in:
@@ -722,7 +722,7 @@
|
||||
<!-- Library update service notifications -->
|
||||
<string name="notification_check_updates">Checking for new chapters</string>
|
||||
<string name="notification_updating">Updating library… (%1$d/%2$d)</string>
|
||||
<string name="notification_size_warning">Warning: large updates harm sources and may lead to slower updates and also increased battery usage</string>
|
||||
<string name="notification_size_warning">Large updates harm sources and may lead to slower updates and also increased battery usage</string>
|
||||
<string name="notification_new_chapters">New chapters found</string>
|
||||
<plurals name="notification_new_chapters_summary">
|
||||
<item quantity="one">For %d title</item>
|
||||
|
||||
Reference in New Issue
Block a user