Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-24 | Fixed screen orientation on Android | Szymon Majewski | |
2021-05-19 | Android: Add support for cursor icons | thebestnom | |
2021-04-28 | [Android] fix generateDevTemplate | thebestnom | |
2021-04-27 | Merge pull request #48228 from akien-mga/android-build-tools-30.0.3 | Rémi Verschelde | |
Android: Upgrade buildTools from 30.0.1 to 30.0.3 | |||
2021-04-26 | Remove deprecated xr features properties. These properties are now provided ↵ | Fredia Huya-Kouadio | |
directly by the plugin. | |||
2021-04-26 | Android: Upgrade buildTools from 30.0.1 to 30.0.3 | Rémi Verschelde | |
It seems 30.0.1 had issues with compatibility with JDK 8 and 11, which appear to be solved in 30.0.3 as per godotengine/godot-docs#4796. | |||
2021-04-20 | Merge pull request #47552 from szymonm-google/validation_layers_android | Rémi Verschelde | |
Validation layers on Android | |||
2021-04-14 | Allow to build dev template with symbols | thebestnom | |
2021-04-13 | Merge pull request #47844 from m4gr3d/update_activity_result_callback | Rémi Verschelde | |
Add support for forwarding callbacks from Godot's parent activity | |||
2021-04-12 | Add support for forwarding callbacks from Godot's parent activity. | Fredia Huya-Kouadio | |
2021-04-12 | Fix custom boot splash image scaling. | Fredia Huya-Kouadio | |
2021-04-12 | Validation layers on Android | Szymon Majewski | |
2021-04-09 | Fix issue causing the response callback to be invoked with the invalid ↵ | Fredia Huya-Kouadio | |
`requestCode` and deprecate support for forwarding callbacks from Godot's parent activity. | |||
2021-03-18 | Fixes on android: | Bastiaan Olij | |
- creating Vulkan context instead of OpenGL - checking for validity of ENV in wrapper classes - fix for access to JavaVM from threads | |||
2021-03-17 | Fix onMainRequestPermissionsResult callback for Android plugins. | Fredia Huya-Kouadio | |
2021-03-16 | Enable `doNotStrip` when doing development/debugging within Android Studio | Fredia Huya-Kouadio | |
2021-03-16 | Leverage java annotations to simplify the logic used to register the Godot ↵ | Fredia Huya-Kouadio | |
plugin methods. | |||
2021-03-12 | Non functional to non-functional | MrBrain295 | |
2021-02-26 | Update the logic to load Godot Android plugins packaged into the binary. | Fredia Huya-Kouadio | |
The previous logic had the side effect of imposing a limit of one plugin per `aar` binary. The update lifts that restriction. | |||
2021-02-24 | Merge pull request #46381 from m4gr3d/update_godot_fragment_lifecycle_master | Rémi Verschelde | |
Update the initialization timeline for the Godot fragment | |||
2021-02-24 | Update the initialization timeline for the Godot fragment to be more ↵ | Fredia Huya-Kouadio | |
consistent with the previous activity based timeline. | |||
2021-02-24 | Add logic to record the version of the Godot engine for the Android platform. | Fredia Huya-Kouadio | |
2021-02-18 | Disable engine splash logic on Android; this is now handled by the Android ↵ | Fredia Huya-Kouadio | |
theme api. In addition, add support for scaling and applying filter to the splash screen on Android. One limitation of the api being used is that the splash screen aspect ratio is not maintained when it's scaled up. | |||
2021-02-17 | Add missing `ndkVersion` to the library gradle build config. | Fredia Huya-Kouadio | |
2021-02-17 | Revert AGP to version 4.0.1 as a workaround to ↵ | Fredia Huya-Kouadio | |
https://issuetracker.google.com/issues/171235570 in version 4.1.x | |||
2021-02-18 | Android: Bump NDK version to 21.4.7075529 | Rémi Verschelde | |
This is what GitHub Actions now provide and they removed the previous 21.3.6528147. A bit annoying to have our hand forced this way but it's still 21.x so should be good to upgrade. | |||
2021-02-15 | Expose GodotPlugin's utility methods used for registration and signal emitting. | Fredia Huya-Kouadio | |
This enables creation and use of a plugin like class by composition rather than inheritance. | |||
2021-02-09 | Fix joystick axis mapping issues with NVIDIA shield. Probably others. | Michael Conrad | |
Issues addressed: a) Axis mappings were including virtual mouse axes on NVIDIA Shield TV. The virtual mouse axes have the same axis numbers as the normal analog stick numbers. This was completely breaking joypad support on NVIDIA Shield TV. b) Joypads were being tracked in a List with the index in the list being treated as the Godot device id. If a device were to be removed, any device later in the list would be shifted, potentially causing future events with the shifted joypads to have incorrect IDs according to the Godot engine. c) Unnecessary events were being sent to the Godot engine. A check was added (per Joystick) that will prevent sending events for all axes when only a single axis value changed. A similar check was added for "HATs". See #45712 | |||
2021-02-05 | Merge pull request #44949 from m4gr3d/specify_project_ndk_version | Rémi Verschelde | |
Improve the logic to compile for Android | |||
2021-01-30 | add search extensions for scons' path | zaevi | |
2021-01-12 | CI: Update to clang-format 11 and apply ternary operator changes | Rémi Verschelde | |
2021-01-05 | Improve the logic to compile for Android by automatically detecting and ↵ | Fredia Huya-Kouadio | |
setting up the Android NDK if needed. | |||
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! 2020 has been a tough year for most of us personally, but a good year for Godot development nonetheless with a huge amount of work done towards Godot 4.0 and great improvements backported to the long-lived 3.2 branch. We've had close to 400 contributors to engine code this year, authoring near 7,000 commit! (And that's only for the `master` branch and for the engine code, there's a lot more when counting docs, demos and other first-party repos.) Here's to a great year 2021 for all Godot users 🎆 | |||
2020-12-08 | Android: Allow Mouse Capture | thebestnom | |
2020-12-03 | fix android wrong multi-touch pointerid | alan-w-255 | |
Fixes #43519. | |||
2020-11-22 | Update gradle build files to automatically perform signing and zipalign ↵ | Fredia Huya-Kouadio | |
tasks for custom builds. | |||
2020-11-16 | Remove empty lines around braces with the formatting script | Aaron Franke | |
2020-11-16 | Merge pull request #43248 from HEAVYPOLY/master | Rémi Verschelde | |
Change android orientations from sensor to user | |||
2020-11-14 | Update the logic to query for the 'scons' command executable path. | Fredia Huya-Kouadio | |
2020-10-31 | Change android orientations from sensor to user | Vaughan Ling | |
# Conflicts: # platform/android/java/lib/src/org/godotengine/godot/GodotIO.java | |||
2020-10-30 | Merge pull request #37158 from thebestnom/android-click-support | Rémi Verschelde | |
Support mouse events on Android | |||
2020-10-29 | Add a separate `nativeSrcsConfigs` module to handle Android Studio ↵ | Fredia Huya-Kouadio | |
constraints for native code editor support. | |||
2020-10-28 | Update the gradle plugins | Fredia Huya-Kouadio | |
2020-10-27 | Implement OS.get_window_safe_area() for Android | Mark Riedesel | |
2020-10-09 | Android: Mouse Implementation | thebestnom | |
Implement mouse Move touch to inputManager Change to use android/input.h | |||
2020-09-28 | Merge pull request #41385 from m4gr3d/fix_splash_loading_master | Rémi Verschelde | |
Fix splash screen loading on Android | |||
2020-09-18 | Add overridable init method for the Godot fragment instance. | Fredia Huya-Kouadio | |
2020-08-30 | Fix issue causing the textedit to move upward | Fredia Huya-Kouadio | |
2020-08-27 | Merge pull request #41550 from ↵ | Rémi Verschelde | |
godotengine/revert-40671-virtual-keyboard-height-fix Revert "Fix virtual keyboard height regression" | |||
2020-08-26 | Merge pull request #41549 from ↵ | Rémi Verschelde | |
godotengine/revert-40484-android-virtual-keyboard-adjustment Revert "Disable virtual keyboard focus adjustment on Android" |