godot/platform/android
PouleyKetchoupp d7aaec8ffe Disable virtual keyboard focus adjustment on Android
Fixes #37190

The default adjustment setting was causing the view to pan down in order
to adjust the focus on the text content.

We don't need any focus adjustment since we're using a fixed size window
for our application.

Documentation:
https://developer.android.com/reference/android/view/WindowManager.LayoutParams#SOFT_INPUT_ADJUST_NOTHING
2020-07-20 12:04:02 +02:00
..
api Add override keywords. 2020-07-10 13:56:54 +01:00
export Add override keywords. 2020-07-10 13:56:54 +01:00
java Disable virtual keyboard focus adjustment on Android 2020-07-20 12:04:02 +02:00
plugin Remove GodotPayment android plugin 2020-06-22 09:21:05 +02:00
vulkan Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
android_keys_utils.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
android_keys_utils.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
audio_driver_jandroid.cpp Move mix_rate, ouput_latency to AudioDriverManager 2020-05-18 13:02:06 +02:00
audio_driver_jandroid.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
audio_driver_opensl.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
audio_driver_opensl.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
detect.py Vulkan rendering for Android 2020-04-03 11:18:59 +02:00
dir_access_jandroid.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
dir_access_jandroid.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
display_server_android.cpp Android: fix display server always alerting no Vulkan support 2020-07-14 19:37:36 +03:00
display_server_android.h Proper surface reset when resuming app on Android 2020-05-24 20:42:21 +02:00
file_access_android.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
file_access_android.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
file_access_jandroid.cpp Style: Enforce separation line between function definitions 2020-05-14 16:54:55 +02:00
file_access_jandroid.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
java_class_wrapper.cpp Enable the ability to use Godot as a subview within an Android app 2020-06-25 19:52:40 -07:00
java_godot_io_wrapper.cpp Fix Android LineEdit editing bugs 2020-05-16 17:55:27 +02:00
java_godot_io_wrapper.h Fix Android LineEdit editing bugs 2020-05-16 17:55:27 +02:00
java_godot_lib_jni.cpp Add a separate application focus/in notification out from Window focus notification. 2020-06-30 10:40:06 -03:00
java_godot_lib_jni.h Enable the ability to use Godot as a subview within an Android app 2020-06-25 19:52:40 -07:00
java_godot_wrapper.cpp Enable the ability to use Godot as a subview within an Android app 2020-06-25 19:52:40 -07:00
java_godot_wrapper.h Enable the ability to use Godot as a subview within an Android app 2020-06-25 19:52:40 -07:00
jni_utils.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
jni_utils.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
logo.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2019-10-12 23:23:33 +02:00
net_socket_android.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
net_socket_android.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
os_android.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
os_android.h Display Server support 2020-04-08 01:47:09 +02:00
platform_config.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
run_icon.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
SCsub Display Server support 2020-04-08 01:47:09 +02:00
string_android.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
thread_jandroid.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
thread_jandroid.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00