Commit Graph

613 Commits

Author SHA1 Message Date
Jays2Kings
477db48b61 actually add ripple effect on the reader toolbar
I was pretty sure I committed this in c26c38ca3 but here we are

It was just square ripple at first, but adding a new drawable with padding
2021-03-27 20:32:42 -04:00
Jays2Kings
4fb120944c Fix snackbar in extension details 2021-03-27 18:02:07 -04:00
Jays2Kings
54a3767eb4 Removing Internal changelog
There's a lot of changes this release and I'm tired of writing them twice each time

Based on tachiyomiorg@88032e1

Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-03-27 16:42:13 -04:00
Jays2Kings
58defbb5d2 Option to change cutout behavior in portrait
Back on my BS, but this was an uncommited change for months that I was too lazy to stash for release
2021-03-27 14:34:37 -04:00
Jays2Kings
854acb392d Adding tab ripple for all tab themes 2021-03-26 16:24:28 -04:00
Jays2Kings
b38327c58a Added "Add/Edit" Categories" button in library display sheet
People please. Just make some categories
2021-03-26 14:28:29 -04:00
Jays2Kings
9f7ec72cf9 Make extensions/migration tabs full width 2021-03-26 13:04:12 -04:00
Jays2Kings
28f5a6986f More fixes to category hopper 2021-03-26 02:20:30 -04:00
Jays2Kings
b7eebcef53 Fix shadow on category hopper 2021-03-25 22:04:12 -04:00
Jays2Kings
62158ac761 start bottom_view as hidden 2021-03-25 21:52:20 -04:00
Jays2Kings
14b04693c8 S-Pen support
Closes #678

Co-Authored-By: Carlos <2092019+CarlosEsco@users.noreply.github.com>
2021-03-25 01:38:28 -04:00
Jays2Kings
999247d7dd Added option to change navigation type for reader
Taken from upstream with some tweaks:
*Removed always show at start option
*"Left" and "Right" in reader overlay now say "Next" or "Previous" in LRNav
*Changing Inversion also shows navigation overlay
*Show new user the nav overlay the first time for both paged and webview (since j2k has auto webtoon)

