..
api
Style: Replace header guards with `#pragma once`
2025-03-07 17:33:47 -06:00
doc_classes
Merge pull request #106447 from kojurohan42/instant-build
2025-06-12 23:32:38 +02:00
export
Merge pull request #106709 from m4gr3d/fix_transparency_flags
2025-06-12 23:32:44 +02:00
java
Merge pull request #106709 from m4gr3d/fix_transparency_flags
2025-06-12 23:32:44 +02:00
plugin
Style: Replace header guards with `#pragma once`
2025-03-07 17:33:47 -06:00
variant
Style: Replace header guards with `#pragma once`
2025-03-07 17:33:47 -06:00
.editorconfig
Style: Unify `.editorconfig` logic
2025-01-12 08:49:01 -06:00
README.md
update logo/run icon path in README
2025-03-10 12:03:41 +06:00
SCsub
SCons: Begin decoupling generation & build code
2025-04-25 08:23:01 -05:00
android_input_handler.cpp
Core: Add dedicated `BitField` template
2025-04-11 11:53:26 -05:00
android_input_handler.h
Core: Add dedicated `BitField` template
2025-04-11 11:53:26 -05:00
android_keys_utils.cpp
…
android_keys_utils.h
Style: Replace header guards with `#pragma once`
2025-03-07 17:33:47 -06:00
audio_driver_opensl.cpp
Core: Modernize C headers with C++ equivalents
2025-05-02 08:23:01 -05:00
audio_driver_opensl.h
Style: Replace header guards with `#pragma once`
2025-03-07 17:33:47 -06:00
detect.py
Fix Android build files joining paths without join
2025-06-09 10:37:54 -04:00
dialog_utils_jni.cpp
Android: Implement support for native dialog
2025-01-14 15:03:14 +05:30
dialog_utils_jni.h
Style: Replace header guards with `#pragma once`
2025-03-07 17:33:47 -06:00
dir_access_jandroid.cpp
Clean up some uses of `String::substr`
2025-03-07 14:50:38 +01:00
dir_access_jandroid.h
Core: Modernize C headers with C++ equivalents
2025-05-02 08:23:01 -05:00
display_server_android.cpp
Fix transparency background issue on Android
2025-06-02 22:45:16 -07:00
display_server_android.h
Fix transparency background issue on Android
2025-06-02 22:45:16 -07:00
file_access_android.cpp
[FileAccess] Implement `get_size` and `get_access_time` methods.
2025-03-09 16:07:00 +02:00
file_access_android.h
Core: Modernize C headers with C++ equivalents
2025-05-02 08:23:01 -05:00
file_access_filesystem_jandroid.cpp
Use `append_` instead of `parse_` for `String` methods.
2025-03-27 17:51:02 +01:00
file_access_filesystem_jandroid.h
add GDSOFTCLASS to FileAccess and DirAccess derived classes
2025-04-09 11:52:50 -07:00
game_menu_utils_jni.cpp
Add support for "Mute Game" toggle in the Android Editor
2025-03-21 01:33:38 +05:30
game_menu_utils_jni.h
Add support for "Mute Game" toggle in the Android Editor
2025-03-21 01:33:38 +05:30
java_class_wrapper.cpp
JavaClassWrapper: Don't discard overloaded methods that differ by object type
2025-05-28 14:19:26 -05:00
java_godot_io_wrapper.cpp
Add CameraFeed support for Android
2025-05-13 22:46:06 +09:00
java_godot_io_wrapper.h
Add CameraFeed support for Android
2025-05-13 22:46:06 +09:00
java_godot_lib_jni.cpp
Add `GLOBAL_GET` cached macros.
2025-04-30 15:08:50 +01:00
java_godot_lib_jni.h
Android: Hardware keyboard connection status callback
2025-04-05 08:14:29 +05:30
java_godot_view_wrapper.cpp
Bump the minimum supported SDK version to 24
2025-05-08 09:45:32 -04:00
java_godot_view_wrapper.h
Style: Replace header guards with `#pragma once`
2025-03-07 17:33:47 -06:00
java_godot_wrapper.cpp
Add support for embedding game process in the Android Editor
2025-02-11 02:20:18 -08:00
java_godot_wrapper.h
Style: Replace header guards with `#pragma once`
2025-03-07 17:33:47 -06:00
jni_utils.cpp
Additional fixes and improvements to JavaClassWrapper
2024-12-17 18:46:34 -08:00
jni_utils.h
Use `append_` instead of `parse_` for `String` methods.
2025-03-27 17:51:02 +01:00
net_socket_android.cpp
[Net] Properly rename NetSocketPosix to NetSocketUnix
2024-11-13 10:27:01 +01:00
net_socket_android.h
Style: Replace header guards with `#pragma once`
2025-03-07 17:33:47 -06:00
os_android.cpp
Merge pull request #106859 from syntaxerror247/alias
2025-06-02 18:51:56 -05:00
os_android.h
Add support for `OS.get_version_alias()` on Android
2025-05-30 19:57:15 +05:30
platform_android_builders.py
Use `separate_debug_symbols` to control generation of the separate Android debug symbols file
2025-04-28 08:33:12 -07:00
platform_config.h
Style: Replace header guards with `#pragma once`
2025-03-07 17:33:47 -06:00
platform_gl.h
Style: Replace header guards with `#pragma once`
2025-03-07 17:33:47 -06:00
rendering_context_driver_vulkan_android.cpp
…
rendering_context_driver_vulkan_android.h
Style: Replace header guards with `#pragma once`
2025-03-07 17:33:47 -06:00
thread_jandroid.cpp
…
thread_jandroid.h
Style: Replace header guards with `#pragma once`
2025-03-07 17:33:47 -06:00
tts_android.cpp
Enable TTS on demand, instead of fully disabling it when project setting is not set.
2025-04-01 15:24:46 +03:00
tts_android.h
Enable TTS on demand, instead of fully disabling it when project setting is not set.
2025-04-01 15:24:46 +03:00