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
*
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
2
-6
/
+135
*
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
2
-4
/
+60
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-18
/
+18
*
Merge pull request #40244 from amanj120/forward_port_bundle_pr_permissions
Rémi Verschelde
2020-07-10
1
-140
/
+148
|
\
|
*
Refactor permissions and command line flags into separate methods
Aman Jain
2020-07-09
1
-140
/
+148
*
|
Utility methods for writing files to Gradle project.
Aman Jain
2020-07-09
1
-0
/
+101
|
/
*
Remove String::find_last (same as rfind)
Stijn Hinlopen
2020-07-03
1
-1
/
+1
*
Fix the logic to enable focus awareness
Fredia Huya-Kouadio
2020-06-27
1
-2
/
+4
*
Add support for focus awareness
Fredia Huya-Kouadio
2020-06-04
1
-0
/
+32
*
Check if the specified Android release keystore exists
Marcus Brummer
2020-06-04
1
-0
/
+7
*
Fix inconsistent error messages with Android custom export templates
PouleyKetchoupp
2020-06-01
1
-4
/
+13
*
Validate that `Use Custom Build` is enabled when `Plugins` are selected
Fredia Huya-Kouadio
2020-05-27
1
-0
/
+9
*
Perform a clean Gradle build if android plugins changed
Marcus Brummer
2020-05-25
1
-0
/
+29
*
Update the permission string for the Oculus hand tracking to match the latest...
Fredia Huya-Kouadio
2020-05-18
1
-2
/
+2
*
Implementation of the Godot Android Plugin configuration file
Fredia Huya-Kouadio
2020-05-17
1
-13
/
+131
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-21
/
+40
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-82
/
+0
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-1
/
+2
*
Merge pull request #37193 from madmiraal/fix-android-export-unicode-errors
Rémi Verschelde
2020-04-28
1
-5
/
+23
|
\
|
*
Fix Android export throwing Unicode errors.
Marcel Admiraal
2020-03-20
1
-5
/
+23
*
|
Fix detection logic for the Android sdk path
Fredia Huya-Kouadio
2020-04-24
1
-1
/
+1
*
|
Validate supported architectures when exporting to Android
SkyJJ
2020-04-13
1
-0
/
+9
*
|
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-34
/
+34
*
|
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-23
1
-0
/
+5
|
/
*
Re-architecture of the Godot Android plugin.
fhuya
2020-03-05
1
-256
/
+12
*
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
1
-20
/
+8
*
Fix suspicious | and + operators
Rafał Mikrut
2020-02-23
1
-1
/
+1
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-4
/
+4
*
Remove incomplete battery status/power API
Rémi Verschelde
2020-02-14
1
-1
/
+1
*
Remove obsolete GLES3 backend
Rémi Verschelde
2020-02-13
1
-11
/
+3
*
Texture refactor
Juan Linietsky
2020-02-11
1
-2
/
+2
*
Remove per-file progress reporting when exporting to Android
Hugo Locurcio
2020-02-05
1
-8
/
+5
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-6
/
+6
*
Revert "Fix Android deploy with Remote Debug or Network FS over Wi-Fi"
Rémi Verschelde
2020-01-27
1
-18
/
+3
*
Check if can export before exporting; show error message if can't export.
Mark Wynn Garcia
2020-01-26
1
-6
/
+8
*
Android: Improve name of icon export properties
Rémi Verschelde
2020-01-17
1
-3
/
+3
*
Add support for Android adaptive icons.
Bruno Lourenço
2020-01-14
1
-53
/
+95
*
Add support for generating a Oculus Mobile VR apk with hand tracking support.
fhuya
2020-01-10
1
-115
/
+155
*
Fix Android exporter manifest creation.
Bruno Lourenço
2020-01-09
1
-6
/
+6
*
Export: Improve usability of command line interface
Rémi Verschelde
2020-01-07
1
-19
/
+24
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
2
-4
/
+4
*
Replace the android.defaultConfig.applicationId in build.gradle with the pack...
fhuya
2019-12-30
1
-2
/
+5
*
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-24
1
-0
/
+1
*
Merge pull request #32854 from cooperra/fix-wireless-adb-debugging
Rémi Verschelde
2019-11-28
1
-3
/
+18
|
\
|
*
Add connection information and serial number to device description
Robbie Cooper
2019-10-15
1
-0
/
+8
|
*
Detect adb connection type and debug over Wi-Fi if needed
Robbie Cooper
2019-10-15
1
-3
/
+10
*
|
Improve EditorExportPlatform interface.
Fabio Alessandrelli
2019-10-23
1
-8
/
+19
|
/
[next]