Conversation
Conflicts: CHANGELOG
merge fork with updated upstream
…oid-library Create library and set up publishing task
#239 ReLinker should be used to load library
Generate the pom file from gradle
This is needed to be able to publish new build of the same version on bintray.
Win kiwix serve
Fix join
Add execution permission to a few scripts
Android is a specific wrapper. Java is another one.
The kiwixlib java wrapper unit test can be run manually via the src/wrapper/java/org/kiwix/testing/compile_test.sh script. The test ZIM files in src/wrapper/java/org/kiwix/testing were created using the create_test_zimfiles. They must be updated/re-generated and committed in git whenever their source data or the create_test_zimfiles script changes. Note: small.zim.embedded is not used at this point, it was created for testing the enhancement coming in a few commits.
... and a corresponding unit test
Opening ZIM archives by file descriptor (as well as embedded ZIM archives) is not supported under Windows.
JNI interface to opening ZIM archives (including embedded ones) by fd
Support for book categories in OPDS feed
Fix Libkiwix Github repository URLS
This commit merge a pruned version of libkiwix repository to keep only android/java wrapper. libkiwix version 10.1.1 is the last version of libkiwix with the java wrapper The command used to prune the libkiwix repository was : git-filter-repo --path-rename src/android/:src/wrapper/android/ --path android-kiwix-lib-publisher/ --path src/wrapper/ --tag-rename '':'libkiwix_' --no-ff
da45977 to
53415d8
Compare
kelson42
approved these changes
Jun 29, 2022
gouri-panda
approved these changes
Jun 29, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR add in
java-libkiwixthe wrapper part oflibkiwix.This has be made using
git-filter-repotools this way:git-filter-repo --path-rename src/android/:src/wrapper/android/ --path android-kiwix-lib-publisher/ --path src/wrapper/ --tag-rename '':'libkiwix_' --no-ffThe resulting repository, containing only java/android code has simply been merged in main.
This PR made no attempt to have a functional wrapper or compilation code.