Commit graph

46 commits

Author SHA1 Message Date
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
17b07cd836
refactor(db): Migrate last history queries (that can be migrated) to SQLDelight 2024-11-29 17:05:59 +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
aae9a68c8b
refactor(db): Migrate getManga queries to SQLDelight 2024-11-29 14:21:16 +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
ca41e02fe1
refactor(db): Migrate some more category queries to SQLDelight 2024-11-29 11:28:38 +07:00
97eacbbaea
refactor(db): Handle the addition from SQL directly instead from code 2024-11-29 08:07:01 +07:00
291d4ffc35
fix(db): Fix incorrect query 2024-11-28 21:12:46 +07:00
c183802096
refactor(db): Migrate GetTrack to SQLDelight 2024-11-28 20:53:26 +07:00
a199ff326d
refactor(db): Replace deleteHistoryNoLastRead StorIO with SQLDelight eqv 2024-11-26 09:05:36 +07:00
4f9e5bfe62
refactor(db): Replace some more StorIO queries with SQLDelight 2024-11-24 19:08:42 +07:00
bf7c7f79cb
revert: "fix(chapter): Scanlator is nullable"
This reverts commit 0f44474596.
2024-11-23 20:10:08 +07:00
5378d2a99b
refactor(db): Replace some more StorIO queries with SQLDelight
- Manga: db.getManga -> getManga.await*
- History
- Chapter: db.updateChapter* -> updateChapter.await; db.getChapter -> getChapter.await*
2024-11-23 19:28:59 +07:00
e27c527ad9
fix(chapter): Scanlator is nullable 2024-11-19 08:25:55 +07:00
9b45767667
refactor(backup): Retrieve manga with SQLDelight 2024-10-13 19:09:15 +07:00
a27c0edf13
refactor(recents): Fully migrate recents to use SQLDelight, for real this time 2024-08-27 13:47:18 +07:00
0d9ffc2206
fix(recents): Partially revert SQLDelight migration
getAllRecentsTypes query is too cursed, will need some refactoring
2024-08-27 10:01:17 +07:00
6e3eaad481
fix(sql): Union issue
It doesn't like history.*
2024-08-27 09:50:32 +07:00
a19b767aff
fix(sql): Remove alias 2024-08-27 08:52:17 +07:00
354ed7ce8a
refactor(recents): Fully migrate recents to use SQLDelight 2024-08-27 08:23:11 +07:00
61e43e047f
chore: Preparing to migrate History to SQLDelight 2024-08-24 07:27:33 +07:00
c9b302ab21
refactor: Add cover_last_modified 2024-08-17 14:26:57 +07:00
1e68e55cf7
refactor(chapter): Migrate more queries to SQLDelight 2024-08-17 07:59:39 +07:00
16a51f00c4
fix(recents): Fix get recent chapters query 2024-08-16 20:07:22 +07:00
ce94bd2ad6
refactor(reader): Use SQLDelight to load chapter url 2024-08-16 20:01:00 +07:00
a6ef46a90f
refactor(recents): Migrate getRecentChapters to SQLDelight 2024-08-16 19:46:14 +07:00
6c8bd82d41
fix: Unread badge wont show up for some sources
Always happened on Komga apparently, but not as frequent on other sources

Fixes GH-95
2024-08-12 18:07:54 +07:00
e1ccfeeb0a
refactor: Simplify SQL 2024-08-10 11:30:42 +07:00
7e1b532f83
fix: Scanlator filter not working properly 2024-08-10 11:10:52 +07:00
49ecfc51b1
refactor: Move source-api to source directory
Preparing to split local source to its own module
2024-07-28 11:38:33 +07:00
a149d5aeec
chore(deps): Converted more gradle plugins to use version catalog 2024-06-27 19:13:26 +07:00
cbdd16f6d4
chore(deps): Update agp to v8.5.0
Also convert some plugins to use version catalog
2024-06-27 19:08:12 +07:00
a2a0a7e79e
chore(recents): Use sql query to filter scanlators pt.2 2024-06-21 10:15:15 +07:00
7926590c22
chore(recents): Use sql query to filter scanlators 2024-06-21 09:25:43 +07:00
7b765a5fc2
refactor: Attempt 2 on getting library manga using flow 2024-06-19 16:36:35 +07:00
535fcc81dd
chore: Prepare find duplicate query 2024-06-19 15:24:11 +07:00
f6080cd5eb
refactor: Migrated most manga queries and some chapter queries to SQLDelight 2024-06-19 11:12:37 +07:00
5ed2934b73
chore: More storio to sqldelight migration
- insert manga
- update manga
2024-06-19 08:53:58 +07:00
893af9bd73
chore: Rewriting getLibrary func 2024-06-18 21:12:01 +07:00
f94e69cdf8
chore(data): Move database adapters to yokai namespace 2024-06-18 19:28:18 +07:00
8b7ca91b12
chore(sql): Rename to match the table name 2024-06-18 19:03:42 +07:00
fc171c1e0a
refactor: Move database related stuff to data module 2024-06-17 16:15:20 +07:00
4a9a7813e0
chore: Some more effort moving widget to its own module 2024-06-17 13:21:27 +07:00