* Pair ActionToolbar with ActionMode
This makes ActionToolbar an activity object that can be configured in the
similar way as ActionMode
* Remove action toolbar workaround now that it stays in activity layout
5924
* Set status bar color when action mode is active
6256
* Adjust fab show timing after action mode finished
* Adjust action toolbar layout and animation
Default corner size and use bottom sheet animation
6069
* Adjust action toolbar layout on large screen
Right half of the screen
(cherry picked from commit 2ed01af72381c3abc8692af22bc528c93f24d530)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/main/MainActivity.kt
This doesn't make sense to have if the intention is to have reasonably sized global updates. Opting to remove it to remove complexity instead.
(cherry picked from commit 65062b4bcbe65ffc75a6c5e656d39c91be327d63)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/data/database/queries/MangaQueries.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsLibraryController.kt
* Add option for library update only update completely read manga
only check manga for updates if there is no unread chapter
* sum
(cherry picked from commit 6fddad7a77fca781582b9d98de66c29848df2a17)
-created an <!-- Appearance Settings --> and changed the position of related strings
-translated strings with name 'data_saver_exclude' & 'data_saver_stop_exclude' and moved to the <!-- Advanced Settings -->
-deleted quantity 'zero' in string with name 'pref_tag_sorting_desc'
-changed strings with name 'log_minimal','log_extra & 'log_extreme'
-changed string with name 'latest_'
-changed string with name 'similar'
-changed string with name 'visible'
-changed string with name 'media_id'
-changed string with name 'page_layout'
-changed string with name 'eh_batch_add'
-changed string with name 'ext_redundant'
-changed string with name 'loading_manga'
-changed string with name 'latest_tab_empty'
-changed string with name 'too_many_watched'
-changed string with name 'batch_add_summary'
-changed string with name 'pref_category_fork'
-changed string with name 'skip_page_restyling'
-changed string with name 'eh_batch_add_finish'
-changed string with name 'data_saver_color_bw'
-changed string with name 'clear_db_exclude_read'
-changed string with name 'reader_preload_amount'
-changed string with name 'alternative_login_page'
-changed string with name 'gallery_update_checker'
-changed string with name 'fields_cannot_be_blank'
-changed string with name 'action_add_repo_message'
-changed string with name 'mangadex_add_to_follows'
-changed string with name 'delete_merged_manga_desc'
-changed string with name 'preserve_reading_position'
-changed string with name 'reader_cache_size_summary'
-changed string with name 'automatic_can_still_switch'
-changed string with name 'gallery_updater_stats_text'
-changed string with name 'gallery_updater_statistics'
-changed string with name 'download_merged_manga_desc'
-changed string with name 'skip_queue_on_retry_summary'
-changed string with name 'pref_show_bottom_bar_labels'
-changed string with name 'favorites_sync_add_to_local'
-changed string with name 'reader_preload_amount_summary'
-changed string with name 'captcha_solve_failure_message'
-changed string with name 'custom_igneous_cookie_message'
-changed string with name 'eh_settings_out_of_slots_error'
-changed string with name 'eh_settings_out_of_slots_error'
-changed string with name 'pref_source_navigation_summery'
-changed string with name 'toggle_hentai_features_summary'
-changed string with name 'force_sync_state_reset_summary'
-changed string with name 'pref_source_navigation_summery'
-changed string with name 'pref_skip_pre_migration_summary'
-changed string with name 'pref_force_horz_seekbar_summary'
-changed string with name 'no_chapters_found_for_migration'
-changed string with name 'favorites_sync_adding_to_remote'
-changed string with name 'favorites_sync_remove_from_local'
-changed string with name 'chapter_updates_merged_manga_desc'
-changed string with name 'put_recommends_in_overflow_summary'
-changed string with name 'batch_add_unknown_type_log_message'
-changed string with name 'library_group_updates_all_but_ungrouped'
-changed string with name 'mangadex_sync_follows_to_library_summary'
Brightness should be modified more often than the color filter. Since this will always be visible even when the sheet is half expanded, you have a better idea of its effect.
(cherry picked from commit ecd54142873d1282721163690c38c52c133e4129)
Since apparently people don't read and either option is considered destructive to different people.
(cherry picked from commit cd87c7e88efafd5800b563d51c2ede4a84ad5e4b)
* tweak midnight dusk colors
* more tweaking and change pure black dark mode option visibility
* revert changing pure black dark mode option visibility
* change tertiary color on light theme to match dark theme
(cherry picked from commit 7a1b99be4644119e1f1792b0249626bcd5f59753)
* Update shizuku api version
* SettingsAdvanced Controller: Verify if Sui is available
(cherry picked from commit 0a6160d7cf8a343ebe60ec814c42e3272a015d2e)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsAdvancedController.kt
* Automatically set tracker as completed after reading the last chapter.
* use integer value in comparison
* also set `started_reading` date
* don't use source manga's status
* remove useless line
(cherry picked from commit a9d2741e6ab1f2c54398703a3ae7c0272a458b89)
* SimpleNavigationView: Don't set background and elevation
* Add divider for tabs in bottom sheet
(cherry picked from commit be0a23d9ad6a82ed9b26eaa6248807a80876db63)
(Which doesn't actually exist yet, but will at some point after the next major release)
(cherry picked from commit 60e73e2d1f89e254616fb5659d9f53f6399bbdba)
To be included in extension-lib 1.3 as a replacement for the lib that's currently compiled in tachiyomi-extensions.
(cherry picked from commit e8f284d377ebe6930e147cd36494020d4ae96f47)
To be included in extension-lib 1.3 (or whatever it's going to be). This applies to sources like Komga or Lanragi, where large numbers of update/download aren't of concern since they're (usually) self-hosted.
(cherry picked from commit 3ea3b0bf2ecc3f74a790af2012dd4f4a6b2ab3f7)
* fix local source cover changing
* Remove unnecessary check for `exists()`
* fix for when there is no thumbnail_url in the db
(cherry picked from commit 10ddeeb7999214f1ed2fa579dadab7e9e379c1a6)
* MinMaxNumberPicker: Set IME input to use number only
* MinMaxNumberPicker: Auto disable keyboard input when needed
(cherry picked from commit 3463d6c752cfc1145f4c8db9f65f145002ece5fb)
* Tweak Teal & Turquoise color for new M3
* capitalize
* tweak elevationOverlayColor
* more tweak
(cherry picked from commit e6f29ae57fdd5a40b3d83f5c00d62c962f8bcef8)
* Implement feature to selectively clear manga from database based on it's source
* Code cleanup and refactoring
(cherry picked from commit 9fe1a7e2ae14c4d7e70bfd85516d91c44514f04a)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/data/database/queries/MangaQueries.kt
# app/src/main/java/eu/kanade/tachiyomi/data/database/queries/RawQueries.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsAdvancedController.kt
* Adapt Default theme to M3 color system
* Adapt Dynamic theme to M3 color system
* Adapt Midnight Dusk theme to M3 color system
* Adapt Strawberry Daiquiri theme to M3 color system
* Adapt Yotsuba theme to M3 color system
* Adapt Tako theme to M3 color system
* Adapt Green Apple theme to M3 color system
* Adapt Teal & Turquoise theme to M3 color system
* Adapt Yin & Yang theme to M3 color system
* Remove old theme colors
* Yotsuba theme adjustments
Co-authored-by: ztimms73 <vp1984tanki@gmail.com>
* Green Apple theme adjustments
Co-authored-by: Soitora <10836780+Soitora@users.noreply.github.com>
* Tako theme adjustments
* Midnight Dusk theme adjustments
* Use colorSurfaceVariant for colorControlHighlight
* Nits
Co-authored-by: ztimms73 <vp1984tanki@gmail.com>
Co-authored-by: Soitora <10836780+Soitora@users.noreply.github.com>
(cherry picked from commit 88bc0bf61356b6f9c31fb888506aec805b0896a4)
* Fix "Check for updates" not working due to time cooldown
* Update AppUpdateChecker.kt
Co-authored-by: arkon <arkon@users.noreply.github.com>
(cherry picked from commit c0d0ff66b6b73efae29635a61e4ee2ea13a925b3)