ad6c0cc358
chore(release): v1.8.3.2
2024-06-05 19:43:57 +07:00
ae3dd32076
chore: Some more NPE prevention
2024-06-05 19:16:19 +07:00
ac4a6d59e9
chore(release): v1.8.3.1
...
Attempt to fix GH-79
2024-06-05 18:53:22 +07:00
ce69203926
chore: Even more NPE prevention
2024-06-05 18:48:41 +07:00
fd82d987aa
chore: A bunch of NPE prevention
2024-06-05 18:40:34 +07:00
30d6c5c5ac
chore(release): v1.8.3
2024-06-05 07:35:52 +07:00
87b8430089
refactor: Use DB instead of file to store custom manga info
2024-06-05 07:29:04 +07:00
716cc1fac8
chore: Clean up commented codes
2024-06-05 05:51:29 +07:00
11e66667ff
feat: Trust extension by repo
...
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
2024-06-05 05:49:42 +07:00
2e2844a03f
chore: Give some indication that it is refreshing
2024-06-05 05:30:52 +07:00
55455090d1
refactor: Grab extension repo detail from repo.json
and include in DB
...
Co-authored-by: Matthew Witman <mnwranger@gmail.com>
2024-06-05 05:21:51 +07:00
e9a3facba8
refactor(ExtensionRepo): Split item and input
2024-06-04 10:19:46 +07:00
ca5ec72c04
chore: Fake extension repo url so that certain K company didn't go for my *ss
2024-06-04 10:05:45 +07:00
c602b913e8
refactor: Separate di module for domain
2024-06-04 09:28:29 +07:00
e62c781c86
refactor: Move di
to dev.yokai.core.di
2024-06-04 09:15:47 +07:00
56da7c548f
style: Marquee effect
2024-06-04 09:14:26 +07:00
cdd094c7d1
chore(ExtensionRepoItem): Preview
2024-06-04 09:06:22 +07:00
5a99a0322b
refactor: Simplify code
2024-06-04 08:59:32 +07:00
712be76112
feat: Functional LocalAlertDialog
...
Probably unnecessary in this use-case, but it's the only place I can test it lol
2024-06-04 08:42:33 +07:00
1fb0e32868
fix: Drop mangas_tmp later on
2024-06-04 08:40:18 +07:00
533a272342
style: Lowercase t
2024-06-04 08:38:49 +07:00
1dad16f996
refactor: Move it to migration 18 in case someone already updated to latest nightly before I can fix it
2024-06-04 08:37:08 +07:00
c589bceb84
fix: Sometimes I just hate to work on SQL, I blame Android's outdated SQLite
2024-06-04 08:16:32 +07:00
3132969192
refactor: Formatting
2024-06-04 07:21:17 +07:00
e4f59771d9
refactor: Use the old ways to rename column in case Android is being picky
2024-06-04 07:17:54 +07:00
9e0f94b573
refactor: Make StorIO consistent with SQLDelight
2024-06-04 07:04:00 +07:00
d769195eae
refactor: Rename column to use snake_case for consistency, also added ext repos table for later
2024-06-04 07:02:45 +07:00
e15bc047fe
docs: Sync changelog
2024-06-03 14:02:09 +07:00
Ahmad Ansori Palembani
41a46ba0f8
refactor: Migrate "database migrations" to use SQLDelight ( #73 )
...
* chore: Preparing SQLDelight
* chore: Specify some config for SQLDelight
* fix: Commit the thing bruh
* refactor: Migrate (some) sql to SQLDelight
* refactor: Migrate the rest of sql migration to SQLDelight
* chore: Update SQLite to v3.45.0
* refactor: Retrofitting StorIO to work with SQLDelight
* refactor: Removed unnecessary code, already handled by AndroidSqliteDriver
* fix: Database lib too old to use FrameworkSQLiteOpenHelper
* chore: Revert downgrade
2024-06-03 14:00:12 +07:00
d0712bde73
chore(release): v1.8.2
2024-06-03 13:46:22 +07:00
fa87e826f8
fix: Also auto append non-split page
2024-06-02 14:22:33 +07:00
28bad0b3a9
fix: Muscle memory told me to use ternary operator...
2024-06-02 10:41:30 +07:00
db47a40284
fix: Downloaded chapter page should also auto append ID if the option is
...
enabled
Fixes GH-69
2024-06-02 10:33:09 +07:00
f2fe650298
refactor: Don't assume pagesDirectory is not null
2024-06-02 10:21:02 +07:00
73bc3f4efb
docs: Adjust version example [skip ci]
2024-06-02 10:13:15 +07:00
b454b79f4e
chore: Rephrasing
2024-06-02 08:58:10 +07:00
05a3bb6dc0
feat: Add option to open legacy cutout settings (vivo only)
2024-06-02 08:42:40 +07:00
69383e098d
refactor: Preparing for Compose-based settings
2024-06-02 08:03:47 +07:00
19203ccf5f
refactor: Move controllers to its own dir
2024-06-01 18:36:42 +07:00
97bb0f2e74
ci: Show only the short commit hash
2024-06-01 09:06:28 +07:00
66c2e6f244
refactor: Actually use AppBarAction
2024-06-01 09:01:37 +07:00
ab180b66dc
refactor: Use CompositionLocal
2024-06-01 09:00:50 +07:00
fa83626852
docs: Sync changelog
2024-06-01 08:43:48 +07:00
b5f221635a
fix: Don't read it to memory (GH-66)
2024-06-01 08:30:26 +07:00
554c8a84f8
fix(CustomMangaManager): Making sure the file actually exists
2024-05-31 18:48:23 +07:00
8b3d35bc2a
enhance(LocalSource): Allow ComicInfo to also set chapter scanlator
2024-05-31 13:36:47 +07:00
23401d33ed
feat(LocalSource): Also retrieve metadata from ComicInfo from archives
2024-05-31 13:30:09 +07:00
565bb2248f
feat(LocalSource): Edit chapters info with ComicInfo
2024-05-31 10:55:57 +07:00
da1b9abe2a
fix: Check if chapterFile is directory before getting ComicInfo
2024-05-31 10:48:41 +07:00
b87cbc87d6
feat: Use ComicInfo for chapters
2024-05-31 10:47:08 +07:00