MohitMaliFtechiz
fc5151e23a
Merge pull request #118 from kiwix/release_2.2.4
...
Release `2.2.4`
2.2.4
2025-01-27 17:42:31 +05:30
MohitMaliFtechiz
4ac2217ea1
Updated the CHANGELOG
file.
2025-01-27 17:37:31 +05:30
MohitMaliFtechiz
7421538036
Upgraded the java-libkiwix version to 2.2.4
.
2025-01-27 17:37:31 +05:30
MohitMaliFtechiz
260f815f74
Release 2.2.3
...
* Upgraded the libkiwix version to `14.0.0-1`.
2025-01-27 17:37:31 +05:30
MohitMaliFtechiz
719a3106c4
Merge pull request #116 from kiwix/fix_native_crash_on_android
...
Fixed the native crash happening on Android.
2025-01-27 17:35:15 +05:30
MohitMaliFtechiz
d7c38990df
Corrected the error message.
2025-01-27 16:34:41 +05:30
MohitMaliFtechiz
c5de943905
Fixed the native crash happening on Android.
...
* Improved the `getPtr` method to throw a `NativeHandleDisposedException` when a native object is `nullptr`, updated the `CATCH_EXCEPTION` macro to handle this exception by mapping it to `java.lang.IllegalStateException`, and ensured proper error handling to prevent crashes when accessing disposed objects.
2025-01-27 16:14:36 +05:30
MohitMaliFtechiz
4c6dadba84
Merge pull request #115 from kiwix/release_2.2.3
...
Release `2.2.3`
2.2.3
2024-10-14 18:44:11 +05:30
MohitMaliFtechiz
72b70aff67
Updated the CHANGELOG
file, and corrected the minor issue in the CHANGELOG
file.
2024-10-14 18:37:17 +05:30
MohitMaliFtechiz
6a60864ed1
Upgraded the java-libkiwix version to 2.2.3
.
2024-10-14 18:30:16 +05:30
MohitMaliFtechiz
f1a91aa197
Upgraded the libkiwix, and libzim versions.
...
* Upgraded the libkiwix to `14.0.0`.
* Upgraded the libzim version to `9.2.3-2`.
2024-10-14 18:26:16 +05:30
Kelson
0d0f67b908
Merge pull request #113 from kiwix/release-2.2.2
...
Release 2.2.2
2.2.2
2024-08-29 11:43:47 +00:00
Emmanuel Engelhart
dfc473e1f2
Add changelog for 2.2.2
2024-08-29 13:35:12 +02:00
Emmanuel Engelhart
02577714ff
use libzim 9.2.3-1
2024-08-29 13:29:57 +02:00
Emmanuel Engelhart
4a20fb8485
Bump-up version to 2.2.2
2024-08-29 13:28:04 +02:00
Kelson
15e2d09712
Merge pull request #109 from kiwix/release_2.2.1
...
Release 2.2.1
2.2.1
2024-07-02 17:03:37 +02:00
MohitMaliFtechiz
cc64d2f49e
Fixed lint issue while compiling the project.
2024-07-02 17:03:27 +02:00
Matthieu Gautier
b9cf818cce
Update test with new error message
2024-07-02 17:03:27 +02:00
Matthieu Gautier
1188219fcb
Use last build of libkiwix
2024-07-02 17:03:27 +02:00
Emmanuel Engelhart
568c169d7f
2.2.1 Changelog
2024-07-02 17:03:27 +02:00
Emmanuel Engelhart
8f098924e9
Bump-up version to 2.2.1
2024-07-02 17:03:27 +02:00
Emmanuel Engelhart
4f530b3f09
Use libzim 9.2.2
2024-07-02 17:03:27 +02:00
Kelson
7bf2836dff
Merge pull request #110 from kiwix/updated_readme_for_java_version
...
Updated the README file to show the required `Java version` to compile the project.
2024-06-27 07:05:00 +02:00
MohitMaliFtechiz
3b103f6718
Updated the README file to show the required Java version to compile the project.
2024-06-26 11:19:05 +05:30
MohitMaliFtechiz
29f194f733
Merge pull request #107 from kiwix/update_changelog_file
...
Updated the CHANGELOG file.
2.2.0
2024-06-07 10:55:47 +05:30
MohitMaliFtechiz
1e72d8c9f6
Updated the CHANGELOG file as we have fixed the broken CD, so this change should be added to the CHANGELOG file.
2024-06-07 10:52:24 +05:30
MohitMaliFtechiz
0cc473aee4
Merge pull request #106 from kiwix/Fixes#105
...
Fixed: CD is failing because there are multiple jar and sources files to upload.
2024-06-07 10:52:06 +05:30
MohitMaliFtechiz
1d9ba41d6a
Fixed: CD is failing because there are multiple jar and sources files to upload.
...
* It was due to we had upgraded the Nexus plugin while upgrading the gradle. So this new version of Nexus generates the sources and jar files itself, and we have a task where we are generating the sources and jar so due to this it detected the multiple jar and sources files and failed the CD. So we have removed our task so that the Nexus plugin will generate and upload the jar and source files itself.
2024-06-07 10:45:53 +05:30
MohitMaliFtechiz
cd8ac21167
Merge pull request #104 from kiwix/Fixes#103
...
Fixed: The CD is failing because the new gradle version gives an error for the lib:generateMetadataFileForReleasePublication task.
2024-06-06 18:17:37 +05:30
MohitMaliFtechiz
3bdbdbdd53
Fixed: The CD is failing because the new gradle version gives an error for the lib:generateMetadataFileForReleasePublication task.
...
* The issue occurred because `generateMetadataFileForReleasePublication` uses the output of the `androidSourcesJar` task, but no dependency was declared on this task. This can lead to incorrect results being produced due to the tasks executing in the wrong order. To fix this, we added an explicit dependency on the `GenerateModuleMetadata` tasks, ensuring that all `GenerateModuleMetadata` tasks run after the `androidSourcesJar` task.
2024-06-06 18:06:27 +05:30
MohitMaliFtechiz
374f2932a5
Merge pull request #102 from kiwix/add_minor_fix_in_changelog
...
Updated CHANGELOG file.
2024-06-06 17:21:40 +05:30
MohitMaliFtechiz
0c3c620258
Added broken CD fix change in CHANGELOG file.
2024-06-06 17:17:20 +05:30
MohitMaliFtechiz
1792daee3f
Merge pull request #101 from kiwix/Fixes#100
...
Fixed: CD is failing.
2024-06-06 17:16:54 +05:30
MohitMaliFtechiz
1c06e33fcb
Fixed: CD is failing.
...
* It was because we were using java 11 in CD, and now our project requires java 17 to run.
2024-06-06 17:01:41 +05:30
MohitMaliFtechiz
28962b5718
Merge pull request #99 from kiwix/update_changelog_for_2.2.0
...
Release `2.2.0`.
2024-06-06 16:50:36 +05:30
MohitMaliFtechiz
c2d256b083
Updated CHANGELOG file for version 2.2.0
.
...
* Bump-up version to `2.2.0`.
2024-06-06 16:45:30 +05:30
Kelson
4601d78398
Merge pull request #98 from kiwix/new-libkiwix-libzim-builds
...
Use libzim 9.2.1-1 & libkiwix 13.1.0-3
2024-06-06 12:18:45 +02:00
MohitMaliFtechiz
4747f3a3e5
Use linux build in place of manylinux.
2024-06-06 15:34:26 +05:30
Emmanuel Engelhart
e98bd8bd8c
Use manylinux build in place of bionic
2024-06-05 20:42:49 +02:00
Emmanuel Engelhart
349c125d7e
Use libzim 9.2.1-1 & libkiwix 13.1.0-3
2024-06-05 20:38:38 +02:00
Kelson
7fc2c1af6d
Merge pull request #97 from kiwix/Fix#90
...
Added support for SDK 34.
2024-05-13 16:28:45 +02:00
MohitMaliFtechiz
ad78cf2341
Enabled the lint in our project to avoid potential errors. The lint will automatically fail the CI when compiling the project if there is any error in project.
2024-05-13 18:56:00 +05:30
MohitMaliFtechiz
e4971c670e
Upgraded nexus-plugin to 2.0.0
.
...
* Changed the minimum SDK version to 24.
2024-05-13 16:51:48 +05:30
MohitMaliFtechiz
21b5288cfd
Upgraded Gradle to 8.1.3
.
2024-05-13 16:43:41 +05:30
MohitMaliFtechiz
ab98924400
Added support for SDK 34.
...
* Upgraded the gradle to support the Android 14.
* Made the changes in code to adapt the new gradle.
* Rectify the deprecated code that are not working in new version of gradle.
2024-05-13 15:59:00 +05:30
Kelson
40f17fd0e6
Merge pull request #95 from kiwix/release_2.2.1
...
Release 2.2.1
2.1.1
2024-05-03 15:25:24 +02:00
Emmanuel Engelhart
e5d782b672
Update Changelog for 2.1.1
2024-05-03 14:57:39 +02:00
Emmanuel Engelhart
dbd33217e1
Bump-up version to 2.1.1
2024-05-03 14:54:35 +02:00
Kelson
9510dd308f
Merge pull request #94 from kiwix/libzim_9.2.1
...
Use libzim 9.2.1
2024-05-02 17:28:11 +02:00
Emmanuel Engelhart
7391792435
Add CODECOV_TOKEN usage
2024-05-02 17:20:26 +02:00