Commit graph

201 commits

Author SHA1 Message Date
ac4a6d59e9
chore(release): v1.8.3.1
Attempt to fix GH-79
2024-06-05 18:53:22 +07:00
30d6c5c5ac
chore(release): v1.8.3 2024-06-05 07:35: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
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
579484eba4
refactor: Bundle androidx 2024-05-31 06:02:38 +07:00
70230fa16d
chore: Version 1.8.1.2 2024-05-30 18:14:21 +07:00
baeba83c62
chore: Version 1.8.1.1 2024-05-30 08:08:11 +07:00
8462e0de56
chore: Version 1.8.1 2024-05-29 20:21:24 +07:00
66ac6201e5
chore: Prepare ComicInfo 2024-05-29 07:59:12 +07:00
997cbd9103
fix: LocalSource not loading chapter
Co-authored-by: FooIbar <118464521+FooIbar@users.noreply.github.com>
2024-05-29 06:32:07 +07:00
1c8d546a3d
chore: Version 1.8.0.2 2024-05-28 06:46:27 +07:00
860abefe43
chore: Version 1.8.0.1 2024-05-27 18:26:55 +07:00
306b8c68ff
chore: Version 1.8.0 2024-05-27 13:09:40 +07:00
d086df7287
feat: Onboarding screen (partial) 2024-05-26 16:52:06 +07:00
6c777d5b71
fix: Remove unresolved opts 2024-05-26 08:08:00 +07:00
bf368e88ed
chore: Update dependencies 2024-05-25 21:01:08 +07:00
154c715287
fix: Test not actually running 2024-05-24 09:02:49 +07:00
3412806bfc
refactor: Switch to Coil3 2024-05-23 20:38:59 +07:00
0722cb2f2d
test: Update checker
Also fixed bug found from the test unit
2024-05-22 12:28:29 +07:00
97cc80c967
enhance: Nightly flag 2024-05-22 08:02:51 +07:00
9a4149fb88
chore: Version 1.7.14 2024-02-12 09:30:14 +07:00
1618ffa7c7
chore: Version 1.7.13
Hopefully last version before major update
2024-02-09 17:54:12 +07:00
04078084bd
refactor: Backport Android 12 SplashScreen to older Android versions
Fixes GH-20
2024-02-07 11:52:25 +07:00
296c9eae67
refactor: Use J2K's cutout behaviour for Tachi's cutout support
Doesn't work at the moment (only work on landscape mode)
2024-02-04 20:27:22 +07:00
64fe569692
chore: Version 1.7.12 2024-02-04 11:01:15 +07:00
01c7795312
chore: Update SSIV 2024-02-03 16:26:11 +07:00
81499289d3
refactor: Turn ExtensionInstaller types from Int to Enum 2024-02-03 14:42:02 +07:00
c8c71cb44e
chore: Version 1.7.11 2024-01-28 11:11:57 +07:00
31baf3380d
chore: Version 1.7.10 2024-01-24 14:12:53 +07:00
a6ab4cea65
chore: Version 1.7.9 2024-01-22 07:56:27 +07:00
fb625852d2
chore: Version 1.7.8 2024-01-17 12:35:12 +07:00
80056d1f0f
chore: Version 1.7.7 2024-01-16 13:29:45 +07:00
00cf75e7a6
chore: Version 1.7.6 2024-01-15 12:20:50 +07:00
534642ea57
feat: Extension repo backend 2024-01-12 21:08:09 +07:00
5bbefda882
fix: Chucker dep for nightly
Because of course it's not that easy, thanks Google :)
2024-01-11 08:46:34 +07:00
a790c29a1d
ci: Nightly Build 2024-01-11 07:56:19 +07:00
af87ccf8f1
refactor: Migrate to upstream's preference abstraction 2024-01-10 17:07:58 +07:00
9a2815d277
refactor: Migrate to gradle version catalog 2024-01-10 12:10:43 +07:00
65955482eb
chore: Rename project 2024-01-06 12:23:08 +07:00
Jays2Kings
0efcd9ae13 Handle Brotli-compressed responses
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2023-11-05 18:18:28 -08:00
Jays2Kings
59e11ff486 Add back pressed animation + update controller push/pop animation
Likely am gonna revert for the stable just to save myself the headache

Limiting the new animations to Android 10+, new animations will still play on 10+ devices, but wont keep the view on low ram devices
2023-10-16 20:26:51 -07:00
Jays2Kings
dc1825d2dd Update material library to stable 1.10.0 2023-10-11 10:26:20 -07:00
Jays2Kings
2c1972cab9 Downgrade requery sqlite
idk why but it upgrading to java 17 has screwed it. should close #1619
2023-10-11 10:21:54 -07:00
Jays2Kings
106f6f52c0 Backup App and Source settings
Also added PreferenceStore/TrackPreferences and made the track username/password private
Updated kotlinSerialization to 1.6.0

Co-Authored-By: jmir1 <43830312+jmir1@users.noreply.github.com>
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2023-10-09 14:11:24 -07:00
Jays2Kings
ba74224e06 update androidx.activity:activity-ktx to 1.8.0 2023-10-04 18:17:17 -07:00
Jays2Kings
d0b0e7c66c More work for ext 1.5
Updated the extension loader for support of it to match main (save for the private extension stuff, that's later)

* Rename new method in ConfigurableSource to get preferences (afb1ee2)
*Add more replacement suspend functions for source APIs (26c5d76)

Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2023-10-04 18:16:53 -07:00
Jays2Kings
21215e45bd update requery:sqlite-android 2023-09-28 22:21:26 -07:00
Jays2Kings
89ef4fc26f Update gradle libs 2023-09-25 16:47:43 -07:00
Jays2Kings
0f2c02d565 Update Kotlin to 1.9.10
Updated coil and compose as well
2023-09-25 16:13:20 -07:00