Commit Graph

3521 Commits

Author SHA1 Message Date
Jays2Kings
3c8e30606e Remove unused items in styles
Since they dont even work
2021-07-20 00:09:38 -04:00
arkon
9f98be719f Use jsDelivr as fallback when GitHub can't be reached for extensions list (closes #5517) 2021-07-19 22:45:07 -04:00
Jays2Kings
91e6d708a2 Added "Tako" theme
would love to have an alternative name for the dark theme, but I know nothing about vtubers and im not about to change that

Co-Authored-By: Soitora <simon.mattila@protonmail.com>
Co-Authored-By: Andreas <6576096+ghostbear@users.noreply.github.com>
Co-Authored-By: Soitora <simon.mattila@protonmail.com>
Co-Authored-By: Andreas <6576096+ghostbear@users.noreply.github.com>
2021-07-19 21:23:32 -04:00
Jays2Kings
d991851c79 Add link to Don't Kill My App! in advanced settings
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-07-19 20:12:43 -04:00
Jays2Kings
63f5cfee3a Adding blur to overflow dialog + manga cover blur on tap 2021-07-19 20:08:18 -04:00
Jays2Kings
cbf7e116d7 Fix source filter sheet not resizing when content inside changes 2021-07-19 19:22:22 -04:00
Jays2Kings
a3d0beb40c Fix the readernav disappearing on theme switching 2021-07-19 19:22:02 -04:00
Jays2Kings
3d6d934708 Added chapter/page-contextual disabling / hiding of nav buttons and nav bar
Co-Authored-By: Hunter Nickel <25621728+datreesezcup@users.noreply.github.com>
2021-07-19 17:37:50 -04:00
Jays2Kings
0892a23f2a Match edit tags style to details tag 2021-07-19 17:33:49 -04:00
Jays2Kings
f855c10d42
Merge pull request #936 from Jays2Kings/Android-12-Features
Android 12 features
2021-07-19 00:32:01 -04:00
Jays2Kings
e4a65ec612 ThemePreference lint run 2021-07-19 00:31:17 -04:00
Jays2Kings
45b04e9edb Remove SuppressLint in ThemePreference 2021-07-19 00:29:48 -04:00
Jays2Kings
c5a335b88f Show update all button for extensions sheet only on a12 2021-07-19 00:24:08 -04:00
Jays2Kings
2dd3b112bd Default theme for a12 is now monet 2021-07-19 00:07:59 -04:00
Jays2Kings
a71446d0f7 switching to notification icon for updater notifier 2021-07-19 00:04:37 -04:00
Jays2Kings
4a7317ad70 New option to auto update app silently for a12
Default is only on wi-fi/unmeted networked, can be set to update on any network or never
2021-07-19 00:04:10 -04:00
Jays2Kings
e97956ee69 Change "Download" to "Update" for Android 12 for new app updates 2021-07-19 00:04:10 -04:00
Jays2Kings
5f0157499e UpdaterService now uses PackageInstaller for Android 12
And also skip the user prompt for a12

On a12, update service will automatically install after the dl completes
2021-07-19 00:04:10 -04:00
Jays2Kings
9077140800 Supporting Recents URL sharing
Manga Details and reader will share manga url
Browse Source will share source url
2021-07-19 00:04:10 -04:00
Jays2Kings
89f0ecaeaa use value in takewhile for pollInstallStatus in installer 2021-07-19 00:04:10 -04:00
Jays2Kings
5da21660a3 Filter out extensions that have already been updated via other means from update service 2021-07-19 00:04:10 -04:00
Jays2Kings
3e3e6ee19f Show prompt for first time tapping update all for extensions 2021-07-19 00:04:10 -04:00
Jays2Kings
31d16f421a Update progress notification now shows progress + fixes
such as trying to update all extensions while app is fully dead or it trying to install old extensions
Al
2021-07-19 00:04:09 -04:00
Jays2Kings
ea0d8224b2 Add update all button for extensions update notifications 2021-07-19 00:04:09 -04:00
Jays2Kings
2ea3142b32 Convert extension install process from observable to flow 2021-07-19 00:04:09 -04:00
Jays2Kings
d8a72f78d5 Adding animated splash icon 2021-07-19 00:04:09 -04:00
Jays2Kings
ef93655d87 Using official Android S SDK 2021-07-19 00:04:09 -04:00
Jays2Kings
5026c48864 Add "Update all" button for extension updates 2021-07-19 00:04:09 -04:00
Jays2Kings
d527547f6a Skip user action requirement when installing extensions on a12 2021-07-19 00:04:08 -04:00
Jays2Kings
075961314f Adding blur to manga details' backdrop 2021-07-19 00:04:08 -04:00
Jays2Kings
6d6ac4df05 Added Monet Themes 2021-07-19 00:04:08 -04:00
Jays2Kings
34fe1e44e5 Set compile sdk to Android S 2021-07-19 00:04:08 -04:00
Jays2Kings
bb40a391b3 Tweak tag style once more 2021-07-19 00:03:45 -04:00
Jays2Kings
b7f52955cc Using said notify icons for notifications 2021-07-19 00:03:26 -04:00
Jays2Kings
873c834957 Center ic_tachij2k + add better aligned icon for notifications 2021-07-19 00:02:53 -04:00
Jays2Kings
b34c41215b More adjustments to tags background 2021-07-17 23:17:44 -04:00
Jays2Kings
6f425a2261 Remove old AndroidTagGroup 2021-07-17 20:19:05 -04:00
Jays2Kings
71da2ae4b8 Use Chipgroup for edit manga dialog
Prepping to remove old tag group library

Adding new string: Add tag
Editing strings: Clear Tags and Reset Tags to Clear tags and Reset tags respectively
2021-07-17 20:18:43 -04:00
Jays2Kings
1762859977 Update colors, spacing, size of chips
no outline
2021-07-17 18:55:57 -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
2a0365475e Update to Kotlin 1.5.21 2021-07-17 14:33:34 -04:00
Jays2Kings
17de0ab66b Fixed new series orientation not being set as default 2021-07-17 14:29:41 -04:00
Jays2Kings
e72356eb1e Fix performance of pure black themes
Fixes #933
2021-07-17 01:18:26 -04:00
Jays2Kings
b099524f54 removed unused method in NotificationReceiver
esp since ACTION_CLOSE_SYSTEM_DIALOGS is deprecated
2021-07-16 12:16:27 -04:00
Jays2Kings
69f69f85cb Updating app icon
so its more "J2K"
2021-07-15 22:40:53 -04:00
Jays2Kings
f6ebd98f50 Fixed reader background not following amoled
Fixes #930
2021-07-15 22:29:56 -04:00
Jays2Kings
83a831371e Fix crash in general settings (again) 2021-07-14 19:44:15 -04:00
Jays2Kings
8ea2aaab7f Temporarily disable miui check for extensions
Moved instead to extension install failure
2021-07-14 19:42:39 -04:00
Jays2Kings
681879961b Version 1.1.1 2021-07-14 17:30:12 -04:00
Jays2Kings
e758278d2b Removing invalid plurals that causes crashes in those languages 2021-07-14 17:13:03 -04:00