summaryrefslogtreecommitdiffstats
path: root/platform/android/export/export_plugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Play Asset Delivery.ne0fhyk2021-09-151-5/+25
| | | | This only adds support for a subset of Play Asset Delivery: this causes a single install-time asset pack to always be present, but doesn't add support for dynamically downloaded asset packs.
* Merge pull request #47391 from Calinou/platform-feature-tags-lowercaseJuan Linietsky2021-09-071-1/+1
|\ | | | | Make platform feature tag names lowercase
| * Make platform feature tag names lowercaseHugo Locurcio2021-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Feature tag names are still case-sensitive, but this makes built-in feature tags more consistent. - `Windows` -> `windows` - `OSX` -> `osx` - `LinuxBSD` -> `linuxbsd` - `Android` -> `android` - `iOS` -> `ios` - `HTML5` -> `html5` - `JavaScript` -> `javascript` - `UWP` -> `uwp`
* | Merge pull request #52159 from m4gr3d/addoculus_openxr_Fredia Huya-Kouadio2021-09-011-0/+5
|\ \ | |/ |/| Update the AndroidManifest to enable access to Oculus OpenXR runtime
| * Update the AndroidManifest to enable access to Oculus OpenXR runtime.ne0fhyk2021-08-271-0/+5
| |
* | Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-291-1/+1
|/
* Merge pull request #49756 from ↵Michael Alexsander2021-08-221-3/+1
|\ | | | | | | | | Calinou/android-export-move-clear-previous-install-setting Move the Android "clear previous install" setting to Editor Settings
| * Move the Android "clear previous install" setting to Editor SettingsHugo Locurcio2021-08-161-3/+1
| | | | | | | | | | This means the setting now applies to every project deployed from the editor, rather than being per-export preset.
* | Add partial support for Android scoped storage.ne0fhyk2021-08-161-2/+16
|/ | | | | This is done by providing API access to app specific directories which don't have any limitations and allows us to bump the target sdk version to 30. In addition, we're also bumping the min sdk version to 19 as version 18 is no longer supported by Google Play Services and only account of 0.3% of Android devices.
* Add support for prompting the user to retain app data on uninstall.Fredia Huya-Kouadio2021-08-121-0/+6
| | | | Supported on Android 10 and higher.
* Split android platform export template into multiple filesSergey Minakov2021-08-121-0/+2945