godot/platform/android/java
Muteem 08c08bfef2 Android: Fix NPE when proxy interface method has no arguments
JDK contract: InvocationHandler.invoke's args parameter is null when
the proxied interface method takes no arguments. The proxy handlers
in AndroidRuntimePlugin used `*args` directly, which spread-deref'd
null and threw NullPointerException.

Signed-off-by: Muteem <29696635+Muteem@users.noreply.github.com>
2026-05-20 16:23:30 +08:00
..
app Fix Android plugin signal regression 2026-05-13 04:29:11 +05:30
editor Set the Game window to a different task affinity than the Editor window. 2026-05-05 17:54:17 -07:00
gradle/wrapper Annual versions bump for the Android platform 2025-05-07 13:14:49 -04:00
lib Android: Fix NPE when proxy interface method has no arguments 2026-05-20 16:23:30 +08:00
nativeSrcsConfigs Enable 'perfetto' by default for Android debug builds. 2026-04-12 12:41:50 -07:00
scripts Add a debug version for Godot's maven central artifact 2025-07-17 17:17:40 -07:00
build.gradle Deprecate the Android studio dev buildtype 2026-02-03 06:55:00 -08:00
gradle.properties Fix gradle build errors when the build path contains non-ASCII characters 2024-02-13 14:31:08 -08:00
gradlew Upgrade Android Gradle to version 7.2 2021-10-14 16:19:00 +01:00
gradlew.bat Upgrade Android Gradle to version 7.2 2021-10-14 16:19:00 +01:00
settings.gradle Update the maven publishing configuration following the deprecation of the OSSHR service 2025-07-07 15:57:04 -07:00
THIRDPARTY.md Update the GodotHost interface to support signing and verifying Android apks 2024-08-26 11:16:38 -07:00