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
schroda
a58dcc6f19
Prevent subpath injection with disabled setting ( #1869 )
2026-01-23 11:30:29 -05:00
schroda
b4595b70d6
Fix/using postgresql with hikaricp ( #1867 )
...
* Set default schema for postgresql db
The schema was only set once during startup. This is, however, only set for the current connection. So when using hikaricp, depending on which connection was used, the schema might have been set, or it might not have been set.
fixes #1670
* Revert "Fix database connection and errors (#1681 )"
This reverts commit 2e0f72f182 .
Not necessary anymore as the issue that this change intended to fix is now fixed with 091206800025ed9370d611e7ca3430ab409a0cb2
2026-01-22 20:27:22 -05:00
renovate[bot]
347b6faa82
Update dependency ch.qos.logback:logback-classic to v1.5.25 ( #1864 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-22 20:27:04 -05:00
renovate[bot]
162a6b70af
Update dependency org.postgresql:postgresql to v42.7.9 ( #1860 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-22 20:26:54 -05:00
renovate[bot]
3b0a05126b
Update Gradle to v9.3.0 ( #1861 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-22 20:26:34 -05:00
Constantin Piber
02da884f17
fix: Do not return inputStream from conversion & handle conversion error ( #1854 )
...
* fix: Do not return `inputStream` from conversion
The returned value must be owned, since the caller closes the input
stream on success
* fix: Assume a conversion error consumes the input stream
e.g. converting an ARGB png to jpeg will throw "bogus colorspace", but
only after the inputstream is consumed. so in case of an exception, we
have to assume that the stream is broken and re-open the page from cache
2026-01-11 16:48:16 -05:00
Constantin Piber
c4d8bba5ca
Bitmap: Allow pixel-based access ( #1855 )
2026-01-11 16:48:07 -05:00
Constantin Piber
b979db9acb
BitmapFactory: Support basic options ( #1853 )
...
* BitmapFactory: Support basic options
* Bitmap: Support querying image type
* Bitmap: Support all BufferedImage image types
Required to be able to construct a bitmap with exactly the same
parameters
2026-01-11 16:47:52 -05:00
renovate[bot]
b35c120bd1
Update dependency com.ibm.icu:icu4j to v78.2 ( #1850 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-11 16:47:40 -05:00
renovate[bot]
9e438566e4
Update dependency ch.qos.logback:logback-classic to v1.5.24 ( #1848 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-11 16:47:32 -05:00
Constantin Piber
3c518707eb
Validate that all options are documented & Document missing settings ( #1847 )
...
* gha: Validate that all options are documented
* Document missing settings
2026-01-11 16:47:26 -05:00
Constantin Piber
f8bee14808
Minor updates to Docs ( #1846 )
...
* Remove link to reference config
We don't include that any more, since it's now generated at build time
* Update outdated note regarding backup in Database section
Since #1682 , the caution block is not true anymore
2026-01-11 16:47:15 -05:00
Constantin Piber
9f60bb8f3e
Fix Kitsu to use library_id properly ( #1843 )
...
Same as mihonapp/mihon#2609
2026-01-03 12:54:49 -05:00
Mitchell Syer
7eb752654b
Shikimori tracker ( #1839 )
...
* Shikimori tracker
* Add authUrl and callback
* Add OAuth id and secret
2026-01-03 12:54:30 -05:00
renovate[bot]
a9d27acce3
Update dex2jar to v2.4.34 ( #1833 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-03 12:54:15 -05:00
renovate[bot]
3234c41333
Update dependency io.github.oshai:kotlin-logging-jvm to v7.0.14 ( #1841 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-03 12:54:04 -05:00
Weblate (bot)
339b28e7fb
Translations update from Hosted Weblate ( #1844 )
...
* Weblate translations
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Micka149 <dr.mischutckin2017@yandex.ru >
Co-authored-by: TheRay82 <raycoc1382@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-server/ru/
Translation: Suwayomi/Suwayomi-Server
* Deleted translation using Weblate (Persian)
---------
Co-authored-by: Micka149 <dr.mischutckin2017@yandex.ru >
Co-authored-by: TheRay82 <raycoc1382@gmail.com >
Co-authored-by: Syer10 <Mitchellptbo@gmail.com >
2026-01-03 12:53:53 -05:00
schroda
c624c6d860
Fix updating webui version update timestamp on manual update trigger ( #1837 )
2026-01-03 12:53:26 -05:00
Weblate (bot)
0cac39c19f
Translations update from Hosted Weblate ( #1836 )
...
* Weblate translations
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Micka149 <dr.mischutckin2017@yandex.ru >
Co-authored-by: TheRay82 <raycoc1382@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-server/ru/
Translation: Suwayomi/Suwayomi-Server
* Deleted translation using Weblate (Persian)
---------
Co-authored-by: Micka149 <dr.mischutckin2017@yandex.ru >
Co-authored-by: TheRay82 <raycoc1382@gmail.com >
Co-authored-by: Syer10 <Mitchellptbo@gmail.com >
2026-01-03 12:53:14 -05:00
renovate[bot]
37bd5c32ab
Update dependency org.jsoup:jsoup to v1.22.1 ( #1840 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-03 12:51:37 -05:00
renovate[bot]
fc02f96b18
Update twelvemonkeys to v3.13.0 ( #1832 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-03 12:51:27 -05:00
renovate[bot]
27a83c4915
Update plugin buildconfig to v6.0.7 ( #1830 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-03 12:51:21 -05:00
renovate[bot]
68006c4e68
Update dependency ch.qos.logback:logback-classic to v1.5.23 ( #1828 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-03 12:51:15 -05:00
Fred Silberberg
b97a808e7b
Implement android.util.LruCache ( #1821 )
...
* Add LruCache source from AOSP.
* Minimal changes for LruCache to compile
2025-12-17 15:28:10 -05:00
renovate[bot]
484f75374d
Update kotlin monorepo to v2.3.0 ( #1823 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-17 15:27:58 -05:00
renovate[bot]
f45f6faf96
Update dependency org.ow2.asm:asm to v9.9.1 ( #1820 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-17 15:27:51 -05:00
renovate[bot]
57fef90bc3
Update dependency com.android.tools.build:apksig to v8.13.2 ( #1814 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-17 15:27:38 -05:00
renovate[bot]
e51ccdf2f0
Update dependency ch.qos.logback:logback-classic to v1.5.22 ( #1815 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-17 15:27:32 -05:00
renovate[bot]
f39cf0f0f5
Update GitHub Artifact Actions ( #1816 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-17 15:27:24 -05:00
Kolby Moroz Liebl
817589f710
[skip ci] Bump deprecated publish workflow MacOS Version ( #1811 )
2025-12-08 21:33:32 -05:00
renovate[bot]
b6e79532a9
Update dependency org.bouncycastle:bcprov-jdk18on to v1.83 ( #1809 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-06 12:42:35 -05:00