summaryrefslogtreecommitdiff
path: root/platform/android
AgeCommit message (Expand)Author
2021-05-06Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio
2021-05-04Rename `doubleclick` to `double_click`Aaron Franke
2021-04-28[Android] fix generateDevTemplatethebestnom
2021-04-28Merge pull request #48239 from akien-mga/goodbye-copymemRémi Verschelde
2021-04-27Merge pull request #48228 from akien-mga/android-build-tools-30.0.3Rémi Verschelde
2021-04-27Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde
2021-04-26Remove deprecated xr features properties. These properties are now provided d...Fredia Huya-Kouadio
2021-04-26Android: Upgrade buildTools from 30.0.1 to 30.0.3Rémi Verschelde
2021-04-23Android: Fix get_buffer false positive on empty dest bufferRémi Verschelde
2021-04-20Merge pull request #48053 from bruvzg/icu_no_exceptRémi Verschelde
2021-04-20Merge pull request #47552 from szymonm-google/validation_layers_androidRémi Verschelde
2021-04-20[JS, Android] Re-add "no-exceptions" for export templates builds with ICU.bruvzg
2021-04-15Fix issue causing export to fail with "Could not unzip temporary unaligned AP...Fredia Huya-Kouadio
2021-04-14Allow to build dev template with symbolsthebestnom
2021-04-13Merge pull request #47844 from m4gr3d/update_activity_result_callbackRémi Verschelde
2021-04-12Add support for forwarding callbacks from Godot's parent activity.Fredia Huya-Kouadio
2021-04-12Fix custom boot splash image scaling.Fredia Huya-Kouadio
2021-04-12Validation layers on AndroidSzymon Majewski
2021-04-09Fix issue causing the response callback to be invoked with the invalid `reque...Fredia Huya-Kouadio
2021-04-05Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde
2021-04-05Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde
2021-03-23Rename some more global enums (Key, Joy, MIDI)Aaron Franke
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-20Merge pull request #46966 from qarmin/faster_releaseRémi Verschelde
2021-03-18Fixes on android:Bastiaan Olij
2021-03-17Fix onMainRequestPermissionsResult callback for Android plugins.Fredia Huya-Kouadio
2021-03-16Enable `doNotStrip` when doing development/debugging within Android StudioFredia Huya-Kouadio
2021-03-16Leverage java annotations to simplify the logic used to register the Godot pl...Fredia Huya-Kouadio
2021-03-14Allow to not optimize release buildRafał Mikrut
2021-03-14Merge pull request #46810 from W4RH4WK/file-access-get-buffer-parameter-checksRémi Verschelde
2021-03-13Merge pull request #46900 from Ev1lbl0w/bugfix-malloc_callsRémi Verschelde
2021-03-13Replace malloc's with Godot's memalloc macroEv1lbl0w
2021-03-12Non functional to non-functionalMrBrain295
2021-03-09Add parameter checkes to FileAccess get_buffer functionsAlex Hirsch
2021-02-27Merge pull request #46457 from m4gr3d/fix_invalid_missing_templates_error_masterRémi Verschelde
2021-02-26Fix invalid missing template error when the Android build template is not ins...Fredia Huya-Kouadio
2021-02-26Update the logic to load Godot Android plugins packaged into the binary.Fredia Huya-Kouadio
2021-02-24Update the filtering logic to properly handle directories with `.gdignore` fi...Fredia Huya-Kouadio
2021-02-24Merge pull request #46381 from m4gr3d/update_godot_fragment_lifecycle_masterRémi Verschelde
2021-02-24Update the initialization timeline for the Godot fragment to be more consiste...Fredia Huya-Kouadio
2021-02-24Add logic to record the version of the Godot engine for the Android platform.Fredia Huya-Kouadio
2021-02-18Merge pull request #45617 from RandomShaper/modernize_atomicsRémi Verschelde
2021-02-18Modernize atomicsPedro J. Estébanez
2021-02-18Reorganize Project Settingsreduz
2021-02-18Disable engine splash logic on Android; this is now handled by the Android th...Fredia Huya-Kouadio
2021-02-17Override `ANDROID_NDK_ROOT` based on the project ndk version.Fredia Huya-Kouadio
2021-02-17Add missing `ndkVersion` to the library gradle build config.Fredia Huya-Kouadio
2021-02-17Revert AGP to version 4.0.1 as a workaround to https://issuetracker.google.co...Fredia Huya-Kouadio
2021-02-18Android: Bump NDK version to 21.4.7075529Rémi Verschelde
2021-02-17Add verbose logging to help with troubleshooting the Android build/export pro...Fredia Huya-Kouadio