summaryrefslogtreecommitdiffstats
path: root/platform/android/SCsub
Commit message (Expand)AuthorAgeFilesLines
* Fix the gradle build configuration for the Android platform following https:/...Fredia Huya-Kouadio2022-10-051-3/+3
* SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-5/+5
* Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-251-4/+4
* Add full support for Android scoped storage.Fredia Huya-Kouadio2022-07-051-0/+1
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-0/+1
* Android port of the Godot EditorFredy Huya-Kouadio2022-03-281-2/+9
* Include the `godot_plugin_jni.cpp` file into the `platform/android/SCsub` fileFredia Huya-Kouadio2022-01-261-0/+1
* Switch to input buffering on AndroidPedro J. Estébanez2021-08-131-0/+1
* Remove unused AudioDriverAndroid from AndroidMarcel Admiraal2021-06-101-1/+0
* SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde2020-12-181-1/+5
* Remove unused FileAccessJAndroid.Fabio Alessandrelli2020-12-091-1/+0
* Android: Allow Mouse Capture thebestnom2020-12-081-0/+1
* 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