Commit graph

5206 commits

Author SHA1 Message Date
850151720b
feat: Mark duplicate read chapters as read
Some checks are pending
Build app / Build app (push) Waiting to run
Mirror Repository / mirror (push) Waiting to run
This also refactor how chapters progress are saved. Chapters' progress now save when user "flipped" the page.

Closes GH-409

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
2025-05-27 21:47:41 +07:00
43a5e8edd8
fix: Disable MAL's custom user-agent 2025-05-14 04:13:41 +07:00
AwkwardPeak7
2b2e0491e8
fix: staggered grid cover being squashed for local source (#398)
* fix: cover ratio NaN for local source

* unused

* Update CHANGELOG.md
2025-05-11 19:52:43 +07:00
f362b0bda0
fix: Fix saved search not restoring Filter.Group properly
This happened when Filter.Group ordering doesn't match the old ordering.
2025-05-09 10:44:30 +07:00
Hiirbaf
94c314559b
feat: Enable/Disable Sources Swipe (#396)
* Update SourceItem.kt

* Update SettingsBrowseController.kt 1

* Update SettingsBrowseController.kt

* Update SettingsBrowseController.kt

* Update strings.xml

* Update SettingsBrowseController.kt

* Update UiPreferences.kt

* Update SettingsBrowseController.kt

* Update SourceItem.kt
2025-05-05 06:46:29 +07:00
271e440014
fix: Prevent potential "Comparison method violates its general contract!" crash 2025-04-17 17:12:31 +07:00
Lee Shuen Fei
8be33e0f81
feat: Display the number of filtered manga in each category's
header when searching in library (#387)
2025-04-15 07:05:15 +07:00
f13f98f19a
feat: Add the ability to save search queries
I got tired of putting the same tag over and over, so...
2025-04-14 21:02:12 +07:00
7a08ca294a
fix: Fix source filter buttom sheet unable to be fully scrolled to the bottom
This bug has been annoying me for a long time, classic RecyclerView moment
2025-04-13 18:21:30 +07:00
Hiirbaf
d46f5fb73e
fix: Temporarily disable file log (#380)
Temporary solution to the problem of stopping working in the background
2025-03-29 09:52:00 +07:00
4dd8aece0c
fix: Temporarily hide the experimental compose library switch for nightly 2025-01-24 18:54:06 +07:00
9ed12ef07c
fix: Forgor to put ! 2025-01-16 17:50:21 +07:00
86b01a297f
fix: Can't set stable id like that 2025-01-14 03:59:47 +07:00
d6ffbe15ee
fix: Title is only lateinit on SMangaImpl 2025-01-13 13:46:29 +07:00
915ce20904
fix: Fix build 2025-01-13 13:30:11 +07:00
9e5d13f261
fix: Fix lateinit error 2025-01-13 13:22:19 +07:00
33fa77d527
fix: Fix some NPE crashes 2025-01-13 12:39:18 +07:00
baaa841278
fix: Explicitly disable stable ids 2025-01-13 12:23:18 +07:00
453ea32bc9
chore: Hide compose library on prod build 2025-01-13 11:33:23 +07:00
f37e657a9b
fix: Prevent lateinit crash 2025-01-13 11:29:07 +07:00
c9a90f6847
chore(library/compose): View<->Compose Interop
REF: https://developer.android.com/develop/ui/compose/touch-input/pointer-input/scroll#parent-view-child-compose
2025-01-09 07:22:21 +07:00
f01ace94be
chore(library/compose): LibraryItem data classes 2025-01-08 05:54:27 +07:00
ad22250265
fix(library/compose): Don't left the title empty 2025-01-07 19:05:51 +07:00
48c2ad9b33
refactor(library/compose): StateCoroutinePresenter 2025-01-07 18:59:08 +07:00
7d9c0faf86
fix: Compose library is not rendering anything 2025-01-07 10:08:40 +07:00
d0d322fd67
refactor(extension/repo): Use ScreenModel instead of ViewModel 2025-01-07 07:56:43 +07:00
d655c3e09a
chore: WIP compose library page 2025-01-07 07:36:00 +07:00
6a680facd5
refactor(extension): Installer abstraction 2025-01-07 05:45:50 +07:00
0565fc2665
fix: Selected icon for Random should be a reload icon 2025-01-06 08:02:00 +07:00
568859891a
fix: Forgor about the bubble 2025-01-05 19:27:29 +07:00
7fc95e3029
feat: Random sort 2025-01-05 19:19:28 +07:00
968639a59b
chore: Fix typo 2025-01-05 18:16:21 +07:00
Ahmad Ansori Palembani
cae0332ef9
refactor(library): Store sectioned library instead of flatten version of it (#336)
* refactor(library): Store sectioned first before flattening it out

* fix: Fix build, also rename some variables and move stuff around

* chore: Replace findCurrentCategory with currentCategory getter

* fix: Empty category can't be collapsed

* chore: Disable file log for debug build

* fix: Entry always displayed on default category

* refactor: Specify id, source, and url directly from MangaImpl constructor

* refactor: Make LibraryManga not extend MangaImpl

* refactor: Separate placeholder from LibraryManga

* fix: Default category should always be at the very beginning

* fix: Accidentally made the entries invisible

* fix: Default category disappear everytime a new category is added
2025-01-05 18:15:34 +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
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