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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
|
\
|
*
Input logic cleanup:
Fredia Huya-Kouadio
2024-05-19
3
-117
/
+116
*
|
Fix InputEventScreenDrag on Android
Alexander Hartmann
2024-05-21
1
-2
/
+22
*
|
Add logic to unregister the Godot plugins on engine termination
Fredia Huya-Kouadio
2024-05-19
1
-12
/
+10
|
/
*
Switch to the WindowInsetsAnimationCompat api
Fredia Huya-Kouadio
2024-05-13
1
-48
/
+33
*
Style: Trim trailing whitespace and ensure newline at EOF
Rémi Verschelde
2024-05-08
1
-1
/
+0
*
Implement `amplitude` to Input.vibrate_handheld
Radiant
2024-05-02
1
-6
/
+15
*
Cleanup Android file errors
Fredia Huya-Kouadio
2024-04-22
3
-14
/
+60
*
[FileAccess] Implement `resize` method.
bruvzg
2024-04-12
2
-0
/
+31
*
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
2
-6
/
+6
|
\
|
*
Remove redundant semicolons from Kotlin/gradle files
melquiadess
2024-04-02
2
-6
/
+6
*
|
Merge pull request #90146 from melquiadess/extract-command-line-file-parsing-...
Rémi Verschelde
2024-04-04
2
-38
/
+94
|
\
\
|
*
|
Extract parsing command line file to a separate class + add unit tests
melquiadess
2024-04-04
2
-38
/
+94
|
|
/
*
/
Use ?. (and ?.let) safe operators instead of !!
melquiadess
2024-03-28
3
-77
/
+97
|
/
*
android: Fix UnsupportedOperationException remove from non-ArrayList
Lyuma
2024-03-25
1
-4
/
+4
*
Add `PermissionsUtil#requestPermissions(...)` to provide the ability to reque...
Fredia Huya-Kouadio
2024-03-07
1
-46
/
+86
*
Fix Compatibility Rendering (GLES3) on old and low budget devices.
Alexander Hartmann
2024-02-22
2
-4
/
+25
*
[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
2
-2
/
+30
|
\
|
*
Add rotary input support. Fix documentation
ALEKSEY KAPUSTYANENKO
2024-02-13
2
-2
/
+30
*
|
Merge pull request #87384 from bruvzg/sys_base_color
Rémi Verschelde
2024-02-13
3
-5
/
+29
|
\
\
|
*
|
Add method to get "base" system UI color (macOS/Windows) and system theme cha...
bruvzg
2024-02-13
3
-5
/
+29
|
|
/
*
|
Merge pull request #86619 from Alex2782/fix_flag_decimal
Rémi Verschelde
2024-02-13
1
-1
/
+15
|
\
\
|
|
/
|
/
|
|
*
Fix virtual keyboard for decimal values on Android
Alexander Hartmann
2024-02-13
1
-1
/
+15
*
|
Update Android dependencies for the project
Fredia Huya-Kouadio
2024-01-18
1
-9
/
+11
[next]