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
*
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
*
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
|
/
*
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
1
-2
/
+2
*
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
|
/
*
Cleanup fix for the meta-data parsing crashing bug.
fhuya
2019-10-11
1
-12
/
+4
*
Android: Work around crash in _fix_manifest
Rémi Verschelde
2019-10-11
1
-2
/
+4
*
Merge pull request #32514 from akien-mga/android-one-click-dont-uninstall
Rémi Verschelde
2019-10-03
1
-1
/
+1
|
\
|
*
Android one-click deploy: Don't clear by default
Rémi Verschelde
2019-10-03
1
-1
/
+1
*
|
Android: Fix manifest parsing and APK names in export code
Rémi Verschelde
2019-10-03
1
-4
/
+4
|
/
*
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
1
-3
/
+3
|
\
|
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-3
/
+3
*
|
Merge pull request #32055 from qarmin/some_code_fixes
Rémi Verschelde
2019-09-23
1
-3
/
+3
|
\
\
|
*
|
Changed some code found by Clang Tidy and Coverity
qarmin
2019-09-22
1
-3
/
+3
[next]