index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
platform
/
android
/
SCsub
Commit message (
Expand
)
Author
Age
Files
Lines
*
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
*
Fix the `generate_apk` logic when `dev_build` or `debug_symbols` are enabled
Fredia Huya-Kouadio
2024-07-29
1
-19
/
+12
*
Update pre-commit hooks configuration to use `ruff` instead of `black`
Jakub Marcowski
2024-05-21
1
-1
/
+2
*
Merge pull request #91339 from TCROC/windows-apk-build-fix
Rémi Verschelde
2024-05-01
1
-4
/
+16
|
\
|
*
added fix for android build on windows
Travis Lange
2024-04-29
1
-4
/
+16
*
|
SCons: Colorize warnings/errors during generation
Thaddeus Crews
2024-04-28
1
-1
/
+2
|
/
*
Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...
Dario
2024-02-12
1
-1
/
+1
*
Add `generate_apk=yes` to generate an APK after building
Hugo Locurcio
2023-12-13
1
-0
/
+28
*
Style: Harmonize header includes in platform ports
Rémi Verschelde
2023-06-08
1
-1
/
+1
*
Update the gradle build tasks to generate play store builds.
Fredia Huya-Kouadio
2023-04-27
1
-1
/
+4
*
Fix the gradle build configuration for the Android platform following https:/...
Fredia Huya-Kouadio
2022-10-05
1
-3
/
+3
*
SCons: Unify tools/target build type configuration
Rémi Verschelde
2022-09-26
1
-5
/
+5
*
Unify bits, arch, and android_arch into env["arch"]
Aaron Franke
2022-08-25
1
-4
/
+4
*
Add full support for Android scoped storage.
Fredia Huya-Kouadio
2022-07-05
1
-0
/
+1
*
Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...
bruvzg
2022-04-28
1
-0
/
+1
*
Android port of the Godot Editor
Fredy Huya-Kouadio
2022-03-28
1
-2
/
+9
*
Include the `godot_plugin_jni.cpp` file into the `platform/android/SCsub` file
Fredia Huya-Kouadio
2022-01-26
1
-0
/
+1
*
Switch to input buffering on Android
Pedro J. Estébanez
2021-08-13
1
-0
/
+1
*
Remove unused AudioDriverAndroid from Android
Marcel Admiraal
2021-06-10
1
-1
/
+0
*
SCons: Add explicit dependencies on thirdparty code in cloned env
Rémi Verschelde
2020-12-18
1
-1
/
+5
*
Remove unused FileAccessJAndroid.
Fabio Alessandrelli
2020-12-09
1
-1
/
+0
*
Android: Allow Mouse Capture
thebestnom
2020-12-08
1
-0
/
+1
*
Display Server support
PouleyKetchoupp
2020-04-08
1
-2
/
+2
*
Vulkan rendering for Android
PouleyKetchoupp
2020-04-03
1
-1
/
+1
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
1
-36
/
+40
*
Removed unused code in android detect.py and SCsub
unknown
2020-03-18
1
-3
/
+0
*
Re-architecture of the Godot Android plugin.
fhuya
2020-03-05
1
-1
/
+2
*
Provides a base implementation of the Vulkan surface view (VkSurfaceView.kt) ...
fhuya
2020-03-05
1
-1
/
+2
*
Miscellaneous cleanup for the Android codebase:
fhuya
2020-03-04
1
-0
/
+2
*
Remove incomplete battery status/power API
Rémi Verschelde
2020-02-14
1
-1
/
+0
*
Add Android NetSocket implementation.
Fabio Alessandrelli
2019-12-14
1
-0
/
+1
*
Split the Android platform java logic into an Android library module (`lib`) ...
fhuya
2019-09-04
1
-23
/
+1
*
SCons: Generate android_source.zip during build
Rémi Verschelde
2019-08-29
1
-0
/
+22
*
Android: Style fixes to manifest and build.gradle
Rémi Verschelde
2019-08-27
1
-5
/
+4
*
Android: Drop support for NDK < r15
Rémi Verschelde
2019-07-30
1
-4
/
+3
*
Removed an unused commit
unknown
2019-07-20
1
-1
/
+0
*
SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines
Rémi Verschelde
2019-07-03
1
-2
/
+0
*
Deprecate armv6 support for Android
fhuya
2019-06-19
1
-3
/
+1
*
Android now (optionally) builds the template when exporting
Juan Linietsky
2019-04-07
1
-108
/
+0
*
Remove unused imports
Hendrikto
2019-04-06
1
-1
/
+0
*
Restructuring glue code to make it easier to extend
Bastiaan Olij
2019-04-05
1
-1
/
+3
*
Android: Add support for x86_64 architecture
Rémi Verschelde
2019-01-16
1
-0
/
+2
*
Android: Better identify thirdparty C/C++ code
Rémi Verschelde
2018-12-20
1
-10
/
+1
*
Fix lint error/warning while building android template
volzhs
2018-12-18
1
-1
/
+1
*
Remove obsolete ANDROID_NATIVE_ACTIVITY
Bastiaan Olij
2018-12-02
1
-3
/
+0
*
Fix warnings in Android platform
Rémi Verschelde
2018-10-03
1
-3
/
+11
*
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-09-28
1
-7
/
+3
*
add support libc++_shared stl on android
Ridwan Abdul Hafidh
2018-08-23
1
-0
/
+6
*
added 'android_add_asset_dir('...') method to Android module gradle build config
Patrick Kaster
2018-07-05
1
-1
/
+4
*
Properly closing all files in Python code
Viktor Ferenczi
2018-03-11
1
-10
/
+10
[next]