summaryrefslogtreecommitdiffstats
path: root/platform/android
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #47844 from m4gr3d/update_activity_result_callbackRémi Verschelde2021-04-131-0/+19
|\
| * Add support for forwarding callbacks from Godot's parent activity.Fredia Huya-Kouadio2021-04-121-0/+19
* | Fix custom boot splash image scaling.Fredia Huya-Kouadio2021-04-123-7/+23
|/
* Fix issue causing the response callback to be invoked with the invalid `reque...Fredia Huya-Kouadio2021-04-091-23/+1
* Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde2021-04-052-10/+13
* Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde2021-04-051-4/+4
* Rename some more global enums (Key, Joy, MIDI)Aaron Franke2021-03-231-1/+1
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-19/+19
* Merge pull request #46966 from qarmin/faster_releaseRémi Verschelde2021-03-201-3/+2
|\
| * Allow to not optimize release buildRafał Mikrut2021-03-141-3/+2
* | Fixes on android:Bastiaan Olij2021-03-187-2/+87
* | Fix onMainRequestPermissionsResult callback for Android plugins.Fredia Huya-Kouadio2021-03-172-0/+25
* | Enable `doNotStrip` when doing development/debugging within Android StudioFredia Huya-Kouadio2021-03-165-10/+30
* | Leverage java annotations to simplify the logic used to register the Godot pl...Fredia Huya-Kouadio2021-03-169-64/+243
* | Merge pull request #46810 from W4RH4WK/file-access-get-buffer-parameter-checksRémi Verschelde2021-03-141-0/+3
|\ \
| * | Add parameter checkes to FileAccess get_buffer functionsAlex Hirsch2021-03-091-0/+3
* | | Merge pull request #46900 from Ev1lbl0w/bugfix-malloc_callsRémi Verschelde2021-03-131-4/+6
|\ \ \ | |_|/ |/| |
| * | Replace malloc's with Godot's memalloc macroEv1lbl0w2021-03-131-4/+6
| |/
* / Non functional to non-functionalMrBrain2952021-03-121-1/+1
|/
* 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 ins...Fredia Huya-Kouadio2021-02-261-7/+10
* | Update the logic to load Godot Android plugins packaged into the binary.Fredia Huya-Kouadio2021-02-265-66/+8
|/
* Update the filtering logic to properly handle directories with `.gdignore` fi...Fredia Huya-Kouadio2021-02-241-0/+3
* Merge pull request #46381 from m4gr3d/update_godot_fragment_lifecycle_masterRémi Verschelde2021-02-241-16/+26
|\
| * Update the initialization timeline for the Godot fragment to be more consiste...Fredia Huya-Kouadio2021-02-241-16/+26
* | Add logic to record the version of the Godot engine for the Android platform.Fredia Huya-Kouadio2021-02-247-6/+64
|/
* Merge pull request #45617 from RandomShaper/modernize_atomicsRémi Verschelde2021-02-182-23/+23
|\
| * Modernize atomicsPedro J. Estébanez2021-02-182-23/+23
* | Reorganize Project Settingsreduz2021-02-183-5/+5
* | Disable engine splash logic on Android; this is now handled by the Android th...Fredia Huya-Kouadio2021-02-182-5/+30
|/
* Override `ANDROID_NDK_ROOT` based on the project ndk version.Fredia Huya-Kouadio2021-02-171-8/+5
* Add missing `ndkVersion` to the library gradle build config.Fredia Huya-Kouadio2021-02-171-0/+2
* 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-182-2/+2
* Add verbose logging to help with troubleshooting the Android build/export pro...Fredia Huya-Kouadio2021-02-172-3/+80
* Expose GodotPlugin's utility methods used for registration and signal emitting.Fredia Huya-Kouadio2021-02-154-32/+154
* Fix joystick axis mapping issues with NVIDIA shield. Probably others.Michael Conrad2021-02-092-103/+157
* Merge pull request #44949 from m4gr3d/specify_project_ndk_versionRémi Verschelde2021-02-054-5/+63
|\
| * Improve the logic to compile for Android by automatically detecting and setti...Fredia Huya-Kouadio2021-01-054-5/+63
* | Merge pull request #45579 from zaevi/add_scons_extRémi Verschelde2021-02-011-1/+1
|\ \
| * | add search extensions for scons' pathzaevi2021-01-301-1/+1
* | | Modernize ThreadPedro J. Estébanez2021-01-2913-204/+84
|/ /
* | [Plugins] Rename 'PluginConfig' struct to platform specific nameSergey Minakov2021-01-152-65/+66
* | CI: Update to clang-format 11 and apply ternary operator changesRémi Verschelde2021-01-121-4/+4
* | Split OS::execute into two methodsMarcel Admiraal2021-01-091-11/+11
|/
* Merge pull request #44645 from m4gr3d/update_apk_signing_logicRémi Verschelde2021-01-011-80/+130
|\
| * Update the logic to sign prebuilt Godot Android apks.Fredia Huya-Kouadio2021-01-011-80/+130
* | Update copyright statements to 2021Rémi Verschelde2021-01-0178-156/+156
|/
* Merge pull request #44638 from m4gr3d/export_format_util_methodRémi Verschelde2020-12-301-17/+24
|\
| * Add utility method to export the project using a preset format and sign param...Fredia Huya-Kouadio2020-12-291-17/+24