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
*
Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef
Spartan322
2024-11-19
1
-1
/
+17
|
\
|
*
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
*
|
|
Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f
Spartan322
2024-11-06
1
-1
/
+3
|
\
|
|
|
*
|
Enable automatic install of export apks for the Android editor
Fredia Huya-Kouadio
2024-10-28
1
-1
/
+3
|
|
/
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Add Advanced Settings switch to Editor Settings
kobewi
2024-09-17
1
-5
/
+5
*
[Editor] Expose more editor settings to documentation
A Thousand Ships
2024-09-12
1
-0
/
+1
*
Update the `GodotHost` interface to support signing and verifying Android apks
Fredia Huya-Kouadio
2024-08-26
1
-5
/
+6
*
Automatically generate the Android debug keystore
Fredia Huya-Kouadio
2024-04-12
1
-3
/
+4
*
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
*
|
Hide Keystore Release password on Android's Export window
Micky
2024-01-06
1
-0
/
+1
|
/
*
Replace the use of the `ANDROID_SDK_ROOT` env variable with `ANDROID_HOME` as...
Fredia Huya-Kouadio
2023-11-01
1
-1
/
+1
*
Automatically pick the Android sdk path using environment variables
Fredia Huya-Kouadio
2023-11-01
1
-1
/
+1
*
Android: Add option to always use WiFi to connect to remote debug
Brennen Shaughnessy
2023-08-28
1
-0
/
+3
*
Style: Harmonize header includes in platform ports
Rémi Verschelde
2023-06-08
1
-1
/
+2
*
[Export] Add readable descriptions and validation warnings to the export opti...
bruvzg
2023-04-19
1
-0
/
+4
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Disable menus and functionality that are not relevant on the Android Editor port
Fredia Huya-Kouadio
2022-09-13
1
-0
/
+2
*
Split up editor export code into multiple files
Aaron Franke
2022-07-26
1
-2
/
+2
*
Cleanup Android C++ code
Marcel Admiraal
2022-05-31
1
-5
/
+0
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
1
-0
/
+3
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Move the Android "clear previous install" setting to Editor Settings
Hugo Locurcio
2021-08-16
1
-0
/
+2
*
Split android platform export template into multiple files
Sergey Minakov
2021-08-12
1
-3015
/
+1
*
Make progress and errors translatable when exporting to Android
Haoyu Qiu
2021-08-01
1
-30
/
+29
*
Fix custom build export
Fredia Huya-Kouadio
2021-07-27
1
-0
/
+2
*
Addes ability to load build sources from file.
reduz
2021-07-15
1
-2
/
+1
*
Android: Add `isGame` application attribute, default to true
Rémi Verschelde
2021-07-01
1
-0
/
+6
*
Add GDNative libraries to Android custom Gradle builds
Marcel Admiraal
2021-06-29
1
-1
/
+66
*
Add support for custom debug keystore.
ne0fhyk
2021-06-22
1
-12
/
+28
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-7
/
+7
*
Add adb output to error message when install fails
Marcel Admiraal
2021-06-19
1
-1
/
+1
*
Merge pull request #49123 from aaronfranke/it-is-time
Rémi Verschelde
2021-06-12
1
-2
/
+2
|
\
|
*
Add Time singleton
Aaron Franke
2021-06-11
1
-2
/
+2
*
|
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-2
/
+2
|
/
*
Merge pull request #48963 from HaywardMorihara/export-android-keystore-debug-...
Rémi Verschelde
2021-06-01
1
-0
/
+14
|
\
|
*
Exporting: Android Debug Keystore Warnings
Nathaniel Morihara
2021-05-24
1
-0
/
+14
*
|
Implement shader caching
reduz
2021-05-31
1
-2
/
+2
*
|
Allow basic user data backup on Android
Pedro J. Estébanez
2021-05-25
1
-0
/
+8
|
/
*
Use an enum to represent screen orientation in the Project Settings
Hugo Locurcio
2021-05-24
1
-1
/
+2
*
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
|
\
[next]