This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1726bacf78ea5089d2e23e55a334a2126e7c0eae
godot
/
platform
/
android
History
Juan Linietsky
1726bacf78
missnig ;
2016-07-02 16:04:00 -03:00
..
export
Merge pull request
#5235
from volzhs/fix-android-export
2016-06-23 07:35:22 +02:00
globals
…
java
Fix Android sensors polling rate on resume
2016-06-24 21:00:04 -03:00
android_native_app_glue.c
…
android_native_app_glue.h
…
AndroidManifest.xml.template
…
audio_driver_jandroid.cpp
…
audio_driver_jandroid.h
…
audio_driver_opensl.cpp
…
audio_driver_opensl.h
…
build.gradle.template
Gradle: remove trailing spaces
2016-06-25 13:39:03 +02:00
cpu-features.c
…
cpu-features.h
…
detect.py
…
dir_access_android.cpp
…
dir_access_android.h
…
dir_access_jandroid.cpp
…
dir_access_jandroid.h
…
file_access_android.cpp
…
file_access_android.h
…
file_access_jandroid.cpp
…
file_access_jandroid.h
…
godot_android.cpp
Fix string array parameter check with jni
2016-06-25 02:05:46 +09:00
ifaddrs_android.cpp
…
ifaddrs_android.h
…
java_class_wrapper.cpp
…
java_class_wrapper.h
…
java_glue.cpp
Fix string array parameter check with jni
2016-06-25 02:05:46 +09:00
java_glue.h
…
logo.png
Fixed iCCp chunk in pngs
2016-06-22 21:13:29 +02:00
os_android.cpp
missnig ;
2016-07-02 16:04:00 -03:00
os_android.h
Data dir returns a symlink in Android 6.0, which confuses DirAccess on android, this should fix it
2016-07-02 11:49:52 -03:00
platform_config.h
…
SCsub
…
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
…