Commit graph

74 commits

Author SHA1 Message Date
Jays2Kings
20aa3c6e2d Revert "Add Beta flavor builds"
This reverts commit 2040462c49.
2022-05-21 16:28:26 -04:00
Jays2Kings
2040462c49 Add Beta flavor builds
Use Beta tag instead of version check in advanced settings

Simplify beta check logic in advanced settings

new version app check fixes for beta
2022-05-21 15:24:35 -04:00
Jays2Kings
ae15cf3b1b Version 1.5.3 2022-05-17 14:11:32 -04:00
Jays2Kings
8cbbe2c8ff kotlin 1.6.21 2022-05-12 22:14:43 -04:00
Jays2Kings
19f26b0c04 Version 1.5.2 2022-05-08 12:49:50 -04:00
Jays2Kings
0a4624a7bc Version 1.5.1 2022-05-07 17:55:33 -04:00
Jays2Kings
708648361d Dependencies cleanup 2022-05-07 13:51:02 -04:00
Jays2Kings
42b15aa634 Remove firebase crashlytics 2022-05-04 19:41:03 -04:00
Jays2Kings
fd1f5a4212 Gradle cleanup/upgrades
kotlinter -> 3.10.0
com.github.ben-manes.versions -> 0.42.0
google-services -> 4.3.10
okhttp -> 4.9.3
fastadapter -> 5.6.0
taptargetview -> 1.13.3
rxbinding (removed)
2022-05-02 14:57:17 -04:00
Jays2Kings
0919148128 Version 1.5.0 2022-04-30 18:15:04 -04:00
Jays2Kings
9969feb883 bumping back down to compilesdk 31
because google didnt provide the sources for 32 because???
2022-04-27 21:15:05 -04:00
Jays2Kings
f70b844b24 update kotlin + compilesdk
sdk to 32
kotlin to 1.6.20
2022-04-26 21:10:02 -04:00
Jays2Kings
3587feb8fa Remove all usage of gson and retrofit
We made it!
2022-04-26 00:08:16 -04:00
Jays2Kings
e415a365b9 gradle updates - kotlin/ndk
kotlin -> 1.6.10
ndk -> 23.1.7779620

+ removal of using use-experimental for opt-in
2022-04-20 23:08:08 -04:00
Jays2Kings
ae5a5e2cfa Version 1.4.5 2022-04-09 13:26:58 -05:00
Jays2Kings
94a1daa135 replace jcenter with mavenCentral 2022-04-03 16:17:07 -04:00
Jays2Kings
124b3b51ad add quickjs lib + update jsoup 2022-04-03 15:58:13 -04:00
Jays2Kings
af77722f6c Version 1.4.4 2021-12-21 13:43:30 -05:00
Jays2Kings
51c4253ab1 Version 1.4.3 2021-10-17 17:16:13 -04:00
Jays2Kings
d79afb8235 Version 1.4.2 2021-10-15 20:47:23 -04:00
Jays2Kings
7e21fa855b Version 1.4.1 2021-10-15 19:45:35 -04:00
Jays2Kings
829d636c7d Version 1.4.0 2021-10-15 16:48:51 -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
67a4fa4d6b Version 1.3.2 2021-10-02 12:48:45 -04:00
Jays2Kings
d11506db9c remove timber mention in dependencies 2021-10-01 00:31:04 -04:00
Jays2Kings
53115d4a2c light Dependencies cleanup 2021-09-30 23:47:02 -04:00
Jays2Kings
cea83d395c Version 1.3.1 2021-09-15 13:44:46 -04:00
Jays2Kings
8aac294dc4 Version 1.3.0 2021-09-11 13:38:56 -04:00
Jays2Kings
e185422c9f Version 1.2.1 2021-07-23 18:51:14 -04:00
Jays2Kings
1f11faaffd Version 1.2.0 2021-07-23 14:55:30 -04:00
Jays2Kings
b9a2b4d4eb Revert version back to 1.1.1 2021-07-22 17:16:48 -04:00
Jays2Kings
29c6c892c7 Fixed prompt for allow app installs not showing from self updater
Also making it so the silent installer doesn't run if the app is not allowed to install packages
2021-07-20 18:06:09 -04:00
Jays2Kings
ef93655d87 Using official Android S SDK 2021-07-19 00:04:09 -04:00
Jays2Kings
34fe1e44e5 Set compile sdk to Android S 2021-07-19 00:04:08 -04:00
Jays2Kings
2a0365475e Update to Kotlin 1.5.21 2021-07-17 14:33:34 -04:00
Jays2Kings
681879961b Version 1.1.1 2021-07-14 17:30:12 -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
490b467ed2 Version 1.1.0 2021-07-05 20:28:00 -04:00
Jays2Kings
4b46c0f6a7 Version 1.0.18 2021-07-05 16:32:06 -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
a7c01684bf Upping to kotlinter 3.4.4 2021-05-27 15:50:42 -04:00
Jays2Kings
6b51b7ed6d Uppding to kotlin 1.5.10 2021-05-27 15:50:32 -04:00
Jays2Kings
3d9ae9f494 Updating AGP to 4.2.1 2021-05-27 13:55:38 -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
bfa336a3df Remove buildtools version as no longer needed 2021-05-22 19:26:09 -04:00
Jays2Kings
9c696d3b6b Version 1.0.17 2021-05-11 15:56:11 -04:00
Jays2Kings
7ab9dc71fd Update AGP for Android Studio 4.2 2021-05-08 23:41:59 -04:00
Jays2Kings
7aecb4bd15 Version 1.0.16
Also updated links in issue templates to the new github org
2021-05-02 14:22:49 -04:00
Jays2Kings
cb175e2a93 downgrading to stable okhttp + upping okio 2021-04-22 21:52:35 -04:00