Commit graph

3713 commits

Author SHA1 Message Date
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
SBence
5a13e0a45c
Sanitize manga title in page download subfolder name (#5514) (#975)
(cherry picked from commit fb35d7af59)
2021-08-23 13:57:32 -04:00
Jays2Kings
1ce5f50d89 Fix crash when editing categories for global update or downloads
Fixes #949
2021-08-23 00:45:23 -04:00
arkon
372830b6d4 Relax MIUI backup/restore warning
Closes #965
2021-08-23 00:30:19 -04:00
Jays2Kings
2a178123c2 Updates to fading out the text beside the more button in details 2021-08-23 00:25:21 -04:00
Jays2Kings
3e463b3362 Expand manga author to max lines when more is tapped in details 2021-08-22 23:58:45 -04:00
Jays2Kings
52d3eacadd Update gradle to 7.0.1 2021-08-22 23:58:25 -04:00
Jays2Kings
0d67d49fc9 Minor updates to extension installs
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
2021-08-22 23:57:42 -04:00
Jays2Kings
b3d05d50fa Update all extension button now runs extension job instead of throwing all exts into the dl queue 2021-08-22 23:26:50 -04:00
Jays2Kings
9eef1b48a8 Run extension auto updater only when library service isnt running
Will wait for library service to finish, or downloads to finish before running
2021-08-22 23:25:02 -04:00
Jays2Kings
1b08e07037 Fix updatable extensions having installed/updated subtext 2021-08-22 21:47:50 -04:00
Jays2Kings
8a4030a546 adjust text color of extension group headers
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-08-12 13:05:02 -04:00
Jays2Kings
330eb1f8ec Use new natural sort library to sort local manga page files
Fixes #964

Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-08-12 12:25:35 -04:00
Jays2Kings
697cccb144 remove custom updateLayoutParams method
its been added to core androidx long ago so no need
2021-08-11 22:44:51 -04:00
Jays2Kings
a81e95b192 removing one of the post calls in library
just as a start
2021-08-11 22:22:52 -04:00
Jays2Kings
7156b9469b remove warnings in library_category_header_item.xml 2021-08-11 22:22:34 -04:00
Jays2Kings
7e812f9530 Change sorting order of installed extensions
Default is Name
Other options are Recently updated, Recently installed, and Language
2021-08-11 22:15:52 -04:00
Jays2Kings
fa80fa94a0 switching automaticExtUpdates to flow 2021-08-11 21:59:08 -04:00
Jays2Kings
0d9f32b96f Save/Sharing a cover now save/shares the custom one
Closes #608
2021-08-10 22:44:17 -04:00
Jays2Kings
06933c3612 Adding back option to save animated covers 2021-08-10 22:40:45 -04:00
Jays2Kings
d96365bd93 Start a genre search for tags while in browse or recents
Using the logic for browse from upstream, but also adding in a contains check in case the tag fails [such as tapping "Japanese" when the filter item has "Japanese (Manga)"]

Closes #960

Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-08-10 20:23:19 -04:00