summaryrefslogtreecommitdiff
path: root/platform/android/java/lib/src
AgeCommit message (Expand)Author
2021-03-17Fix onMainRequestPermissionsResult callback for Android plugins.Fredia Huya-Kouadio
2021-03-16Leverage java annotations to simplify the logic used to register the Godot pl...Fredia Huya-Kouadio
2021-02-26Update the logic to load Godot Android plugins packaged into the binary.Fredia Huya-Kouadio
2021-02-24Update the initialization timeline for the Godot fragment to be more consiste...Fredia Huya-Kouadio
2021-02-15Expose GodotPlugin's utility methods used for registration and signal emitting.Fredia Huya-Kouadio
2021-02-09Fix joystick axis mapping issues with NVIDIA shield. Probably others.Michael Conrad
2021-01-12CI: Update to clang-format 11 and apply ternary operator changesRémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-08Android: Allow Mouse Capture thebestnom
2020-12-03fix android wrong multi-touch pointeridalan-w-255
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-16Merge pull request #43248 from HEAVYPOLY/masterRémi Verschelde
2020-10-31Change android orientations from sensor to userVaughan Ling
2020-10-30Merge pull request #37158 from thebestnom/android-click-supportRémi Verschelde
2020-10-27Implement OS.get_window_safe_area() for AndroidMark Riedesel
2020-10-09Android: Mouse Implementationthebestnom
2020-09-18Add overridable init method for the Godot fragment instance.Fredia Huya-Kouadio
2020-08-30Fix issue causing the textedit to move upwardFredia Huya-Kouadio
2020-08-27Merge pull request #41550 from godotengine/revert-40671-virtual-keyboard-heig...Rémi Verschelde
2020-08-26Merge pull request #41549 from godotengine/revert-40484-android-virtual-keybo...Rémi Verschelde
2020-08-26Revert "Fix virtual keyboard height regression"Fredia Huya-Kouadio
2020-08-26Revert "Disable virtual keyboard focus adjustment on Android"Fredia Huya-Kouadio
2020-08-26Revert "Move PopupWindow logic to GodotEditText on Android"Fredia Huya-Kouadio
2020-07-28Move PopupWindow logic to GodotEditText on AndroidPouleyKetchoupp
2020-07-27Merge pull request #40706 from akien-mga/style-fix-file_format-macosRémi Verschelde
2020-07-27Style: Fix code format scripts compat with non-GNU UnicesRémi Verschelde
2020-07-27Merge pull request #40671 from nekomatata/virtual-keyboard-height-fixRémi Verschelde
2020-07-26Fix Return key events in LineEdit & TextEdit on AndroidPouleyKetchoupp
2020-07-24Fix virtual keyboard height regressionPouleyKetchoupp
2020-07-21Android: Keyboard modifier and arrow key supportthebestnom
2020-07-20Disable virtual keyboard focus adjustment on AndroidPouleyKetchoupp
2020-06-25Enable the ability to use Godot as a subview within an Android appFredia Huya-Kouadio
2020-06-16Clean up the `GodotPlugin` public API.Fredia Huya-Kouadio
2020-05-27Provide the ability for clients of the Godot library to add their own command...Fredia Huya-Kouadio
2020-05-24Merge pull request #39004 from nekomatata/android-reset-surfaceRémi Verschelde
2020-05-24Proper surface reset when resuming app on AndroidPouleyKetchoupp
2020-05-24Use long instead of int for object id in Android java wrapperPouleyKetchoupp
2020-05-20Merge pull request #38309 from SkyLucilfer/AndroidLineEditRémi Verschelde
2020-05-17Implementation of the Godot Android Plugin configuration fileFredia Huya-Kouadio
2020-05-16Fix Android LineEdit editing bugsSkyJJ
2020-05-16Merge pull request #37924 from thebestnom/migrate-to-androidXRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Android: Migrate deprecated support library to AndroidXthebestnom
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-05-10Style: Add missing copyright headersRémi Verschelde
2020-05-06clang-format: Add JavaImportGroups for Java codeRémi Verschelde
2020-05-05Address `OS.request_permissions()` bug when non-platform permission(s) is inc...Fredia Huya-Kouadio
2020-04-15Migrate legacy apache dependency to the GodotPayment pluginfhuya
2020-04-10Add signal support to Godot Android plugin:fhuya
2020-04-08Display Server supportPouleyKetchoupp