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
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
47
-1363
/
+1363
*
Merge pull request #69990 from exoticorn/fix-android-touch-input
Fredia Huya-Kouadio
2022-12-14
1
-1
/
+1
|
\
|
*
handle ambiguous input events as touch events
Dennis Ranke
2022-12-12
1
-1
/
+1
*
|
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-12
2
-18
/
+18
|
/
*
Use system fonts as fallback and improve system font handling.
bruvzg
2022-12-04
1
-0
/
+5
*
Enable GLES3 on Android
clayjohn
2022-11-29
3
-15
/
+12
*
Add missing display server overrides
Fredia Huya-Kouadio
2022-11-27
5
-3
/
+99
*
Fix parsing of the `keep_screen_on` display setting
Fredia Huya-Kouadio
2022-11-17
1
-1
/
+1
*
Android: Fix parsing `keep_screen_on` setting
Rémi Verschelde
2022-11-17
1
-1
/
+1
*
Small set of fixes to the input logic
Fredia Huya-Kouadio
2022-11-07
3
-37
/
+31
*
Add double_tap attribute to InputEventScreenTouch
Fredia Huya-Kouadio
2022-10-22
3
-33
/
+20
*
Merge pull request #66946 from m4gr3d/cursor_shape_logic_cleanup_main
Fredia Huya-Kouadio
2022-10-05
2
-8
/
+12
|
\
|
*
Cleanup of the Android cursor shape logic
Fredia Huya-Kouadio
2022-10-05
2
-8
/
+12
*
|
Fix null in android keyboard handling.
Jason Knight
2022-10-05
1
-1
/
+1
|
/
*
Split rendering driver project setting into renderer_name and rendering_drive...
clayjohn
2022-09-19
1
-4
/
+4
*
Merge pull request #65501 from m4gr3d/fix_invalid_project_manager_path_main
Rémi Verschelde
2022-09-08
2
-8
/
+31
|
\
|
*
Fix issue causing the project manager to crash because of missing path argument
Fredia Huya-Kouadio
2022-09-07
2
-8
/
+31
*
|
Enable long press, pan and scale gestures for the Godot Android Editor
Fredia Huya-Kouadio
2022-09-07
1
-1
/
+1
*
|
Cleanup the Android input logic implementation
Fredia Huya-Kouadio
2022-09-07
6
-215
/
+521
|
/
*
Fix issue preventing the Android Editor from displaying the project content
Fredia Huya-Kouadio
2022-08-15
2
-6
/
+7
*
Merge pull request #62885 from madmiraal/fix-59931
Rémi Verschelde
2022-08-08
3
-20
/
+21
|
\
|
*
Fix incorrect Android scancodes
Marcel Admiraal
2022-07-13
3
-20
/
+21
*
|
Add support for multiple virtual keyboard types
Brian Semrau
2022-08-04
3
-11
/
+47
*
|
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
[next]