Commit graph

6091 commits

Author SHA1 Message Date
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
6c8ed6dc57
docs: Sync changelog 2024-12-01 08:29:10 +07:00
AntsyLich
d800f183e7
chore: Bump default user agent 2024-12-01 08:27:22 +07:00
f7450b8d17
fix(library): Re-introduce force UI update on certain actions
Those actions are not yet handled via flow
2024-12-01 08:18:18 +07:00
9276382c12
refactor(library): Some adjustments
- fetchLibrary -> forceUpdateEvent
- getLibrary -> updateLibrary
- updateManga -> updateLibrary
- Add some todo notes
- Remove old todo notes
- Update UI on categories collapsed instead of relying on forceUpdateEvent
- Remove unnecessary force UI update
2024-12-01 08:11:33 +07:00
598c4918f1
fix: Revert to use fetchLibrary flow 2024-12-01 06:19:19 +07:00
efea0103fe
fix(library): Category collapse should trigger UI update
Fixes GH-271
2024-12-01 05:48:51 +07:00
19b1ba76c7
chore: Some clean up 2024-11-30 17:46:29 +07:00
Ahmad Ansori Palembani
ec36c9faf7
refactor(library): Use flow to retrieve library (#159)
* refactor(library): Use flow to retrieve library

* fix(library): Use fetchLibrary in getLibraryFlow
2024-11-30 17:30:19 +07:00
a940722f2b
chore(db): Remove StorIO related stuff 2024-11-30 17:27:20 +07:00
844a83b4e1
docs: Sync changelog
Now I just need to remove all the StorIO junk from the codebase...
2024-11-30 09:10:18 +07:00
bfbc1f6742
chore(db): Clean up unused StorIO relics 2024-11-30 09:08:43 +07:00