Project Update for Modern Android Development & Enhanced Compatibility#5
Open
keiji wants to merge 34 commits intoThalesGroup:masterfrom
Open
Project Update for Modern Android Development & Enhanced Compatibility#5keiji wants to merge 34 commits intoThalesGroup:masterfrom
keiji wants to merge 34 commits intoThalesGroup:masterfrom
Conversation
- Updated Gradle to version 8.7 - Updated Android compile and target SDK to 34 - Updated NDK version to 23.0.7344513 - Updated CMake version to 3.22.1 - Removed Bintray publishing configuration - Refactored CMakeLists.txt to use modern CMake practices - Updated AndroidManifest. xml to meet modern Android requirements
- Upgraded androidx.annotation to 1.8.2 - Upgraded androidx.test.ext:junit to 1.2.1 - Upgraded androidx.test.espresso:espresso-core to 3.6.1
Android Developers - Support 16 KB page sizes https://developer.android.com/guide/practices/page-sizes
- Added metadata to the Maven publication, including project description, URL, license, developer information, and SCM details. - Ensured that the publication process depends on the assemble task.
- Updated group ID to 'dev.keiji.jp2'. - Updated project description and URLs to reflect the fork. - Added maintainer information.
Added ARIYAMA Keiji to copyright notice in LICENSE.
Author
|
Thank you for developing the Android bindings. I have published the binaries based on this Pull Request to Maven Central. Please let me know if you plan to continue development on this project. I would be happy to see the projects merged and contribute to it in that case. |
Bump openjpeg version
Bump library version to 1.0.5
|
@keiji legend! Thank you! |
The project has moved to a new repository and this one is archived. Updated README to reflect the new project location and express gratitude to the original project.
Update README to reflect project relocation
Update LICENSE
…to modernize_project
Also fix comment indentation.
Author
|
I fixed the PR as it was broken due to a mistake during the upstream merge. |
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 Pull Request brings several key improvements to the project:
Modernization & Compatibility
Updated the entire project to build seamlessly with the latest Android Studio version, ensuring a smooth development experience.
Update minSdkVersion to 21 to support NDK 27 requirement.
Added support for 16kb page sizes, a feature planned for introduction in Android 15 and later, enhancing future compatibility and potential performance gains.
https://developer.android.com/guide/practices/page-sizes
Instead of including OpenJPEG directly in the source tree, I've set it up to sync as a Git submodule. This clarifies exactly which commit of the OpenJPEG project is being used and should make it easier to incorporate updates.
Maven Central Publication
Adjusted the maven-publish plugin configuration to enable seamless publication of the library on Maven Central, making it easily accessible to developers.
These changes modernize the project, improve compatibility with upcoming Android versions, and streamline the process of sharing the library with the wider development community.