summaryrefslogtreecommitdiffstats
path: root/platform/android/export/export.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-1/+17
|\
| * Merge pull request #97992 from Nikitf777/android-sdk-pathThaddeus Crews2024-11-181-1/+17
| |\ | | | | | | | | | Add default value of editor property `export/android/android_sdk_path` for Windows, Linux, and macOS
| | * Add default value of editor propetry "export/android/android_sdk_path" for ↵Nikita2024-11-171-1/+17
| | | | | | | | | | | | Windows, Linux, and macOS
* | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-1/+3
|\| |
| * | Enable automatic install of export apks for the Android editorFredia Huya-Kouadio2024-10-281-1/+3
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
| |
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Add Advanced Settings switch to Editor Settingskobewi2024-09-171-5/+5
|
* [Editor] Expose more editor settings to documentationA Thousand Ships2024-09-121-0/+1
| | | | Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>
* Update the `GodotHost` interface to support signing and verifying Android apksFredia Huya-Kouadio2024-08-261-5/+6
| | | | | | Update the export logic to enable apk generation and signing for Android editor builds Note: Only legacy builds are supported. Gradle builds are not supported at this point in time.
* Automatically generate the Android debug keystoreFredia Huya-Kouadio2024-04-121-3/+4
| | | | Automatically generate the Android debug keystore when the Java SDK path is specified.
* Merge pull request #86383 from m4gr3d/editor_export_specify_java_sdk_path_mainYuri Sizov2024-01-181-0/+2
|\ | | | | | | Specify the path to the Java SDK used for the Android gradle build
| * Specify the path to the Java SDK used for the Android gradle buildFredia Huya-Kouadio2024-01-181-0/+2
| | | | | | | | Introduce an editor setting to allow users the ability to specify the path to the Java SDK used for the Android gradle build.
* | Hide Keystore Release password on Android's Export windowMicky2024-01-061-0/+1
|/
* Replace the use of the `ANDROID_SDK_ROOT` env variable with `ANDROID_HOME` ↵Fredia Huya-Kouadio2023-11-011-1/+1
| | | | | | as the former is deprecated. See https://developer.android.com/tools/variables#android_home for more details
* Automatically pick the Android sdk path using environment variablesFredia Huya-Kouadio2023-11-011-1/+1
|
* Android: Add option to always use WiFi to connect to remote debugBrennen Shaughnessy2023-08-281-0/+3
|
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-1/+2
| | | | | | | | | | | | | | | | This applies our existing style guide, and adds a new rule to that style guide for modular components such as platform ports and modules: Includes from the platform port or module should be included with relative paths (relative to the root folder of the modular component, e.g. `platform/linuxbsd/`), in their own section before Godot's "core" includes. The `api` and `export` subfolders also need to be handled as self-contained (and thus use relative paths for their "local" includes) as they are all compiled for each editor platform, without necessarily having the api/export matching platform folder in the include path. E.g. the Linux editor build will compile `platform/android/{api,export}/*.cpp` and those need to use relative includes for it to work.
* [Export] Add readable descriptions and validation warnings to the export ↵bruvzg2023-04-191-0/+4
| | | | options.
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
| | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* Disable menus and functionality that are not relevant on the Android Editor portFredia Huya-Kouadio2022-09-131-0/+2
|
* Split up editor export code into multiple filesAaron Franke2022-07-261-2/+2
|
* Cleanup Android C++ codeMarcel Admiraal2022-05-311-5/+0
|
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-0/+3
| | | | | | | | | | | Removes some unnecessary includes from `editor_node.h`, and instead add those where they're used. Removes unnecessary `editor_node.h` includes in various editor classes. Renames `dynamicfont` to `dynamic_font` in a couple files. Misc cleanup while jumping through that rabbit hole.
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
| | | | Happy new year to the wonderful Godot community!
* Move the Android "clear previous install" setting to Editor SettingsHugo Locurcio2021-08-161-0/+2
| | | | | This means the setting now applies to every project deployed from the editor, rather than being per-export preset.
* Split android platform export template into multiple filesSergey Minakov2021-08-121-3015/+1
|
* Make progress and errors translatable when exporting to AndroidHaoyu Qiu2021-08-011-30/+29
|
* Fix custom build exportFredia Huya-Kouadio2021-07-271-0/+2
|
* Addes ability to load build sources from file.reduz2021-07-151-2/+1
| | | | | | | * If not present, the dialog asks to load build sources from a file. * The export templates check now also verifies that build sources are installed and skips the template check. This makes Android development easier.
* Android: Add `isGame` application attribute, default to trueRémi Verschelde2021-07-011-0/+6
| | | | | | | | | | | | | | It can be turned off in the export preset with `package/classify_as_game`. Upstream definition: https://developer.android.com/guide/topics/manifest/application-element#isGame > `android:isGame` > > Whether or not the application is a game. The system may group together > applications classifed as games or display them separately from other > applications. Also fixes replacing `android:allowBackup` in custom builds.
* Add GDNative libraries to Android custom Gradle buildsMarcel Admiraal2021-06-291-1/+66
|
* Add support for custom debug keystore.ne0fhyk2021-06-221-12/+28
|
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-7/+7
|
* Add adb output to error message when install failsMarcel Admiraal2021-06-191-1/+1
|
* Merge pull request #49123 from aaronfranke/it-is-timeRémi Verschelde2021-06-121-2/+2
|\ | | | | Add a Time singleton
| * Add Time singletonAaron Franke2021-06-111-2/+2
| |
* | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-2/+2
|/ | | | | File handling APIs are typically considered part of I/O, and we did have most `FileAccess` implementations in `core/io` already.
* Merge pull request #48963 from ↵Rémi Verschelde2021-06-011-0/+14
|\ | | | | | | | | HaywardMorihara/export-android-keystore-debug-warnings Exporting -> Android: Keystore Warnings
| * Exporting: Android Debug Keystore WarningsNathaniel Morihara2021-05-241-0/+14
| |
* | Implement shader cachingreduz2021-05-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Shader compilation is now cached. Subsequent loads take less than a millisecond. * Improved game, editor and project manager startup time. * Editor uses .godot/shader_cache to store shaders. * Game uses user://shader_cache * Project manager uses $config_dir/shader_cache * Options to tweak shader caching in project settings. * Editor path configuration moved from EditorSettings to new class, EditorPaths, so it can be available early on (before shaders are compiled). * Reworked ShaderCompilerRD to ensure deterministic shader code creation (else shader may change and cache will be invalidated). * Added shader compression with SMOLV: https://github.com/aras-p/smol-v
* | Allow basic user data backup on AndroidPedro J. Estébanez2021-05-251-0/+8
|/
* Use an enum to represent screen orientation in the Project SettingsHugo Locurcio2021-05-241-1/+2
| | | | | | | | | | | | - Tweak the setting property hint to be more informative. - Make the setting a "basic" setting so it appears when Advanced Settings is disabled. - Remove redundant orientation setting in the iOS export preset. The project setting is now used (like on Android). Projects upgrading from a previous version will have to set the screen orientation again in the Project Settings if it wasn't set to the default value ("landscape").
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-1/+1
| | | | | | | | We've been using standard C library functions `memcpy`/`memset` for these since 2016 with 67f65f66391327b2967a20a89c3627e1dd6e84eb. There was still the possibility for third-party platform ports to override the definitions with a custom header, but this doesn't seem useful anymore.
* Remove deprecated xr features properties. These properties are now provided ↵Fredia Huya-Kouadio2021-04-261-49/+0
| | | | directly by the plugin.
* Fix issue causing export to fail with "Could not unzip temporary unaligned ↵Fredia Huya-Kouadio2021-04-151-10/+28
| | | | APK" error and improve command output logging.
* Fix custom boot splash image scaling.Fredia Huya-Kouadio2021-04-121-7/+23
|
* Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde2021-04-051-3/+5
|
* Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde2021-04-051-4/+4
|
* Merge pull request #46457 from m4gr3d/fix_invalid_missing_templates_error_masterRémi Verschelde2021-02-271-7/+10
|\ | | | | Fix invalid missing template error when the Android build template is not installed