summaryrefslogtreecommitdiffstats
path: root/platform/android/java
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #38309 from SkyLucilfer/AndroidLineEditRémi Verschelde2020-05-203-14/+39
|\
| * Fix Android LineEdit editing bugsSkyJJ2020-05-163-14/+39
* | Style: Fix unnecessary semicolons that confused clang-formatRémi Verschelde2020-05-191-1/+1
* | Implementation of the Godot Android Plugin configuration fileFredia Huya-Kouadio2020-05-175-36/+84
|/
* Merge pull request #37924 from thebestnom/migrate-to-androidXRémi Verschelde2020-05-169-18/+25
|\
| * Android: Migrate deprecated support library to AndroidXthebestnom2020-05-109-18/+25
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-1435-105/+0
|/
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* 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
* 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
* Add signal support to Godot Android plugin:fhuya2020-04-102-1/+182
* 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
* | Display Server supportPouleyKetchoupp2020-04-081-36/+4
* | Vulkan rendering for AndroidPouleyKetchoupp2020-04-0316-113/+348
* | Android: Downgrade gradle plugin to 3.5.3Rémi Verschelde2020-04-021-1/+1
* | Fix copyright headers for recently added filesRémi Verschelde2020-03-282-4/+4
|/
* 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-192-17/+33
* 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
* | 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-0517-275/+888
* Provides a base implementation of the Vulkan surface view (VkSurfaceView.kt) ...fhuya2020-03-057-2/+474
* Miscellaneous cleanup for the Android codebase:fhuya2020-03-044-36/+36
* Rename `scancode` to `keycode`.bruvzg2020-02-254-11/+13
* Remove obsolete GLES3 backendRémi Verschelde2020-02-136-29/+10
* Fixed LineEdit virtual keyboard inputs on AndroidPouleyKetchoupp2020-01-311-1/+1
* Address crash caused by missing dependency.fhuya2020-01-273-4/+4
* Address crash caused by missing dependency.fhuya2020-01-273-2/+6
* Android virtual keyboard respecting LineEdit max length.Bruno Lourenço2020-01-232-3/+16
* Add support for Android adaptive icons.Bruno Lourenço2020-01-1422-2/+7
* fixes android double tap regressionAlexander Holland2020-01-132-2/+2
* Fixes Android FileDialogAlexander Holland2020-01-103-0/+121
* Update copyright statements to 2020Rémi Verschelde2020-01-0136-72/+72
* Replace the android.defaultConfig.applicationId in build.gradle with the pack...fhuya2019-12-302-1/+11
* i18n: Sync translations with Weblate + update templateRémi Verschelde2019-12-221-1/+0
* Fix crash on Android with no manifest permissions.Fabio Alessandrelli2019-12-171-3/+5
* Add GodotNetUtils Java class for Android.Fabio Alessandrelli2019-12-143-0/+105
* Style: Add missing copyright headersRémi Verschelde2019-11-221-0/+30
* Add request permission automatically at androidCagdas2019-10-222-29/+165
* Merge pull request #32858 from m4gr3d/expand_singleton_base_apiRémi Verschelde2019-10-221-0/+34
|\