summaryrefslogtreecommitdiffstats
path: root/platform/android/java/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #49435 from madmiraal/add-android-external-dirRémi Verschelde2021-06-101-0/+4
|\
| * Add OS.get_external_data_dir() to get Android external directoryMarcel Admiraal2021-06-101-0/+4
* | Remove unused AudioDriverAndroid from AndroidMarcel Admiraal2021-06-102-94/+0
|/
* Style: Cleanup uses of double spaces between wordsRémi Verschelde2021-06-072-2/+2
* Fixed screen orientation on AndroidSzymon Majewski2021-05-241-0/+6
* Android: Add support for cursor iconsthebestnom2021-05-193-1/+48
* Add support for forwarding callbacks from Godot's parent activity.Fredia Huya-Kouadio2021-04-121-0/+19
* Fix issue causing the response callback to be invoked with the invalid `reque...Fredia Huya-Kouadio2021-04-091-23/+1
* Fixes on android:Bastiaan Olij2021-03-181-1/+1
* Fix onMainRequestPermissionsResult callback for Android plugins.Fredia Huya-Kouadio2021-03-172-0/+25
* Enable `doNotStrip` when doing development/debugging within Android StudioFredia Huya-Kouadio2021-03-161-2/+4
* Leverage java annotations to simplify the logic used to register the Godot pl...Fredia Huya-Kouadio2021-03-166-55/+218
* Update the logic to load Godot Android plugins packaged into the binary.Fredia Huya-Kouadio2021-02-261-37/+1
* Merge pull request #46381 from m4gr3d/update_godot_fragment_lifecycle_masterRémi Verschelde2021-02-241-16/+26
|\
| * Update the initialization timeline for the Godot fragment to be more consiste...Fredia Huya-Kouadio2021-02-241-16/+26
* | Add logic to record the version of the Godot engine for the Android platform.Fredia Huya-Kouadio2021-02-242-0/+7
|/
* Add missing `ndkVersion` to the library gradle build config.Fredia Huya-Kouadio2021-02-171-0/+2
* Expose GodotPlugin's utility methods used for registration and signal emitting.Fredia Huya-Kouadio2021-02-152-22/+144
* Fix joystick axis mapping issues with NVIDIA shield. Probably others.Michael Conrad2021-02-092-103/+157
* add search extensions for scons' pathzaevi2021-01-301-1/+1
* CI: Update to clang-format 11 and apply ternary operator changesRémi Verschelde2021-01-121-4/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-0134-68/+68
* 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