summaryrefslogtreecommitdiff
path: root/platform/android/java_godot_wrapper.h
AgeCommit message (Collapse)Author
2020-06-25Enable the ability to use Godot as a subview within an Android appFredia Huya-Kouadio
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-19Update the naming scheme for the GodotPlugin's methods in preparate of the ↵fhuya
vulkan integration.
2020-03-05Re-architecture of the Godot Android plugin.fhuya
2020-02-13Remove obsolete GLES3 backendRémi Verschelde
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!
2020-01-01Update copyright statements to 2020Rémi Verschelde
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.
2019-10-22Add request permission automatically at androidCagdas
2019-08-26Update the fallback input mapping for the Oculus mobile devices.fhuya
2019-08-21Support vibration for Android and iOSvolzhs
2019-05-30Setup Godot to support the Oculus Mobile SDK.fhuya
2019-05-28Android: Include Joysticks/Gamepads which are available on app start.wombatstampede
2019-04-05Restructuring glue code to make it easier to extendBastiaan Olij