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
/
Godot.kt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973
Spartan322
2024-11-27
1
-1
/
+1
|
\
|
*
Android: `OS.create_instance()` should return `-1` on failure
David Snopek
2024-11-25
1
-1
/
+1
*
|
Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f
Spartan322
2024-11-06
1
-0
/
+6
|
\
|
|
*
[Android] Implement support for accent color retrieval
Anish Mishra
2024-11-01
1
-0
/
+6
*
|
Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
1
-0
/
+11
|
\
|
|
*
[Android] Implement native file picker support
Anish Mishra
2024-10-30
1
-0
/
+11
*
|
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-4
/
+43
|
\
|
|
*
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
|
*
|
[Android] Implement native input dialog support
Anish Mishra
2024-10-29
1
-1
/
+28
|
|
/
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
|
Rebrand Godot to Redot
Randolph W. Aarseth II
2024-10-11
1
-4
/
+4
|
/
*
Provide access to the Android runtime to GDScript
Fredia Huya-Kouadio
2024-09-29
1
-1
/
+5
*
Disable some editor settings by default in the XR Editor
devloglogan
2024-09-09
1
-0
/
+4
*
Restore 'Toggle fullscreen' menu for the Android editor and clean up the imme...
Fredia Huya-Kouadio
2024-08-28
1
-46
/
+68
*
Update the `GodotHost` interface to support signing and verifying Android apks
Fredia Huya-Kouadio
2024-08-26
1
-1
/
+17
*
Update the storage access handler logic to support accessing / retrieving con...
Fredia Huya-Kouadio
2024-08-26
1
-6
/
+6
*
Memory cleanup and optimizations
Fredia Huya-Kouadio
2024-08-16
1
-90
/
+59
*
Fix the cleanup logic for the Android render thread
Fredia Huya-Kouadio
2024-07-24
1
-11
/
+39
*
Cleanup Android input on render thread settings
Fredia Huya-Kouadio
2024-07-09
1
-20
/
+13
*
Fix ANRs reported by the Google Play Console
Fredia Huya-Kouadio
2024-07-04
1
-16
/
+48
*
Fix crashes reported by the Google Play Console
Fredia Huya-Kouadio
2024-07-04
1
-36
/
+38
*
Switch to the WindowInsetsAnimationCompat api
Fredia Huya-Kouadio
2024-05-13
1
-48
/
+33
*
Implement `amplitude` to Input.vibrate_handheld
Radiant
2024-05-02
1
-6
/
+15
*
Improve performance by extracting windowManager and getRotatedValues()
melquiadess
2024-04-04
1
-20
/
+15
*
Merge pull request #90147 from melquiadess/remove-redundant-semicolons
Rémi Verschelde
2024-04-04
1
-3
/
+3
|
\
|
*
Remove redundant semicolons from Kotlin/gradle files
melquiadess
2024-04-02
1
-3
/
+3
*
|
Merge pull request #90146 from melquiadess/extract-command-line-file-parsing-...
Rémi Verschelde
2024-04-04
1
-38
/
+11
|
\
\
|
*
|
Extract parsing command line file to a separate class + add unit tests
melquiadess
2024-04-04
1
-38
/
+11
|
|
/
*
/
Use ?. (and ?.let) safe operators instead of !!
melquiadess
2024-03-28
1
-53
/
+60
|
/
*
[Android 14] Fix GodotEditText white box showing during editor load
BZ1234567890
2024-02-15
1
-0
/
+3
*
Merge pull request #88130 from AlekseyKapustyanenko/Rotary_Input
Rémi Verschelde
2024-02-13
1
-0
/
+2
|
\
|
*
Add rotary input support. Fix documentation
ALEKSEY KAPUSTYANENKO
2024-02-13
1
-0
/
+2
*
|
Add method to get "base" system UI color (macOS/Windows) and system theme cha...
bruvzg
2024-02-13
1
-5
/
+16
|
/
*
Update the logic used to start / stop the render thread
Fredia Huya-Kouadio
2023-12-20
1
-0
/
+16
*
Improve engine startup/shutdown benchmarks
Yuri Sizov
2023-12-08
1
-6
/
+6
*
Fix issue causing Godot Android apps / games to freeze on close
Fredia Huya-Kouadio
2023-11-27
1
-2
/
+5
*
Fix retrieving command line flags in Android.
Tareq Anuar
2023-10-28
1
-1
/
+1
*
Fix the timeframe when the Android gestures properties are retrieved.
Fredia Huya-Kouadio
2023-10-11
1
-3
/
+15
*
Cleanups and improvements to the Godot Android library api:
Fredia Huya-Kouadio
2023-10-08
1
-15
/
+13
*
Add support for the OpenXR Eye gaze interaction extension
Bastiaan Olij
2023-10-02
1
-0
/
+13
*
Support dark mode on Android and iOS.
Zae
2023-09-26
1
-0
/
+20
*
Godot Android plugin re-architecture
Fredia Huya-Kouadio
2023-09-03
1
-0
/
+13
*
Fix npe when registering the sensors.
Fredia Huya-Kouadio
2023-07-28
1
-8
/
+16
*
Godot Android re-architecture
Fredia Huya-Kouadio
2023-07-16
1
-0
/
+965