Age | Commit message (Expand) | Author |
2020-12-03 | fix android wrong multi-touch pointerid | alan-w-255 |
2020-12-02 | Initialize class/struct variables with default values in platform/ and editor/ | Rafał Mikrut |
2020-11-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg |
2020-11-26 | [Complex Text Layouts] Add third-party TextServer dependencies (ICU, HarfBuzz... | bruvzg |
2020-11-22 | Update gradle build files to automatically perform signing and zipalign tasks... | Fredia Huya-Kouadio |
2020-11-20 | Export: Reorder options for consistency across platforms | Rémi Verschelde |
2020-11-18 | Fix zipalign command name on Windows machines. | Fredia Huya-Kouadio |
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 |
2020-11-14 | Update the logic to query for the 'scons' command executable path. | Fredia Huya-Kouadio |
2020-11-14 | Merge pull request #43526 from m4gr3d/address_new_custom_build_logic_issues | Rémi Verschelde |
2020-11-14 | Add missing zip alignment step for generated apks. | Fredia Huya-Kouadio |
2020-11-14 | Fix issue causing `Export all` to fail. | Fredia Huya-Kouadio |
2020-11-14 | Clear unneeded assets when generating an apk expansion. | Fredia Huya-Kouadio |
2020-11-14 | Added the .jks file extension as valid preset for Android keystore files | Marcus Brummer |
2020-11-13 | Remove duplicate Android `orientation` settings. | Fredia Huya-Kouadio |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-10-31 | Change android orientations from sensor to user | Vaughan Ling |
2020-10-30 | Merge pull request #37158 from thebestnom/android-click-support | Rémi Verschelde |
2020-10-29 | Add a separate `nativeSrcsConfigs` module to handle Android Studio constraint... | Fredia Huya-Kouadio |
2020-10-28 | Update the gradle plugins | Fredia Huya-Kouadio |
2020-10-28 | Merge pull request #42361 from akien-mga/vulkan-layers-opt-in | Rémi Verschelde |
2020-10-28 | Merge pull request #43153 from nekomatata/android-build-version-close | Rémi Verschelde |
2020-10-28 | Release .build_version file handle in Android custom build export | PouleyKetchoupp |
2020-10-27 | Implement OS.get_window_safe_area() for Android | Mark Riedesel |
2020-10-27 | Vulkan: Make validation layers optional | Rémi Verschelde |
2020-10-23 | Fix android apk contents having mtime 1 month in future | Mark Riedesel |
2020-10-09 | Android: Mouse Implementation | thebestnom |
2020-09-28 | Merge pull request #41385 from m4gr3d/fix_splash_loading_master | Rémi Verschelde |
2020-09-18 | Add overridable init method for the Godot fragment instance. | Fredia Huya-Kouadio |
2020-09-05 | Adds PCK encryption support (using script encryption key for export). | bruvzg |
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg |
2020-08-30 | Fix issue causing the textedit to move upward | Fredia Huya-Kouadio |
2020-08-27 | Merge pull request #41550 from godotengine/revert-40671-virtual-keyboard-heig... | Rémi Verschelde |
2020-08-26 | Merge pull request #41549 from godotengine/revert-40484-android-virtual-keybo... | Rémi Verschelde |
2020-08-26 | Revert "Fix virtual keyboard height regression" | Fredia Huya-Kouadio |
2020-08-26 | Revert "Disable virtual keyboard focus adjustment on Android" | Fredia Huya-Kouadio |
2020-08-26 | Revert "Move PopupWindow logic to GodotEditText on Android" | Fredia Huya-Kouadio |
2020-08-19 | Fix splash screen loading on Android | Fredia Huya-Kouadio |
2020-08-13 | Remove obsolete GLES2 backend code | Rémi Verschelde |
2020-08-11 | Merge pull request #41000 from amanj120/forward_port_bundle_pr_export | Rémi Verschelde |
2020-08-05 | Add 'Export App Bundle' to Android Export Options | Aman Jain |
2020-08-01 | platform: Update metadata for export platforms | Christopher Davis |
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 |