From fef7ffd46633163c9e5c19a61500472ba24b17a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 18:42:36 +0000 Subject: [PATCH 1/2] chore(deps): bump io.github.awxkee:jxl-coder-glide from 2.3.0.1 to 2.5.1 Bumps [io.github.awxkee:jxl-coder-glide](https://github.com/awxkee/jxl-coder-glide) from 2.3.0.1 to 2.5.1. - [Release notes](https://github.com/awxkee/jxl-coder-glide/releases) - [Commits](https://github.com/awxkee/jxl-coder-glide/compare/2.3.0.1...2.5.1) --- updated-dependencies: - dependency-name: io.github.awxkee:jxl-coder-glide dependency-version: 2.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a4a1fd1cb..69acb9623 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -25,7 +25,7 @@ androidImageCropper = "4.6.0" animationAndroid = "3.0.5" glideCompiler = "5.0.5" zjupureWebpdecoder = "2.7.4.16.0" -jxlDecoder = "2.3.0.1" +jxlDecoder = "2.5.2" gestureviews = "e706487a14" androidsvgAar = "1.4" androidphotofilters = "193f2ae509" From 8de065528c8312b5d7f3fece91a9dc14e8ed6646 Mon Sep 17 00:00:00 2001 From: Naveen Singh <36371707+naveensingh@users.noreply.github.com> Date: Mon, 27 Oct 2025 01:05:20 +0530 Subject: [PATCH 2/2] docs: update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26883419d..f00c351bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed overlap between extended details and bottom actions ([#418]) +- Fixed loading big JXL images ([#622]) ## [1.7.0] - 2025-10-16 ### Added @@ -198,6 +199,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#565]: https://github.com/FossifyOrg/Gallery/issues/565 [#567]: https://github.com/FossifyOrg/Gallery/issues/567 [#621]: https://github.com/FossifyOrg/Gallery/issues/621 +[#622]: https://github.com/FossifyOrg/Gallery/issues/622 [#630]: https://github.com/FossifyOrg/Gallery/issues/630 [#642]: https://github.com/FossifyOrg/Gallery/issues/642 [#648]: https://github.com/FossifyOrg/Gallery/issues/648