summaryrefslogtreecommitdiffstats
path: root/platform/android
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #84674 from m4gr3d/add_flag_to_run_scons_from_gradleRémi Verschelde2024-01-291-33/+49
|\
| * Add parameter to allow generation of the Godot native shared libraries from t...Fredia Huya-Kouadio2023-11-091-33/+49
* | Add InputEventKey.location to tell left from rightMel Collins2024-01-263-0/+30
* | Update Android dependencies for the projectFredia Huya-Kouadio2024-01-1816-69/+75
* | Merge pull request #86383 from m4gr3d/editor_export_specify_java_sdk_path_mainYuri Sizov2024-01-185-5/+64
|\ \
| * | Specify the path to the Java SDK used for the Android gradle buildFredia Huya-Kouadio2024-01-185-5/+64
* | | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* | | Add clearer error message for missing project icon during android exportAlex Drozd2024-01-151-1/+5
* | | Merge pull request #87080 from m4gr3d/disable_automatic_permissions_requestRémi Verschelde2024-01-113-13/+13
|\ \ \
| * | | Disable automatic permissions requestFredia Huya-Kouadio2024-01-113-13/+13
* | | | Merge pull request #86301 from KoBeWi/deferred_cleanupRémi Verschelde2024-01-111-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Update deferred calls to use Callableskobewi2024-01-091-1/+1
* | | | Merge pull request #86792 from m4gr3d/fix_android_dyn_library_logic_mainRémi Verschelde2024-01-091-2/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Revert https://github.com/godotengine/godot/pull/86682 for the Android platfo...Fredia Huya-Kouadio2024-01-041-2/+0
* | | | Merge pull request #86882 from Mickeon/its-a-secret-to-everyoneRémi Verschelde2024-01-082-2/+3
|\ \ \ \
| * | | | Hide Keystore Release password on Android's Export windowMicky2024-01-062-2/+3
* | | | | Add const lvalue ref to container parametersMuller-Castro2024-01-052-2/+2
|/ / / /
* | | | Merge pull request #86379 from m4gr3d/update_render_thread_paused_timing_mainRémi Verschelde2024-01-057-57/+98
|\ \ \ \ | |/ / / |/| | |
| * | | Update the logic used to start / stop the render threadFredia Huya-Kouadio2023-12-207-57/+98
| |/ /
* | | Merge pull request #84107 from BlueCube3310/file-access-optimizationRémi Verschelde2024-01-044-0/+144
|\ \ \
| * | | Use platform-specific methods for FileAccess reading and writingBlueCube33102023-10-294-0/+144
* | | | Merge pull request #86761 from Alex2782/fix_get_windows_safe_areaRémi Verschelde2024-01-041-5/+3
|\ \ \ \
| * | | | Fix 'get_window_safe_area' on AndroidAlexander Hartmann2024-01-031-5/+3
| | |/ / | |/| |
* | | | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-041-1/+1
|\ \ \ \
| * | | | Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
* | | | | Merge pull request #83702 from Patchcoat/VerifyKeystoreRémi Verschelde2024-01-042-0/+54
|\ \ \ \ \
| * | | | | android keystore username and password are checked on exportPatchcoat2023-11-032-0/+54
* | | | | | Merge pull request #86682 from Daylily-Zeleen/daylily-zeleen/distinguish_betw...Rémi Verschelde2024-01-021-0/+2
|\ \ \ \ \ \
| * | | | | | Distinguishs between dynamic library not found and can't be opened.Daylily-Zeleen2024-01-011-0/+2
| | |_|/ / / | |/| | | |
* / | | | | Add RD_ENABLED when VULKAN_ENABLED or D3D12_ENABLED is addedjsjtxietian2023-12-251-1/+1
|/ / / / /
* | / / / Split RenderingDevice into API-agnostic and RenderingDeviceDriver partsPedro J. Estébanez2023-12-204-65/+90
| |/ / / |/| | |
* | | | Merge pull request #84440 from Calinou/scons-android-add-generate-apk-optionRémi Verschelde2023-12-131-0/+28
|\ \ \ \
| * | | | Add `generate_apk=yes` to generate an APK after buildingHugo Locurcio2023-12-131-0/+28
* | | | | Merge pull request #70315 from RandomShaper/d3d12_mesaRémi Verschelde2023-12-121-0/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add Direct3D 12 RenderingDevice implementationPedro J. Estébanez2023-12-121-0/+3
* | | | | Merge pull request #85885 from YuriSizov/bench-pressingYuri Sizov2023-12-087-35/+48
|\ \ \ \ \
| * | | | | Improve engine startup/shutdown benchmarksYuri Sizov2023-12-087-35/+48
| |/ / / /
* | | | | Merge pull request #85845 from YuriSizov/editor-export-hidden-errorsYuri Sizov2023-12-081-9/+11
|\ \ \ \ \
| * | | | | Ensure more export errors are reported to usersYuri Sizov2023-12-061-9/+11
| |/ / / /
* | | | | Merge pull request #84676 from m4gr3d/update_package_name_validation_logicYuri Sizov2023-12-081-8/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update the validation logic for the package name:Fredia Huya-Kouadio2023-11-091-8/+8
| | |_|/ | |/| |
* | | | Fix an issue causing the running project window to loop-restart when closed w...Fredia Huya-Kouadio2023-11-271-10/+3
* | | | Fix issue causing Godot Android apps / games to freeze on closeFredia Huya-Kouadio2023-11-271-2/+5
* | | | Codestyle: Fix some comment issuesRémi Verschelde2023-11-212-2/+2
* | | | Preserve the output from the gradle build commandFredia Huya-Kouadio2023-11-121-4/+10
* | | | Remove Android specific abis from the export preset feature listFredia Huya-Kouadio2023-11-101-1/+0
|/ / /
* | | Merge pull request #84491 from scgm0/andorid-no-show-splash-imageYuri Sizov2023-11-071-15/+22
|\ \ \
| * | | Fix Andorid disabling splash screen Show Imagescgm02023-11-071-15/+22
* | | | Fix Android editor crash issueFredia Huya-Kouadio2023-11-031-3/+3
|/ / /
* | | Replace the use of the `ANDROID_SDK_ROOT` env variable with `ANDROID_HOME` as...Fredia Huya-Kouadio2023-11-012-7/+7