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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix issue with resizing the display on Android when using the compatibility r...
Fredia Huya-Kouadio
2023-04-26
1
-3
/
+2
*
Fix thread IDs.
Juan Linietsky
2023-04-24
2
-2
/
+4
*
Downgrade android gradle plugin to version 7.2.1.
Fredia Huya-Kouadio
2023-04-21
1
-1
/
+1
*
[Export docs] Move docs to platform folders.
bruvzg
2023-04-20
2
-0
/
+591
*
[Export] Add readable descriptions and validation warnings to the export opti...
bruvzg
2023-04-19
4
-115
/
+140
*
Fix potential null in android text entry system.
Jason Knight
2023-04-12
1
-5
/
+6
*
Windows TTS: Use HashMap instead of RBMap for ids
Rémi Verschelde
2023-04-11
1
-0
/
+1
*
Bump the target SDK version to 33 (Android 13)
Fredia Huya-Kouadio
2023-03-21
4
-12
/
+12
*
Fix directory access when the running app has the `All files access` permission
Fredia Huya-Kouadio
2023-03-20
1
-1
/
+8
*
Make vulkan level 1 an optional requirement
Fredia Huya-Kouadio
2023-03-19
2
-2
/
+2
*
Merge pull request #74066 from m4gr3d/add_vulkan_version_filter_main
Yuri Sizov
2023-03-16
3
-2
/
+19
|
\
|
*
Add feature check to require min Vulkan api version 1.0 on Android
Fredia Huya-Kouadio
2023-02-28
3
-2
/
+19
*
|
Fix null-pointer dereference on Android systems when using gl_compatibility r...
Malcolm Nixon
2023-03-11
1
-4
/
+7
*
|
Add "filesRoot" path to Android provider paths xml
lewiji
2023-03-09
1
-0
/
+4
*
|
Merge pull request #74470 from m4gr3d/configure_snapshot_publish_version_main
Rémi Verschelde
2023-03-06
3
-1
/
+10
|
\
\
|
*
|
Configure maven central snapshot versions for the Godot Android library
Fredia Huya-Kouadio
2023-03-06
3
-1
/
+10
|
|
/
*
/
Use the new API for virtual keyboard height detection on Android, bugfix
necrashter
2023-03-06
1
-8
/
+62
|
/
*
Merge pull request #73694 from m4gr3d/update_touchscreen_editor_settings_main
Rémi Verschelde
2023-02-22
4
-6
/
+41
|
\
|
*
Enable granular control of touchscreen related settings
Fredia Huya-Kouadio
2023-02-22
4
-6
/
+41
*
|
Merge pull request #72817 from m4gr3d/include_htc_xr_category_metadata
Rémi Verschelde
2023-02-21
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Add HTC Vive focus XR manifest metadata
Fredia Huya-Kouadio
2023-02-06
1
-0
/
+3
*
|
Fix crash with bogus shape index to DisplayServer.cursor_set_custom_image()
Rémi Verschelde
2023-02-17
1
-0
/
+2
*
|
Restore FileAccess.close method.
bruvzg
2023-02-16
4
-0
/
+14
*
|
Android: Default Min SDK to 24 for Vulkan mobile
Rémi Verschelde
2023-02-15
1
-6
/
+6
*
|
[InputEventKey] Avoid setting both key and modifier to the same value.
bruvzg
2023-02-14
2
-14
/
+22
*
|
Fix the issue causing long-press on a selected node on the scene tree to trig...
Fredia Huya-Kouadio
2023-02-12
2
-5
/
+29
*
|
Further refactoring to AudioDriver implementations after #69120.
Emmanouil Papadeas
2023-02-09
3
-21
/
+20
*
|
Downgrade the vulkan abort logic to a warning
Fredia Huya-Kouadio
2023-02-07
3
-5
/
+4
|
/
*
Merge pull request #72552 from m4gr3d/cleanup_custom_build_main
Rémi Verschelde
2023-02-06
10
-55
/
+55
|
\
|
*
Rename Godot's 'custom build' to 'gradle build' to better reflect the underly...
Fredia Huya-Kouadio
2023-02-02
10
-55
/
+55
*
|
Improve logic to detect whether vulkan is used for rendering
Fredia Huya-Kouadio
2023-02-06
5
-15
/
+27
*
|
Improve vulkan capability detection on Android
Fredia Huya-Kouadio
2023-02-05
4
-2
/
+48
|
/
*
Clean up the XR export logic
Fredia Huya-Kouadio
2023-02-01
4
-67
/
+32
*
More codespell fixes, do more changes from previous ignore list
Rémi Verschelde
2023-02-01
1
-1
/
+1
*
Implement file provider capabilities
Fredia Huya-Kouadio
2023-02-01
4
-11
/
+52
*
Refactor high quality texture import
Juan Linietsky
2023-01-30
1
-0
/
+1
*
Update the XR manifest configs
Fredia Huya-Kouadio
2023-01-27
3
-25
/
+0
*
Merge pull request #72168 from RandomShaper/sensible_lock_return
Rémi Verschelde
2023-01-27
1
-1
/
+1
|
\
|
*
Booleanize various sync primitives' wait & locking methods
Pedro J. Estébanez
2023-01-27
1
-1
/
+1
*
|
[Android] Fix virtual keyboard special keys.
bruvzg
2023-01-26
1
-1
/
+14
*
|
Merge pull request #72106 from m4gr3d/fix_godot_android_editor_4_crash_after_...
Rémi Verschelde
2023-01-26
8
-47
/
+129
|
\
\
|
*
|
Fix the issue causing the Godot Android Editor to crash when returning from t...
Fredia Huya-Kouadio
2023-01-26
8
-47
/
+129
*
|
|
Address kotlin build warnings
Fredia Huya-Kouadio
2023-01-25
1
-2
/
+2
|
/
/
*
|
Merge pull request #71917 from m4gr3d/update_godot_android_editor_label
Rémi Verschelde
2023-01-24
2
-2
/
+2
|
\
\
|
*
|
Update the Godot Android Editor name from `Godot Editor 4.x` to `Godot Editor...
Fredia Huya-Kouadio
2023-01-23
2
-2
/
+2
*
|
|
Merge pull request #71836 from m4gr3d/fix_godot_editor_cropping_main
Rémi Verschelde
2023-01-23
4
-4
/
+16
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Update the logic to calculate the screen scale on Android
Fredia Huya-Kouadio
2023-01-22
4
-4
/
+16
*
|
|
Cleanup and unify keyboard input.
bruvzg
2023-01-23
9
-67
/
+26
*
|
|
Convert en_GB spelling to en_US with codespell
Rémi Verschelde
2023-01-23
2
-2
/
+2
|
/
/
*
|
Merge pull request #71646 from Vilcrow/android-export-genname-check
Rémi Verschelde
2023-01-20
2
-5
/
+33
|
\
\
|
|
/
|
/
|
[next]