summaryrefslogtreecommitdiffstats
path: root/platform/android/java/lib/src/org/godotengine/godot/input/GodotInputHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
* Memory cleanup and optimizationsFredia Huya-Kouadio2024-08-161-57/+127
* Merge pull request #94468 from m4gr3d/restart_editor_when_updating_touchscree...Rémi Verschelde2024-07-171-1/+1
|\
| * Disable long press for mouse eventsFredia Huya-Kouadio2024-07-171-1/+1
* | Cleanup Android input on render thread settingsFredia Huya-Kouadio2024-07-091-11/+1
|/
* Fix ANRs reported by the Google Play ConsoleFredia Huya-Kouadio2024-07-041-27/+112
* Move the most specific motion event guard to the top of the function.Tareq Anuar2024-06-111-13/+12
* Input logic cleanup:Fredia Huya-Kouadio2024-05-191-57/+101
* Add rotary input support. Fix documentationALEKSEY KAPUSTYANENKO2024-02-131-2/+28
* Cleanups and improvements to the Godot Android library api:Fredia Huya-Kouadio2023-10-081-1/+1
* Android stylus pressure and tilt supportpikethom2023-08-151-3/+21
* Fix various typos with codespellRémi Verschelde2023-08-071-1/+1
* [Android] Set `echo` property for the physical keyboard events.bruvzg2023-07-061-2/+2
* Improve touchpad and mouse support for the Android editorFredia Huya-Kouadio2023-05-251-3/+28
* Cleanup and unify keyboard input.bruvzg2023-01-231-6/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* handle ambiguous input events as touch eventsDennis Ranke2022-12-121-1/+1
* Small set of fixes to the input logicFredia Huya-Kouadio2022-11-071-1/+4
* Add double_tap attribute to InputEventScreenTouchFredia Huya-Kouadio2022-10-221-13/+13
* Cleanup the Android input logic implementationFredia Huya-Kouadio2022-09-071-99/+180
* Fix incorrect Android scancodesMarcel Admiraal2022-07-131-7/+12
* Ensure joystick has been added or not already removed when processing inputMarcel Admiraal2022-06-161-0/+3
* Remove superfluous Android InputManager interface and implementationMarcel Admiraal2022-04-221-4/+5
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Switch to input buffering on AndroidPedro J. Estébanez2021-08-131-31/+22
* Merge pull request #50107 from madmiraal/android-use-lambdasRémi Verschelde2021-07-061-87/+22
|\
| * Replace single method anonymous classes with lambdas in Godot Java codeMarcel Admiraal2021-07-031-87/+22
* | Remove redundant explicit types in Godot Java codeMarcel Admiraal2021-07-021-2/+2
|/
* Remove unused imports from Android Java codeMarcel Admiraal2021-07-021-4/+0
* Fix joystick axis mapping issues with NVIDIA shield. Probably others.Michael Conrad2021-02-091-100/+147
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Android: Allow Mouse Capture thebestnom2020-12-081-1/+6
* fix android wrong multi-touch pointeridalan-w-2552020-12-031-4/+2
* Android: Mouse Implementationthebestnom2020-10-091-2/+103
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-4/+0
* clang-format: Add JavaImportGroups for Java codeRémi Verschelde2020-05-061-3/+5
* Vulkan rendering for AndroidPouleyKetchoupp2020-04-031-21/+21
* Rename `scancode` to `keycode`.bruvzg2020-02-251-2/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Adds Pen support for AndroidAlexander Holland2019-10-041-1/+12
* Fix Android keyboard crash with left cursorlawnjelly2019-09-231-4/+2
* Split the Android platform java logic into an Android library module (`lib`) ...fhuya2019-09-041-0/+360