summaryrefslogtreecommitdiffstats
path: root/platform/android/SCsub
Commit message (Expand)AuthorAgeFilesLines
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Fix the `generate_apk` logic when `dev_build` or `debug_symbols` are enabledFredia Huya-Kouadio2024-07-291-19/+12
* Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-211-1/+2
* Merge pull request #91339 from TCROC/windows-apk-build-fixRémi Verschelde2024-05-011-4/+16
|\
| * added fix for android build on windowsTravis Lange2024-04-291-4/+16
* | SCons: Colorize warnings/errors during generationThaddeus Crews2024-04-281-1/+2
|/
* Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...Dario2024-02-121-1/+1
* Add `generate_apk=yes` to generate an APK after buildingHugo Locurcio2023-12-131-0/+28
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-1/+1
* Update the gradle build tasks to generate play store builds.Fredia Huya-Kouadio2023-04-271-1/+4
* 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