Commit graph

6218 commits

Author SHA1 Message Date
d99476f9bf
fix(chapter): Check if url already managed or not 2024-12-15 10:29:01 +07:00
834958a819
fix(chapter): Distinct by url again 2024-12-15 09:22:16 +07:00
1bbfd97b30
fix: Downgrade dependency me.zhanghai.android.libarchive:library to v1.1.2
Causing segmentation fault on some devices
2024-12-15 09:16:17 +07:00
59a8bfc7aa
revert: "chore: Partial revert"
This reverts commit abcf06b921.
2024-12-14 20:05:55 +07:00
93e5effaaf
chore: Bump version to 1.9.5 for nightly and beta 2024-12-14 19:55:09 +07:00
0f54d5e59d
sync: Sync project 2024-12-14 19:54:43 +07:00
316bc87a5c
chore(release): v1.9.4 2024-12-14 19:45:47 +07:00
82b73bce76
fix(chapter): A mishap 2024-12-14 19:43:22 +07:00
71a9e2493b
fix(chapter): A mishap 2024-12-14 19:39:13 +07:00
abcf06b921
chore: Partial revert 2024-12-14 19:20:23 +07:00
e604c951ed
refactor: ifnull no longer needed 2024-12-14 19:02:10 +07:00
62e26d1f38
refactor: Simplify code and move stuff around 2024-12-14 18:46:49 +07:00
ee2acf8b98
fix: Delete duplicate chapters 2024-12-14 14:37:34 +07:00
8c5b54df5f
fix(library): Handle multiple header 2024-12-14 13:29:18 +07:00
renovate[bot]
00aa93d189
chore(deps): Update kotlin monorepo to v2.1.0 (#291)
* chore(deps): Update kotlin monorepo to v2.1.0

* docs: Sync changelog

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Ansori Palembani <palembani@gmail.com>
2024-12-14 11:49:47 +07:00
bfee1de3b1
docs: Sync changelog 2024-12-14 11:06:50 +07:00
renovate[bot]
fbe9760616
chore(deps): Update plugin gradle-versions to v0.51.0 (#303)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-14 11:06:18 +07:00
renovate[bot]
86f5e743e1
chore(deps): Update plugin kotlinter to v5 (#304)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-14 11:05:26 +07:00
8f45148a9e
docs: Sync changelog 2024-12-14 10:43:53 +07:00
renovate[bot]
09621111bf
fix(deps): Update dependency androidx.compose:compose-bom to v2024.12.01 (#296)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-14 10:43:32 +07:00
5fe72d4cb5
chore: Bump version to 1.9.4 for nightly and beta releases [skip ci] 2024-12-14 10:26:52 +07:00
5b637fae8f
chore(release): v1.9.3 2024-12-14 09:56:49 +07:00
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