Commit graph

4737 commits

Author SHA1 Message Date
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
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
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
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
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
f28ed2cfb3
feat: WIP Compose Settings 2024-05-31 09:51:28 +07:00
999dd62386
ci: Tell users which commit trigger the build 2024-05-31 06:33:42 +07:00
2fc6ab1b62
feat: SliderPreferenceWidget 2024-05-31 06:26:49 +07:00
579484eba4
refactor: Bundle androidx 2024-05-31 06:02:38 +07:00
e49e4f2895
refactor: Simplify code 2024-05-31 05:46:18 +07:00
b4317f8f3b
fix: Make it so bitmap also use coil pipeline if possible 2024-05-31 05:41:04 +07:00
70230fa16d
chore: Version 1.8.1.2 2024-05-30 18:14:21 +07:00
179680b0d4
fix: Paged reading mode failing if "Smart Background" is enabled 2024-05-30 18:10:01 +07:00
86946ba399
refactor: Simplify code 2024-05-30 17:27:16 +07:00
2c306afafc
refactor: Re-route nightly releases to its own repo
Fixes GH-19
2024-05-30 11:29:36 +07:00
e679430a3d
chore: Tags for SFW 2024-05-30 09:04:11 +07:00
baeba83c62
chore: Version 1.8.1.1 2024-05-30 08:08:11 +07:00
efc2a23cb6
fix: Crash when trying to edit an entry
Fixes GH-65
2024-05-30 08:04:36 +07:00
2341e21148
fix: Reverse it 2024-05-30 07:32:53 +07:00
f880d921a5
fix: Ambiguity 2024-05-30 07:24:53 +07:00
fa52b11254
refactor(CustomMangaManager): Use ComicInfoYokai create function 2024-05-30 07:11:37 +07:00
8462e0de56
chore: Version 1.8.1 2024-05-29 20:21:24 +07:00
10fae753ec
chore: Remove InputStreamFetcher 2024-05-29 20:16:27 +07:00
3568c7720c
refactor: Use Okio instead of java.io pt.2
The hell is over
2024-05-29 20:08:52 +07:00
32ab87df61
refactor: Use Okio instead of java.io pt.1
This is the easy part... the next part is hell :')
2024-05-29 19:49:01 +07:00
7ddb15f312
chore: Don't confuse the user with "Couldn't Split Downloaded image"
notification

Closes GH-41
2024-05-29 19:09:19 +07:00
ee77e6463b
chore: Remove unused code 2024-05-29 18:47:13 +07:00
f73073ba64
refactor(CrashActivity): Use InfoScreen 2024-05-29 18:37:55 +07:00
697a4fd021
fix: Missed one 2024-05-29 13:04:52 +07:00
017ebe2f26
fix: Remove any mention of MangaJson outside CustomMangaManager 2024-05-29 12:55:35 +07:00
2283c7d5a8
fix: BackupManga should also use ComicInfo 2024-05-29 12:38:13 +07:00
96c3c3cc9a
chore: Probably last remnants of J2K in the code 2024-05-29 12:17:01 +07:00
e5a303f8ad
feat: Use ComicInfo for custom manga details 2024-05-29 11:41:34 +07:00
98e559b596
fix(ComicInfo): Inconsistency 2024-05-29 11:09:45 +07:00