-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
The Great Android Update of 2025 #8342
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
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
TODO:
|
ofVboMesh changes PR -> #8348 |
@danoli3 this looks good to merge on my end. |
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 |
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 |
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 |
The Great Android Update of 2025
#2025
28.0.13004108
2024 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