-
Notifications
You must be signed in to change notification settings - Fork 49
Project Update for Modern Android Development & Enhanced Compatibility #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
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.
|
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.
|
I fixed the PR as it was broken due to a mistake during the upstream merge. |
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.