Commit graph

3633 commits

Author SHA1 Message Date
Jays2Kings
e889e758d1 Only elevate manga detail buttons if button is filled in 2021-09-07 19:33:17 -04:00
Jays2Kings
cb71c4e96f Fix expand animation in manga info 2021-09-07 16:00:21 -04:00
Jays2Kings
afd75db2d6 Elevating the manga info main buttons while highlighting it 2021-09-07 15:51:44 -04:00
Jays2Kings
d1189e546e Adding animation for expanding and collapsing manga descriptions 2021-09-07 15:50:59 -04:00
Jays2Kings
e90c512831 slightly updating mat dialog radius
soon to actually remove the library entirely
2021-09-07 14:44:32 -04:00
Jays2Kings
4376a4685b Side Nav Override
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>
2021-09-07 13:14:49 -04:00
Jays2Kings
cceb416c34 fix use of some of those strings in last commit 2021-09-07 13:04:41 -04:00
Jays2Kings
358f50468e Remove dupe strings 2021-09-07 12:59:23 -04:00
nicki
81fa233dcc
Add missing chapter warning (#985)
* 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
2021-09-07 12:57:06 -04:00
Jays2Kings
0d0e2fc5b4 fix track search header 2021-09-03 18:30:32 -04:00
Jays2Kings
9d7e7659be New Themes: Teal Ocean & Sapphire Dusk
Latter theme taken from Neko, few extras added to it

Co-Authored-By: Carlos <2092019+CarlosEsco@users.noreply.github.com>
2021-09-03 17:39:55 -04:00
Jays2Kings
85e7199dab programmatically get theme preview colors
just fiddled around until it happened
2021-09-03 15:41:40 -04:00
Jays2Kings
7a44fe2d60 update comments on app bar color in theme enum 2021-09-03 15:09:48 -04:00
Jays2Kings
8fb590717b Add appearance settings section
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-09-03 15:08:33 -04:00
Jays2Kings
604eb52ff4 Fixes to autofit grid + slider label now shows the size for the other orientation 2021-09-03 15:07:30 -04:00
Jays2Kings
bece81e69e Use an attributed value for coloredActionBars 2021-09-03 13:33:36 -04:00
Jays2Kings
e0b38b0877 Fix colorAccentText for Yin Theme 2021-09-03 13:31:07 -04:00
Jays2Kings
dd78a21733 fix ripple colors on category hopper 2021-09-02 23:05:08 -04:00
Jays2Kings
7cabd91955
Update theming updates (#982)
* 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>
2021-09-02 22:06:44 -04:00
Jays2Kings
bceaa96ae3 add back constraint layout in gradle 2021-09-02 16:14:58 -04:00
Jays2Kings
c11551f9f3 ReaderSlider label popup when using double reader now also follows same spread page order logic 2021-09-02 16:10:57 -04:00
Jays2Kings
08302c4d9d Upgrading libraries
appcompat
constraintlayout
firebase-core
2021-09-01 21:56:50 -04:00
Jays2Kings
7b1307285a Fixing a few build gradle warnings 2021-09-01 21:56:15 -04:00
Jays2Kings
535f7e28e5 Update ripple colors in toolbars 2021-09-01 19:46:44 -04:00
Jays2Kings
9e9088aaf9 In double page mode, first/second page order text is now determined by ui order
i.e. if page 3 is on the left it will be 3-4, if on the right itll be 4-3
2021-09-01 19:46:20 -04:00
Jays2Kings
471fddeee4 Using Slider for reader pages now
so we can use the label popup and ticks (I can predict how these are gonna be taken already)
2021-09-01 19:45:18 -04:00
Jays2Kings
bf64d0f12a Use Slider instead of Seekbar for grid per row 2021-09-01 15:55:35 -04:00
Jays2Kings
ca490776ae fix showing category hopper with no categories
Fixes #888
2021-08-31 21:44:44 -04:00
Jays2Kings
9c3f871d31 show divider for track search divider 2021-08-31 21:44:05 -04:00
Jays2Kings
26d1fbf260 updates to tracker items
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
2021-08-31 19:28:30 -04:00
Jays2Kings
f53561c796 Add button in tracker searches to directly go to tracking link 2021-08-31 19:24:15 -04:00
Jays2Kings
257b91ce70 Improvements to the more button in manga details
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)
2021-08-31 19:19:17 -04:00
Jays2Kings
a09998d606 Show number of items in category menu sheet + backdrop 2021-08-31 03:13:57 -04:00
Jays2Kings
2dc2daa311 Added a getting started guide action for when the library is empty 2021-08-31 02:57:06 -04:00
Jays2Kings
b1572382cc Option to show empty categories while filters are enabled
to not make the categories section settings so tall:
moved "show number of items" into the badges section
2021-08-31 02:53:19 -04:00
Jays2Kings
4567046de5 Fix empty categories saying (1) item in it
Fixes #895
2021-08-31 02:40:38 -04:00
Jays2Kings
32d5fa1106 open custom tab instead of full browser for tracking links 2021-08-30 18:19:40 -04:00
Jays2Kings
2c7e9ef7f3 Fixed extension job queueing library to run ext updates when not needed
Best way i can phrase it, but theres a chance the previous logic would run the extension job at weird times
2021-08-30 17:05:29 -04:00
Jays2Kings
6990bcaa26 actually make the keyboard search button work in tracking sheet 2021-08-28 21:10:22 -04:00
Jays2Kings
53a6ec50e8 Fixes to RTL layouts
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
2021-08-28 01:19:47 -04:00
Jays2Kings
b8c7f56d5f Fix side nav setting not showing if you had exactly a max of 720dp in landscape 2021-08-28 00:24:35 -04:00
arkon
912d405473 Remove ability to set in-app language differently from system's 2021-08-28 00:15:11 -04:00
Jays2Kings
1fe97a06d4 Update return key type of track search textbox to actually be a search button 2021-08-27 19:51:08 -04:00
Jays2Kings
ebace84ed5 Updating placeholder text and color for tracking cards 2021-08-27 19:22:52 -04:00
Jays2Kings
a688ef0aec Updates to add tracking ui
* 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
2021-08-27 18:50:24 -04:00
Jays2Kings
67acd66d9b Fix outlined editable text boxes in dark themes 2021-08-27 16:46:23 -04:00
Jays2Kings
990d5ebdd7 Using color accented ripples
Co-Authored-By: Soitora <simon.mattila@protonmail.com>
2021-08-27 16:39:20 -04:00
Jays2Kings
e6ea530532 Update kitsu to not show "null" for empty descriptions 2021-08-27 13:32:51 -04:00
Jays2Kings
83729d9415 Updates to full cover dialog
* Using smaller buttons for save/share
* Lowered the left/right margins of the cover
* Vertically centered the cover more
2021-08-26 16:14:52 -04:00
Jays2Kings
464b0eb822 Set new ext badge count back to 0 if there are no pending updates 2021-08-24 16:20:17 -04:00