Taken from tachiyomiorg/tachiyomi@0df23ab878
This only overrides the side nav layout via changing the screen width, not smallest screen width, so other parts of tablet ui are unaffected, therefore it is not named the same as upstream, nor placed in the same settings section
Co-Authored-By: Ivan Iskandar <12537387+ivaniskandar@users.noreply.github.com>
* add methods to check for missing chapters
* check for missing chapters in pager reader
* check for missing chapters in webtoon reader
* add new string to strings.xml
for missing chapter warning. can be plural or singular
* create a warning drawable
* make reader transition into separate view
adding missing chapters to current would make it messy so I just did
whatever main tachi did and made a separate view
* linting by android studio while building
* intial pass on removing color accent
* colorAccentText -> secondaryVariant
* rename app_color_primary
* switch from colorBackground -> background
* remove TextColorPrimary and use colorOnBackground
* replace text_color_hint with built in material_on_background_disabled
* remove text_color_inverse_hint (not used)
* rename accent_alpha to secondary_alpha
* rename tint_color_secondary to action_bar_tint_alpha
* remove text_color_inverse_secondary and use material_on_background_emphasis_medium
* fix dark theme
* minor cleanup
* remove all blue (rip you select few)
* Revert "remove all blue (rip you select few)"
This reverts commit ad6944f9
* clean up monet some
* update dusk/dawn themes
* adjust strawberry
* fix status bar and rest of strawberries
* update tako theme
* finish rest of themes
* extra updates
* more updates
* dark monet theme fixed
* more fixes
* Fixed blue themes plus other things (unfortunately)
* fix pureblack
* fixes to bottom nav colors
Co-authored-by: CarlosEsco <cargo8005@gmail.com>
More padding to remove tracking button, so easier to click
Progress spinner that replaces the logo is now always white, to not blend with tracker backgrounds
Now more and less button has a chevron
Removed the ghost more button used for constraints for the fade
When collapsed, test will remove double new lines
(thanks @ghostbear & @soitora)
Fixed the fast scroll making it unable to scroll (why has no one reported this?)
Fixed swiping of recycler items being inverted
Not RTL but fixed the bookmarks icon when swiping being unreadable in certain themes
* Add tracking now takes place in the same bottom sheet
* Show no results found when no results searching for a tracker happens (instead of a toast message)
* When changing tracked manga, an option shows to remove the old entry from the tracking service (if supported) while adding the new one, or keep both (old behavior)
* Update track search item ui to be somewhat similar to upstream