summaryrefslogtreecommitdiffstats
path: root/platform/android
Commit message (Expand)AuthorAgeFilesLines
* Disable menus and functionality that are not relevant on the Android Editor portFredia Huya-Kouadio2022-09-131-0/+2
* Merge pull request #65509 from gotnospirit/master-os-get_datetimeRémi Verschelde2022-09-131-8/+7
|\
| * Fixes #65377: get_datetime_* functions can return wrong valuesJames2022-09-101-8/+7
* | Exclude small screens from the set of supported devices.Fredia Huya-Kouadio2022-09-121-1/+1
* | Update the versioning logic for the Godot Android EditorFredia Huya-Kouadio2022-09-122-5/+44
|/
* SCons: Refactor LTO options with `lto=<none|thin|full>`Rémi Verschelde2022-09-081-0/+12
* Merge pull request #65501 from m4gr3d/fix_invalid_project_manager_path_mainRémi Verschelde2022-09-087-21/+48
|\
| * Fix issue causing the project manager to crash because of missing path argumentFredia Huya-Kouadio2022-09-077-21/+48
* | Enable long press, pan and scale gestures for the Godot Android EditorFredia Huya-Kouadio2022-09-073-1/+21
* | Cleanup the Android input logic implementationFredia Huya-Kouadio2022-09-0710-346/+683
|/
* Additional fixes to the Android `get_current_dir()` implementation.Fredia Huya-Kouadio2022-08-302-3/+16
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-294-20/+20
* Merge pull request #64912 from m4gr3d/fix_android_arch_mapping_mainRémi Verschelde2022-08-261-4/+4
|\
| * Revert the architecture values update made to the Android export logicFredia Huya-Kouadio2022-08-251-4/+4
* | Improve platform-specific READMEs to add useful linksHugo Locurcio2022-08-251-0/+7
|/
* Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-256-35/+37
* Merge pull request #64414 from m4gr3d/fix_get_current_dir_mainRémi Verschelde2022-08-232-0/+15
|\
| * Fix issue with `get_current_dir()` returning the wrong path on AndroidFredia Huya-Kouadio2022-08-192-0/+15
* | Replace Array return types with TypedArraykobewi2022-08-224-8/+8
|/
* Disable threads used to check on plugins to loadFredia Huya-Kouadio2022-08-152-4/+8
* Fix issue preventing the Android Editor from displaying the project contentFredia Huya-Kouadio2022-08-154-6/+22
* Refactor the export checking logic to improve separation of concernsFredia Huya-Kouadio2022-08-142-3/+17
* Merge pull request #62885 from madmiraal/fix-59931Rémi Verschelde2022-08-089-177/+224
|\
| * Fix incorrect Android scancodesMarcel Admiraal2022-07-139-177/+224
* | Add support for multiple virtual keyboard typesBrian Semrau2022-08-047-18/+54
* | Add override keywords to FileAccess derived classesMarcel Admiraal2022-08-021-18/+18
* | File: Re-add support to skip CR (`\r`) in `File::get_as_text`Rémi Verschelde2022-08-011-2/+4
* | Merge pull request #63563 from aaronfranke/export-archRémi Verschelde2022-07-302-4/+6
|\ \
| * | Update export dialog to handle many architecturesAaron Franke2022-07-291-0/+2
| * | Make some editor export methods constAaron Franke2022-07-292-4/+4
* | | Remove Signal connect bindsJuan Linietsky2022-07-291-3/+3
|/ /
* | Merge pull request #63121 from aaronfranke/editor-export-splitRémi Verschelde2022-07-273-4/+4
|\ \
| * | Split up editor export code into multiple filesAaron Franke2022-07-263-4/+4
* | | Address remaining scoped storage regressionsFredia Huya-Kouadio2022-07-266-31/+80
|/ /
* / Code quality: Fix header guards consistencyRémi Verschelde2022-07-252-6/+6
|/
* Add static methods for creating Image and ImageTexturekobewi2022-07-081-7/+2
* Use clang as assembler to ensure preprocessing is done, and add assembler "ta...bruvzg2022-07-071-6/+2
* Add full support for Android scoped storage.Fredia Huya-Kouadio2022-07-0534-288/+2430
* Merge pull request #62611 from akien-mga/android-preset-refactor-custom-buildRémi Verschelde2022-07-031-28/+66
|\
| * Android: Refactor Custom Build options in export presetRémi Verschelde2022-07-031-28/+66
* | Fix exit code of --help and --version, and test them in CIJan Haller2022-07-021-0/+1
|/
* Merge pull request #61691 from madmiraal/android-ndk-23Rémi Verschelde2022-06-262-258/+76
|\
| * Upgrade Android NDK to r23 LTSMarcel Admiraal2022-06-252-258/+76
* | Merge pull request #62289 from madmiraal/fix-61816Fredia Huya-Kouadio2022-06-256-36/+0
|\ \ | |/ |/|
| * Remove broken scroll gesture on AndroidMarcel Admiraal2022-06-216-36/+0
* | Update android:targetSdkVersion from 30 to 31Gustavo Maciel2022-06-235-3/+6
|/
* Ensure joystick has been added or not already removed when processing inputMarcel Admiraal2022-06-161-0/+3
* Migrate the Godot Editor java source file to Kotlin.Fredia Huya-Kouadio2022-06-093-85/+77
* Add readable export errors.bruvzg2022-06-081-31/+38
* Merge pull request #61579 from madmiraal/android-kotlin-java-versionRémi Verschelde2022-06-018-12/+69
|\