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
/
export
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ce
Spartan322
2024-11-26
1
-6
/
+6
|
\
|
*
Fix missing space after period in error message.
Alexander Hartmann
2024-11-24
1
-6
/
+6
*
|
Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823
Spartan322
2024-11-20
2
-4
/
+6
|
\
|
|
*
Merge pull request #99353 from syntaxerror247/some_uid_issues
Thaddeus Crews
2024-11-19
2
-4
/
+6
|
|
\
|
|
*
Fix Android boot splash and gradle build issue
Anish Mishra
2024-11-18
2
-4
/
+6
*
|
|
Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef
Spartan322
2024-11-19
2
-2
/
+18
|
\
|
|
|
*
|
Merge pull request #97992 from Nikitf777/android-sdk-path
Thaddeus Crews
2024-11-18
1
-1
/
+17
|
|
\
\
|
|
*
|
Add default value of editor propetry "export/android/android_sdk_path" for Wi...
Nikita
2024-11-17
1
-1
/
+17
|
*
|
|
Use `(r)find_char` instead of `(r)find` for single characters
A Thousand Ships
2024-11-17
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23
Spartan322
2024-11-15
4
-7
/
+7
|
\
|
|
|
*
|
Allow setting custom initialization vector for FileAccessEncrypted. Add expor...
bruvzg
2024-11-13
4
-7
/
+7
*
|
|
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
3
-10
/
+22
|
\
|
|
|
*
|
Merge pull request #98604 from Summersay415/read-music
Thaddeus Crews
2024-11-12
1
-0
/
+5
|
|
\
\
|
|
*
|
Add media permissions
Summersay415
2024-10-28
1
-0
/
+5
|
*
|
|
Merge pull request #98971 from syntaxerror247/new_appCategory
Thaddeus Crews
2024-11-12
3
-6
/
+13
|
|
\
\
\
|
|
*
|
|
Android: Add app_category "Undefined"
Anish Mishra
2024-11-08
3
-6
/
+13
|
*
|
|
|
Add ability for PCK patches to remove files
Juan
2024-11-11
1
-4
/
+4
|
|
/
/
/
*
|
|
|
Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f
Spartan322
2024-11-06
2
-2
/
+18
|
\
|
|
|
|
*
|
|
Merge pull request #97631 from m4gr3d/prompt_apk_install_after_generation
Thaddeus Crews
2024-11-04
2
-1
/
+11
|
|
\
\
\
|
|
*
|
|
Enable automatic install of export apks for the Android editor
Fredia Huya-Kouadio
2024-10-28
2
-1
/
+11
|
|
|
/
/
|
*
/
/
Add warning when monochrome icon is not specified
Summersay415
2024-10-29
1
-1
/
+7
|
|
/
/
*
|
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
8
-16
/
+16
*
|
|
Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1
Spartan322
2024-10-22
1
-0
/
+1
|
\
|
|
|
*
|
Don't include `core/io/image.h` in `core/os/os.h`
Yevhen Babiichuk (DustDFG)
2024-10-18
1
-0
/
+1
|
|
/
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
8
-0
/
+16
*
|
Rebrand Godot to Redot
Randolph W. Aarseth II
2024-10-11
1
-1
/
+1
|
/
*
Add logic to automatically pick up jar/aar library dependencies in the `res:/...
Fredia Huya-Kouadio
2024-09-29
1
-0
/
+3
*
Add support for Android Themed Icons (monochrome)
Anish Mishra
2024-09-27
2
-6
/
+41
*
Add Advanced Settings switch to Editor Settings
kobewi
2024-09-17
1
-5
/
+5
*
C#: Fallback to CoreCLR/MonoVM hosting APIs when hostfxr/NativeAOT fails
Raul Santos
2024-09-16
1
-14
/
+10
*
Fix editor_doc_cache locked on editor startup
Hilderin
2024-09-14
1
-1
/
+3
*
[Editor] Expose more editor settings to documentation
A Thousand Ships
2024-09-12
1
-0
/
+1
*
[Windows] Only use long executable path when necessary, fix broken apksigner ...
bruvzg
2024-09-10
1
-0
/
+5
*
Merge pull request #96208 from m4gr3d/cleanup_immersive_logic
Rémi Verschelde
2024-08-30
1
-1
/
+1
|
\
|
*
Restore 'Toggle fullscreen' menu for the Android editor and clean up the imme...
Fredia Huya-Kouadio
2024-08-28
1
-1
/
+1
*
|
Allow adding custom export platforms using scripts / GDExtension.
bruvzg
2024-08-28
2
-16
/
+16
|
/
*
Update the `GodotHost` interface to support signing and verifying Android apks
Fredia Huya-Kouadio
2024-08-26
2
-33
/
+70
*
Merge pull request #91271 from m4gr3d/clean_gradle_build_setup
Rémi Verschelde
2024-08-16
1
-7
/
+6
|
\
|
*
Clean up the build commands used by the editor for gradle builds
Fredia Huya-Kouadio
2024-05-31
1
-7
/
+6
*
|
Fixed Android export failing when no JDK is setup in the OS environment and c...
Chris
2024-07-27
1
-1
/
+2
*
|
Fix issue preventing enabling the remote button for Android
Fredia Huya-Kouadio
2024-07-16
1
-0
/
+1
*
|
Revert hiding of custom templates under the `Advanced Options` toggle
Fredia Huya-Kouadio
2024-06-24
1
-1
/
+1
*
|
Style: Optimize `.svg` files with `svgo`
Thaddeus Crews
2024-06-23
2
-2
/
+2
*
|
Update the splash screen logic for the Godot app template
Fredia Huya-Kouadio
2024-06-10
2
-139
/
+15
|
/
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-4
/
+4
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-3
/
+3
*
Merge pull request #90611 from m4gr3d/automatically_generate_debug_keystore
Rémi Verschelde
2024-04-22
3
-7
/
+93
|
\
|
*
Automatically generate the Android debug keystore
Fredia Huya-Kouadio
2024-04-12
3
-7
/
+93
*
|
Fix issue with resolving the path for the Android keystore file
Fredia Huya-Kouadio
2024-04-12
2
-8
/
+18
|
/
*
Revert pack trimming introduced by #82084
Mikael Hermansson
2024-04-10
1
-5
/
+5
[next]