summaryrefslogtreecommitdiffstats
path: root/platform/android/java/lib
Commit message (Expand)AuthorAgeFilesLines
* Android: Allow Mouse Capture thebestnom2020-12-084-1/+21
* fix android wrong multi-touch pointeridalan-w-2552020-12-031-4/+2
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-164-6/+0
* Merge pull request #43248 from HEAVYPOLY/masterRémi Verschelde2020-11-161-3/+3
|\
| * Change android orientations from sensor to userVaughan Ling2020-10-311-3/+3
* | Update the logic to query for the 'scons' command executable path.Fredia Huya-Kouadio2020-11-141-1/+33
* | Merge pull request #37158 from thebestnom/android-click-supportRémi Verschelde2020-10-306-70/+117
|\ \
| * | Android: Mouse Implementationthebestnom2020-10-096-70/+117
* | | Add a separate `nativeSrcsConfigs` module to handle Android Studio constraint...Fredia Huya-Kouadio2020-10-292-33/+5
| |/ |/|
* | Implement OS.get_window_safe_area() for AndroidMark Riedesel2020-10-271-0/+26
|/
* Add overridable init method for the Godot fragment instance.Fredia Huya-Kouadio2020-09-181-2/+22
* Fix issue causing the textedit to move upwardFredia Huya-Kouadio2020-08-302-3/+7
* Merge pull request #41550 from godotengine/revert-40671-virtual-keyboard-heig...Rémi Verschelde2020-08-272-43/+7
|\
| * Revert "Fix virtual keyboard height regression"Fredia Huya-Kouadio2020-08-262-43/+7
* | Merge pull request #41549 from godotengine/revert-40484-android-virtual-keybo...Rémi Verschelde2020-08-261-1/+0
|\ \ | |/ |/|
| * Revert "Disable virtual keyboard focus adjustment on Android"Fredia Huya-Kouadio2020-08-261-1/+0
* | Revert "Move PopupWindow logic to GodotEditText on Android"Fredia Huya-Kouadio2020-08-262-56/+67
|/
* Move PopupWindow logic to GodotEditText on AndroidPouleyKetchoupp2020-07-282-67/+56
* Merge pull request #40706 from akien-mga/style-fix-file_format-macosRémi Verschelde2020-07-271-1/+1
|\
| * Style: Fix code format scripts compat with non-GNU UnicesRémi Verschelde2020-07-271-1/+1
* | Merge pull request #40671 from nekomatata/virtual-keyboard-height-fixRémi Verschelde2020-07-272-7/+43
|\ \
| * | Fix virtual keyboard height regressionPouleyKetchoupp2020-07-242-7/+43
* | | Fix Return key events in LineEdit & TextEdit on AndroidPouleyKetchoupp2020-07-263-7/+21
| |/ |/|
* | Android: Keyboard modifier and arrow key supportthebestnom2020-07-214-4/+39
|/
* Merge pull request #40422 from amanj120/forward_port_bundle_pr_resourcesRémi Verschelde2020-07-2041-158/+0
|\
| * Create strings.xml files in the gradle project to handle localizationAman Jain2020-07-1541-158/+0
* | Disable virtual keyboard focus adjustment on AndroidPouleyKetchoupp2020-07-201-0/+1
|/
* Commit other files changed by file_format.shAaron Franke2020-07-1342-42/+42
* Enable the ability to use Godot as a subview within an Android appFredia Huya-Kouadio2020-06-2511-192/+296
* Clean up the `GodotPlugin` public API.Fredia Huya-Kouadio2020-06-162-5/+15
* Provide the ability for clients of the Godot library to add their own command...Fredia Huya-Kouadio2020-05-271-1/+2
* Merge pull request #39004 from nekomatata/android-reset-surfaceRémi Verschelde2020-05-243-13/+7
|\
| * Proper surface reset when resuming app on AndroidPouleyKetchoupp2020-05-243-13/+7
* | Use long instead of int for object id in Android java wrapperPouleyKetchoupp2020-05-241-2/+2
|/
* Merge pull request #38309 from SkyLucilfer/AndroidLineEditRémi Verschelde2020-05-203-14/+39
|\
| * Fix Android LineEdit editing bugsSkyJJ2020-05-163-14/+39
* | Implementation of the Godot Android Plugin configuration fileFredia Huya-Kouadio2020-05-171-3/+8
|/
* Merge pull request #37924 from thebestnom/migrate-to-androidXRémi Verschelde2020-05-166-13/+16
|\
| * Android: Migrate deprecated support library to AndroidXthebestnom2020-05-106-13/+16
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-1425-87/+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-0626-38/+80
* 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-231-1/+3
* Migrate legacy apache dependency to the GodotPayment pluginfhuya2020-04-154-382/+0
* Delete unused drawable resources.fhuya2020-04-134-0/+0
* Add signal support to Godot Android plugin:fhuya2020-04-102-1/+182
* Display Server supportPouleyKetchoupp2020-04-081-36/+4
* Vulkan rendering for AndroidPouleyKetchoupp2020-04-0316-113/+348