321 Commits

Author SHA1 Message Date
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
Emmanuel Engelhart
33044e4dea
Fix error message 2024-05-02 17:16:02 +02:00
Emmanuel Engelhart
5396f361f8
Update workflow actions 2024-05-02 15:48:24 +02:00
Emmanuel Engelhart
a24e6fff02
use libzim 9.2.1 2024-05-02 13:25:34 +02:00
Kelson
f21f37925c
Merge pull request #91 from kiwix/release-2.1.0
Release 2.1.0
2.1.0
2024-04-22 19:32:42 +02:00
Emmanuel Engelhart
c8bbf2f216
Add 2.1.0 Changelog 2024-04-22 19:27:23 +02:00
Emmanuel Engelhart
d66a545c5d
Bump-up version to 2.1.0 2024-04-22 19:24:11 +02:00
Kelson
6109a7a962
Merge pull request #87 from kiwix/fds_archive
Allow `zim::Archive` to be created with a set of File descriptor.
2024-04-22 15:12:17 +02:00
Matthieu Gautier
d2ace702df Update tests. 2024-04-22 11:07:23 +02:00
Matthieu Gautier
1d49be8b99 Do not catch (and hide) exception inner exception. 2024-04-22 11:05:57 +02:00
Matthieu Gautier
6c0e60c9c8 fixup! Allow zim::Archive to be created with a set of File descriptor. 2024-04-22 11:05:23 +02:00
Matthieu Gautier
8d684cee8e Allow zim::Archive to be created with a set of File descriptor. 2024-04-22 08:14:04 +02:00
Kelson
9c525840ab
Merge pull request #88 from kiwix/update-libzim-libkiwix-versions
Use libzim 9.2.0
2024-04-20 14:15:00 +02:00
MohitMaliFtechiz
3eabde7434 Fixed testNonExistant test. 2024-04-20 17:35:53 +05:30
Emmanuel Engelhart
e867bdbf30
Use libzim 9.2.0 2024-04-20 13:57:05 +02:00
Matthieu Gautier
0e6ef846d7
Merge pull request #85 from kiwix/bookmarks_migrations 2024-02-26 13:51:40 +01:00
Matthieu Gautier
fa44690eb7 Wrap new methods in kiwix::Library.
- migrateBookmarks
- getBestTargetBookId
2024-02-26 13:46:40 +01:00
Matthieu Gautier
2eb8aa5096 Wrap new methods in libkiwix::Bookmark.
- setBookName, getBookName
- setBookFlavour, getBookFlavour
2024-02-26 13:44:27 +01:00
Kelson
1aeb14415a
Merge pull request #86 from kiwix/use-libkiwix-13.1.0
Use libkiwix 13.1.0
2024-02-25 16:39:01 +01:00
Emmanuel Engelhart
324cfd6f40
Use libkiwix 13.1.0 2024-02-25 16:35:10 +01:00
Kelson
5d08926048
Merge pull request #83 from kiwix/version-2.0.0
Version 2.0.0
2.0.0
2024-02-05 18:56:34 +01:00
Emmanuel Engelhart
a16d45a0b1
Version 2.0.0 2024-02-05 18:56:11 +01:00
Kelson
5af7fa73f6
Merge pull request #82 from kiwix/update-changelog
Update Changelog before release
2024-02-05 18:52:38 +01:00
Emmanuel Engelhart
8f58782027
Add badge for the continuous deployment 2024-02-05 18:51:27 +01:00
Emmanuel Engelhart
99d3c07dcb
Rename CD workflow 2024-02-05 18:49:18 +01:00
Emmanuel Engelhart
23ed9b251e
Update Changelog before release 2024-02-05 18:46:58 +01:00
Matthieu Gautier
843e628348
Merge pull request #81 from kiwix/fix_local_ref
Do not keep localRef to object once it is added to an array.
2024-02-05 11:18:04 +01:00
Matthieu Gautier
3f58dc2ecf Do not keep localRef to object once it is added to an array.
Fix #80
2024-02-02 15:14:36 +01:00
Matthieu Gautier
4a8e966e5d
Merge pull request #79 from kiwix/release-1.0.2
Release 1.0.2
2024-01-18 16:56:58 +01:00
MohitMaliFtechiz
27142113ff Upgraded the libkiwix to latest version.
* Improved the code to extract the actual version if the archive is from the second build.
2024-01-18 20:48:06 +05:30
MohitMaliFtechiz
c94b385ceb Changing the libkiwix version according to the official release available on the libkiwix repo. 2024-01-18 19:00:34 +05:30