Commit graph

248 commits

Author SHA1 Message Date
Jays2Kings
f707ed2edd Show parsed Markdown for new version info
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2022-04-19 22:31:09 -04:00
Jays2Kings
06b2db1f60 Split apks by architecture when building
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2022-04-19 18:46:45 -04:00
Jays2Kings
b8ff6cdd73 material to 1.5.0 2022-04-03 18:34:45 -04:00
Jays2Kings
d504f311fd update sqlite 2022-04-03 17:34:54 -04:00
Jays2Kings
39cb70d90d gradle 7.1.2 2022-04-03 16:11:07 -04:00
Jays2Kings
124b3b51ad add quickjs lib + update jsoup 2022-04-03 15:58:13 -04:00
Jays2Kings
db8028ec80 Update material to 1.5.0-rc01 2021-12-21 15:30:22 -05:00
Jays2Kings
71be4137ba Gradle updates
material -> 1.5.0-beta01
appcompat -> 1.4.0
annotation -> 1.3.0
browser -> 1.4.0
constraintlayout -> 2.1.2
2021-12-04 23:42:53 -05:00
Jays2Kings
7a5c0517d9 Add Shizuku as an option to install extensions + Allow all android versions to update all extensions
And for Shizuku this also allows auto updating extensions when using it

Co-Authored-By: Ivan Iskandar <12537387+ivaniskandar@users.noreply.github.com>
2021-10-31 02:06:01 -04:00
Jays2Kings
4d0bed2967 jumping back work-runtime-ktx to 2.6.0
wanted to see if google fixed running FGS even when not targetting a12. They didn't
2021-10-29 23:32:35 -04:00
Jays2Kings
b16d164148 Updating multiple libraries
appcompat to 1.4.0-rc01
material to 1.5.0-alpha05
core ktx to 1.7.0
work-runtime-ktx to 2.7.0
2021-10-29 01:02:07 -04:00
Jays2Kings
e93e538600 Upping androidx.lifecycle to 2.4.0-rc01 2021-10-17 04:41:52 -04:00
Jays2Kings
977332a136 Update appcompat to 1.4.0-beta01 2021-10-17 03:50:08 -04:00
Jays2Kings
671f158319 Update coil to 1.3.2 2021-10-14 01:10:17 -04:00
Jays2Kings
92658a241a update kotlinSerialization to 1.3.0 2021-10-13 21:15:08 -04:00
Jays2Kings
b85f133580 Remove rx pref library 2021-10-12 20:43:36 -04:00
Jays2Kings
4f0b96cdfc update constraintlayout to 2.1.1 2021-10-05 14:38:42 -04:00
Jays2Kings
9b0e0fcfe6
Material 3 (#988)
* use real material dialogs

* Fixes for tristate preference

* use material 1.5.0-alpha03

* Material 3 start

* More Material 3 changes

Updates to color primary for many themes
Using material dialog in more places
Instead of toolbar elevation, changing the color of the toolbar instead

* fix toolbar bg coloring

* More changes and fixes

fixed dialog width when using forced side nav

* update more color primaries

* Fix toolbar title alpha

* more updates

Updates to many fonts (still more to come)
Update to tracker dialogs to true material

* More dialogs updated

Using extensions for some old functionality in material dialog library

* Removed final use of mat dialogs

* Fully removed afollestad.material-dialogs

you will be missed tbh

* fix overflow width back to normal + bg color change for it

* Fix RTL for reader slider

* Fix RTL in general

This way I can revert back the slider changes.

thanks @arkon

* Android 12/SDK 31 Target

* restore ManageCategoryDialog's postive button action

no longer dismisses if there's errors with something

* Use disable items helper in MultiListMatPreference

* Change statelist and ripple for update button in ext page

* Update runtime-ktx and appcompat to alpha for A12 Target

* Removing hyperion as its no longer compatible with A12 target

Sorry Carlos, I never really never used it, even though its neat

Maybe if the library gets an update, but it hasn't had once in Jan

* Fix not being able to install extensions under A12 target

* Fixed status bar color from going back to extensions list from ext settings

* modernizing the action mode toolbar

* tinting overlay background with a hint of secondary

* Remove use of BuildCompat

since `isAtLeastS` will be deprecated soon enough

* Change startInstalling method in updateservice to only run on A12

* Revert dialog behavior for which category to update on swipe refresh

* Adding primaryInverse

used for snackbar action + reader progress when using a different background color from theme (i.e. yin theme with a white reader background)

* More subtle coloring of the manga details backdrop

theres still a tint but its next to unnoticeable now

* Remove colorDownloadBadge for colorTertiary

* Using more rounded indicator for tab chips

* removed randomly extra line in styles

* remove suggested_date_ string since no longer used

* Update chucker version to 3.5.2

to support a12 target

* No longer coloring the highlighted bottom nav text

* many fixes to preference dialogs

along with making the tri state pref match other choice pref dialogs

* Switch tabs style to use M3

No real change as far as i can see

* setting expedited for job

as needed for bigger job in A12

* Changing active tab colors again

changing to match other google apps (gmail, phone, photos) instead of trying to match other google apps (clock)

Also upping the brightness of colorSecondaryVariant for many themes

* Reverting back to target a11

Not worth trying to fix a12 issues with background jobs

* More appropriate colors for colorSecondaryVariant in light themes

* more updates to the active tab colors

* Using sliders + switch material for the reader color filters

Also updating the tints of switches

Will fix #1004

* Changing library badge style + increasing size of grid items

Library badge is now inside the grid, so less padding is needed for the grid item, thus its bigger now
Since its bigger now, the search toolbar is now wider to match its width

* Fix incognito badge not showing until title is showing on manga details

* revert work runtime to 2.6.0

* fix library unread badge for list mode

* fix text colors for download tooltips

* Material3 popup in webview activity

* removing more uses of MaterialComponents for M3

* update header card always show category name

* fix missing text appearance

* Cleanup SearchController

* clean up SwitchPreferenceCategory

* optimize imports of SearchController

* Use SwitchPreferenceCompat in SettingsExtensionsController

* Use of material 3 buttons in manga details library/tracking

* Option to theme manga details page buttons based on the cover

Backdrop tint color is now based on the covers dominant cover instead of the vibrant color, that is now used for the buttons

Also prefetching those colors when loading the covers from other screens

* removing stroke on the cover in details

* improvements to the navigation icon + blue theme improvements

+ styling the swipe refresh to the magna theme

* general cleanup/fixes when it comes to light status/nav bar

also general fixes to webview theme switching

* styles cleanup

* improvements to the library grid selector

* random refactoring thats honestly unrelated to this branch

im nearing the end of development for m3 now

* Details' bookmarks now themed by cover

* Use Material3 for primary buttons

* Use new mat dialog for filter scanlators sheet

* Updates to themed details refresh icon

* fix toolbar title being centered in searchactivity

* Updates to library badges

Now slightly outside of the covers again

* Global search badge updated to match library badge

* Updates to the manga details theme colors to be closer to the original suggested color

Also the backdrop tint will no longer be used as much if it makes for a bad contrast between it and the title/subtitle text

* Updates to the monet themes colorPrimaryVariant

* more updates to cover theme colors

tries to pick between dominant, vibrant, and muted to find something colorful to use

* Updated to material alpha04

With it brings:
M3 Nav Rail
Updated dialogs
Updated sheets theme

* Delete side_nav_item_selector.xml

* Update colorPrimVariant for light themes

* remove elevation in theme preview item

* various updates to imports

* Update ControllerExtensions.kt

* Fix extensions/ dl queue title not being centered

* more improvements to bestColor for covers

* Use attr for styles of textviews

+ style cleanup

* Use cross in filter scanlator groups to show its filtered

* Support delta movement of moving manga categories

Tristate to manage add/remove without removing categories categories

also some refactoring of TriStateCheckBox
closes #644

* remove stroke on category hopper

* update to details theming in light theme

* Fix some text appearances

* Fixes to text that shows when some categories are shared between selected manga

* Use Material3 style for the final remaining elements

this is slider tooltip, chips, text buttons, editText, tracker cardview

* making category hopper slightly bigger

* fixed dialog divider color for edit manga and tri state

* fixed top padding in manga category dialog

* Update dim for full cover for devices under A12

* More improvements to the logic for what text shows on the move categories button

* Fixed slider tooltip color and text size

as well as made the inactive ticks less visible

* fixed light nav bar in bottom sheets for older devices

* Fix reader nav bar colors for android 10 and below

for android 8 and below the reader nav bar is now black in light themes
also removed zhanghai.android.systemuihelper lib

* set tri checkbox background ripple to off for dialogs

* fixed misuse of textAppearanceBodySmall

* make lightStatusBar a local val in readeractivity

* when manga is in the default category, text should always say "move to" instead "add to" when change categories

* Fixed copy and logic for when trying to remove tracker while offline
2021-10-04 17:30:10 -04:00
Jays2Kings
d11506db9c remove timber mention in dependencies 2021-10-01 00:31:04 -04:00
Jays2Kings
7207da8df4 Use webpage's dark theme (if applicable) automatically if app is in dark mode
So far only mangadex is the one I know with good support but its here now
2021-09-30 15:29:01 -04:00
Jays2Kings
bceaa96ae3 add back constraint layout in gradle 2021-09-02 16:14:58 -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
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
6f425a2261 Remove old AndroidTagGroup 2021-07-17 20:19:05 -04:00
Carlos
18cd85b26c
switch genre tags to material chips (#934)
* switch genre tags to material chips

* remove style
2021-07-17 14:44:21 -04:00
Jays2Kings
8a0c0f2de4 Update dependencies
Kotlin -> 1.5.20
oss-licenses-plugin -> 0.10.4
coroutines -> 1.5.1
2021-07-11 21:24:32 -04:00
Jays2Kings
756f285675 Display animated webp whenever possible
Support AVIF and HEIF images
Handle HEIF images
Using new decoder

Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-07-04 14:38:33 -04:00
Jays2Kings
a8a23c153d Upgrading bunch of libraries
gradle -> 4.2.2
appcompat -> 1.3.0
material -> 1.4.0
recyclerview -> 1.2.1
core-ktx -> 1.6.0
kotlin serialization -> 1.2.1
conductor-support-preference -> upstream 3.0.0
firebase -> 19.0.0
junit -> 4.13.2
conscrypt -> 2.5.2
2021-07-04 14:27:28 -04:00
Jays2Kings
3224398510 Update Acra 2021-05-27 13:48:28 -04:00
Jays2Kings
e2d3164c51 target/compile to sdk 30 2021-05-26 16:35:43 -04:00
Jays2Kings
b3646b8f5f Upping to Material lib 1.4.0 beta
Which has tablet changes for the bottom sheets and makes it easier to do edge2edge for bottom sheets
2021-05-26 13:43:00 -04:00
Jays2Kings
bfa336a3df Remove buildtools version as no longer needed 2021-05-22 19:26:09 -04:00
Jays2Kings
13e50d35f1 Updating to androidx of work-runtime 2021-05-08 23:41:53 -04:00
Jays2Kings
dbc3d335a0 Upping to conductor v3.0.0
Had to fork off conductor-support-preference to up that to 3.0.0 as well.

@arkon if you want I can submit a pr for main/conductor-support-preference for this but I'm just validating all is fine first (also I dont need the viepager library so it's easier for me to it), still double checking if it's all good first anyway
2021-05-01 21:52:55 -04:00
Jays2Kings
ee42eb347f Updated to latest coil library 2021-04-30 23:00:54 -04:00
Jays2Kings
0885f436e4 Switch rar page loader to new(er) library 2021-04-29 00:36:23 -04:00
arkon
f9a724ee7b Case insensitive source directory search
+ adding junrar library
2021-04-29 00:32:01 -04:00
Jays2Kings
421f42cd78 Using json instead gson in chaptercache
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-04-22 20:49:44 -04:00
Jays2Kings
51cb0de751 update fastAdapter library 2021-04-19 22:57:21 -04:00
Jays2Kings
5c4f8bf18b Update android x libraries to RC or stable release 2021-04-18 00:26:37 -04:00
Jays2Kings
72f297f457 DoH Google + More updates to cloudflare / useragent from upstream
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-04-14 20:14:59 -04:00
Jays2Kings
a31beaaf66 Revert Part of 1%
Over committed on this
2021-04-12 13:22:43 -04:00
Jays2Kings
d4bb2ae938 The 1%
@CrepeTF _yoink_
2021-04-12 13:09:05 -04:00
Jays2Kings
6bbf553798 Update build.gradle.kts 2021-04-08 23:41:46 -04:00
Jays2Kings
0ef97deb25 Some cleanup of dependencies 2021-04-08 23:20:54 -04:00
Jays2Kings
deb24021a8 aaaand forgot to commit the gradle changes 2021-03-29 23:51:24 -04:00
Jays2Kings
ccb7dbb714 Starting work on viewbinding 2021-03-28 21:17:20 -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
7914b26488 Adding kotlinter 2021-03-25 14:55:59 -04:00