Rémi Verschelde 545ca2538e Merge pull request #103122 from syntaxerror247/fix-crash 8 tháng trước cách đây
..
api 5d69d20059 JavaClassWrapper: Allow handling exceptions (rather than just crashing) 8 tháng trước cách đây
doc_classes 6df21a8fdc Android: Keep swipe-to-dismiss disabled by default 8 tháng trước cách đây
export 70ff213de5 C#: Validate project TFM for Android template exports 8 tháng trước cách đây
java 545ca2538e Merge pull request #103122 from syntaxerror247/fix-crash 8 tháng trước cách đây
plugin 23cea1b9d2 Additional fixes and improvements to JavaClassWrapper 10 tháng trước cách đây
variant 23cea1b9d2 Additional fixes and improvements to JavaClassWrapper 10 tháng trước cách đây
.editorconfig 9d0c41a489 Style: Unify `.editorconfig` logic 9 tháng trước cách đây
README.md 4c1f11944e Update all outdated online documentation links 2 năm trước cách đây
SCsub 7495a8a02e Add support for embedding game process in the Android Editor 8 tháng trước cách đây
android_input_handler.cpp c327b5797e Fix double emission of NOTIFICATION_WM_GO_BACK_REQUEST 9 tháng trước cách đây
android_input_handler.h 625b92e3cd Input logic cleanup: 1 năm trước cách đây
android_keys_utils.cpp 8406e60522 Add InputEventKey.location to tell left from right 1 năm trước cách đây
android_keys_utils.h 8406e60522 Add InputEventKey.location to tell left from right 1 năm trước cách đây
audio_driver_opensl.cpp e3482a9336 Android: Ensure cleanup of all subobjects in the OpenSL audio driver 1 năm trước cách đây
audio_driver_opensl.h e3482a9336 Android: Ensure cleanup of all subobjects in the OpenSL audio driver 1 năm trước cách đây
detect.py 90208f7dd4 SCons: Fix handling of platform-specific tools, notably `mingw` 9 tháng trước cách đây
dialog_utils_jni.cpp cb9ee099ac Android: Implement support for native dialog 9 tháng trước cách đây
dialog_utils_jni.h cb9ee099ac Android: Implement support for native dialog 9 tháng trước cách đây
dir_access_jandroid.cpp 23cea1b9d2 Additional fixes and improvements to JavaClassWrapper 10 tháng trước cách đây
dir_access_jandroid.h a5897d579b Update the `GodotHost` interface to support signing and verifying Android apks 1 năm trước cách đây
display_server_android.cpp 47f553ae0b Delegate to the DisplayServer the task of handling mouse_mode 8 tháng trước cách đây
display_server_android.h 47f553ae0b Delegate to the DisplayServer the task of handling mouse_mode 8 tháng trước cách đây
file_access_android.cpp a4b17e7852 [FileAccess] Return error codes from `store_*` methods. 10 tháng trước cách đây
file_access_android.h a4b17e7852 [FileAccess] Return error codes from `store_*` methods. 10 tháng trước cách đây
file_access_filesystem_jandroid.cpp a4b17e7852 [FileAccess] Return error codes from `store_*` methods. 10 tháng trước cách đây
file_access_filesystem_jandroid.h a4b17e7852 [FileAccess] Return error codes from `store_*` methods. 10 tháng trước cách đây
game_menu_utils_jni.cpp 7495a8a02e Add support for embedding game process in the Android Editor 8 tháng trước cách đây
game_menu_utils_jni.h 7495a8a02e Add support for embedding game process in the Android Editor 8 tháng trước cách đây
java_class_wrapper.cpp 5d69d20059 JavaClassWrapper: Allow handling exceptions (rather than just crashing) 8 tháng trước cách đây
java_godot_io_wrapper.cpp b77aa473a1 Implement a "Recovery Mode" for recovering crashing/hanging projects during initialization 9 tháng trước cách đây
java_godot_io_wrapper.h b77aa473a1 Implement a "Recovery Mode" for recovering crashing/hanging projects during initialization 9 tháng trước cách đây
java_godot_lib_jni.cpp 7495a8a02e Add support for embedding game process in the Android Editor 8 tháng trước cách đây
java_godot_lib_jni.h 7495a8a02e Add support for embedding game process in the Android Editor 8 tháng trước cách đây
java_godot_view_wrapper.cpp f291a4ed3a Fix leakage of JNI object references 1 năm trước cách đây
java_godot_view_wrapper.h 23cea1b9d2 Additional fixes and improvements to JavaClassWrapper 10 tháng trước cách đây
java_godot_wrapper.cpp 7495a8a02e Add support for embedding game process in the Android Editor 8 tháng trước cách đây
java_godot_wrapper.h 7495a8a02e Add support for embedding game process in the Android Editor 8 tháng trước cách đây
jni_utils.cpp 23cea1b9d2 Additional fixes and improvements to JavaClassWrapper 10 tháng trước cách đây
jni_utils.h 23cea1b9d2 Additional fixes and improvements to JavaClassWrapper 10 tháng trước cách đây
net_socket_android.cpp fc52821cfb [Net] Properly rename NetSocketPosix to NetSocketUnix 11 tháng trước cách đây
net_socket_android.h fc52821cfb [Net] Properly rename NetSocketPosix to NetSocketUnix 11 tháng trước cách đây
os_android.cpp 7495a8a02e Add support for embedding game process in the Android Editor 8 tháng trước cách đây
os_android.h 7495a8a02e Add support for embedding game process in the Android Editor 8 tháng trước cách đây
platform_config.h d95794ec8a One Copyright Update to rule them all 2 năm trước cách đây
platform_gl.h 1887a9df19 [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_ANDROID_blob_cache caching. 2 năm trước cách đây
rendering_context_driver_vulkan_android.cpp 146ba4106f Move Vulkan includes to a central godot_vulkan.h header 1 năm trước cách đây
rendering_context_driver_vulkan_android.h 73eff10c76 Finish splitting functionality of the Vulkan and D3D12 backends into RenderingDeviceDriver. 1 năm trước cách đây
thread_jandroid.cpp 9e4315bb50 Style: Harmonize header includes in platform ports 2 năm trước cách đây
thread_jandroid.h d95794ec8a One Copyright Update to rule them all 2 năm trước cách đây
tts_android.cpp 23cea1b9d2 Additional fixes and improvements to JavaClassWrapper 10 tháng trước cách đây
tts_android.h f291a4ed3a Fix leakage of JNI object references 1 năm trước cách đây

README.md

Android platform port

This folder contains the Java and C++ (JNI) code for the Android platform port, using Gradle as a build system.

Documentation

Artwork license

logo.png and run_icon.png are licensed under Creative Commons Attribution 3.0 Unported per the Android logo usage guidelines:

The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License.