Commit graph

6196 commits

Author SHA1 Message Date
336579bd35
docs: Fix changelog 2024-12-14 09:51:43 +07:00
d61052485f
fix: Use collect instead of collectLatest 2024-12-14 09:33:24 +07:00
Ahmad Ansori Palembani
16316d810b
refactor: Replace DownloadQueue with Flow (#301)
* refactor: Replace DownloadQueue with Flow

* fix: Remove DownloadQueue leftover

* fix: Download progress not progressing

* chore: Remove unnecessary downloadStatusChange trigger

Already handled by MainActivity

* fix: Chapter download state stuck in CHECKED

* fix: Chapter download state stuck in QUEUE on deletion

* fix: A regression, download progress not progressing

* refactor: Remove rx usage

* docs: Sync changelog
2024-12-14 09:17:50 +07:00
37535d3bcf
revert: "fix(sql): Use UNION ALL instead of UNION"
This reverts commit 39775ea308.
2024-12-12 21:53:53 +07:00
39775ea308
fix(sql): Use UNION ALL instead of UNION 2024-12-12 21:40:33 +07:00
1c996f9a59
docs: Sync changelog 2024-12-12 11:20:23 +07:00
ea04968581
refactor(ChapterSourceSync): Simplify code and insert new chapters in
bulk
2024-12-12 11:00:46 +07:00
365875590f
chore: Bump version to v1.9.3 for beta and nightly 2024-12-11 20:23:42 +07:00
1bc107f26b
chore(release): v1.9.2 2024-12-11 20:17:14 +07:00
eeb572740a
style(AppUpdateNotifier): Fix consistency 2024-12-11 19:53:34 +07:00
dbf5a7efcd
fix(reader): Some desync issue causing download's remove after read to
not work properly
2024-12-11 19:33:18 +07:00
b4e3dcfdda
refactor(reader): Replace rx with kotlin coroutine 2024-12-11 19:21:41 +07:00
8e7f5d8897
style(chapter): Adjust contrast 2024-12-11 11:22:42 +07:00
87c13b44ab
chore: Bump version to v1.9.2 for beta and nightly [skip ci] 2024-12-10 13:44:23 +07:00
8c8b2f9634
chore(release): v1.9.1 2024-12-10 13:31:03 +07:00
88959d956f
fix(cover): Recycle bitmap after compression 2024-12-10 12:52:51 +07:00
53f8a37c8e
chore: Bump version to v1.9.1 for beta and nightly 2024-12-10 12:14:36 +07:00
05b20e00e0
fix(deps): Downgrade dependency org.conscrypt:conscrypt-android to v2.5.2
REF: https://github.com/google/conscrypt/issues/1268
2024-12-10 12:05:55 +07:00
158049d4f4
docs: Sync changelog 2024-12-10 10:31:09 +07:00
119b1c64b2
fix(source/local): Don't crash trying to get manga language
XML is pain
2024-12-10 10:29:28 +07:00
1cb635999e
docs(sql): Documentate this insanity of a query [skip ci] 2024-12-10 09:34:36 +07:00
160a7109da
ci: Don't leave changelog empty 2024-12-10 09:30:07 +07:00
618109c80e
docs: Sync changelog 2024-12-10 08:10:07 +07:00
renovate[bot]
9918c407c8
fix(deps): Update fast.adapter to v5.7.0 (#287)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-10 08:09:55 +07:00
renovate[bot]
d780d6ceb1
fix(deps): Update dependency androidx.glance:glance-appwidget to v1.1.1 (#285)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-10 08:09:32 +07:00
renovate[bot]
ee52e6ecf7
fix(deps): Update dependency com.google.firebase:firebase-bom to v33.7.0 (#286)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-10 08:08:45 +07:00
renovate[bot]
4cdcf62351
fix(deps): Update dependency androidx.constraintlayout:constraintlayout to v2.2.0 (#284)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-10 08:08:05 +07:00
renovate[bot]
1504d94f52
fix(deps): Update dependency androidx.annotation:annotation to v1.9.1 (#283)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-10 08:07:42 +07:00
renovate[bot]
e1bf13f1d9
fix(deps): Update voyager to v1.1.0-beta03 (#282)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-10 08:07:13 +07:00
renovate[bot]
c6f6718d30
fix(deps): Update dependency org.jsoup:jsoup to v1.18.3 (#281)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-10 08:06:56 +07:00
renovate[bot]
41319660f6
fix(deps): Update dependency io.github.kevinnzou:compose-webview to v0.33.6 (#280)
* fix(deps): Update dependency io.github.kevinnzou:compose-webview to v0.33.6

* fix: Namespace change

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Ansori Palembani <palembani@gmail.com>
2024-12-10 08:06:32 +07:00
6935ae545c
chore(deps): Uncomment leakcanary on debug build 2024-12-10 07:55:06 +07:00
fe59d7f4ec
chore(deps): Add leakcanary to debug memleaks 2024-12-10 07:43:12 +07:00
e45baf6ab4
revert(recents): Filter scanlator
I forgot to turn this back on
2024-12-09 22:16:35 +07:00
d3c98fb897
fix(recents): Can't open chapters from Grouped and All
id column name for mangas and chapter is both _id causing it conflict when doing 'Rn.*'. In fact, 'Rn.*' is not even needed for union, it just needs to be on the same order, same type, and have the same number of columns.
2024-12-09 21:57:17 +07:00
22978ab8bf
refactor(recents): Some adjustments 2024-12-09 20:20:12 +07:00
07ed81454f
refactor(reader): Remove runBlocking usage from ViewModel 2024-12-09 19:03:25 +07:00
6c111a1247
docs(changelog): Fix typo [skip ci] 2024-12-09 08:34:27 +07:00
c357f6f658
chore: Sync project 2024-12-09 08:31:26 +07:00
06c7cc7d17
chore(release): Sync changelog for v1.9.0 release 2024-12-09 08:10:33 +07:00
4c30881e91
docs: Sync changelog 2024-12-09 06:30:08 +07:00
renovate[bot]
6bd2f0ab9a
chore(deps): Update moko to v0.24.4 (#203)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-09 06:29:56 +07:00
2649425259
chore(coil): Remove commented code [skip ci]
It's used to compress custom cover instead
2024-12-08 13:46:10 +07:00
1d200f426c
fix(manga): Compress custom cover to not exceed 4092px 2024-12-08 12:24:51 +07:00
349b9c181a
fix(library): Include default category in allCategories 2024-12-08 09:37:10 +07:00
d7c3aa6b45
fix(manga): Move more stuff to UI thread 2024-12-08 08:28:20 +07:00
823860a56f
chore(manga): Try not to use GlobalScope as much as possible 2024-12-08 08:09:37 +07:00
28cbf0b988
fix(manga): Missing "withUIContext" 2024-12-08 08:07:26 +07:00
2f8ae26a83
refactor(manga): Removing runBlocking 2024-12-08 07:53:06 +07:00
f114320123
fix: Missing import 2024-12-08 07:03:13 +07:00