godot/platform/android
Pedro J. Estébanez aea12b56bc Fix Android debug/run
Same as _master_'s 0ae3336a329b1fd14b66bb26707c2461b66e5aa8; namely:
- Prefix all __adb__ commands with device specification to avoid errors when multiple devices connected.
- Include Android release in device data collection.
- Force system user:.
    - Ability to enable/disable.
    - Apply only if OS release >= 17 (when multiuser was introduced.
    - Fix argument passing.
- Rename local variable `port` to `dbg_port` to better match its partner `fs_port`.
- Fix typo in error message.

But adds:
- Get the debug port from the editor settings, where it lives now.

Fixes #8581.
2017-07-27 18:11:23 +02:00
..
export Fix Android debug/run 2017-07-27 18:11:23 +02:00
globals Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
java Improve documentation of thirdparty code snippets 2017-05-26 23:53:14 +02:00
android_native_app_glue.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
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 Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
audio_driver_jandroid.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
audio_driver_opensl.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
audio_driver_opensl.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
build.gradle.template Android: Support to change minSdkVersion (#8313) 2017-05-26 18:08:26 +02:00
cpu-features.c ran cppcheck, found unused variables 2015-09-16 15:35:30 -05:00
cpu-features.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
detect.py BuildSystem: generated files have .gen.ext 2017-06-25 20:31:56 +07:00
dir_access_android.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
dir_access_android.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
dir_access_jandroid.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
dir_access_jandroid.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
file_access_android.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
file_access_android.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
file_access_jandroid.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
file_access_jandroid.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
godot_android.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
ifaddrs_android.cpp Minor code formatting in platform/android 2016-07-21 12:07:01 +02:00
ifaddrs_android.h Making Godot Easier to Use.. 2014-05-24 01:35:47 -03:00
java_class_wrapper.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
java_class_wrapper.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
java_glue.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
java_glue.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
logo.png Fixed iCCp chunk in pngs 2016-06-22 21:13:29 +02:00
os_android.cpp Style: Fix some badly formatted files 2017-04-08 01:42:41 +02:00
os_android.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
platform_config.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
SCsub Android: avoiding duplicates in build.gradle 2017-05-26 18:08:59 +02:00
sign.sh Making Godot Easier to Use.. 2014-05-24 01:35:47 -03:00
thread_jandroid.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
thread_jandroid.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00