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
*
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
*
|
|
Fix starting intent problem
Cagdas
2019-09-22
1
-1
/
+1
|
/
/
*
|
Distinguish editor-originating messages in the editor log
Hugo Locurcio
2019-09-20
1
-4
/
+4
*
|
Split the Android platform java logic into an Android library module (`lib`) ...
fhuya
2019-09-04
1
-0
/
+4
|
/
*
Android: Improve dialogs about custom build template
Rémi Verschelde
2019-08-29
1
-6
/
+3
*
Export: Remove temp files from cache after export
Rémi Verschelde
2019-08-12
1
-36
/
+54
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...
Robin Hübner
2019-08-09
1
-10
/
+5
*
Add feature tag for hmd devices based on DOF
Cameron Reikes
2019-08-07
1
-0
/
+133
*
Make the meta-data name attribute settable. This will facilitate reuse for AR...
fhuya
2019-07-02
1
-3
/
+9
*
Merge pull request #29824 from m4gr3d/add_ovr_export
Rémi Verschelde
2019-07-02
1
-0
/
+19
|
\
|
*
Add XR mode selection to the Android export process.
fhuya
2019-07-02
1
-0
/
+19
*
|
Merge pull request #29815 from NilsIrl/plus_file_1
Rémi Verschelde
2019-07-01
1
-1
/
+1
|
\
\
|
*
|
Replace ` + "/" + ` with `String::file_add()`
Nils ANDRÉ-CHANG
2019-06-23
1
-1
/
+1
|
|
/
*
|
Merge pull request #29910 from m4gr3d/dev_deprecate_armv6
Rémi Verschelde
2019-06-20
1
-3
/
+0
|
\
\
|
*
|
Deprecate armv6 support for Android
fhuya
2019-06-19
1
-3
/
+0
|
|
/
*
/
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-19
1
-1
/
+1
|
/
*
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-06-11
1
-1
/
+1
*
Allow project export to be canceled
George Marques
2019-05-18
1
-12
/
+34
*
Merge pull request #27676 from qarmin/small_fixes_2
Rémi Verschelde
2019-05-01
1
-2
/
+0
|
\
|
*
Small fixes to static analyzer bugs
qarmin
2019-04-04
1
-2
/
+0
*
|
Clean up latency related functions
Juan Linietsky
2019-04-27
1
-2
/
+2
*
|
Android now (optionally) builds the template when exporting
Juan Linietsky
2019-04-07
1
-24
/
+375
*
|
Small fixes, mostly dupicated code
qarmin
2019-04-08
1
-4
/
+0
|
/
*
Fix directory check when exporting project
volzhs
2019-03-06
1
-1
/
+1
*
Merge pull request #26633 from akien-mga/driver-fallback-etc
Rémi Verschelde
2019-03-06
1
-0
/
+10
|
\
|
*
Disable driver fallback to GLES2 by default
Rémi Verschelde
2019-03-05
1
-0
/
+10
*
|
Fixes misleading error message when trying to export
Ricardo Lüders
2019-03-05
1
-0
/
+4
|
/
*
Improve VRAM texture compression checks for mobile/web
Rémi Verschelde
2019-03-03
1
-8
/
+2
*
-Properly handle missing ETC support on export
Juan Linietsky
2019-02-26
1
-0
/
+6
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-2
/
+2
[next]