Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split the Android platform java logic into an Android library module (`lib`) ↵ | fhuya | 2019-09-04 | 1 | -0/+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'). | ||||
* | Fix lint error/warning while building android template | volzhs | 2018-12-18 | 1 | -0/+0 |
| | |||||
* | Optimize images losslessly using `oxipng -o6 --strip all --zopfli` | Hugo Locurcio | 2018-06-28 | 1 | -0/+0 |
| | |||||
* | Fixed iCCp chunk in pngs | J08nY | 2016-06-22 | 1 | -0/+0 |
| | | | | neccesary for libpng 1.6.27 to work silently | ||||
* | -Removed ANT build system for Android, as it was deprecated by Google | Juan Linietsky | 2016-01-08 | 1 | -0/+0 |
-Added new Gradle build system, as it is the required build system |