|
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 |
|
|
7f05d16039
|
fix(sqldelight): Custom query function
Basically the same as "executeAsOneOrNull" but without the result count
check
|
2024-12-02 13:20:55 +07:00 |
|
|
2fd6146d32
|
sync: Sync project
|
2024-12-02 09:25:28 +07:00 |
|
|
737681173c
|
test: Test if major and minor version bump is checked properly
|
2024-12-02 09:25:01 +07:00 |
|
|
29aa80104d
|
refactor(version): Better version comparator
|
2024-12-02 09:05:27 +07:00 |
|
|
d7e3a970d8
|
chore: Bump version to v1.9.0
Preparing for release
|
2024-12-02 07:36:56 +07:00 |
|
|
bd16db8823
|
chore: FIXME note [skip ci]
|
2024-12-01 09:58:40 +07:00 |
|
|
2b639d0630
|
revert: "refactor(library): Some adjustments"
This reverts commit 9276382c12 .
|
2024-12-01 09:21:13 +07:00 |
|
|
1738dfb510
|
fix(library): Force update library on create
|
2024-12-01 09:06:18 +07:00 |
|
|
ef8b81409e
|
chore: Bump versionCode to prepare v1.9.0 release
|
2024-12-01 08:53:15 +07:00 |
|
|
60c5e3f5c1
|
chore: Hide danger zone on prod build
|
2024-12-01 08:42:16 +07:00 |
|