|
b19480de1a
|
chore: Remove cmake arguments
|
2025-01-01 07:58:43 +07:00 |
|
|
3c00a249c3
|
fix: Resolve deprecated gradle function
|
2025-01-01 07:54:15 +07:00 |
|
|
85af94d810
|
fix: Fix build
|
2025-01-01 07:35:55 +07:00 |
|
|
d02f1bdd11
|
refactor: Don't use context receiver
Deprecated on Kotlin 2.x, scheduled for removal in v2.1.x, will be replaced with context parameters
REF: https://github.com/Kotlin/KEEP/issues/259#issuecomment-2278319746
REF: https://youtrack.jetbrains.com/issue/KT-67119/Migration-warning-from-context-receivers-to-context-parameters
REF: https://github.com/Kotlin/KEEP/issues/367
|
2025-01-01 07:10:30 +07:00 |
|
|
e554513392
|
style: Scrollbar
And add fast scroller component for later
|
2024-12-30 20:05:28 +07:00 |
|
|
67c4500cce
|
style(about): Use CrossfadeTransition
It's basically the same as J2K's .withFadeTransaction
|
2024-12-28 12:15:08 +07:00 |
|
|
cd4079aa4b
|
fix: Crashes caused by cab40214d2
Screen arguments need to be parcelable
|
2024-12-28 11:23:34 +07:00 |
|
|
c6a86d773b
|
fix: Copy paste moment, it's Build time not Version
|
2024-12-28 11:08:48 +07:00 |
|
|
cab40214d2
|
refactor: Use Compose for About page
|
2024-12-28 10:53:01 +07:00 |
|
|
37f1f0e330
|
chore: Remove unused util function
|
2024-12-28 08:56:27 +07:00 |
|
|
310e90beb5
|
fix: Make status bar transparent
|
2024-12-27 10:26:23 +07:00 |
|
|
9bb869111d
|
fix: Don't hardcode status bar color
|
2024-12-27 08:55:03 +07:00 |
|
|
8a9d8166af
|
style(AppBar): Partially revert 71dcb2ab but adjust the color to
primaryContainer
|
2024-12-27 07:54:23 +07:00 |
|
|
71dcb2ab85
|
fix(AppBar): Adjust scrolled container color
|
2024-12-27 07:09:59 +07:00 |
|
|
60ef9482c8
|
style(AppBar): Scrolled container color
|
2024-12-26 13:55:43 +07:00 |
|
|
1cc8abb599
|
chore: Adjust aspect ratio to 2:3
For easier migration to Compose
|
2024-12-26 08:23:59 +07:00 |
|
|
96348dbf7d
|
fix(browse): Disable stable id
This reverts commit 8ac8187977 .
|
2024-12-26 08:06:37 +07:00 |
|
|
f78d4e9e6a
|
fix(AppBar): Sizing issue when user flick too hard
|
2024-12-25 21:08:23 +07:00 |
|
|
120d2cfb96
|
feat(AppBar): EnterAlwaysCollapsed for Compose
Google left out EnterAlwaysCollapsed for some reason
|
2024-12-25 16:19:59 +07:00 |
|
|
448c93365a
|
refactor: Try to mimic ExpandedAppBarLayout for Compose
|
2024-12-25 13:21:42 +07:00 |
|
|
55fad67223
|
fix(EmptyScreen): Align center the message if it's not tablet UI
|
2024-12-25 12:02:39 +07:00 |
|
|
c09c4045e2
|
refactor: Rework buildSrc
Co-authored-by: AntsyLich <59261191+antsylich@users.noreply.github.com>
|
2024-12-25 10:37:47 +07:00 |
|
|
b201e410a3
|
chore: Remove deprecated constants
They're moved to Constants object
|
2024-12-25 07:24:22 +07:00 |
|
|
6d2ae386a2
|
fix(reader): Use LocalContentColor's value
|
2024-12-24 13:41:37 +07:00 |
|
|
a853deae4a
|
fix(reader): Use it directly
|
2024-12-24 12:58:39 +07:00 |
|
|
f9bb2b96cb
|
fix(reader): Fix build
|
2024-12-24 12:43:30 +07:00 |
|
|
031e30e227
|
refactor: Use Compose for reader chapter transition
Co-authored-by: arkon <arkon@users.noreply.github.com>
|
2024-12-24 12:19:24 +07:00 |
|
|
0049653355
|
chore: Remove ic_local_library_24dp
No longer used, replaced by ImageVector
|
2024-12-24 08:50:53 +07:00 |
|
|
640feb69ac
|
fix(recents): Only set list on queue state change when it's not empty
|
2024-12-24 08:07:10 +07:00 |
|
|
f3cac7cac8
|
refactor: Transform LocalSource icon from XML vector to ImageVector
|
2024-12-24 07:05:01 +07:00 |
|
|
99bec41056
|
style(EmptyScreen): Adjust spacing
|
2024-12-23 21:29:56 +07:00 |
|
|
afb7e79ea4
|
fix(EmptyScreen): Align buttons center
|
2024-12-23 21:17:45 +07:00 |
|
|
5824ac81c2
|
refactor: Use Compose for EmptyView
|
2024-12-23 20:58:30 +07:00 |
|
|
37f47ae2f5
|
fix(onboarding): Allow user to skip onboarding if Shizuku is installed
Fixes GH-322
|
2024-12-23 08:57:44 +07:00 |
|
|
3fa475c1cf
|
refactor: Move isShizukuInstalled check
|
2024-12-23 08:57:43 +07:00 |
|
|
90f5dfc55a
|
fix(library): Don't show Default category if it's empty
|
2024-12-23 07:33:23 +07:00 |
|
Ahmad Ansori Palembani
|
365d259e94
|
refactor(library): Utilise flow even more (#272)
* revert: "revert: "refactor(library): Some adjustments""
This reverts commit 2b639d0630 .
* fix: Don't use emptyFlow
* fix: Fix build
* fix: Don't overwrite allCategories inside `combine {}`
* fix: Fix build
|
2024-12-23 07:07:11 +07:00 |
|
|
09bd1a9f78
|
chore: Bump version to v1.9.8 [skip ci]
|
2024-12-23 06:26:24 +07:00 |
|
|
f8e7002a9b
|
chore(release): v1.9.7 [skip ci]
|
2024-12-23 06:24:25 +07:00 |
|
|
4caefff11d
|
refactor(manga): Turn getHistory() to a suspend func
|
2024-12-23 05:54:47 +07:00 |
|
|
e65497baef
|
fix: Don't log everything to log files unless verbose logging is enabled
|
2024-12-22 10:42:08 +07:00 |
|
|
acafe931f1
|
fix(base): Log with .v
|
2024-12-22 10:40:46 +07:00 |
|
|
bafd9e54aa
|
chore: Disable verbose logging by default on nightly releases
|
2024-12-22 10:39:23 +07:00 |
|
|
a6e5b41d7d
|
chore: Disable FlexibleAdapter verbose log
|
2024-12-22 10:16:55 +07:00 |
|
|
629f1891f6
|
refactor(download): Singleton cache and provider
|
2024-12-21 19:42:37 +07:00 |
|
|
bfbbd1b4f3
|
fix: Wrong function
|
2024-12-21 12:00:55 +07:00 |
|
|
33a84f7e39
|
fix: Dismiss failed download notification before retrying
|
2024-12-21 11:51:43 +07:00 |
|
|
fe666b614f
|
docs: Sync changelog
Also reformat the code slightly
|
2024-12-21 06:26:40 +07:00 |
|
|
f240fe0dd4
|
fix: Don't use .hasQueue(), check queueSize directly
|
2024-12-21 06:13:54 +07:00 |
|
|
3787845893
|
fix: Download queue count not updating
Also, don't use raw integer for download badge colour
|
2024-12-21 06:03:23 +07:00 |
|