Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-03 | Android: Fix manifest parsing and APK names in export code | Rémi Verschelde | |
A better fix would be to make Godot's export code properly parse the tag over multiple lines (and maybe even use XMLParser instead of doing it ad-hoc?). As for the APK names, we could alternatively pick the first .apk found in the `debug` and `release` folders without expecting a specific name. Fixes #32414. | |||
2019-09-24 | Fix copyright headers and style issues | Rémi Verschelde | |
2019-09-04 | Split the Android platform java logic into an Android library module (`lib`) ↵ | fhuya | |
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'). |