summaryrefslogtreecommitdiffstats
path: root/platform/android/os_android.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes Android FileDialogAlexander Holland2020-01-101-0/+20
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Add Android NetSocket implementation.Fabio Alessandrelli2019-12-141-0/+3
* iOS modular build and export implementation.bruvzg2019-12-011-5/+0
* Revert "Android : implement InputEventMagnifyGesture and InputEventPanGesture"Rémi Verschelde2019-11-111-33/+1
* Android : implement InputEventMagnifyGesture and InputEventPanGestureJérémy Zurcher2019-11-021-1/+33
* Add request permission automatically at androidCagdas2019-10-221-0/+10
* Adds Pen support for AndroidAlexander Holland2019-10-041-0/+17
* Update the fallback input mapping for the Oculus mobile devices.fhuya2019-08-261-1/+1
* Support vibration for Android and iOSvolzhs2019-08-211-0/+4
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner2019-08-091-6/+2
* Adding a new Camera Server implementation to Godot.BastiaanOlij2019-06-151-0/+6
* Android: Include Joysticks/Gamepads which are available on app start.wombatstampede2019-05-281-0/+4
* added a const keyword for a methods that return constant literal...hbina0852019-05-211-1/+1
* Add Input::get_current_cursor_shapeGuilherme Felipe2019-04-151-8/+0
* Restructuring glue code to make it easier to extendBastiaan Olij2019-04-051-83/+62
* Request Android record permission when neededDESKTOP-3H3MR3A\eloisa2019-03-081-1/+8
* Restart game on GL context loss on AndroidPedro J. Estébanez2019-03-061-14/+0
* Disable driver fallback to GLES2 by defaultRémi Verschelde2019-03-051-1/+1
* -Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky2019-02-261-1/+1
* Platform: Ensure classes match their header filenameRémi Verschelde2019-02-121-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Remove obsolete ANDROID_NATIVE_ACTIVITYBastiaan Olij2018-12-021-19/+0
* Fix init of VisualServerRasterRémi Verschelde2018-11-011-4/+1
* Fix initialization of visual server in all platformsGeorge Marques2018-11-011-4/+5
* Repaired mistyped of 'its' on several files.M. Huri2018-10-251-1/+1
* Fix warnings in Android platformRémi Verschelde2018-10-031-2/+3
* Add clipboard operation for android OSXavier Sellier2018-09-051-5/+22
* Fall back to GLES2 if GLES3 is not workingHein-Pieter van Braam2018-08-261-14/+50
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-2/+0
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-3/+3
* Fix build issues and typos after c69de2ba4Rémi Verschelde2018-07-201-0/+1
* -Project/Editor settings now use new inspectorJuan Linietsky2018-07-191-0/+5
* Implement OpenGL ES rasterizer selection logic for Android.geequlim2018-06-261-4/+13
* Implement universal translation of touch to mousePedro J. Estébanez2018-04-301-49/+0
* Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez2018-03-041-2/+2
* Fix open_dynamic_library for AndroidRuslan Mustakov2018-01-131-0/+11
* Fix Android multi touchvolzhs2018-01-071-15/+17
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond2018-01-041-1/+3
* Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursorRémi Verschelde2018-01-031-0/+3
|\
| * Add implementation for custom hardware cursorGuilherme Silva2017-12-171-0/+3
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Return and repair file loggingRuslan Mustakov2017-11-211-10/+3
* Allow configuring iOS exportRuslan Mustakov2017-11-211-1/+18
* Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-171-6/+5
* Move singleton management from ProjectSettings to EngineLeon Krause2017-11-141-1/+1
* Align sensors and implement gravity sensor for AndroidBastiaan Olij2017-11-111-0/+5
* Make video mode initialization more intuitive, fixes #12022Juan Linietsky2017-11-091-6/+0
* Merge pull request #12262 from AndreaCatania/pplugJuan Linietsky2017-11-031-5/+0
|\