| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973 | Spartan322 | 2024-11-27 | 4 | -6/+46 |
|\ |
|
| * | Merge pull request #99694 from dsnopek/android-os-create-instance-return-value | Thaddeus Crews | 2024-11-27 | 3 | -3/+3 |
| |\ |
|
| | * | Android: `OS.create_instance()` should return `-1` on failure | David Snopek | 2024-11-25 | 3 | -3/+3 |
| * | | Android: Extension support for native file dialog | Anish Mishra | 2024-11-19 | 1 | -3/+43 |
| |/ |
|
* | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23 | Spartan322 | 2024-11-15 | 1 | -1/+1 |
|\| |
|
| * | Merge pull request #99123 from tygyh/Update-vulnerable-plugins | Thaddeus Crews | 2024-11-13 | 1 | -1/+1 |
| |\ |
|
| | * | Update JavaScript/Java plugins to solve known vulnerabilities | Dr. Dystopia | 2024-11-12 | 1 | -1/+1 |
* | | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e | Spartan322 | 2024-11-12 | 3 | -3/+6 |
|\| | |
|
| * | | Merge pull request #98687 from m4gr3d/disable_swappy_requirement_for_as_debug... | Thaddeus Crews | 2024-11-12 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Update the `production` build argument for Android Studio debug builds | Fredia Huya-Kouadio | 2024-10-30 | 1 | -1/+1 |
| * | | | Android: Update exported app and editor theme | Anish Mishra | 2024-11-08 | 2 | -2/+5 |
| | |/
| |/| |
|
* | | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f | Spartan322 | 2024-11-06 | 7 | -31/+37 |
|\| | |
|
| * | | Merge pull request #97631 from m4gr3d/prompt_apk_install_after_generation | Thaddeus Crews | 2024-11-04 | 5 | -9/+31 |
| |\ \ |
|
| | * | | Enable automatic install of export apks for the Android editor | Fredia Huya-Kouadio | 2024-10-28 | 5 | -9/+31 |
| * | | | Merge pull request #98712 from syntaxerror247/android_accent_color | Thaddeus Crews | 2024-11-04 | 1 | -0/+6 |
| |\ \ \ |
|
| | * | | | [Android] Implement support for accent color retrieval | Anish Mishra | 2024-11-01 | 1 | -0/+6 |
| * | | | | Merge pull request #98709 from darksylinc/matias-upsidedown-splash | Thaddeus Crews | 2024-11-04 | 1 | -22/+0 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | Fix splash screen upside down on Android | Matias N. Goldberg | 2024-10-31 | 1 | -22/+0 |
| | | |/
| | |/| |
|
* | | | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122 | Spartan322 | 2024-11-02 | 4 | -0/+248 |
|\| | | |
|
| * | | | [Android] Implement native file picker support | Anish Mishra | 2024-10-30 | 4 | -0/+248 |
| |/ / |
|
* | | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c | Spartan322 | 2024-10-30 | 5 | -4/+76 |
|\| | |
|
| * | | Merge pull request #98615 from Summersay415/three-opengls-please | Thaddeus Crews | 2024-10-29 | 1 | -3/+15 |
| |\ \ |
|
| | * | | Fix fallbacks to OpenGL | Summersay415 | 2024-10-28 | 1 | -3/+15 |
| | |/ |
|
| * | | Merge pull request #98574 from syntaxerror247/android_input_dialog | Thaddeus Crews | 2024-10-29 | 4 | -1/+38 |
| |\ \ |
|
| | * | | [Android] Implement native input dialog support | Anish Mishra | 2024-10-29 | 4 | -1/+38 |
| | |/ |
|
| * | | Merge pull request #96439 from darksylinc/matias-TheForge-pr03-rebased | Clay John | 2024-10-29 | 1 | -0/+23 |
| |\ \
| | |/
| |/| |
|
| | * | Add Swappy & Pre-Transformed Swapchain | Matias N. Goldberg | 2024-10-28 | 1 | -0/+23 |
* | | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 35 | -70/+70 |
* | | | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6d | Spartan322 | 2024-10-18 | 1 | -3/+3 |
|\| | |
|
| * | | Fix Android app permissions for SDK levels earlier than 28 | Andreas Raddau | 2024-10-16 | 1 | -3/+3 |
| |/ |
|
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 64 | -0/+128 |
* | | Rebrand Godot to Redot | Randolph W. Aarseth II | 2024-10-11 | 21 | -20/+20 |
|/ |
|
* | [DisplayServer] Implement has_hardware_keyboard method for Android and iOS. | bruvzg | 2024-10-02 | 2 | -1/+9 |
* | Add logic to automatically pick up jar/aar library dependencies in the `res:/... | Fredia Huya-Kouadio | 2024-09-29 | 2 | -0/+11 |
* | Provide access to the Android runtime to GDScript | Fredia Huya-Kouadio | 2024-09-29 | 2 | -1/+68 |
* | Add support for Android Themed Icons (monochrome) | Anish Mishra | 2024-09-27 | 2 | -0/+1 |
* | Update the set of excluded permissions for the XR Editor | Fredia Huya-Kouadio | 2024-09-25 | 2 | -3/+3 |
* | Style: Apply new `clang-format` changes | Thaddeus Crews | 2024-09-20 | 1 | -1/+1 |
* | C#: Fallback to CoreCLR/MonoVM hosting APIs when hostfxr/NativeAOT fails | Raul Santos | 2024-09-16 | 4 | -14/+89 |
* | Update the Android editor flavors to avoid vendor-specific references | Fredia Huya-Kouadio | 2024-09-13 | 9 | -27/+31 |
* | Merge pull request #96742 from m4gr3d/check_openxr_automatic_permissions_request | Rémi Verschelde | 2024-09-12 | 2 | -7/+12 |
|\ |
|
| * | Only request OpenXR permissions for a XR game running off the Android editor ... | Fredia Huya-Kouadio | 2024-09-11 | 2 | -7/+12 |
* | | Disable some editor settings by default in the XR Editor | devloglogan | 2024-09-09 | 4 | -0/+29 |
|/ |
|
* | Improve support for XR projects | Fredia Huya-Kouadio | 2024-09-06 | 18 | -79/+556 |
* | Update the options for launching the Play window in PiP mode | Fredia Huya-Kouadio | 2024-08-30 | 2 | -7/+19 |
* | Merge pull request #96208 from m4gr3d/cleanup_immersive_logic | Rémi Verschelde | 2024-08-30 | 4 | -52/+96 |
|\ |
|
| * | Restore 'Toggle fullscreen' menu for the Android editor and clean up the imme... | Fredia Huya-Kouadio | 2024-08-28 | 4 | -52/+96 |
* | | Merge pull request #96254 from raulsntos/android/keyStore.isEmpty() | Rémi Verschelde | 2024-08-29 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | [Android] Check if keyStore path is empty | Raul Santos | 2024-08-28 | 1 | -1/+1 |
* | | Add support for launching the Play window in PiP mode | Fredia Huya-Kouadio | 2024-08-28 | 21 | -53/+548 |