summaryrefslogtreecommitdiffstats
path: root/platform/android/java_godot_wrapper.h
Commit message (Collapse)AuthorAgeFilesLines
* Leverage java annotations to simplify the logic used to register the Godot ↵Fredia Huya-Kouadio2021-03-161-0/+2
| | | | plugin methods.
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
| | | | | | | | | | | | | | Happy new year to the wonderful Godot community! 2020 has been a tough year for most of us personally, but a good year for Godot development nonetheless with a huge amount of work done towards Godot 4.0 and great improvements backported to the long-lived 3.2 branch. We've had close to 400 contributors to engine code this year, authoring near 7,000 commit! (And that's only for the `master` branch and for the engine code, there's a lot more when counting docs, demos and other first-party repos.) Here's to a great year 2021 for all Godot users 🎆
* Android: Allow Mouse Capture thebestnom2020-12-081-0/+4
|
* Enable the ability to use Godot as a subview within an Android appFredia Huya-Kouadio2020-06-251-2/+5
|
* Replace NULL with nullptrlupoDharkael2020-04-021-5/+5
|
* Update the naming scheme for the GodotPlugin's methods in preparate of the ↵fhuya2020-03-191-2/+2
| | | | vulkan integration.
* Re-architecture of the Godot Android plugin.fhuya2020-03-051-0/+2
|
* Remove obsolete GLES3 backendRémi Verschelde2020-02-131-1/+0
| | | | | | | | | | | | | | Due to the port to Vulkan and complete redesign of the rendering backend, the `drivers/gles3` code is no longer usable in this state and is not planned to be ported to the new architecture. The GLES2 backend is kept (while still disabled and non-working) as it will eventually be ported to serve as the low-end renderer for Godot 4.0. Some GLES3 features might be selectively ported to the updated GLES2 backend if there's a need for them, and extensions we can use for that. So long, OpenGL driver bugs!
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
| | | | | | | | | | | Happy new year to the wonderful Godot community! We're starting a new decade with a well-established, non-profit, free and open source game engine, and tons of further improvements in the pipeline from hundreds of contributors. Godot will keep getting better, and we're looking forward to all the games that the community will keep developing and releasing with it.
* Add request permission automatically at androidCagdas2019-10-221-0/+4
|
* Update the fallback input mapping for the Oculus mobile devices.fhuya2019-08-261-0/+2
|
* Support vibration for Android and iOSvolzhs2019-08-211-0/+2
|
* Setup Godot to support the Oculus Mobile SDK.fhuya2019-05-301-0/+4
|
* Android: Include Joysticks/Gamepads which are available on app start.wombatstampede2019-05-281-0/+2
|
* Restructuring glue code to make it easier to extendBastiaan Olij2019-04-051-0/+81