Commit Graph

3586 Commits

Author SHA1 Message Date
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
Jays2Kings
1198c2a77e Update source filter items
TristateItem now uses TriStateCheckBox to animate between states
SortItem now uses SortTextView
Both views now support textAppearance & drawablePadding via xml
2021-08-10 20:22:29 -04:00
Jays2Kings
8b511b5708 Recent covers now follows the uniform covers setting
Can also change in in Recents' display options
2021-08-10 18:55:42 -04:00
Jays2Kings
66f71ef9f4 After auto installing extensions, make sure there isnt a chance the auto installer runs again
in case the auto installer failed for some reason (like out of storage space or network issues or miui breaks this in a12)
2021-08-10 16:59:50 -04:00
Jays2Kings
962247b2f4 Fix crash when opening animated manga covers
Fixes #957
2021-08-10 16:58:26 -04:00
Jays2Kings
18d385d5ac Reader chapter sheet now needs two swipes from recycler view to collapse
similar to other bottom sheets, if you're not at the top of the list and reach the top while dragging, it will not drag the sheet down. only when at the top it will drag down
2021-08-10 16:58:08 -04:00
Jays2Kings
c9fbe8f847 Switching reader pagelayout button actions
single click:
   * when using automatic layout: switches between single (or split page) and double page mode
   * when not: opens popup to switch between the 3
long click: open same popup
2021-08-10 16:58:08 -04:00
Jays2Kings
04843a6666 more updates to "you" themes 2021-08-07 17:42:01 -04:00
Jays2Kings
60d4c30e9a
Splitting double pages (#961)
* Split double pages

* various fixes for split double page
2021-08-07 17:17:13 -04:00
Jays2Kings
ff9f79f2fc Using TriStateBox for manage category dialog
so you can now exclude categories in that dialog as well
2021-08-07 17:13:29 -04:00
Jays2Kings
e24686f0cf Add setting to disable extension updated notification
it jumps to the notification setting
2021-08-07 17:11:39 -04:00
Jays2Kings
a5fbd4dade Add "Dynamic" to the Material You themes 2021-08-07 13:33:27 -04:00
Jays2Kings
b9c7666ca6 Use extension install activity for pre A12 or ext. is installed from elsewhere 2021-08-07 13:28:26 -04:00
Jays2Kings
37abd2aa2e Fix crash when installing an extension 2021-08-07 13:28:10 -04:00
Jays2Kings
7dfbd6aab3 Fix extension installer running on loop when all updates for extensions are previously installed by app 2021-08-07 13:21:56 -04:00
Jays2Kings
9f31529870 [A12] Automatically update extensions that can be silently updated 2021-08-07 00:10:40 -04:00
Jays2Kings
51ec6d9bf6 minor updates to summaries in library settings
adding support for preSummaryRes for more deceptive summaries with the value
2021-08-06 22:43:54 -04:00
Jays2Kings
430bc10e4e Adding actual color for download badge to attrs
Sorry Carlos

Also setting the third accent color for monet themes to the download badge color
2021-08-06 22:40:49 -04:00
Jays2Kings
8ad2d5ff55 Fixes to night monet theme 2021-08-06 22:40:04 -04:00
Jays2Kings
c0fbdb7fd0 Fix older tablets not showing the library bottom sheet when peeked 2021-08-06 22:39:49 -04:00
Jays2Kings
9a009f7a76 Updating config for side nav to show up on landscape and larger tablets in any orientation 2021-08-06 22:38:45 -04:00
Jays2Kings
b26c029e40 Update to AS Arctic Fox (really gradle) 2021-08-06 22:38:22 -04:00
Carlos
57fa351885
remove .travis (#948) 2021-08-06 22:08:38 -04:00
Jays2Kings
ccd08f7bdc Switching extension install activity to broadcast
so updating from a notification does not open the app anymore
2021-07-25 13:49:17 -04:00
Jays2Kings
e185422c9f Version 1.2.1 2021-07-23 18:51:14 -04:00
Jays2Kings
f1e4669e5c Fix amoled theme resetting on relaunch for older devices/system light theme 2021-07-23 18:49:38 -04:00
Jays2Kings
1f11faaffd Version 1.2.0 2021-07-23 14:55:30 -04:00
Jays2Kings
72ffc9abd0 Fixed fresh installs on A12 not using Monet theme by default 2021-07-23 14:54:11 -04:00