summaryrefslogtreecommitdiffstats
path: root/platform/android/java_godot_lib_jni.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable granular control of touchscreen related settingsFredia Huya-Kouadio2023-02-221-0/+16
* Further refactoring to AudioDriver implementations after #69120.Emmanouil Papadeas2023-02-091-1/+1
* Cleanup and unify keyboard input.bruvzg2023-01-231-2/+2
* Use BitField<> in core type masksJuan Linietsky2023-01-081-5/+5
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix 'save & restart' logic for the Android EditorFredia Huya-Kouadio2022-11-161-21/+36
* Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-1/+1
|\
| * Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
* | Add double_tap attribute to InputEventScreenTouchFredia Huya-Kouadio2022-10-221-2/+2
|/
* Merge pull request #65501 from m4gr3d/fix_invalid_project_manager_path_mainRémi Verschelde2022-09-081-6/+7
|\
| * Fix issue causing the project manager to crash because of missing path argumentFredia Huya-Kouadio2022-09-071-6/+7
* | Cleanup the Android input logic implementationFredia Huya-Kouadio2022-09-071-27/+17
|/
* Fix incorrect Android scancodesMarcel Admiraal2022-07-131-3/+2
* Add full support for Android scoped storage.Fredia Huya-Kouadio2022-07-051-6/+8
* Fix exit code of --help and --version, and test them in CIJan Haller2022-07-021-0/+1
* Remove broken scroll gesture on AndroidMarcel Admiraal2022-06-211-9/+0
* Cleanup Android C++ codeMarcel Admiraal2022-05-311-19/+12
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-0/+6
* Fix the issue causing the screen to be black after resuming when in low proce...Fredy Huya-Kouadio2022-04-251-0/+2
* Fix flickering issues with low processor mode on AndroidFredia Huya-Kouadio2022-03-291-5/+8
* Android port of the Godot EditorFredy Huya-Kouadio2022-03-281-1/+5
* Remove VARIANT_ARG* macrosreduz2022-03-091-5/+7
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-16/+30
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-11/+15
* Drop broken Android 32-bit framebuffer setting for a reliable one for depth b...Pedro J. Estébanez2021-11-011-2/+1
* Switch to input buffering on AndroidPedro J. Estébanez2021-08-131-40/+59
* Merge pull request #50206 from groud/undoredo_increase_args_countRémi Verschelde2021-07-201-2/+2
|\
| * Increase the number of arguments accepted by UndoRedo methodsGilles Roudière2021-07-061-2/+2
* | Optimize StringName usagereduz2021-07-181-1/+1
* | Implement the ability to disable classesreduz2021-07-131-1/+1
|/
* Move many input enums to their own fileAaron Franke2021-06-201-4/+4
* Remove unused AudioDriverAndroid from AndroidMarcel Admiraal2021-06-101-7/+0
* Fixed screen orientation on AndroidSzymon Majewski2021-05-241-0/+1
* Leverage java annotations to simplify the logic used to register the Godot pl...Fredia Huya-Kouadio2021-03-161-2/+3
* Replace malloc's with Godot's memalloc macroEv1lbl0w2021-03-131-4/+6
* Modernize ThreadPedro J. Estébanez2021-01-291-4/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Remove unused FileAccessJAndroid.Fabio Alessandrelli2020-12-091-5/+0
* Android: Allow Mouse Capture thebestnom2020-12-081-3/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Android: Mouse Implementationthebestnom2020-10-091-13/+25
* Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky2020-06-301-2/+2
* Enable the ability to use Godot as a subview within an Android appFredia Huya-Kouadio2020-06-251-3/+3
* Add static_assert checks where code assumes VARIANT_ARG_MAX == 5Timo Schwarzer2020-05-251-0/+1
* Merge pull request #39004 from nekomatata/android-reset-surfaceRémi Verschelde2020-05-241-3/+14
|\
| * Proper surface reset when resuming app on AndroidPouleyKetchoupp2020-05-241-3/+14
* | Use long instead of int for object id in Android java wrapperPouleyKetchoupp2020-05-241-4/+4
|/
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-14/+0
* Rename InputFilter back to InputRémi Verschelde2020-04-281-6/+6