index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
android
/
export
Age
Commit message (
Expand
)
Author
2020-03-05
Re-architecture of the Godot Android plugin.
fhuya
2020-02-26
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-23
Fix suspicious | and + operators
Rafał Mikrut
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-14
Remove incomplete battery status/power API
Rémi Verschelde
2020-02-13
Remove obsolete GLES3 backend
Rémi Verschelde
2020-02-11
Texture refactor
Juan Linietsky
2020-02-05
Remove per-file progress reporting when exporting to Android
Hugo Locurcio
2020-02-05
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-01-27
Revert "Fix Android deploy with Remote Debug or Network FS over Wi-Fi"
Rémi Verschelde
2020-01-26
Check if can export before exporting; show error message if can't export.
Mark Wynn Garcia
2020-01-17
Android: Improve name of icon export properties
Rémi Verschelde
2020-01-14
Add support for Android adaptive icons.
Bruno Lourenço
2020-01-10
Add support for generating a Oculus Mobile VR apk with hand tracking support.
fhuya
2020-01-09
Fix Android exporter manifest creation.
Bruno Lourenço
2020-01-07
Export: Improve usability of command line interface
Rémi Verschelde
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-30
Replace the android.defaultConfig.applicationId in build.gradle with the pack...
fhuya
2019-12-24
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-11-28
Merge pull request #32854 from cooperra/fix-wireless-adb-debugging
Rémi Verschelde
2019-10-23
Improve EditorExportPlatform interface.
Fabio Alessandrelli
2019-10-15
Add connection information and serial number to device description
Robbie Cooper
2019-10-15
Detect adb connection type and debug over Wi-Fi if needed
Robbie Cooper
2019-10-11
Cleanup fix for the meta-data parsing crashing bug.
fhuya
2019-10-11
Android: Work around crash in _fix_manifest
Rémi Verschelde
2019-10-03
Merge pull request #32514 from akien-mga/android-one-click-dont-uninstall
Rémi Verschelde
2019-10-03
Android: Fix manifest parsing and APK names in export code
Rémi Verschelde
2019-10-03
Android one-click deploy: Don't clear by default
Rémi Verschelde
2019-09-25
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
Added some obvious errors explanations
qarmin
2019-09-23
Merge pull request #32055 from qarmin/some_code_fixes
Rémi Verschelde
2019-09-22
Changed some code found by Clang Tidy and Coverity
qarmin
2019-09-22
Fix starting intent problem
Cagdas
2019-09-20
Distinguish editor-originating messages in the editor log
Hugo Locurcio
2019-09-04
Split the Android platform java logic into an Android library module (`lib`) ...
fhuya
2019-08-29
Android: Improve dialogs about custom build template
Rémi Verschelde
2019-08-12
Export: Remove temp files from cache after export
Rémi Verschelde
2019-08-09
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...
Robin Hübner
2019-08-07
Add feature tag for hmd devices based on DOF
Cameron Reikes
2019-07-02
Make the meta-data name attribute settable. This will facilitate reuse for AR...
fhuya
2019-07-02
Merge pull request #29824 from m4gr3d/add_ovr_export
Rémi Verschelde
2019-07-02
Add XR mode selection to the Android export process.
fhuya
2019-07-01
Merge pull request #29815 from NilsIrl/plus_file_1
Rémi Verschelde
2019-06-23
Replace ` + "/" + ` with `String::file_add()`
Nils ANDRÉ-CHANG
2019-06-20
Merge pull request #29910 from m4gr3d/dev_deprecate_armv6
Rémi Verschelde
2019-06-19
Deprecate armv6 support for Android
fhuya
2019-06-19
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-11
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-05-18
Allow project export to be canceled
George Marques
2019-05-01
Merge pull request #27676 from qarmin/small_fixes_2
Rémi Verschelde
[next]