Also unrelated, changed "page transitions" to "animate page transitions"

Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-03-24 20:13:14 -04:00
Jays2Kings
6a5770b913 Rename custom reader spinner view 2021-03-24 17:29:52 -04:00
Jays2Kings
a2c7705d07 Refactoring Tabbed Sheets 2021-03-24 17:29:21 -04:00
Jays2Kings
fe2543b9d5 Reworking Reader Activity Menus
Reader settings sheet now in a tabbed layout
Reader settings sheet also contains filter options
Reader menu now holds the long tap options (Share, Save, Set as cover)
Reader menu also has option to go to manga details (was on toolbar tap)
Also has the option to jump straight to reader settings
Removing long tap gesture on Reader since no longer needed
2021-03-24 17:10:31 -04:00
Jays2Kings
d846033fcf More fixes for auto hide on library
Should be nearly perfect now
2021-03-24 01:57:04 -04:00
Jays2Kings
455ebb6fa4 Filters no longer show on first launch + option to always show hopper
option is on by default
+ renaming 3rd section to "Categories"
+ refactoring
2021-03-24 00:29:21 -04:00
Jays2Kings
eb585e79d8 Added Search for settings
Also added highlighting to the search results as well

Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-03-23 23:40:01 -04:00
Jays2Kings
9a220073b9 Updated Extensions Settings view
Some changes from upstream plus:
Settings in same view (collapsible)
Sorted by enabled languages
Disabled languages show as off
Disabled sources due to language can be turned on via tapping on them then the snackbar
2021-03-23 20:13:17 -04:00
Jays2Kings
e8cba5c164 Adding NSFW warning to extensions
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-03-23 14:12:31 -04:00
Jays2Kings
d6b07b7f40 Added Source Migration to browse section
Don't ask me how I did it.
2021-03-23 12:58:57 -04:00
Jays2Kings
90a6543334 Separated library display options in *tabs*
To all my fellow tab-hating fans: I'm so sorry. Words cannot express the disappointment in myself. I shall be posting a public YouTube apology video soon.
2021-03-22 22:10:40 -04:00
Jays2Kings
12ba03db05 Fix multi line chapter progress alignment in trackers 2021-03-22 02:24:08 -04:00
Jays2Kings
84eaa61bbd Fixes for Start/End Date for trackers 2021-03-21 23:43:49 -04:00
Jays2Kings
4ccd051cd5 Added Start/Completed Date for MAL
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-03-21 22:28:16 -04:00
Jays2Kings
7963a607b8 Fix #637 2021-03-21 12:53:11 -04:00
Jays2Kings
a14c2d49db Option to Auto hide bottom nav while scrolling 2021-03-20 19:21:24 -04:00
Jays2Kings
0b432ae87f Fix WebView's infinite expansion 2021-03-19 19:24:40 -04:00
Carlos
90ca4ecf53
Make cards and bottom sheet multiple of 4 for standards (#539)
* use dimens for corners on sheets
removed unused dimens
use same dimens on cards (can be reverted)
up card elevation slightly

* hide change categories when no categories exist
2020-08-09 14:59:15 -04:00
Jay
3bd8f92824 Minor tracking updates from PR
Updated remove tracking strings
Login dialog cannot be cancelled while logging in
Extremly minor layout changes
2020-06-06 21:31:13 -04:00
Jay
7fc84f6924 Remove dividing line between title and options in bottom menu sheet 2020-06-06 19:53:45 -04:00
Carlos
442a439e66
Tracker improvements (#473)
* add tracker logout dialog from upstream

* update for all trackers to have logout dialog

* remove logout button from login screen

* new login button that is more material
had to remove red_error color cause that was in the library that i removed

* return error message if user has blank username/password

* add x button to clear tracked Manga
add dialog that gives option to clear just in app or from tracking service
added mal as first service to allow clearing

* fix string in dialog for remove
ad ability to remove from anilist service

* add ability to delete from kitsu

* made login dialog look more material

* change the dialog for the remove from tracker

* update coil to 0.11.0

* make track search a little nicer
2020-06-06 19:53:13 -04:00
Jay
07999b0c2d similar updates that i made in neko 2020-05-26 21:34:44 -04:00
Jay
cac18f16ab Switching "disable zoom" setting to "enable zoom out"
which will be off by default
2020-05-25 20:25:55 -04:00
Jay
c4f1183dc4 Moving new material views to base class 2020-05-23 15:52:36 -04:00
Jay
2413d4c91e Pressing category button in hopper opens a mini category jump sheet
instead of opening backdrop
2020-05-23 15:50:50 -04:00
Jay
3eb1cc1f17 Crop borders for continous viewer now uses the same pref as paged
also renamed the webtoon continous variable because it confused me
2020-05-23 01:10:13 -04:00
Jay
42e299366a Using frame instead of appbar in reader
Not sure if will fix the disappearing page bug but appbars are weird enough to cause it
2020-05-22 21:28:47 -04:00
Jay
26081fae64 make category text in backdrop slightly smaller 2020-05-22 15:13:39 -04:00
Jay
0184b0678d Replaced filter button in reader with open manga in webview 2020-05-22 15:07:38 -04:00
Jay
b174b954f5 Update source migration ui
Also fixed library grid back to center crop
2020-05-22 01:30:03 -04:00
Jay
a1bd3402ff Using image button where possible
instead of image view
2020-05-21 16:07:33 -04:00
Jay
3455e36a33 Long press page sheet now using menu sheet 2020-05-21 15:34:43 -04:00
Jay
45161220b8 Change chapter filters in reader
And some refactoring
2020-05-21 15:01:25 -04:00
arkon
bd748f6a62 Skip filtered chapters while reading 2020-05-21 14:00:59 -04:00
arkon
62e2a895f5 Update reader settings/rewording form upstream 2020-05-21 13:47:12 -04:00
Jay
516ff61abd Renaming arrow down/up 2020-05-21 03:29:22 -04:00
Jay
4230afecaa Refactoring vectors to remove _white/_black from the names 2020-05-21 03:03:55 -04:00
Jay
7ccf5b6d4d Cleaning out the rasterized resources 2020-05-21 02:38:44 -04:00
Jay
e76805160c Removing some icons and refactoring a few
Will refactor the rest 2 commits later
2020-05-21 02:11:18 -04:00