summaryrefslogtreecommitdiffstats
path: root/platform/android
Commit message (Expand)AuthorAgeFilesLines
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-21/+40
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-1464-498/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-142-8/+3
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-8/+24
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-102-2/+4
* Style: Add missing copyright headersRémi Verschelde2020-05-101-2/+2
* clang-format: Add JavaImportGroups for Java codeRémi Verschelde2020-05-0636-45/+109
* Address `OS.request_permissions()` bug when non-platform permission(s) is inc...Fredia Huya-Kouadio2020-05-051-4/+7
* Rename InputFilter back to InputRémi Verschelde2020-04-283-26/+26
* Merge pull request #37193 from madmiraal/fix-android-export-unicode-errorsRémi Verschelde2020-04-281-5/+23
|\
| * Fix Android export throwing Unicode errors.Marcel Admiraal2020-03-201-5/+23
* | Fix detection logic for the Android sdk pathFredia Huya-Kouadio2020-04-241-1/+1
* | Fix Android templates size regressionFredia Huya-Kouadio2020-04-232-2/+6
* | Migrate legacy apache dependency to the GodotPayment pluginfhuya2020-04-156-7/+8
* | Android: Bump build tools to 29.0.3Rémi Verschelde2020-04-141-1/+1
* | Delete unused drawable resources.fhuya2020-04-134-0/+0
* | Validate supported architectures when exporting to AndroidSkyJJ2020-04-131-0/+9
* | Add signal support to Godot Android plugin:fhuya2020-04-108-188/+480
* | Merge pull request #37256 from m4gr3d/add_custom_build_gradle_settingsRémi Verschelde2020-04-102-0/+7
|\ \
| * | Update Android custom template build configuration.fhuya2020-04-072-0/+7
* | | Fix extra warnings in Android buildPouleyKetchoupp2020-04-101-8/+0
* | | Display Server supportPouleyKetchoupp2020-04-0810-740/+935
* | | Vulkan rendering for AndroidPouleyKetchoupp2020-04-0324-181/+484
* | | Android: Downgrade gradle plugin to 3.5.3Rémi Verschelde2020-04-021-1/+1
* | | Replace NULL with nullptrlupoDharkael2020-04-0217-115/+115
* | | SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-137/+180
* | | Fix copyright headers for recently added filesRémi Verschelde2020-03-282-4/+4
* | | Renaming of servers for coherency.Juan Linietsky2020-03-272-8/+8
* | | Refactored input, goes all via windows now.Juan Linietsky2020-03-263-5/+7
* | | Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-262-3/+2
|/ /
* | Merge pull request #37219 from RajatGoswami/missing-include-guardsRémi Verschelde2020-03-232-0/+10
|\ \
| * | Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-232-0/+10
| |/
* / Make file formatting comply with POSIX and Unix standardsAaron Franke2020-03-211-1/+1
|/
* Update the naming scheme for the GodotPlugin's methods in preparate of the vu...fhuya2020-03-195-24/+40
* Removed unused code in android detect.py and SCsubunknown2020-03-182-8/+0
* Complete the implementation of the GodotPayment plugin.fhuya2020-03-1711-175/+39
* Merge pull request #36906 from m4gr3d/enable_android_studio_debuggingRémi Verschelde2020-03-173-4/+6
|\
| * Enable Android studio debugger.fhuya2020-03-083-4/+6
* | Merge pull request #37106 from akien-mga/clang-format-cpp11Rémi Verschelde2020-03-173-4/+4
|\ \
| * | Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-173-4/+4
* | | Fix text_entered signal when max_length is used in LineEdit on AndroidPouleyKetchoupp2020-03-131-3/+13
|/ /
* / Fix initialization of the GodotPayment pluginfhuya2020-03-091-1/+0
|/
* Trim the whitespace around the plugins names.fhuya2020-03-062-3/+6
* Re-architecture of the Godot Android plugin.fhuya2020-03-0525-622/+1073
* Provides a base implementation of the Vulkan surface view (VkSurfaceView.kt) ...fhuya2020-03-0510-3/+580
* Miscellaneous cleanup for the Android codebase:fhuya2020-03-0411-994/+1133
* Merge pull request #36682 from nekomatata/android-compilation-fixRémi Verschelde2020-03-044-32/+35
|\
| * Compilation fixes on AndroidPouleyKetchoupp2020-03-044-32/+35
* | Improve UX of drive lettersPedro J. Estébanez2020-03-032-2/+2