godot/platform/android
Rémi Verschelde 900d90bb61 Git: Explicitly list binary files as such to avoid EOL change
text=auto works well in Git 2.10+ but it's broken in previous versions,
which are still used in production on e.g. Ubuntu 16.04 LTS.

Also fix a couple missed text files with CRLF terminators.
.bat files likely require it to be processed properly on Windows,
but core.autocrlf should take care of converting them on the fly
when checking out on Windows.
2019-05-25 10:43:48 +02:00
..
export Allow project export to be canceled 2019-05-18 15:33:57 -03:00
java Git: Explicitly list binary files as such to avoid EOL change 2019-05-25 10:43:48 +02:00
audio_driver_jandroid.cpp
audio_driver_jandroid.h Restructuring glue code to make it easier to extend 2019-04-05 21:44:06 +11:00
audio_driver_opensl.cpp Use mix rate and output latency constants in audio drivers 2019-04-06 12:37:25 +02:00
audio_driver_opensl.h Request Android record permission when needed 2019-03-08 12:38:36 -03:00
detect.py SCons: Keep exceptions and rtti on Android, iOS and HTML5 tools build 2019-05-20 16:51:20 +02:00
dir_access_jandroid.cpp Android: Fixed problems with memory leaks due to absent ReleaseStringUTFChars calls. 2019-02-27 15:11:08 +03:00
dir_access_jandroid.h Restructuring glue code to make it easier to extend 2019-04-05 21:44:06 +11:00
file_access_android.cpp
file_access_android.h Add FileAccess::set_unix_permissions for Unix platforms 2019-04-07 15:45:30 -03:00
file_access_jandroid.cpp
file_access_jandroid.h Add FileAccess::set_unix_permissions for Unix platforms 2019-04-07 15:45:30 -03:00
java_class_wrapper.cpp Android: Fixed problems with memory leaks due to absent ReleaseStringUTFChars calls. 2019-02-27 15:11:08 +03:00
java_class_wrapper.h
java_godot_io_wrapper.cpp Change "ID" to lowercase "id" 2019-05-09 06:25:32 -04:00
java_godot_io_wrapper.h Change "ID" to lowercase "id" 2019-05-09 06:25:32 -04:00
java_godot_lib_jni.cpp Restructuring glue code to make it easier to extend 2019-04-05 21:44:06 +11:00
java_godot_lib_jni.h Fix typos with codespell 2019-05-19 13:10:35 +02:00
java_godot_wrapper.cpp Restructuring glue code to make it easier to extend 2019-04-05 21:44:06 +11:00
java_godot_wrapper.h Restructuring glue code to make it easier to extend 2019-04-05 21:44:06 +11:00
logo.png
os_android.cpp added a const keyword for a methods that return constant literal... 2019-05-21 02:16:30 -04:00
os_android.h added a const keyword for a methods that return constant literal... 2019-05-21 02:16:30 -04:00
platform_config.h
power_android.cpp Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
power_android.h Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
run_icon.png
SCsub Android now (optionally) builds the template when exporting 2019-04-07 15:46:52 -03:00
string_android.h Android: Fixed problems with memory leaks due to absent ReleaseStringUTFChars calls. 2019-02-27 15:11:08 +03:00
thread_jandroid.cpp
thread_jandroid.h