Commit graph

5451 commits

Author SHA1 Message Date
4b4c375f44
fix: Default category disappear everytime a new category is added 2025-01-05 18:11:00 +07:00
32019a2fd7
fix: Accidentally made the entries invisible 2025-01-05 17:11:34 +07:00
e81086358f
fix: Default category should always be at the very beginning 2025-01-05 17:01:33 +07:00
2c137ef141
refactor: Separate placeholder from LibraryManga 2025-01-05 16:50:31 +07:00
fd79c7121d
refactor: Make LibraryManga not extend MangaImpl 2025-01-05 12:29:39 +07:00
279a5fad10
refactor: Specify id, source, and url directly from MangaImpl constructor 2025-01-05 10:00:07 +07:00
8372a2cf97
fix: Entry always displayed on default category 2025-01-05 08:35:57 +07:00
8ce1c4af6d
chore: Disable file log for debug build 2025-01-05 07:58:38 +07:00
f14c0a84d3
fix: Empty category can't be collapsed 2025-01-04 11:50:59 +07:00
bdc5a88d48
chore: Replace findCurrentCategory with currentCategory getter 2025-01-04 06:43:09 +07:00
9bc8f5412e
fix: Fix build, also rename some variables and move stuff around 2025-01-04 06:35:08 +07:00
996517d003
refactor(library): Store sectioned first before flattening it out 2025-01-03 21:59:36 +07:00
e415fd4ef2
chore(about): Link weblate 2025-01-03 11:08:29 +07:00
a3672be728
fix(myanimelist): Fix nullability and fallback to medium cover if large
cover is null
2025-01-03 10:44:38 +07:00
e06b28a60e
fix: Handle version check for AboutController 2025-01-03 09:26:49 +07:00
eba5aa1d2e
fix: Make the markdown text scrollable 2025-01-03 08:40:46 +07:00
a554c079fb
fix: Handle update checker separately for AboutController for noe 2025-01-02 22:01:37 +07:00
49b10c1b4f
refactor: Rework Dialog 2025-01-02 21:42:53 +07:00
fc87410d46
fix(download): Making sure archive tmp file is created properly 2025-01-02 09:05:41 +07:00
fa84ce8fe8
refactor: Reduce dependant towards RecentsPresenter 2025-01-01 14:02:57 +07:00
2cf2fcfc4f
refactor: WIP delegated source refactor
J2K only handles deep link, which was disabled when I forked it as Yokai... Might gonna re-introduce it for some sources I used later (mainly Cubari tbh)
2025-01-01 10:28:00 +07:00
b4377a4609
refactor: Move archive related code to core.archive module 2025-01-01 09:26:15 +07:00
54a3059730
chore: Move core module to core.main 2025-01-01 08:21:55 +07:00
672d364f43
chore: Remove stdlib 2025-01-01 08:03:30 +07:00
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