The Great Android Update of 2025#8342
Merged
danoli3 merged 324 commits intoopenframeworks:masterfrom Mar 13, 2025
Merged
Conversation
- After Pause now will hold last frame of OFGLSurfaceView if context is destroyed, will not render again, allowing last frame of destroyed context to display until new OFGLSurfaceView is established and firstFrame drawn - Preventing long empty screens - Fixes App Launch offscreen where FrameLayout == 0 causing graphics corruption on Resume
…s fix and this causes problem
… C Functions - Changed Static Call to LoadLibrary to ReLinker as recommended by Google
…ppWindow explicitly to move this to main.cpp as Release mode invalidating approach
- Fix External SD Card Location Position determination (correct now to Android data path for App / Package Name) - Detect numerous past of installed SD or mount point locations - Check for package directory - Move Data from old to new - Can be customised post path incase of /data/ pre 0.7
…ss key events on Update/Draw thread for lower latency and more consistent input control
…GLConfig selections - Key Event Function
… Implemented onGenericMotion Event
Member
Author
TODO:
|
Member
Author
|
ofVboMesh changes PR -> #8348 |
Member
|
@danoli3 this looks good to merge on my end. |
Member
Author
Member
Author
|
okay project Gradle all linked up working. Just got core to compile again with latest Now just to update example template and PG to fix. Also have ANGLE cooking in the background here as well |
Member
Author
Member
Author
|
Okay this is ready to go! Minus the issues with projectGenerator for Android! Manually copying the template into myApps and building works, example tests and PG to fix |
Member
Author
|
I'm going to merge so we can trace any bugs but I believe the core is clean of any changes amongst all these commits most is kept to ofAndroid |
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.


The Great Android Update of 2025
#2025
28.0.130041082024 Update
PR - #8020
Updated and rebased onto of merge.
Most of this work was completed as apart of Super Hexagon Android Port and is active and live (super stable)
Big ups @TerryCavanagh
The Original Android Update 2021/2022
PR: #6767
Android Studio 2020.3.1 Support
Android Bug Fixes