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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix android logger Godot references to Redot
Spartan322
2024-11-14
3
-7
/
+7
*
Rebrand android editor to allow play store signing
Trashguy
2024-11-13
55
-155
/
+155
*
Add support for launching the Play window in PiP mode
Fredia Huya-Kouadio
2024-11-01
2
-12
/
+23
*
Fix Android app permissions for SDK levels earlier than 28
Andreas Raddau
2024-11-01
1
-3
/
+3
*
Fix Kotlin license headers referring to Godot
Spartan322
2024-10-31
18
-36
/
+36
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
33
-66
/
+66
*
Rebrand preambles to Redot
Spartan322
2024-10-13
51
-0
/
+102
*
Rebrand Godot 4.3 to Redot
Trashguy
2024-10-13
6
-16
/
+16
*
Update the Android `fileLastModified` method to return values in seconds inst...
Fredia Huya-Kouadio
2024-09-16
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
*
|
Disable automatic permissions request
Fredia Huya-Kouadio
2024-01-11
2
-13
/
+9
*
|
Merge pull request #86379 from m4gr3d/update_render_thread_paused_timing_main
Rémi Verschelde
2024-01-05
7
-57
/
+98
|
\
\
|
*
|
Update the logic used to start / stop the render thread
Fredia Huya-Kouadio
2023-12-20
7
-57
/
+98
|
|
/
*
/
Fix 'get_window_safe_area' on Android
Alexander Hartmann
2024-01-03
1
-5
/
+3
|
/
*
Improve engine startup/shutdown benchmarks
Yuri Sizov
2023-12-08
3
-21
/
+32
[next]