summaryrefslogtreecommitdiffstats
path: root/platform/android/java
Commit message (Expand)AuthorAgeFilesLines
* Add double_tap attribute to InputEventScreenTouchFredia Huya-Kouadio2022-10-223-33/+20
* Delete Android godot-lib with the old naming schemeFredia Huya-Kouadio2022-10-181-3/+9
* Merge pull request #66946 from m4gr3d/cursor_shape_logic_cleanup_mainFredia Huya-Kouadio2022-10-052-8/+12
|\
| * Cleanup of the Android cursor shape logicFredia Huya-Kouadio2022-10-052-8/+12
* | Merge pull request #66941 from winterpixelgames/bugfix-android-null-input-eventFredia Huya-Kouadio2022-10-051-1/+1
|\ \ | |/ |/|
| * Fix null in android keyboard handling.Jason Knight2022-10-051-1/+1
* | Fix the gradle build configuration for the Android platform following https:/...Fredia Huya-Kouadio2022-10-052-35/+39
|/
* Split rendering driver project setting into renderer_name and rendering_drive...clayjohn2022-09-191-4/+4
* Exclude small screens from the set of supported devices.Fredia Huya-Kouadio2022-09-121-1/+1
* Update the versioning logic for the Godot Android EditorFredia Huya-Kouadio2022-09-122-5/+44
* Merge pull request #65501 from m4gr3d/fix_invalid_project_manager_path_mainRémi Verschelde2022-09-083-8/+33
|\
| * Fix issue causing the project manager to crash because of missing path argumentFredia Huya-Kouadio2022-09-073-8/+33
* | Enable long press, pan and scale gestures for the Godot Android EditorFredia Huya-Kouadio2022-09-073-1/+21
* | Cleanup the Android input logic implementationFredia Huya-Kouadio2022-09-076-215/+521
|/
* Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-252-3/+3
* Fix issue preventing the Android Editor from displaying the project contentFredia Huya-Kouadio2022-08-152-6/+7
* Merge pull request #62885 from madmiraal/fix-59931Rémi Verschelde2022-08-083-20/+21
|\
| * Fix incorrect Android scancodesMarcel Admiraal2022-07-133-20/+21
* | Add support for multiple virtual keyboard typesBrian Semrau2022-08-043-11/+47
* | Address remaining scoped storage regressionsFredia Huya-Kouadio2022-07-264-31/+33
|/
* Add full support for Android scoped storage.Fredia Huya-Kouadio2022-07-0519-129/+1731
* Merge pull request #61691 from madmiraal/android-ndk-23Rémi Verschelde2022-06-261-1/+1
|\
| * Upgrade Android NDK to r23 LTSMarcel Admiraal2022-06-251-1/+1
* | Merge pull request #62289 from madmiraal/fix-61816Fredia Huya-Kouadio2022-06-252-14/+0
|\ \ | |/ |/|
| * Remove broken scroll gesture on AndroidMarcel Admiraal2022-06-212-14/+0
* | Update android:targetSdkVersion from 30 to 31Gustavo Maciel2022-06-234-2/+5
|/
* Ensure joystick has been added or not already removed when processing inputMarcel Admiraal2022-06-161-0/+3
* Migrate the Godot Editor java source file to Kotlin.Fredia Huya-Kouadio2022-06-093-85/+77
* Merge pull request #61579 from madmiraal/android-kotlin-java-versionRémi Verschelde2022-06-018-12/+69
|\
| * Ensure Android Java and Kotlin compile to the same versionMarcel Admiraal2022-06-018-12/+69
* | Misc editor tweaks and polishes:Fredia Huya-Kouadio2022-05-316-5/+64
|/
* Only use Android fullscreen theme for splash screenMarcel Admiraal2022-05-271-2/+2
* Merge pull request #61333 from m4gr3d/fix_restart_logic_mainRémi Verschelde2022-05-234-68/+156
|\
| * Fix the logic to restart the Godot applicationFredia Huya-Kouadio2022-05-234-68/+156
* | Remove duplicate Android sensor listener registrationsMarcel Admiraal2022-05-231-4/+0
|/
* Merge pull request #60553 from madmiraal/separate-display_safe_areaRémi Verschelde2022-05-031-1/+1
|\
| * Fix screen_get_usable_rect returning display safe areaMarcel Admiraal2022-05-021-1/+1
* | Merge pull request #60638 from m4gr3d/support_hand_tracking_v2_mainRémi Verschelde2022-05-021-0/+7
|\ \ | |/ |/|
| * Update Meta hand tracking versionFredy Huya-Kouadio2022-04-271-0/+7
* | Merge pull request #60551 from madmiraal/implement-3466Rémi Verschelde2022-05-021-0/+21
|\ \
| * | Add a method for obtaining display cutouts on AndroidMarcel Admiraal2022-04-261-0/+21
* | | Merge pull request #60563 from madmiraal/fix-60562Rémi Verschelde2022-04-291-8/+7
|\ \ \
| * | | Check for null when retrieving clip data item text on AndroidMarcel Admiraal2022-04-271-8/+7
| |/ /
* / / Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-284-0/+361
|/ /
* | Merge pull request #60433 from madmiraal/remove-superfluous-null-checkRémi Verschelde2022-04-251-4/+0
|\ \
| * | Remove superfluous null checkMarcel Admiraal2022-04-221-4/+0
| |/
* | Merge pull request #60457 from madmiraal/replace-index-iteratorsRémi Verschelde2022-04-252-5/+4
|\ \
| * | Replace index iterators with for each loops.Marcel Admiraal2022-04-232-5/+4
| |/
* | Merge pull request #60441 from madmiraal/remove-superfluous-inputmanagerRémi Verschelde2022-04-253-240/+5
|\ \
| * | Remove superfluous Android InputManager interface and implementationMarcel Admiraal2022-04-223-240/+5
| |/