Commit Graph

20 Commits

Author SHA1 Message Date
Anish Kumar e66fe1a93a Enable touch_dragger in ExportTemplateManager on touchscreen devices 2026-06-02 12:56:19 +05:30
Kotob M 09c2419d2d Improve explanation for offline mode in export template manager
Makes info text yellow instead of white, fixes tooltip on button not showing the correct explanation, and also centers the Go Online button.
2026-05-10 23:56:54 +03:00
kobewi 366f3e5ded Re-add support for installing templates from TPZ 2026-04-22 19:00:59 +02:00
Thaddeus Crews abd4a0613e Merge pull request #118751 from syntaxerror247/export-template-manager
Remove the separate "Android Source" group in  ExportTemplateManager
2026-04-20 14:31:58 -05:00
Thaddeus Crews a5fa0c920a Merge pull request #118725 from KoBeWi/rare_unhack
Remove StyleBox hack from template manager
2026-04-20 09:15:45 -05:00
Anish Kumar 45eecbf133 Remove the separate "Android Source" group in ExportTemplateManager 2026-04-20 17:46:22 +05:30
kobewi 7ce7859125 Remove StyleBox hack from template manager 2026-04-19 12:41:26 +02:00
kobewi 83ffa17f99 Add a button to delete all installed templates 2026-04-18 22:54:07 +02:00
kobewi 2f079a1360 Extract individual templates from remote TPZ
Co-authored-by: Alexander Hartmann <alex.hart.278@gmail.com>
2026-04-16 13:17:59 +02:00
kobewi 64c8952975 Rework export template dialog to allow individual templates 2026-04-16 12:31:58 +02:00
kobewi 7606284fcc Ask before quitting when templates are downloading 2026-03-20 21:03:46 +01:00
Thaddeus Crews a557252324 Merge pull request #103235 from etherealxx/export-template-online-button
Add "Go Online" button on Export Template Manager
2025-03-11 09:34:41 -05:00
Thaddeus Crews 324512e11c Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
Etherealxx 9cbfeff940 Add "Go Online" button on Export Template Manager
Godot 4.4 introduces network mode, which by default sets to offline.
Some features are disabled on offline mode, including downloading export
templates. Newcomers to the engine that has no knowledge about the network
mode might be confused on why the Export Template Manager tells them that
they're offline, despite them having internet connection.

This commit introduces a message that tells the user that online mode is
required, and a link button that user can click to enable online mode from
the Export Template Manager popup UI. Some code changes also made to make
sure that the button and message only shows on official build only.
2025-03-04 09:04:09 +07:00
Haoyu Qiu 5e473b8584 Disable export template downloading in offline mode 2024-08-30 22:17:36 +08:00
Fredia Huya-Kouadio a5897d579b Update the GodotHost interface to support signing and verifying Android apks
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.
2024-08-26 11:16:38 -07:00
kobewi 065dd099dd Remove empty bind_methods() 2024-08-15 08:24:32 +02:00
David Snopek a37ad265dc Android: Allow using alternative Gradle build directory 2024-02-16 15:20:47 -06:00
Rémi Verschelde d95794ec8a One Copyright Update to rule them all
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".
2023-01-05 13:25:55 +01:00
Aaron Franke 006e5f28d5 Move project export and export template manager into export folder 2022-07-26 08:28:29 -05:00