summaryrefslogtreecommitdiffstats
path: root/platform/android/doc_classes
Commit message (Collapse)AuthorAgeFilesLines
* Standardize descriptions, add urls, remove deprecated tag from ↵melquiadess2024-04-111-15/+15
| | | | non-deprecated permission
* Merge pull request #90377 from ↵Rémi Verschelde2024-04-081-0/+3
|\ | | | | | | | | | | melquiadess/add-post-notification-permission-to-a-list-of-available-permissions Android: Add `POST_NOTIFICATIONS` permission to the list of permissions available in the Export dialog
| * Add POST_NOTIFICATIONS permission to the list of permissions available in ↵melquiadess2024-04-081-0/+3
| | | | | | | | the Export dialog
* | Merge pull request #87042 from Mickeon/documentation-EditorExportPlatform-miscRémi Verschelde2024-04-081-0/+1
|\ \ | |/ |/| | | Add miscellaneous documentation to some classes
| * Add miscellaneous documentation to some classesMicky2024-01-101-0/+1
| |
* | [Docs] Fix some experimental/deprecated hintsA Thousand Ships2024-02-231-20/+10
| |
* | Merge pull request #88385 from m4gr3d/enable_legacy_packaging_mainRémi Verschelde2024-02-171-0/+4
|\ \ | | | | | | | | | Add export setting to specify whether the native libraries should be compressed for the gradle build
| * | Add export setting to specify whether the native libraries should be ↵Fredia Huya-Kouadio2024-02-151-0/+4
| | | | | | | | | | | | compressed for the gradle build
* | | Android: Allow using alternative Gradle build directoryDavid Snopek2024-02-161-2/+10
|/ /
* / Improve documentation on Android package unique nameHugo Locurcio2024-02-061-1/+4
|/ | | | | - Document `$genname` behavior. - Update to match actual validation and Google Play guidelines.
* Docs: Fix link to Android Gradle build tutorialMax Hilbrunner2023-10-161-1/+1
|
* Add missing tutorials to documentation classesHugo Locurcio2023-08-191-0/+1
|
* Add export setting to control whether to show the Godot app in the app libraryFredia Huya-Kouadio2023-08-131-0/+4
|
* Merge pull request #35555 from Calinou/add-version-project-settingYuri Sizov2023-08-041-2/+2
|\ | | | | Add a "version" project setting and use it in new export presets
| * Add a "version" project setting and use it in new export presetsHugo Locurcio2023-08-041-2/+2
| | | | | | | | | | | | | | | | | | | | This makes it easy to retrieve the project version at runtime for display purposes, while simplifying the export preset configuration. You can now leave the version empty unless you need to override it on a per-preset basis. Since export presets save the values of default values to the `export_presets.cfg` file, this change only affects export presets created after this commit was merged.
* | Fix various typos in classrefHaoyu Qiu2023-08-041-1/+1
|/
* Clean up the XR features parameters from coreFredia Huya-Kouadio2023-07-181-6/+0
| | | | | | Following on the previous commit, the XR features logic have now be moved to the Godot OpenXR loader plugin. See https://github.com/GodotVR/godot_openxr_loaders/pull/38
* Merge pull request #78164 from 0xafbf/allow-export-tv-and-launcherYuri Sizov2023-07-141-0/+6
|\ | | | | | | Add options to show icon in Android TV and run app as Android launcher
| * Add options to show icon in Android TV and run app as Android launcherAndrés Botero2023-06-121-0/+6
| |
* | Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | | | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* | Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
|/ | | | Keep on waitin'
* Enhance icon fallback and their docs for exportersMichael Alexsander2023-06-031-1/+4
|
* Small docs syntax fixesMax Hilbrunner2023-05-181-1/+1
|
* Store sensitive export options in dedicated credentials fileAndreas Raddau2023-05-101-0/+6
|
* Fixed various typos across the docsUltraBIF2023-05-021-1/+1
|
* [Export docs] Move docs to platform folders.bruvzg2023-04-201-0/+581