virtualx-engine/platform/android/java/lib
PouleyKetchoupp c0b394572f Fix Return key events in LineEdit & TextEdit on Android
Depending on the device implementation, editor actions could be
received with different action ids or not at all for multi-line.

Added a parameter to virtual keyboards to properly handle single-line
and multi-line cases in all situations.

Single-line:
Input type set to text without multiline to make sure actions are sent.
IME options are set to DONE action to force action id consistency.

Multi-line:
Input type set to text and multiline to make sure enter triggers new lines.
Actions are disabled by the multiline flag, so '\n' characters are
handled in text changed callbacks.
2020-07-17 18:25:40 +02:00
..
aidl/com/android/vending/licensing Complete the implementation of the GodotPayment plugin. 2020-03-25 11:38:53 +01:00
patches
res Revert "Enable the ability to use Godot as a subview within an Android app" 2020-07-10 08:51:21 +02:00
src Fix Return key events in LineEdit & TextEdit on Android 2020-07-17 18:25:40 +02:00
AndroidManifest.xml Enable legacy external storage for Android 10 2020-05-27 13:34:40 -07:00
build.gradle Fix Android templates size regression 2020-04-23 11:08:46 +02:00
CMakeLists.txt
THIRDPARTY.md