summaryrefslogtreecommitdiffstats
path: root/platform/android/java/app
Commit message (Expand)AuthorAgeFilesLines
* Add support for custom debug keystore.ne0fhyk2021-06-222-0/+38
* Merge pull request #48228 from akien-mga/android-build-tools-30.0.3Rémi Verschelde2021-04-271-1/+1
|\
| * Android: Upgrade buildTools from 30.0.1 to 30.0.3Rémi Verschelde2021-04-261-1/+1
* | Remove deprecated xr features properties. These properties are now provided d...Fredia Huya-Kouadio2021-04-261-7/+2
|/
* Merge pull request #47552 from szymonm-google/validation_layers_androidRémi Verschelde2021-04-201-1/+1
|\
| * Validation layers on AndroidSzymon Majewski2021-04-121-1/+1
* | Allow to build dev template with symbolsthebestnom2021-04-141-1/+1
* | Fix custom boot splash image scaling.Fredia Huya-Kouadio2021-04-122-0/+0
|/
* Enable `doNotStrip` when doing development/debugging within Android StudioFredia Huya-Kouadio2021-03-163-5/+26
* Update the logic to load Godot Android plugins packaged into the binary.Fredia Huya-Kouadio2021-02-262-10/+5
* Add logic to record the version of the Godot engine for the Android platform.Fredia Huya-Kouadio2021-02-243-0/+56
* Disable engine splash logic on Android; this is now handled by the Android th...Fredia Huya-Kouadio2021-02-181-1/+1
* Revert AGP to version 4.0.1 as a workaround to https://issuetracker.google.co...Fredia Huya-Kouadio2021-02-171-1/+1
* Android: Bump NDK version to 21.4.7075529Rémi Verschelde2021-02-181-1/+1
* Improve the logic to compile for Android by automatically detecting and setti...Fredia Huya-Kouadio2021-01-052-1/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Update gradle build files to automatically perform signing and zipalign tasks...Fredia Huya-Kouadio2020-11-222-5/+74
* Add a separate `nativeSrcsConfigs` module to handle Android Studio constraint...Fredia Huya-Kouadio2020-10-292-3/+4
* Update the gradle pluginsFredia Huya-Kouadio2020-10-281-3/+3
* Implement OS.get_window_safe_area() for AndroidMark Riedesel2020-10-271-0/+1
* Fix splash screen loading on AndroidFredia Huya-Kouadio2020-08-196-1/+29
* Add 'Export App Bundle' to Android Export OptionsAman Jain2020-08-052-0/+60
* Write an AndroidManifest.xml file to be merged with app module's manifest.Aman Jain2020-07-242-0/+18
* Create strings.xml files in the gradle project to handle localizationAman Jain2020-07-1542-0/+210
* Fix the logic to enable focus awarenessFredia Huya-Kouadio2020-06-271-2/+2
* Enable the ability to use Godot as a subview within an Android appFredia Huya-Kouadio2020-06-251-2/+2
* Add support for focus awarenessFredia Huya-Kouadio2020-06-041-0/+3
* Validate that `Use Custom Build` is enabled when `Plugins` are selectedFredia Huya-Kouadio2020-05-271-6/+1
* Stop ignoring hidden files and directories in the `assets` directoryFredia Huya-Kouadio2020-05-251-0/+5
* Implementation of the Godot Android Plugin configuration fileFredia Huya-Kouadio2020-05-173-32/+74
* Android: Migrate deprecated support library to AndroidXthebestnom2020-05-101-4/+4
* Fix Android templates size regressionFredia Huya-Kouadio2020-04-231-1/+3
* Android: Bump build tools to 29.0.3Rémi Verschelde2020-04-141-1/+1
* Merge pull request #37256 from m4gr3d/add_custom_build_gradle_settingsRémi Verschelde2020-04-102-0/+7
|\
| * Update Android custom template build configuration.fhuya2020-04-072-0/+7
* | Android: Downgrade gradle plugin to 3.5.3Rémi Verschelde2020-04-021-1/+1
|/
* Enable Android studio debugger.fhuya2020-03-081-0/+1
* Trim the whitespace around the plugins names.fhuya2020-03-061-1/+1
* Re-architecture of the Godot Android plugin.fhuya2020-03-053-63/+71
* Provides a base implementation of the Vulkan surface view (VkSurfaceView.kt) ...fhuya2020-03-052-2/+7
* Miscellaneous cleanup for the Android codebase:fhuya2020-03-042-21/+21
* Remove obsolete GLES3 backendRémi Verschelde2020-02-131-1/+0
* Address crash caused by missing dependency.fhuya2020-01-272-3/+3
* Address crash caused by missing dependency.fhuya2020-01-272-1/+5
* Add support for Android adaptive icons.Bruno Lourenço2020-01-141-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Replace the android.defaultConfig.applicationId in build.gradle with the pack...fhuya2019-12-302-1/+11
* Android: Fix manifest parsing and APK names in export codeRémi Verschelde2019-10-031-5/+2
* Fix copyright headers and style issuesRémi Verschelde2019-09-241-0/+30
* Split the Android platform java logic into an Android library module (`lib`) ...fhuya2019-09-044-0/+208