* 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
downloadsStateFlow now uses pkgName instead of downloadId
Suppress downloadId warnings
ExtensionInstallJob now sets all pending extensions into "Pending" State
On load, extensions list now gets the current status of updating/installing extensions
Emit a finish to all pending extension on job cancel