Age | Commit message (Expand) | Author |
2020-07-28 | Move PopupWindow logic to GodotEditText on Android | PouleyKetchoupp |
2020-07-27 | refactor apk signing into it's own method | Aman Jain |
2020-07-27 | Merge pull request #40706 from akien-mga/style-fix-file_format-macos | Rémi Verschelde |
2020-07-27 | Style: Fix code format scripts compat with non-GNU Unices | Rémi Verschelde |
2020-07-27 | Merge pull request #40671 from nekomatata/virtual-keyboard-height-fix | Rémi Verschelde |
2020-07-26 | Merge pull request #40487 from nekomatata/virtual-keyboard-enter-fixes | Rémi Verschelde |
2020-07-26 | Fix Return key events in LineEdit & TextEdit on Android | PouleyKetchoupp |
2020-07-26 | CI: Install master version of psf/black | Rémi Verschelde |
2020-07-24 | Fix virtual keyboard height regression | PouleyKetchoupp |
2020-07-24 | Write an AndroidManifest.xml file to be merged with app module's manifest. | Aman Jain |
2020-07-23 | Merge pull request #40348 from amanj120/forward_port_bundle_pr_icons | Rémi Verschelde |
2020-07-23 | Copy icons to Gradle project | Aman Jain |
2020-07-23 | SCons: Remove unused DEBUG_MEMORY_ENABLED define | Rémi Verschelde |
2020-07-21 | Android: Keyboard modifier and arrow key support | thebestnom |
2020-07-20 | Merge pull request #40422 from amanj120/forward_port_bundle_pr_resources | Rémi Verschelde |
2020-07-20 | Disable virtual keyboard focus adjustment on Android | PouleyKetchoupp |
2020-07-15 | Create strings.xml files in the gradle project to handle localization | Aman Jain |
2020-07-14 | Android: fix display server always alerting no Vulkan support | thebestnom |
2020-07-14 | Merge pull request #40354 from bruvzg/add_vulkan_init_message | Rémi Verschelde |
2020-07-13 | Commit other files changed by file_format.sh | Aaron Franke |
2020-07-13 | Add error messages if Vulkan init failed, prevent Vulkan context freeing unin... | bruvzg |
2020-07-10 | Add override keywords. | Marcel Admiraal |
2020-07-10 | Merge pull request #40244 from amanj120/forward_port_bundle_pr_permissions | Rémi Verschelde |
2020-07-09 | Refactor permissions and command line flags into separate methods | Aman Jain |
2020-07-09 | Utility methods for writing files to Gradle project. | Aman Jain |
2020-07-03 | Remove String::find_last (same as rfind) | Stijn Hinlopen |
2020-06-30 | Add a separate application focus/in notification out from Window focus notifi... | Juan Linietsky |
2020-06-27 | Fix the logic to enable focus awareness | Fredia Huya-Kouadio |
2020-06-25 | Enable the ability to use Godot as a subview within an Android app | Fredia Huya-Kouadio |
2020-06-22 | Follow up cleanup for the godotpayment project module | Fredia Huya-Kouadio |
2020-06-22 | Remove GodotPayment android plugin | Timo Schwarzer |
2020-06-19 | Merge pull request #39053 from timoschwarzer/static-assert-variant-arg-max | Rémi Verschelde |
2020-06-16 | Clean up the `GodotPlugin` public API. | Fredia Huya-Kouadio |
2020-06-04 | Add support for focus awareness | Fredia Huya-Kouadio |
2020-06-04 | Check if the specified Android release keystore exists | Marcus Brummer |
2020-06-01 | Fix inconsistent error messages with Android custom export templates | PouleyKetchoupp |
2020-05-28 | Add missing consumePurchase plugin method for GodotPayment | volzhs |
2020-05-27 | Validate that `Use Custom Build` is enabled when `Plugins` are selected | Fredia Huya-Kouadio |
2020-05-27 | Merge pull request #39080 from m4gr3d/fix_emit_signal | Rémi Verschelde |
2020-05-27 | Use compile-time constant for the size of the signal parameters | Fredia Huya-Kouadio |
2020-05-27 | Provide the ability for clients of the Godot library to add their own command... | Fredia Huya-Kouadio |
2020-05-26 | Merge pull request #39050 from timoschwarzer/google-play-billing-4.0 | Rémi Verschelde |
2020-05-25 | Re-implement GodotPayment Android plugin using the Google Play Billing library | Timo Schwarzer |
2020-05-25 | Merge pull request #38996 from mbrlabs/android-plugin-fix | Rémi Verschelde |
2020-05-25 | Merge pull request #39047 from m4gr3d/fix_emit_signal | Rémi Verschelde |
2020-05-25 | Add static_assert checks where code assumes VARIANT_ARG_MAX == 5 | Timo Schwarzer |
2020-05-25 | Stop ignoring hidden files and directories in the `assets` directory | Fredia Huya-Kouadio |
2020-05-25 | Fix parameters passing when emitting signal | Fredia Huya-Kouadio |
2020-05-25 | Perform a clean Gradle build if android plugins changed | Marcus Brummer |
2020-05-24 | Merge pull request #39004 from nekomatata/android-reset-surface | Rémi Verschelde |