44aab7a243
Retain remote last chapter read if it's higher than the local one for EnhancedTracker ( #1301 )
2024-10-10 18:15:06 +06:00
a2dc88965b
Update dependency io.mockk:mockk to v1.13.13 ( #1313 )
2024-10-09 21:42:16 +06:00
aa998071a1
Update renovate configuration
...
- Remove package rule for "dev.chrisbanes.compose:compose-bom"
- Disable semantic commits
2024-10-09 03:31:25 +06:00
8113b77f1e
fix(deps): update dependency io.coil-kt.coil3:coil-bom to v3.0.0-rc01 ( #1308 )
2024-10-08 19:57:20 +06:00
6adfa4fd0f
chore(deps): update actions/checkout action to v4.2.1 ( #1304 )
2024-10-08 19:46:40 +06:00
76e0aba70c
Fix AniList ALSearchItem.status
nullibility ( #1297 )
2024-10-06 04:09:49 +06:00
f7fbc93833
fix(deps): update dependency androidx.compose:compose-bom to v2024.09.03 ( #1288 )
2024-10-05 06:16:01 +06:00
85ee9c6686
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.11.2 ( #1294 )
2024-10-05 06:13:10 +06:00
c72c07f355
fix(deps): update dependency androidx.profileinstaller:profileinstaller to v1.4.1 ( #1289 )
2024-10-05 06:11:51 +06:00
6984e0465b
fix(deps): update dependency androidx.benchmark:benchmark-macro-junit4 to v1.3.2 ( #1287 )
2024-10-05 06:11:30 +06:00
3ca989eae8
fix(deps): update dependency com.google.firebase:firebase-bom to v33.4.0 ( #1285 )
2024-10-05 06:10:03 +06:00
cca33481dd
fix(deps): update dependency com.android.tools.build:gradle to v8.7.0 ( #1284 )
2024-10-02 03:26:28 +06:00
f7c8f1801e
chore(deps): update dependency gradle to v8.10.2 ( #1254 )
...
* chore(deps): update dependency gradle to v8.10.2
* Update binaries
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
2024-09-28 06:36:10 +06:00
112b68b782
fix(deps): update dependency androidx.compose:compose-bom to v2024.09.02 ( #1239 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-28 06:16:34 +06:00
2dd02b73d6
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.11.1 ( #1262 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-26 02:42:04 +06:00
369df527b2
chore(deps): update actions/checkout action to v4.2.0 ( #1266 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-26 02:41:54 +06:00
d04eeface9
fix(deps): update dependency me.zhanghai.android.libarchive:library to v1.1.2 ( #1255 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-25 01:22:43 +06:00
dde942df4e
chore(deps): update actions/setup-java action to v4.4.0 ( #1259 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-25 01:22:21 +06:00
380787a310
fix(deps): update dependency androidx.profileinstaller:profileinstaller to v1.4.0 ( #1242 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-20 13:18:53 +06:00
418ba30265
fix(deps): update lifecycle.version to v2.8.6 ( #1241 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-20 13:18:20 +06:00
b3867dd63c
fix(deps): update dependency androidx.benchmark:benchmark-macro-junit4 to v1.3.1 ( #1238 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-20 13:16:17 +06:00
6dd93d70cc
fix(deps): update serialization.version to v1.7.3 ( #1246 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-20 12:38:22 +06:00
2276abbb23
Change casing for Extention Repos String ( #1248 )
2024-09-20 12:37:22 +06:00
be671b42ce
Move firebase permission removal to standard flavor
...
And disable some more stuff
2024-09-18 17:37:33 +06:00
0042cb6582
fix(deps): update dependency com.android.tools.build:gradle to v8.6.1 ( #1235 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-18 15:35:47 +06:00
1e570bc965
fix(deps): update dependency me.zhanghai.android.libarchive:library to v1.1.1 ( #1229 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-17 14:48:00 +06:00
9cc7d42dd9
Re-enable fetching chapters list for entries with licenced status ( #1230 )
...
Enable Licensed
2024-09-17 14:47:04 +06:00
f5c6d2e1a6
Fix Kitsu synopsis
nullability ( #1233 )
...
This time, the Kitsu API docs are silent on whether this field (or
any other field) can be null/undefined/etc, but it can happen and
caused an error during search and update. This change just ensures the
attribute is nullable and is set to an empty String when it is null.
2024-09-17 14:46:37 +06:00
339dc33f58
Fix WheelPicker Manual Input ( #1209 )
...
* Fix WheelPicker Manual Input
* Lambda
* inline
* Update WheelPicker.kt
---------
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
2024-09-14 14:43:03 +00:00
223af5508f
Fix: wrong calculation of nextUpdate when setting custom fetchInterval ( #1206 )
2024-09-14 19:58:24 +06:00
d42f776c5c
fix(deps): update dependency androidx.compose:compose-bom to v2024.09.01 ( #1214 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-14 19:57:58 +06:00
5c0dc3e05a
fix(deps): update dependency com.google.firebase:firebase-bom to v33.3.0 ( #1216 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-14 19:57:44 +06:00
bebf80dfae
fix(deps): update dependency com.squareup.okio:okio to v3.9.1 ( #1217 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-14 19:57:31 +06:00
86dd809f4d
chore(deps): update gradle/actions action to v4.1.0 ( #1219 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-14 19:57:14 +06:00
1ff88dd927
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.9.0 ( #1222 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-14 19:56:58 +06:00
be5d467955
chore(deps): update actions/setup-java action to v4.3.0 ( #1212 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-14 19:56:47 +06:00
fcb01b5bcf
chore(deps): update dependency gradle to v8.10.1 ( #1211 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-09 17:29:31 +06:00
844dae1a4d
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.3.8 ( #1198 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-09 17:29:12 +06:00
83fd4746ed
Use new library for injekt with inorichi patch
2024-09-08 20:09:45 +06:00
c8ad6cdf31
Show toast for app restart when User-Agent is changed ( #1204 )
2024-09-07 14:15:22 +06:00
fbcc48fefc
Bump NDK version ( #1203 )
2024-09-07 14:14:59 +06:00
6f422745ba
Reduce ChapterNavigator horizontal padding on small ui ( #1202 )
...
Co-authored-by: p
2024-09-07 14:14:42 +06:00
bec549cc44
Use TextFieldState in BasicTextField where applicable ( #1201 )
...
Co-authored-by: p
2024-09-07 08:11:14 +00:00
c4f235ae07
Use uy.kohesive.injekt instead of com.github.inorichi.injekt ( #1205 )
2024-09-07 08:01:49 +00:00
8fd1239bea
spotlessApply
my beloved (#1196 )
2024-09-05 13:03:24 +00:00
b56a97bb8e
Ignore "intent://" urls on webview ( #1193 )
...
ignore intent urls
2024-09-05 16:11:09 +06:00
52036e5664
fix(deps): update dependency androidx.activity:activity-compose to v1.9.2 ( #1189 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-05 16:08:40 +06:00
29a74509a4
fix(deps): update dependency com.google.accompanist:accompanist-systemuicontroller to v0.36.0 ( #1192 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-05 16:08:27 +06:00
0e956cbb51
fix(deps): update lifecycle.version to v2.8.5 ( #1190 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-05 16:08:06 +06:00
2baffa62ca
Switch to stable compose
2024-09-05 16:07:08 +06:00