pandemonium_engine/platform/android/java/lib
Relintai deec900b5e Ported: Update the logic used to start / stop the GL thread
Currently the GL thread is started / stopped when the activity is respectively resumed / paused. However, according to the `GLSurfaceView` documentation, this should be done instead when the activity is started / stopped, so this change updates the start / stop logic for the GL thread to match the documentation.
- m4gr3d
194452bf38
2024-02-08 22:10:48 +01:00
..
aidl/com/android/vending/licensing Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
patches Fix the android lib's package locations. 2023-08-27 22:56:41 +02:00
res Ported: Implement file provider capabilities. The previously used file sharing api was restricted after Android N causing the engine to crash whenever used on devices running Android N or higher. 2023-02-07 02:58:31 +01:00
src Ported: Update the logic used to start / stop the GL thread 2024-02-08 22:10:48 +01:00
AndroidManifest.xml Fix the android lib's package locations. 2023-08-27 22:56:41 +02:00
build.gradle Ported: Ensure Android Java and Kotlin compile to the same version - madmiraal 2022-07-29 08:35:59 +02:00
THIRDPARTY.md Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00