godot/platform/android/java/lib/src/org/godotengine/godot
Rémi Verschelde 0ae65472e7
clang-format: Enable BreakBeforeTernaryOperators
clang-format keeps breaking the way it handles break *after* ternary operators,
so I give up and go with the only style they seem to actually test.
2021-10-28 15:57:41 +02:00
..
input clang-format: Disable alignment of operands, too unreliable 2021-10-28 15:19:35 +02:00
plugin Add support for adding plugin views behind the main view on Android 2021-09-01 10:01:55 -07:00
utils Use StringBuilder instead StringBuffer in Godot Java code 2021-07-02 16:57:12 +01:00
vulkan Style: Cleanup uses of double spaces between words 2021-06-07 11:03:08 +02:00
xr Remove unused imports from Android Java code 2021-07-02 12:57:55 +01:00
Dictionary.java Remove unnecessary semicolons from Android Java code 2021-07-02 08:54:09 +01:00
FullScreenGodotApp.java Delegate handling and implementation of the restart functionality to the Godot host. 2021-08-18 10:24:42 -07:00
Godot.java clang-format: Disable alignment of operands, too unreliable 2021-10-28 15:19:35 +02:00
GodotDownloaderAlarmReceiver.java Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
GodotDownloaderService.java clang-format: Various fixes to comments alignment from clang-format 13 2021-10-28 15:43:36 +02:00
GodotGLRenderView.java clang-format: Enable BreakBeforeTernaryOperators 2021-10-28 15:57:41 +02:00
GodotHost.java Delegate handling and implementation of the restart functionality to the Godot host. 2021-08-18 10:24:42 -07:00
GodotInstrumentation.java Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
GodotIO.java Add partial support for Android scoped storage. 2021-08-16 23:11:56 -07:00
GodotLib.java Remove unused imports from Android Java code 2021-07-02 12:57:55 +01:00
GodotRenderer.java Remove unused imports from Android Java code 2021-07-02 12:57:55 +01:00
GodotRenderView.java Remove redundant interface modifiers from Android Java code 2021-07-02 09:37:45 +01:00
GodotVulkanRenderView.java Replace single method anonymous classes with lambdas in Godot Java code 2021-07-03 05:13:31 +01:00