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
...
*
|
Address remaining scoped storage regressions
Fredia Huya-Kouadio
2022-07-26
4
-31
/
+33
|
/
*
Add full support for Android scoped storage.
Fredia Huya-Kouadio
2022-07-05
13
-120
/
+1667
*
Remove broken scroll gesture on Android
Marcel Admiraal
2022-06-21
2
-14
/
+0
*
Ensure joystick has been added or not already removed when processing input
Marcel Admiraal
2022-06-16
1
-0
/
+3
*
Misc editor tweaks and polishes:
Fredia Huya-Kouadio
2022-05-31
1
-3
/
+21
*
Merge pull request #61333 from m4gr3d/fix_restart_logic_main
Rémi Verschelde
2022-05-23
3
-62
/
+149
|
\
|
*
Fix the logic to restart the Godot application
Fredia Huya-Kouadio
2022-05-23
3
-62
/
+149
*
|
Remove duplicate Android sensor listener registrations
Marcel Admiraal
2022-05-23
1
-4
/
+0
|
/
*
Fix screen_get_usable_rect returning display safe area
Marcel Admiraal
2022-05-02
1
-1
/
+1
*
Merge pull request #60551 from madmiraal/implement-3466
Rémi Verschelde
2022-05-02
1
-0
/
+21
|
\
|
*
Add a method for obtaining display cutouts on Android
Marcel Admiraal
2022-04-26
1
-0
/
+21
*
|
Merge pull request #60563 from madmiraal/fix-60562
Rémi Verschelde
2022-04-29
1
-8
/
+7
|
\
\
|
*
|
Check for null when retrieving clip data item text on Android
Marcel Admiraal
2022-04-27
1
-8
/
+7
|
|
/
*
/
Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...
bruvzg
2022-04-28
4
-0
/
+361
|
/
*
Merge pull request #60433 from madmiraal/remove-superfluous-null-check
Rémi Verschelde
2022-04-25
1
-4
/
+0
|
\
|
*
Remove superfluous null check
Marcel Admiraal
2022-04-22
1
-4
/
+0
*
|
Merge pull request #60457 from madmiraal/replace-index-iterators
Rémi Verschelde
2022-04-25
2
-5
/
+4
|
\
\
|
*
|
Replace index iterators with for each loops.
Marcel Admiraal
2022-04-23
2
-5
/
+4
|
|
/
*
|
Merge pull request #60441 from madmiraal/remove-superfluous-inputmanager
Rémi Verschelde
2022-04-25
3
-240
/
+5
|
\
\
|
*
|
Remove superfluous Android InputManager interface and implementation
Marcel Admiraal
2022-04-22
3
-240
/
+5
|
|
/
*
/
Remove superfluous check for minimum Android SDK.
Marcel Admiraal
2022-04-22
1
-21
/
+16
|
/
*
Update the editor display scale based on the device's scaled density
Fredia Huya-Kouadio
2022-04-04
1
-1
/
+5
*
Fix flickering issues with low processor mode on Android
Fredia Huya-Kouadio
2022-03-29
11
-23
/
+2530
*
Android port of the Godot Editor
Fredy Huya-Kouadio
2022-03-28
2
-8
/
+29
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-2
/
+3
*
Add screen_get_refresh_rate to DisplayServer
jordi
2022-02-03
1
-0
/
+8
*
Add `DisplayServer.clipboard_has()` to check clipboard content
Haoyu Qiu
2022-01-19
1
-1
/
+5
*
Style: Remove inconsistently used `@author` docstrings
Rémi Verschelde
2022-01-04
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
37
-74
/
+74
*
Only rotate Android sensor values for sensors that need them rotated
Marcel Admiraal
2021-12-15
1
-31
/
+64
*
Merge pull request #55159 from m4gr3d/add_oculus_openxr_config_master
Rémi Verschelde
2021-11-22
3
-4
/
+4
|
\
|
*
Add support for OpenXR export configurations.
Fredia Huya-Kouadio
2021-11-20
3
-4
/
+4
*
|
Fix Android `get_screen_orientation()` not returning valid values
Marcel Admiraal
2021-11-21
1
-1
/
+28
|
/
*
Drop pointless Android depth buffer setting
Pedro J. Estébanez
2021-11-15
3
-25
/
+7
*
Merge pull request #54463 from RandomShaper/fix_gl3_32bits
Rémi Verschelde
2021-11-09
7
-24
/
+24
|
\
|
*
Drop broken Android 32-bit framebuffer setting for a reliable one for depth b...
Pedro J. Estébanez
2021-11-01
7
-24
/
+24
*
|
Fix new projects always being created with OpenGL
Hugo Locurcio
2021-11-01
1
-1
/
+1
|
/
*
clang-format: Enable `BreakBeforeTernaryOperators`
Rémi Verschelde
2021-10-28
1
-8
/
+8
*
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
1
-11
/
+11
*
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
3
-10
/
+9
*
Add support for adding plugin views behind the main view on Android
PouleyKetchoupp
2021-09-01
2
-1
/
+19
*
Replace HTTP links with HTTPS for sites with HTTPS versions
Aaron Franke
2021-08-22
1
-1
/
+1
*
Check if vibration duration is > 0 on Android
Marcus Brummer
2021-08-21
1
-1
/
+1
*
Delegate handling and implementation of the restart functionality to the Godo...
Fredia Huya-Kouadio
2021-08-18
3
-16
/
+29
*
Add partial support for Android scoped storage.
ne0fhyk
2021-08-16
2
-201
/
+51
*
Switch to input buffering on Android
Pedro J. Estébanez
2021-08-13
3
-60
/
+45
*
Resolve issue where the Godot app remains stuck when resuming.
Fredia Huya-Kouadio
2021-08-12
3
-9
/
+39
*
Properly finishes Godot's Android activity when destroyed by the system
Marcus Brummer
2021-08-12
1
-0
/
+1
*
Fix various typos with codespell
luz paz
2021-07-25
1
-1
/
+1
*
Merge pull request #50220 from madmiraal/fix-50125
Rémi Verschelde
2021-07-06
1
-3
/
+4
|
\
[prev]
[next]