summaryrefslogtreecommitdiffstats
path: root/platform/android/SCsub
Commit message (Expand)AuthorAgeFilesLines
* Display Server supportPouleyKetchoupp2020-04-081-2/+2
* Vulkan rendering for AndroidPouleyKetchoupp2020-04-031-1/+1
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-36/+40
* Removed unused code in android detect.py and SCsubunknown2020-03-181-3/+0
* Re-architecture of the Godot Android plugin.fhuya2020-03-051-1/+2
* Provides a base implementation of the Vulkan surface view (VkSurfaceView.kt) ...fhuya2020-03-051-1/+2
* Miscellaneous cleanup for the Android codebase:fhuya2020-03-041-0/+2
* Remove incomplete battery status/power APIRémi Verschelde2020-02-141-1/+0
* Add Android NetSocket implementation.Fabio Alessandrelli2019-12-141-0/+1
* Split the Android platform java logic into an Android library module (`lib`) ...fhuya2019-09-041-23/+1
* SCons: Generate android_source.zip during buildRémi Verschelde2019-08-291-0/+22
* Android: Style fixes to manifest and build.gradleRémi Verschelde2019-08-271-5/+4
* Android: Drop support for NDK < r15Rémi Verschelde2019-07-301-4/+3
* Removed an unused commitunknown2019-07-201-1/+0
* SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-2/+0
* Deprecate armv6 support for Androidfhuya2019-06-191-3/+1
* Android now (optionally) builds the template when exportingJuan Linietsky2019-04-071-108/+0
* Remove unused importsHendrikto2019-04-061-1/+0
* Restructuring glue code to make it easier to extendBastiaan Olij2019-04-051-1/+3
* Android: Add support for x86_64 architectureRémi Verschelde2019-01-161-0/+2
* Android: Better identify thirdparty C/C++ codeRémi Verschelde2018-12-201-10/+1
* Fix lint error/warning while building android templatevolzhs2018-12-181-1/+1
* Remove obsolete ANDROID_NATIVE_ACTIVITYBastiaan Olij2018-12-021-3/+0
* Fix warnings in Android platformRémi Verschelde2018-10-031-3/+11
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-7/+3
* add support libc++_shared stl on androidRidwan Abdul Hafidh2018-08-231-0/+6
* added 'android_add_asset_dir('...') method to Android module gradle build configPatrick Kaster2018-07-051-1/+4
* Properly closing all files in Python codeViktor Ferenczi2018-03-111-10/+10
* Update android build tool to latestvolzhs2018-01-031-1/+1
* disable caching for targets using helper functionsRhody Lugo2017-11-281-2/+1
* use the same cache for all branches for appveyorRhody Lugo2017-11-281-2/+2
* flatDir support [Android]Ramesh Ravone2017-10-071-1/+11
* Set Android minSdkVersion to 18Ruslan Mustakov2017-09-201-4/+4
* Make build scripts Python3 compatibleMatthias Hoelzl2017-08-271-5/+6
* Add support for ARMv8 (64-bit) on AndroidPedro J. Estébanez2017-07-251-0/+2
* Android: avoiding duplicates in build.gradleRamesh Ravone2017-04-101-3/+3
* Android: Support to change minSdkVersion (#8313)Ramesh Ravone2017-04-091-0/+14
* Export template management dialog.Juan Linietsky2017-03-211-2/+2
* android: adding classpath and gradle pluginsRamesh Mani Maran2017-03-181-2/+10
* support for multiple maven urlRamesh Mani Maran2017-03-051-2/+3
* Add API to access battery power stateJulian Murgia2017-03-041-0/+1
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-011-42/+42
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-011-37/+37
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-171-0/+2
* Merge pull request #5077 from RandomShaper/improve-android-buildJuan Linietsky2016-07-101-1/+19
|\
| * Make Android build smarter (SCons + Gradle)Pedro J. Estébanez2016-06-271-1/+19
* | Add android_add_default_config for config.pyvolzhs2016-07-071-0/+6
|/
* fix unexpected char: '\' error on windowsvolzhs2016-05-241-3/+3
* fix gradle build on windowsvolzhs2016-03-021-1/+1
* Fix maven repositories bugmrezai2016-01-091-2/+5