virtualx-engine/platform/android/java
Fredia Huya-Kouadio 620fdd1f07 Fix Android input routing logic when using a hardware keyboard
When a hardware keyboard is connected, all key events come through so we can route them directly to the engine.
This is not the case for soft keyboards, for which the current logic was designed as it requires extra processing.
2023-09-14 04:29:15 -07:00
..
app Add parameters for the Godot Activity starting intent to allow restarting or force-quitting the engine 2023-06-15 21:45:30 -07:00
editor Fix: incorrectly .gitignored files. 2023-08-29 12:55:44 +02:00
gradle/wrapper Bump the target SDK version to 33 (Android 13) 2023-03-21 19:24:39 -07:00
lib Fix Android input routing logic when using a hardware keyboard 2023-09-14 04:29:15 -07:00
nativeSrcsConfigs Add a theme usability setting which updates the touch area of UI elements (e.g: scrollbar) for the editor on touchscreen devices 2023-01-22 07:09:48 -08:00
scripts Cleanup the gradle build configuration 2022-03-28 08:12:55 -07:00
build.gradle Update the gradle build tasks to generate play store builds. 2023-04-27 22:13:00 -07:00
gradle.properties Disable resource optimizations for release builds as it breaks the legacy build system. 2021-07-20 16:36:00 -07:00
gradlew Upgrade Android Gradle to version 7.2 2021-10-15 12:51:43 +02:00
gradlew.bat Upgrade Android Gradle to version 7.2 2021-10-15 12:51:43 +02:00
settings.gradle Ensure Android Java and Kotlin compile to the same version 2022-06-01 16:24:12 +01:00