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
/
export_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use `(r)find_char` instead of `(r)find` for single characters
A Thousand Ships
2024-11-17
1
-1
/
+1
*
Allow setting custom initialization vector for FileAccessEncrypted. Add expor...
bruvzg
2024-11-13
1
-2
/
+2
*
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
1
-1
/
+1
|
\
\
|
*
|
Android: Add app_category "Undefined"
Anish Mishra
2024-11-08
1
-1
/
+1
*
|
|
Add ability for PCK patches to remove files
Juan
2024-11-11
1
-4
/
+4
|
/
/
*
|
Merge pull request #97631 from m4gr3d/prompt_apk_install_after_generation
Thaddeus Crews
2024-11-04
1
-0
/
+8
|
\
\
|
*
|
Enable automatic install of export apks for the Android editor
Fredia Huya-Kouadio
2024-10-28
1
-0
/
+8
|
|
/
*
/
Add warning when monochrome icon is not specified
Summersay415
2024-10-29
1
-1
/
+7
|
/
*
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
1
-4
/
+38
*
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
*
[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
1
-12
/
+12
|
/
*
Update the `GodotHost` interface to support signing and verifying Android apks
Fredia Huya-Kouadio
2024-08-26
1
-28
/
+64
*
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
*
|
Update the splash screen logic for the Godot app template
Fredia Huya-Kouadio
2024-06-10
1
-119
/
+12
|
/
*
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
1
-4
/
+82
|
\
|
*
Automatically generate the Android debug keystore
Fredia Huya-Kouadio
2024-04-12
1
-4
/
+82
*
|
Fix issue with resolving the path for the Android keystore file
Fredia Huya-Kouadio
2024-04-12
1
-8
/
+16
|
/
*
Revert pack trimming introduced by #82084
Mikael Hermansson
2024-04-10
1
-5
/
+5
*
[.NET] Disable output embedding on macOS, move it to the advanced options on ...
bruvzg
2024-04-09
1
-0
/
+6
*
Add POST_NOTIFICATIONS permission to the list of permissions available in the...
melquiadess
2024-04-08
1
-0
/
+1
*
Merge pull request #88840 from m4gr3d/update_android_export_advanced_options
Rémi Verschelde
2024-04-05
1
-1
/
+9
|
\
|
*
Update the list of advanced export options for the Android platform
Fredia Huya-Kouadio
2024-02-25
1
-1
/
+9
*
|
Fix gdextensionlibs.json storage path in Android gradle build
beicause
2024-03-17
1
-1
/
+1
*
|
Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKs
David Nikdel
2024-03-06
1
-5
/
+5
*
|
Update the Android export validation logic to account for the custom gradle a...
Fredia Huya-Kouadio
2024-03-05
1
-1
/
+14
*
|
Pre-commit: Update to clang-format 17.0.6 and black 24.2.0
Rémi Verschelde
2024-02-28
1
-1
/
+1
*
|
Don't attempt shutting down adb on exit if not started
Rémi Verschelde
2024-02-26
1
-1
/
+1
*
|
Display a warning if device CPU architecture is not active in the export preset.
Alexander Hartmann
2024-02-23
1
-1
/
+8
|
/
*
Fix crash on documentation generation on macOS.
bruvzg
2024-02-19
1
-2
/
+3
*
Merge pull request #88419 from m4gr3d/add_export_preset_advanced_options_toggle
Rémi Verschelde
2024-02-19
1
-5
/
+14
|
\
|
*
Add an `Advanced Options` toggle to the editor export preset
Fredia Huya-Kouadio
2024-02-18
1
-5
/
+14
*
|
Merge pull request #87823 from KoBeWi/ban_adb
Rémi Verschelde
2024-02-17
1
-1
/
+30
|
\
\
|
|
/
|
/
|
|
*
Don't invoke adb with no runnable Android preset
kobewi
2024-02-15
1
-1
/
+30
*
|
Merge pull request #88385 from m4gr3d/enable_legacy_packaging_main
Rémi Verschelde
2024-02-17
1
-0
/
+8
|
\
\
|
*
|
Add export setting to specify whether the native libraries should be compress...
Fredia Huya-Kouadio
2024-02-15
1
-0
/
+8
|
|
/
*
/
Android: Allow using alternative Gradle build directory
David Snopek
2024-02-16
1
-48
/
+84
|
/
*
Update Android dependencies for the project
Fredia Huya-Kouadio
2024-01-18
1
-1
/
+1
[next]