Commit graph

6262 commits

Author SHA1 Message Date
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
a4ab7f11e2
fix(reader): Prevent potential NPE 2024-12-08 06:47:02 +07:00
8bc22fec28
revert: "revert(reader): Revert setMaxTileSize to use GL's max texture size"
This reverts commit c9eb3023ed.
2024-12-07 15:21:35 +07:00
c9eb3023ed
revert(reader): Revert setMaxTileSize to use GL's max texture size 2024-12-07 15:15:48 +07:00
0d264026cf
docs: Sync changelog and add fixme note 2024-12-07 13:36:01 +07:00
b3fbc0bf39
refactor: Port upstream's download cache system 2024-12-07 13:13:08 +07:00
MajorTanya
c66bf9b280
fix: Always use software bitmap on certain devices 2024-12-07 07:04:27 +07:00
2c36be8b8f
fix: Actually keep 5 log files 2024-12-06 18:51:46 +07:00
5396b0408e
chore: Only keep 5 log files and 5 rolled log files 2024-12-06 07:51:51 +07:00
332f3f7ee6
refactor: Separate isHardwareThresholdExceeded from isMaxTextureSizeExceeded 2024-12-05 14:49:52 +07:00
23db3244ce
docs: Sync changelog 2024-12-05 14:12:00 +07:00
renovate[bot]
4c74e4e78b
chore(deps): Update agp to v8.7.3 (#276)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-05 14:11:45 +07:00
renovate[bot]
ffac6293f0
fix(deps): Update dependency org.conscrypt:conscrypt-android to v2.5.3 (#275)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-05 14:11:25 +07:00
6bb2f5f94e
ci: Adjust concurrency 2024-12-05 12:06:44 +07:00
3b9eb8a30a
ci: Always exit 0 2024-12-05 12:05:25 +07:00
0406160452
ci: Push to mirror repo with github actions 2024-12-05 12:03:18 +07:00
cd978388b2
chore: Adjust fixme note [skip ci]
Now that I think about it, moving to AndroidX paging is useless, we need to move to Compose to fully fix the desync issue
2024-12-04 18:00:29 +07:00
2e12817735
refactor(browse): Move stuff around 2024-12-04 17:30:02 +07:00
cb265d2225
fix(browse): Restart pager from controller
Hopefully fix desync issue after opening an entry
2024-12-04 16:58:24 +07:00
39d891aa88
docs: FIXME note 2024-12-04 12:07:16 +07:00
106737371f
chore: Flow version of firstOrNull 2024-12-04 12:05:19 +07:00
19ea7cbebd
fix(reader): Fix potential NPE 2024-12-04 06:01:14 +07:00
6df9e4f745
fix: Set max bitmap size for covers 2024-12-04 05:24:45 +07:00
b4c6820ca4
chore(deps): Update dependency io.coil-kt.coil3:coil-bom to v3.0.4 2024-12-04 05:17:30 +07:00
11ef447321
fix(library): Only retry if it's NPE 2024-12-03 17:09:47 +07:00
ca982d93d1
fix: Missing import 2024-12-03 17:02:22 +07:00
50fecd5350
fix(library): Workaround NPE when querying library by retrying once
REF: https://github.com/sqldelight/sqldelight/issues/4194#issuecomment-2417466333
2024-12-03 17:00:41 +07:00
31773876b4
docs: Sync changelog 2024-12-03 16:42:38 +07:00
30d7b389a5
fix: Fix Komga unread count (again) 2024-12-03 16:22:44 +07:00
723abbe520
fix(CategoryPresenter): Run setCategories on Main thread
Fixes GH-273
2024-12-03 15:00:05 +07:00
8c96e8d4b6
docs: Sync changelog 2024-12-03 13:46:01 +07:00
d2fdbf8717
fix(DownloadQueue): Use CopyOnWriteArrayList to further prevent ConcurrentModificationException 2024-12-03 08:40:36 +07:00
ea9407b49d
fix(DownloadQueue): Fix ConcurrentModificationException 2024-12-03 07:33:03 +07:00
b9f7d18d3d
fix(library): NPE 2024-12-03 07:01:07 +07:00
fbb4112eac
fix(ExtensionInstallerJob): Don't crash when request list is empty 2024-12-03 06:56:00 +07:00