summaryrefslogtreecommitdiffstats
path: root/platform/android/java/src/org/godotengine/godot/GodotInstrumentation.java
Commit message (Collapse)AuthorAgeFilesLines
* Split the Android platform java logic into an Android library module (`lib`) ↵fhuya2019-09-041-50/+0
| | | | | | and an application module (`app`). The application module `app` serves double duties of providing the prebuilt Godot binaries ('android_debug.apk', 'android_release.apk') and the Godot custom build template ('android_source.zip').
* Restart game on GL context loss on AndroidPedro J. Estébanez2019-03-061-0/+50
Bonus: Remove useless old code about reload hooks Fixes #22955.