..
api
Merge pull request #115498 from m4gr3d/add_javaclasswrapper_proxy_interfaces
2026-04-01 12:55:15 -05:00
doc_classes
Deprecate and remove obb support
2026-04-10 12:25:44 -07:00
editor
[Android] Follow up fixes to enabling orientation change in the script editor
2026-03-20 12:06:47 -07:00
export
Deprecate and remove obb support
2026-04-10 12:25:44 -07:00
java
Merge pull request #118417 from syntaxerror247/resize-and-move
2026-04-16 09:41:10 -05:00
plugin
Misc improvements to the GodotPlugin API
2025-10-11 23:16:31 -07:00
variant
Android: Fix memory issues in _variant_to_jvalue()
2025-11-26 11:17:34 -06:00
.editorconfig
Style: Unify .editorconfig logic
2025-01-12 08:49:01 -06:00
android_input_handler.cpp
Style: Apply clang-format grouping rules
2026-03-17 20:11:01 +01:00
android_input_handler.h
Remove unused includes in platform with clangd-tidy
2026-03-14 22:37:05 +01:00
android_keys_utils.cpp
Add InputEventKey.location to tell left from right
2024-01-26 14:42:28 +01:00
android_keys_utils.h
Style: Replace header guards with #pragma once
2025-03-07 17:33:47 -06:00
audio_driver_opensl.cpp
Remove unused and broken big endian support code.
2026-04-13 12:41:46 +03:00
audio_driver_opensl.h
Move server files into their subfolders
2025-09-30 19:39:39 -07:00
detect.py
Enable 'perfetto' by default for Android debug builds.
2026-04-12 12:41:50 -07: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
Remove unused includes in platform with clangd-tidy
2026-03-14 22:37:05 +01:00
display_server_android.cpp
Add support for PiP mode
2026-03-06 23:29:16 -08:00
display_server_android.h
Add support for PiP mode
2026-03-06 23:29:16 -08:00
file_access_android.cpp
Style: Apply clang-format grouping rules
2026-03-17 20:11:01 +01:00
file_access_android.h
Remove unused includes in platform with clangd-tidy
2026-03-14 22:37:05 +01:00
file_access_filesystem_jandroid.cpp
Move ProcessID typedef out of OS
2026-03-04 15:00:45 +01:00
file_access_filesystem_jandroid.h
Remove unused includes in platform with clangd-tidy
2026-03-14 22:37:05 +01:00
java_class_wrapper.cpp
Merge pull request #115498 from m4gr3d/add_javaclasswrapper_proxy_interfaces
2026-04-01 12:55:15 -05:00
java_godot_io_wrapper.cpp
Remove unused includes in platform with clangd-tidy
2026-03-14 22:37:05 +01:00
java_godot_io_wrapper.h
Misc includes or modernize fixes found via clangd-tidy
2026-03-16 21:38:26 +01:00
java_godot_lib_jni.cpp
[Android] Clean up Godot.kt by moving natively accessed methods to the (new) GodotNativeBridge.kt internal class
2026-04-08 10:24:37 -07:00
java_godot_lib_jni.h
[Android] Clean up Godot.kt by moving natively accessed methods to the (new) GodotNativeBridge.kt internal class
2026-04-08 10:24:37 -07:00
java_godot_view_wrapper.cpp
Remove unused includes in platform with clangd-tidy
2026-03-14 22:37:05 +01:00
java_godot_view_wrapper.h
Misc includes or modernize fixes found via clangd-tidy
2026-03-16 21:38:26 +01:00
java_godot_wrapper.cpp
[Android] Clean up Godot.kt by moving natively accessed methods to the (new) GodotNativeBridge.kt internal class
2026-04-08 10:24:37 -07:00
java_godot_wrapper.h
[Android] Clean up Godot.kt by moving natively accessed methods to the (new) GodotNativeBridge.kt internal class
2026-04-08 10:24:37 -07:00
jni_utils.cpp
Android: Fix crash when emitting signal with java.util.HashMap
2026-03-17 22:55:18 +05:30
jni_utils.h
Remove unused includes in platform with clangd-tidy
2026-03-14 22:37:05 +01:00
net_socket_android.cpp
Make memnew(RefCounted) return Ref, to force callers to take ownership of it through a reference.
2026-03-18 20:34:08 +01:00
net_socket_android.h
Make memnew(RefCounted) return Ref, to force callers to take ownership of it through a reference.
2026-03-18 20:34:08 +01:00
os_android.cpp
Remove unused includes in platform with clangd-tidy
2026-03-14 22:37:05 +01:00
os_android.h
Remove unused includes in platform with clangd-tidy
2026-03-14 22:37:05 +01:00
platform_android_builders.py
Fix the build logic to generate the native debug symbols
2025-07-05 10:38:22 -07:00
platform_config.h
Style: Replace header guards with #pragma once
2025-03-07 17:33:47 -06:00
platform_egl.h
GLES3: Split EGL includes in platform_egl.h
2026-04-07 12:07:22 +02:00
platform_gl.h
GLES3: Split EGL includes in platform_egl.h
2026-04-07 12:07:22 +02:00
README.md
Update links to the contributing section of the docs to the appropriate new sections.
2025-09-12 01:04:14 +02:00
rendering_context_driver_vulkan_android.cpp
Remove unused includes in drivers with clangd-tidy
2026-03-14 22:38:02 +01:00
rendering_context_driver_vulkan_android.h
Style: Replace header guards with #pragma once
2025-03-07 17:33:47 -06:00
SCsub
Deprecate the Android studio dev buildtype
2026-02-03 06:55:00 -08:00
thread_jandroid.cpp
Style: Harmonize header includes in platform ports
2023-06-08 15:19:19 +02:00
thread_jandroid.h
Style: Replace header guards with #pragma once
2025-03-07 17:33:47 -06:00
tts_android.cpp
Remove unused includes in platform with clangd-tidy
2026-03-14 22:37:05 +01:00
tts_android.h
Remove unused includes in platform with clangd-tidy
2026-03-14 22:37:05 +01:00