renovate[bot]
53192f56ca
Update serialization to v1.11.0 ( #1996 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:42:23 -04:00
renovate[bot]
01d89cbb48
Update dependency org.bouncycastle:bcprov-jdk18on to v1.84 ( #1994 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:42:04 -04:00
renovate[bot]
be55cb974b
Update dependency io.insert-koin:koin-core to v4.2.1 ( #1993 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:41:49 -04:00
renovate[bot]
34c394ed19
Update dependency com.squareup.okio:okio to v3.17.0 ( #1992 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:41:39 -04:00
renovate[bot]
1433a21abd
Update graphqlkotlin to v8.9.0 ( #1981 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:41:33 -04:00
renovate[bot]
ec28794655
Update kotlin to v2.3.21 ( #1991 )
...
* Update kotlin to v2.3.21
* Context Parameters
* Use new format
* Lint
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Syer10 <syer10@users.noreply.github.com >
2026-05-09 11:41:27 -04:00
Syer10
72122b7cbf
[skip ci] Update Changelog
2026-05-08 17:32:44 -04:00
renovate[bot]
392a7990d2
Update dependency com.github.junrar:junrar to v7.5.10 ( #1926 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-08 17:30:48 -04:00
schroda
0bdcf8b4ba
Handle serving non-default webui with "bundled" channel ( #1924 )
...
Channel "bundled" only works with the default webui.
So force change the flavor and log a warning for information
2026-05-08 17:30:42 -04:00
renovate[bot]
8295440bfd
Update twelvemonkeys to v3.13.1 ( #1919 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-08 17:30:36 -04:00
Syer10
e52aa6daf4
[skip ci] Fix WebUI changelog link
2026-05-08 16:52:34 -04:00
Syer10
ef067ef5b9
Release v2.2.2100
2026-05-08 16:48:27 -04:00
Constantin Piber
76686db6a1
[ #1974 ] Uninstall extension completely on install failure ( #1975 )
...
* [#1974 ] Uninstall extension completely on install failure
* Add changelog entry
---------
Co-authored-by: Mitchell Syer <Syer10@users.noreply.github.com >
2026-05-05 10:04:50 -04:00
lamaxama
6bc5046773
Fix java.lang.VerifyError ( #1972 )
...
* Fix EditText.java
* Update CHANGELOG.md
2026-05-05 10:04:13 -04:00
Constantin Piber
1a5cfd8f58
Implement setPixel & setPixels ( #1971 )
...
* Implement `setPixel` & `setPixels`
Closes #1970
* Update changelog
2026-05-05 10:03:56 -04:00
schroda
bf76962d23
[skip ci] Add github pr template ( #1976 )
2026-05-03 17:15:04 -04:00
schroda
a8acca6a38
[skip ci] Update client section in readme ( #1977 )
...
Makes it so that the client section is less likely to get outdated and therefore requires less maintenance
Provides only information about how the clients can be run.
The client repo itself is responsible for providing any other information.
Remove clients that have not had any commits in years
2026-05-03 17:14:43 -04:00
schroda
7891c627c1
[skip ci] Update Preview Changelog ( #1969 )
2026-05-03 13:47:57 -04:00
schroda
ee55145e45
[skip ci] Align changelog with webUI repo changelog ( #1968 )
2026-05-02 18:16:31 -04:00
schroda
5cda584568
Inject html base tag directly ( #1967 )
...
Using a script to inject the base tag is unnecessarily complex as well as it is introducing an issue where the initial requests will potentially fail, due to the base tag not being injected yet.
See https://github.com/Suwayomi/Suwayomi-WebUI/issues/1096 , same issue applies when a subpath is set up which can't be fixed on the client side
2026-05-02 17:21:23 -04:00
AwkwardPeak7
031890deb6
extract apk icon ( #1966 )
2026-05-02 17:21:13 -04:00
ItsGlassPlus1
0f149c9b33
Add JXL container format support ( #1951 )
2026-05-02 17:21:01 -04:00
manti
41f22df16f
Singleton Protobuf ( #1961 )
2026-05-02 17:20:52 -04:00
Shozikan
a11e5e623d
[skip ci] Chore: Added Moku to README & Quick Grammar/Formatting Fixes ( #1935 )
...
* Chore: Added Moku to README & Quick Grammar/Formatting Fixes
* Chore: Updated README with Moku Desc Changes
2026-03-31 16:43:51 -04:00
renovate[bot]
489ffa1679
Update dependency io.github.oshai:kotlin-logging-jvm to v8 ( #1913 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-20 20:09:45 -05:00
David Brochero
f977d181a8
fix: default body to empty string if not present for FlareSolverr POST requests ( #1915 )
...
* fix: convert `RequestBody` to `FormBody` in FlareSolverr `POST` requests
* linting
* ref: don't convert json to form
* remove unused import
2026-02-20 20:09:34 -05:00
David Brochero
2249d237dd
fix: support for POST requests on CloudflareInterceptor ( #1909 )
...
* fix: support for POST requests
Works with Flaresolverr. Required for Kagane.
Byparr is not a drop-in replacement, it just ignores the `cmd` and interprets everything as a GET request.
* Use encodeToString instead
* linting
* Use FormBody for encoding
Co-authored-by: Mitchell Syer <Syer10@users.noreply.github.com >
* Add missing imports
* linting, again
---------
Co-authored-by: Mitchell Syer <Syer10@users.noreply.github.com >
2026-02-18 18:51:07 -05:00
renovate[bot]
c52457c80e
Update dependency com.auth0:java-jwt to v4.5.1 ( #1910 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-18 18:50:22 -05:00
renovate[bot]
3904cbf789
Update plugin download to v5.7.0 ( #1908 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-18 18:50:10 -05:00
renovate[bot]
759ae9fca0
Update moko to v0.26.0 ( #1907 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-18 18:49:57 -05:00
renovate[bot]
06954591c7
Update dependency org.postgresql:postgresql to v42.7.10 ( #1904 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-18 18:49:47 -05:00
renovate[bot]
bbdae74567
Update dependency net.lingala.zip4j:zip4j to v2.11.6 ( #1902 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-18 18:49:27 -05:00
renovate[bot]
154e54d833
Update dependency ch.qos.logback:logback-classic to v1.5.32 ( #1901 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-18 18:49:21 -05:00
Weblate (bot)
f18e0f4a62
Translations update from Hosted Weblate ( #1845 )
...
* Weblate translations
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Micka149 <dr.mischutckin2017@yandex.ru >
Co-authored-by: Roland Vezsenyi <miscogd5yf2paqvxvc@farvoid.com >
Co-authored-by: Syer10 <Mitchellptbo@gmail.com >
Co-authored-by: TheRay82 <raycoc1382@gmail.com >
Co-authored-by: UnknownSkyrimPasserby <f7022961@opayq.com >
Co-authored-by: 圭紫 <kaceykoo@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-server/ja/
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-server/pl/
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-server/ru/
Translation: Suwayomi/Suwayomi-Server
* Deleted translation using Weblate (Hungarian)
---------
Co-authored-by: Micka149 <dr.mischutckin2017@yandex.ru >
Co-authored-by: Roland Vezsenyi <miscogd5yf2paqvxvc@farvoid.com >
Co-authored-by: Syer10 <Mitchellptbo@gmail.com >
Co-authored-by: TheRay82 <raycoc1382@gmail.com >
Co-authored-by: UnknownSkyrimPasserby <f7022961@opayq.com >
Co-authored-by: 圭紫 <kaceykoo@gmail.com >
2026-02-14 11:38:22 -05:00
Constantin Piber
2b19bc850d
Introduce Rect.set ( #1900 )
...
* Introduce `Rect.set`
As used by Young Jump+
Also fixes the `Rect(Rect)` constructor to use the correct values
* Missing line
2026-02-14 11:36:28 -05:00
renovate[bot]
a0fb30a3ad
Update jte to v3.2.3 ( #1862 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-14 11:36:16 -05:00
renovate[bot]
e5387ff5f7
Update kotlin to v2.3.10 ( #1896 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-14 11:35:52 -05:00
renovate[bot]
123d8a2637
Update serialization to v1.10.0 ( #1866 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-14 11:35:38 -05:00
renovate[bot]
6c72659bd8
Update dependency com.android.tools.build:apksig to v9 ( #1859 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-14 11:35:30 -05:00
Mitchell Syer
44d89506d4
[skip ci] Fix Wiki PR Check ( #1897 )
2026-02-08 15:23:40 -05:00
Constantin Piber
d8a5cdfb78
catch_abort: Remove java interop & catch SIGILL ( #1891 )
...
* catch_abort: Remove java interop
It won't work anyway since we're exiting the thread immediately
* catch_abort: Also catch SIGILL
2026-02-08 15:05:06 -05:00
schroda
5b5e2b26f9
Fix stale manga data in library update subscription ( #1889 )
...
Regression 439e0c8284
2026-02-08 15:04:59 -05:00
Constantin Piber
9fa51c8a1d
fix: Match parameter nullability of WebView.java in KcefWebViewProvider ( #1887 )
2026-02-08 15:04:41 -05:00
renovate[bot]
7633d2156a
Update dependency ch.qos.logback:logback-classic to v1.5.28 ( #1884 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-08 15:04:34 -05:00
renovate[bot]
400e059455
Update Gradle to v9.3.1 ( #1883 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-08 15:04:28 -05:00
schroda
f3d6bb4f22
Add mutations to update multiple metas ( #1874 )
2026-02-08 15:04:19 -05:00
renovate[bot]
c50b5e7448
Update dependency io.mockk:mockk to v1.14.9 ( #1878 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-29 18:48:56 -05:00
renovate[bot]
5b75b361f6
Update dependency ch.qos.logback:logback-classic to v1.5.26 ( #1875 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-29 18:48:45 -05:00
Mitchell Syer
146290283f
ChildFirstClassLoader ( #1873 )
...
* ChildFirstClassLoader
* Lint
* ChildFirstURLClassLoader
* Fix reference
2026-01-29 18:48:33 -05:00
schroda
35bcbc69a2
Fix missing PostgreSQL schema migration ( #1882 )
...
I mistakenly thought that the suwayomi schema was always being used and therefore did not think a migration for the fix b4595b70d6 was necessary.
However, this was only the case in case the username was set to suwayomi. Otherwise, the public schema was being used.
Thus, we need to migrate the data from the public schema to the suwayomi schema in these cases.
2026-01-29 18:48:24 -05:00