index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
platform
/
android
/
java
/
lib
/
src
/
org
/
godotengine
/
godot
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@87318a2fb7fffeb72adca934e31915be077c3d1f
Spartan322
2024-11-06
3
-25
/
+19
|
\
|
|
*
Merge pull request #97631 from m4gr3d/prompt_apk_install_after_generation
Thaddeus Crews
2024-11-04
1
-3
/
+13
|
|
\
|
|
*
Enable automatic install of export apks for the Android editor
Fredia Huya-Kouadio
2024-10-28
1
-3
/
+13
|
*
|
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
3
-4
/
+71
|
\
|
|
|
*
|
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
2
-1
/
+33
|
|
\
\
|
|
*
|
[Android] Implement native input dialog support
Anish Mishra
2024-10-29
2
-1
/
+33
|
|
|
/
|
*
|
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
34
-68
/
+68
*
|
|
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
55
-0
/
+110
*
|
Rebrand Godot to Redot
Randolph W. Aarseth II
2024-10-11
6
-17
/
+17
|
/
*
[DisplayServer] Implement has_hardware_keyboard method for Android and iOS.
bruvzg
2024-10-02
2
-1
/
+9
*
Provide access to the Android runtime to GDScript
Fredia Huya-Kouadio
2024-09-29
2
-1
/
+68
*
Style: Apply new `clang-format` changes
Thaddeus Crews
2024-09-20
1
-1
/
+1
*
Update the Android editor flavors to avoid vendor-specific references
Fredia Huya-Kouadio
2024-09-13
1
-1
/
+1
*
Disable some editor settings by default in the XR Editor
devloglogan
2024-09-09
3
-0
/
+21
*
Improve support for XR projects
Fredia Huya-Kouadio
2024-09-06
3
-4
/
+62
*
Restore 'Toggle fullscreen' menu for the Android editor and clean up the imme...
Fredia Huya-Kouadio
2024-08-28
1
-46
/
+68
*
Add support for launching the Play window in PiP mode
Fredia Huya-Kouadio
2024-08-28
2
-12
/
+23
*
Add support to the Android editor for signing and verifying Android apks
Fredia Huya-Kouadio
2024-08-26
1
-0
/
+4
*
Update the `GodotHost` interface to support signing and verifying Android apks
Fredia Huya-Kouadio
2024-08-26
5
-2
/
+71
*
Update the storage access handler logic to support accessing / retrieving con...
Fredia Huya-Kouadio
2024-08-26
15
-235
/
+648
*
Merge pull request #94799 from m4gr3d/memory_allocation_cleanup_and_optimizat...
Rémi Verschelde
2024-08-16
7
-175
/
+547
|
\
|
*
Memory cleanup and optimizations
Fredia Huya-Kouadio
2024-08-16
7
-175
/
+547
*
|
Update the Android `fileLastModified` method to return values in seconds inst...
Fredia Huya-Kouadio
2024-08-15
2
-2
/
+2
|
/
*
Fix the cleanup logic for the Android render thread
Fredia Huya-Kouadio
2024-07-24
11
-36
/
+114
*
Merge pull request #94468 from m4gr3d/restart_editor_when_updating_touchscree...
Rémi Verschelde
2024-07-17
2
-2
/
+5
|
\
|
*
Disable long press for mouse events
Fredia Huya-Kouadio
2024-07-17
2
-2
/
+5
*
|
Cleanup Android input on render thread settings
Fredia Huya-Kouadio
2024-07-09
3
-35
/
+17
|
/
*
Fix ANRs reported by the Google Play Console
Fredia Huya-Kouadio
2024-07-04
6
-122
/
+191
*
Fix crashes reported by the Google Play Console
Fredia Huya-Kouadio
2024-07-04
4
-40
/
+54
*
Merge pull request #92965 from m4gr3d/fix_splash_screen
Rémi Verschelde
2024-06-13
1
-1
/
+5
|
\
|
*
Configure the splash screen for the Android editor
Fredia Huya-Kouadio
2024-06-10
1
-1
/
+5
*
|
Move the most specific motion event guard to the top of the function.
Tareq Anuar
2024-06-11
1
-13
/
+12
|
/
*
Fix invalid return value when multiple permission requests are dispatched
Fredia Huya-Kouadio
2024-06-02
1
-4
/
+6
*
Merge pull request #92133 from m4gr3d/fix_touch_input
Rémi Verschelde
2024-05-29
3
-117
/
+116
|
\
[next]