summaryrefslogtreecommitdiffstats
path: root/platform/android
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextensionRémi Verschelde2022-12-125-32/+32
|\
| * Rename all gdnative occurences to gdextensionGilles Roudière2022-12-125-32/+32
* | Merge pull request #69712 from bruvzg/real_sizeRémi Verschelde2022-12-072-2/+7
|\ \
| * | Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...bruvzg2022-12-072-2/+7
| |/
* / Fix Determining Window for TouchscreenMarkus Sauermann2022-12-072-2/+2
|/
* Merge pull request #69578 from dsnopek/android-native-handlesRémi Verschelde2022-12-051-4/+10
|\
| * Clean up DisplayServerAndroid::window_get_native_handle() with the GLES3 rend...David Snopek2022-12-041-4/+10
* | Use system fonts as fallback and improve system font handling.bruvzg2022-12-044-2/+254
|/
* Updating the minimum Android target api for proper Vulkan supportFredia Huya-Kouadio2022-11-304-13/+25
* Enable GLES3 on Androidclayjohn2022-11-299-40/+34
* Add missing display server overridesFredia Huya-Kouadio2022-11-2710-7/+166
* Android: Remove extra arch suffix now redundant with the default oneRémi Verschelde2022-11-251-4/+0
* Fix parsing of the `keep_screen_on` display settingFredia Huya-Kouadio2022-11-171-1/+1
* Android: Fix parsing `keep_screen_on` settingRémi Verschelde2022-11-171-1/+1
* Fix 'save & restart' logic for the Android EditorFredia Huya-Kouadio2022-11-162-24/+52
* Merge pull request #68657 from Sauermann/fix-redundant-initializationRémi Verschelde2022-11-141-1/+1
|\
| * Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-1/+1
* | Fix periods in editor strings and messagesHugo Locurcio2022-11-141-9/+9
|/
* Upgrade Android gradle plugin to version 7.2.1Fredia Huya-Kouadio2022-11-104-15/+11
* Add support for OpenGL to OpenXRDavid Snopek2022-11-081-0/+5
* Merge pull request #68362 from bruvzg/android_gdeRémi Verschelde2022-11-083-40/+83
|\
| * [Android] Fix GDExtension export and loading.bruvzg2022-11-083-40/+83
* | Small set of fixes to the input logicFredia Huya-Kouadio2022-11-074-38/+32
|/
* Fix wrong android key mapping.HolonProduction2022-11-051-1/+5
* Merge pull request #67879 from bruvzg/fix_no_vlkRémi Verschelde2022-10-312-0/+8
|\
| * Fix build with Vulkan disabled and no Vulkan headers installed.bruvzg2022-10-262-0/+8
* | Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-314-25/+25
|\ \
| * | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-184-25/+25
* | | Merge pull request #67581 from aaronfranke/android-floatRémi Verschelde2022-10-311-8/+8
|\ \ \
| * | | Use proper types for converting Java float/double arrays in Android codeAaron Franke2022-10-181-8/+8
| |/ /
* | | Merge pull request #67790 from kdada/fix-flash-windowClay John2022-10-282-5/+5
|\ \ \ | |_|/ |/| |
| * | Make window creation with custom position do not flashWei Guo2022-10-242-5/+5
* | | Add double_tap attribute to InputEventScreenTouchFredia Huya-Kouadio2022-10-227-42/+30
|/ /
* / Delete Android godot-lib with the old naming schemeFredia Huya-Kouadio2022-10-181-3/+9
|/
* Merge pull request #67259 from lucasnlm/optimiza-android-exportFredia Huya-Kouadio2022-10-171-12/+14
|\
| * Revert changeLucas Lima2022-10-111-2/+1
| * Optimize Android export processLucas Lima2022-10-111-13/+16
* | Make some Image methods statickobewi2022-10-141-1/+1
|/
* Use `JSON::stringify` where possibleMicky2022-10-111-2/+1
* SCons: Re-enable treating `#warning` as error with `werror`Rémi Verschelde2022-10-102-6/+4
* Harmonize return values of window_create() in rendering driversPedro J. Estébanez2022-10-073-5/+5
* Merge pull request #66946 from m4gr3d/cursor_shape_logic_cleanup_mainFredia Huya-Kouadio2022-10-057-19/+58
|\
| * Cleanup of the Android cursor shape logicFredia Huya-Kouadio2022-10-057-19/+58
* | Merge pull request #66941 from winterpixelgames/bugfix-android-null-input-eventFredia Huya-Kouadio2022-10-051-1/+1
|\ \ | |/ |/|
| * Fix null in android keyboard handling.Jason Knight2022-10-051-1/+1
* | Fix the gradle build configuration for the Android platform following https:/...Fredia Huya-Kouadio2022-10-053-38/+42
|/
* Merge pull request #64819 from RandomShaper/enhance_thread_funcsRémi Verschelde2022-10-051-1/+1
|\
| * Enhance portability of threadingPedro J. Estébanez2022-10-041-1/+1
* | Merge pull request #66807 from akien-mga/core-unix-remove-NO_FCNTL-and-NO_STA...Rémi Verschelde2022-10-041-2/+2
|\ \
| * | Unix: Remove now unnecessary I/O defines, cleanupRémi Verschelde2022-10-031-2/+2
| |/