godot/platform/android
Rémi Verschelde b1cca17053 Merge pull request #5835 from volzhs/issue-5831
Fix compile error if use android_stl=yes
2016-07-21 10:37:18 +02:00
..
export Fixed properly not save signals that already exist in their base scenes, closes #5656 2016-07-19 21:26:12 -03:00
globals Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
java Implement get_screen_dpi() on Android 2016-07-20 14:54:48 +02:00
android_native_app_glue.c
android_native_app_glue.h Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
AndroidManifest.xml.template fix android support screen property for large screen 2016-06-10 14:09:33 +09:00
audio_driver_jandroid.cpp
audio_driver_jandroid.h
audio_driver_opensl.cpp
audio_driver_opensl.h
build.gradle.template Merge pull request #5077 from RandomShaper/improve-android-build 2016-07-10 13:57:17 -03:00
cpu-features.c
cpu-features.h
detect.py Fix compile error if use android_stl=yes 2016-07-21 17:31:46 +09:00
dir_access_android.cpp
dir_access_android.h
dir_access_jandroid.cpp
dir_access_jandroid.h
file_access_android.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
file_access_android.h
file_access_jandroid.cpp Fix crash in FileAccessJAndroid::file_exists (does not free local ref) 2016-07-11 12:41:54 +08:00
file_access_jandroid.h
godot_android.cpp Added gyroscope support to Godot and Android 2016-07-16 01:43:32 +08:00
ifaddrs_android.cpp
ifaddrs_android.h
java_class_wrapper.cpp Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
java_class_wrapper.h Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
java_glue.cpp Implement get_screen_dpi() on Android 2016-07-20 14:54:48 +02:00
java_glue.h Added gyroscope support to Godot and Android 2016-07-16 01:43:32 +08:00
logo.png Fixed iCCp chunk in pngs 2016-06-22 21:13:29 +02:00
os_android.cpp Implement get_screen_dpi() on Android 2016-07-20 14:54:48 +02:00
os_android.h Implement get_screen_dpi() on Android 2016-07-20 14:54:48 +02:00
platform_config.h
SCsub Merge pull request #5077 from RandomShaper/improve-android-build 2016-07-10 13:57:17 -03:00
sign.sh
thread_jandroid.cpp Added function to notify ScriptLanguage when a thread is created/freed, allows scripts to allocate a stack there via TLS 2016-06-25 10:41:23 -03:00
thread_jandroid.h