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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23
Spartan322
2024-11-15
1
-3
/
+3
|
\
|
*
Allow setting custom initialization vector for FileAccessEncrypted. Add expor...
bruvzg
2024-11-13
1
-3
/
+3
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
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
1
-0
/
+2
|
/
*
Add support for Android Themed Icons (monochrome)
Anish Mishra
2024-09-27
1
-2
/
+3
*
Allow adding custom export platforms using scripts / GDExtension.
bruvzg
2024-08-28
1
-4
/
+4
*
Update the splash screen logic for the Godot app template
Fredia Huya-Kouadio
2024-06-10
1
-20
/
+3
*
Merge pull request #90611 from m4gr3d/automatically_generate_debug_keystore
Rémi Verschelde
2024-04-22
1
-0
/
+7
|
\
|
*
Automatically generate the Android debug keystore
Fredia Huya-Kouadio
2024-04-12
1
-0
/
+7
*
|
Fix issue with resolving the path for the Android keystore file
Fredia Huya-Kouadio
2024-04-12
1
-0
/
+2
|
/
*
Display a warning if device CPU architecture is not active in the export preset.
Alexander Hartmann
2024-02-23
1
-0
/
+3
*
Merge pull request #87823 from KoBeWi/ban_adb
Rémi Verschelde
2024-02-17
1
-1
/
+5
|
\
|
*
Don't invoke adb with no runnable Android preset
kobewi
2024-02-15
1
-1
/
+5
*
|
Android: Allow using alternative Gradle build directory
David Snopek
2024-02-16
1
-6
/
+5
|
/
*
Merge pull request #86383 from m4gr3d/editor_export_specify_java_sdk_path_main
Yuri Sizov
2024-01-18
1
-0
/
+2
|
\
|
*
Specify the path to the Java SDK used for the Android gradle build
Fredia Huya-Kouadio
2024-01-18
1
-0
/
+2
*
|
android keystore username and password are checked on export
Patchcoat
2023-11-03
1
-0
/
+1
|
/
*
Re-architect how Android plugins are packaged and handled at export time
Fredia Huya-Kouadio
2023-07-18
1
-23
/
+13
*
Allow exporting release Android builds without a debug keystore
Michael Alexsander
2023-06-19
1
-1
/
+1
*
Store sensitive export options in dedicated credentials file
Andreas Raddau
2023-05-10
1
-0
/
+9
*
[Export] Add readable descriptions and validation warnings to the export opti...
bruvzg
2023-04-19
1
-3
/
+5
*
Merge pull request #72552 from m4gr3d/cleanup_custom_build_main
Rémi Verschelde
2023-02-06
1
-4
/
+4
|
\
|
*
Rename Godot's 'custom build' to 'gradle build' to better reflect the underly...
Fredia Huya-Kouadio
2023-02-02
1
-4
/
+4
*
|
Improve logic to detect whether vulkan is used for rendering
Fredia Huya-Kouadio
2023-02-06
1
-0
/
+2
|
/
*
[Android export] Added validation of the project name when using $genname in ...
S.V.I. Vilcrow
2023-01-20
1
-0
/
+3
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Merge pull request #67668 from nikitalita/apk-signer
Rémi Verschelde
2022-12-23
1
-1
/
+1
|
\
|
*
improve get_apksigner_path() robustness
nikitalita
2022-10-20
1
-1
/
+1
*
|
[Android] Fix GDExtension export and loading.
bruvzg
2022-11-08
1
-3
/
+19
|
/
*
Disable threads used to check on plugins to load
Fredia Huya-Kouadio
2022-08-15
1
-0
/
+2
*
Refactor the export checking logic to improve separation of concerns
Fredia Huya-Kouadio
2022-08-14
1
-1
/
+2
*
Make some editor export methods const
Aaron Franke
2022-07-29
1
-2
/
+2
*
Split up editor export code into multiple files
Aaron Franke
2022-07-26
1
-1
/
+1
*
Add full support for Android scoped storage.
Fredia Huya-Kouadio
2022-07-05
1
-1
/
+3
*
Cleanup Android C++ code
Marcel Admiraal
2022-05-31
1
-0
/
+5
*
Add a new HashSet template
reduz
2022-05-20
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-1
/
+1
*
Implement GDExtension export plugin.
bruvzg
2022-03-16
1
-1
/
+1
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
1
-19
/
+2
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-1
/
+0
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Pass the correct `export_format` argument to locate the assets directory when...
ne0fhyk
2021-10-11
1
-1
/
+1
*
Add support for Play Asset Delivery.
ne0fhyk
2021-09-15
1
-5
/
+2
*
Add partial support for Android scoped storage.
ne0fhyk
2021-08-16
1
-0
/
+2
*
Split android platform export template into multiple files
Sergey Minakov
2021-08-12
1
-0
/
+255