Commit graph

6018 commits

Author SHA1 Message Date
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
7a20537cf9
fix: Category data is not migrated 2024-11-30 08:40:15 +07:00
07c1e7e67f
refactor(db): Fully migrated from StorIO to SQLDelight 2024-11-30 08:22:16 +07:00
a832e4d6dc
fix: current is not supposed to be there 2024-11-29 20:17:07 +07:00
393ccb822e
fix: Another potential NPE 2024-11-29 19:40:35 +07:00
42b3dce0ef
fix: NPE 2024-11-29 19:24:39 +07:00
e8054855ac
refactor(db): Migrate mangaCategory queries (that can be migrated) to SQLDelight 2024-11-29 19:11:29 +07:00
726613e6d7
refactor(db): Migrate track queries (that can be migrated) to SQLDelight 2024-11-29 18:02:45 +07:00
93ec13f324
refactor(db): Migrate last manga queries (that can be migrated) to SQLDelight 2024-11-29 17:30:43 +07:00
17b07cd836
refactor(db): Migrate last history queries (that can be migrated) to SQLDelight 2024-11-29 17:05:59 +07:00
8cef33d9c6
refactor(stats): Remove some runBlocking usage 2024-11-29 15:21:10 +07:00
e25f330118
refactor(db): Migrate getChapters query to SQLDelight 2024-11-29 15:08:42 +07:00
83cb898068
refactor(db): Migrate deleteTrack query to SQLDelight 2024-11-29 14:44:13 +07:00
333a7eea68
refactor(db): Migrate insertManga queries to SQLDelight 2024-11-29 14:35:41 +07:00
aae9a68c8b
refactor(db): Migrate getManga queries to SQLDelight 2024-11-29 14:21:16 +07:00
312f9e197b
chore(db): Disable search_metadata 2024-11-29 13:58:17 +07:00
da1f60c5c5
refactor(db): Migrate clear database queries to SQLDelight 2024-11-29 13:46:37 +07:00
cf06ebdb8b
fix(library): Accidentally swap global open random manga with non-global 2024-11-29 13:13:21 +07:00
a4a7f8fb6d
refactor(db): Migrate last category queries (that can be migrated) to SQLDelight 2024-11-29 12:08:17 +07:00
663360c283
refactor(db): Migrate some more category queries to SQLDelight part 2 2024-11-29 12:02:18 +07:00
ca41e02fe1
refactor(db): Migrate some more category queries to SQLDelight 2024-11-29 11:28:38 +07:00
9c40aadca2
fix: Fix build 2024-11-29 10:29:12 +07:00
fa846d68e2
refactor(db): Migrate most getCategoriesForManga queries to SQLDelight 2024-11-29 10:24:03 +07:00
87bd36d025
refactor(db): Migrate GetCategories to SQLDelight 2024-11-29 09:52:02 +07:00