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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-1
/
+1
*
Remove deprecated xr features properties. These properties are now provided d...
Fredia Huya-Kouadio
2021-04-26
1
-49
/
+0
*
Fix issue causing export to fail with "Could not unzip temporary unaligned AP...
Fredia Huya-Kouadio
2021-04-15
1
-10
/
+28
*
Fix custom boot splash image scaling.
Fredia Huya-Kouadio
2021-04-12
1
-7
/
+23
*
Style: Apply clang-tidy's `readability-braces-around-statements`
Rémi Verschelde
2021-04-05
1
-3
/
+5
*
Style: Apply clang-tidy's `modernize-use-nullptr`
Rémi Verschelde
2021-04-05
1
-4
/
+4
*
Merge pull request #46457 from m4gr3d/fix_invalid_missing_templates_error_master
Rémi Verschelde
2021-02-27
1
-7
/
+10
|
\
|
*
Fix invalid missing template error when the Android build template is not ins...
Fredia Huya-Kouadio
2021-02-26
1
-7
/
+10
*
|
Update the logic to load Godot Android plugins packaged into the binary.
Fredia Huya-Kouadio
2021-02-26
1
-9
/
+1
|
/
*
Update the filtering logic to properly handle directories with `.gdignore` fi...
Fredia Huya-Kouadio
2021-02-24
1
-0
/
+3
*
Add logic to record the version of the Godot engine for the Android platform.
Fredia Huya-Kouadio
2021-02-24
1
-0
/
+1
*
Merge pull request #45617 from RandomShaper/modernize_atomics
Rémi Verschelde
2021-02-18
1
-19
/
+19
|
\
|
*
Modernize atomics
Pedro J. Estébanez
2021-02-18
1
-19
/
+19
*
|
Reorganize Project Settings
reduz
2021-02-18
1
-1
/
+1
*
|
Disable engine splash logic on Android; this is now handled by the Android th...
Fredia Huya-Kouadio
2021-02-18
1
-4
/
+29
|
/
*
Add verbose logging to help with troubleshooting the Android build/export pro...
Fredia Huya-Kouadio
2021-02-17
1
-3
/
+71
*
Modernize Thread
Pedro J. Estébanez
2021-01-29
1
-4
/
+3
*
[Plugins] Rename 'PluginConfig' struct to platform specific name
Sergey Minakov
2021-01-15
1
-15
/
+15
*
Split OS::execute into two methods
Marcel Admiraal
2021-01-09
1
-11
/
+11
*
Merge pull request #44645 from m4gr3d/update_apk_signing_logic
Rémi Verschelde
2021-01-01
1
-80
/
+130
|
\
|
*
Update the logic to sign prebuilt Godot Android apks.
Fredia Huya-Kouadio
2021-01-01
1
-80
/
+130
*
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
|
/
*
Merge pull request #44638 from m4gr3d/export_format_util_method
Rémi Verschelde
2020-12-30
1
-17
/
+24
|
\
|
*
Add utility method to export the project using a preset format and sign param...
Fredia Huya-Kouadio
2020-12-29
1
-17
/
+24
*
|
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-21
/
+21
|
/
*
Initialize class/struct variables with default values in platform/ and editor/
Rafał Mikrut
2020-12-02
1
-3
/
+3
*
Update gradle build files to automatically perform signing and zipalign tasks...
Fredia Huya-Kouadio
2020-11-22
1
-94
/
+19
*
Export: Reorder options for consistency across platforms
Rémi Verschelde
2020-11-20
1
-25
/
+33
*
Fix zipalign command name on Windows machines.
Fredia Huya-Kouadio
2020-11-18
1
-1
/
+8
*
Merge pull request #43526 from m4gr3d/address_new_custom_build_logic_issues
Rémi Verschelde
2020-11-14
1
-16
/
+104
|
\
|
*
Add missing zip alignment step for generated apks.
Fredia Huya-Kouadio
2020-11-14
1
-2
/
+80
|
*
Fix issue causing `Export all` to fail.
Fredia Huya-Kouadio
2020-11-14
1
-0
/
+4
|
*
Clear unneeded assets when generating an apk expansion.
Fredia Huya-Kouadio
2020-11-14
1
-14
/
+20
*
|
Added the .jks file extension as valid preset for Android keystore files
Marcus Brummer
2020-11-14
1
-3
/
+3
|
/
*
Remove duplicate Android `orientation` settings.
Fredia Huya-Kouadio
2020-11-13
1
-4
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Release .build_version file handle in Android custom build export
PouleyKetchoupp
2020-10-28
1
-9
/
+12
*
Fix android apk contents having mtime 1 month in future
Mark Riedesel
2020-10-23
1
-1
/
+1
*
Merge pull request #41385 from m4gr3d/fix_splash_loading_master
Rémi Verschelde
2020-09-28
1
-5
/
+86
|
\
|
*
Fix splash screen loading on Android
Fredia Huya-Kouadio
2020-08-19
1
-5
/
+86
*
|
Adds PCK encryption support (using script encryption key for export).
bruvzg
2020-09-05
1
-3
/
+3
*
|
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-4
/
+4
|
/
*
Add 'Export App Bundle' to Android Export Options
Aman Jain
2020-08-05
1
-91
/
+173
*
refactor apk signing into it's own method
Aman Jain
2020-07-27
1
-82
/
+90
*
Write an AndroidManifest.xml file to be merged with app module's manifest.
Aman Jain
2020-07-24
1
-6
/
+35
*
Copy icons to Gradle project
Aman Jain
2020-07-23
1
-53
/
+100
*
Create strings.xml files in the gradle project to handle localization
Aman Jain
2020-07-15
1
-3
/
+15
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-18
/
+18
*
Refactor permissions and command line flags into separate methods
Aman Jain
2020-07-09
1
-140
/
+148
*
Remove String::find_last (same as rfind)
Stijn Hinlopen
2020-07-03
1
-1
/
+1
[next]