godot/platform/android
Rémi Verschelde 7bf9787921 SCons: Format buildsystem files with psf/black
Configured for a max line length of 120 characters.

psf/black is very opinionated and purposely doesn't leave much room for
configuration. The output is mostly OK so that should be fine for us,
but some things worth noting:

- Manually wrapped strings will be reflowed, so by using a line length
  of 120 for the sake of preserving readability for our long command
  calls, it also means that some manually wrapped strings are back on
  the same line and should be manually merged again.

- Code generators using string concatenation extensively look awful,
  since black puts each operand on a single line. We need to refactor
  these generators to use more pythonic string formatting, for which
  many options are available (`%`, `format` or f-strings).

- CI checks and a pre-commit hook will be added to ensure that future
  buildsystem changes are well-formatted.

(cherry picked from commit cd4e46ee65)
2020-06-10 15:30:52 +02:00
..
api
export Check if the specified Android release keystore exists 2020-06-05 12:45:46 +02:00
java Add support for focus awareness 2020-06-04 15:51:51 -07:00
plugin Perform a clean Gradle build if android plugins changed 2020-06-04 11:17:11 +02:00
android_keys_utils.cpp
android_keys_utils.h Miscellaneous cleanup for the Android codebase: 2020-03-25 09:00:37 -07:00
audio_driver_jandroid.cpp
audio_driver_jandroid.h
audio_driver_opensl.cpp
audio_driver_opensl.h
detect.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
dir_access_jandroid.cpp
dir_access_jandroid.h
file_access_android.cpp
file_access_android.h
file_access_jandroid.cpp
file_access_jandroid.h
java_class_wrapper.cpp
java_godot_io_wrapper.cpp Fix Android LineEdit editing bugs 2020-05-20 12:07:08 +02:00
java_godot_io_wrapper.h Fix Android LineEdit editing bugs 2020-05-20 12:07:08 +02:00
java_godot_lib_jni.cpp Use long instead of int for object id in Android java wrapper 2020-05-25 16:36:34 +02:00
java_godot_lib_jni.h Use long instead of int for object id in Android java wrapper 2020-05-25 16:36:34 +02:00
java_godot_wrapper.cpp
java_godot_wrapper.h
jni_utils.cpp Re-architecture of the Godot Android plugin. 2020-03-09 10:30:02 +01:00
jni_utils.h
logo.png
net_socket_android.cpp
net_socket_android.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
os_android.cpp Fix Android LineEdit editing bugs 2020-05-20 12:07:08 +02:00
os_android.h Fix Android LineEdit editing bugs 2020-05-20 12:07:08 +02:00
platform_config.h
power_android.cpp
power_android.h
run_icon.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
string_android.h
thread_jandroid.cpp
thread_jandroid.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00