summaryrefslogtreecommitdiff
path: root/platform/android
AgeCommit message (Expand)Author
2019-08-21Merge pull request #31437 from volzhs/vibrate-mobileRémi Verschelde
2019-08-21Support vibration for Android and iOSvolzhs
2019-08-20Shut down Godot processes on app exit.fhuya
2019-08-14Merge pull request #31266 from IAmActuallyCthulhu/pr/remove-redundant-author-...Rémi Verschelde
2019-08-12Export: Remove temp files from cache after exportRémi Verschelde
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner
2019-08-07Add feature tag for hmd devices based on DOFCameron Reikes
2019-08-07Merge pull request #30468 from SaracenOne/expose_audio_captureRémi Verschelde
2019-07-30Android: Remove unusable android_stl=no optionRémi Verschelde
2019-07-30Android: Drop support for NDK < r15Rémi Verschelde
2019-07-20Removed an unused commitunknown
2019-07-15Exposes capture methods to AudioServer, variable renames for consistency,Saracen
2019-07-08Merge pull request #30407 from qarmin/small_fixessRémi Verschelde
2019-07-07Fixes minor issues found by static analyzerqarmin
2019-07-06Added release function to PoolVector::Access.Ibrahn Sahir
2019-07-03SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde
2019-07-02Make the meta-data name attribute settable. This will facilitate reuse for AR...fhuya
2019-07-02Merge pull request #29824 from m4gr3d/add_ovr_exportRémi Verschelde
2019-07-02Add XR mode selection to the Android export process.fhuya
2019-07-01Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde
2019-06-23Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG
2019-06-21Fix some keyboards not working with Androidlawnjelly
2019-06-20Merge pull request #29910 from m4gr3d/dev_deprecate_armv6Rémi Verschelde
2019-06-19Deprecate armv6 support for Androidfhuya
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-06-16Merge pull request #29325 from m4gr3d/setup_godot_for_ovr_supportRémi Verschelde
2019-06-15Adding a new Camera Server implementation to Godot.BastiaanOlij
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
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-05-25Git: Explicitly list binary files as such to avoid EOL changeRémi Verschelde
2019-05-21Merge pull request #29032 from akien-mga/tools-exceptions-rttiRémi Verschelde
2019-05-21added a const keyword for a methods that return constant literal...hbina085
2019-05-20SCons: Keep exceptions and rtti on Android, iOS and HTML5 tools buildRémi Verschelde
2019-05-19Fix typos with codespellRémi Verschelde
2019-05-18Allow project export to be canceledGeorge Marques
2019-05-13Merge pull request #28518 from clayjohn/GLES2-MSAARémi Verschelde
2019-05-09Change "ID" to lowercase "id"Aaron Franke
2019-05-02added MSAA to GLES backendclayjohn
2019-05-01Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde
2019-04-30SCons: Always use env.Prepend for CPPPATHRémi Verschelde
2019-04-27Clean up latency related functionsJuan Linietsky
2019-04-25Merge pull request #28396 from akien-mga/scons-capture-the-flagsRémi Verschelde
2019-04-24Rename wrong field.Juan Linietsky
2019-04-24Remove forgotten strings in configuration filesJuan Linietsky
2019-04-24SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde
2019-04-07Android now (optionally) builds the template when exportingJuan Linietsky
2019-04-07Add FileAccess::set_unix_permissions for Unix platformsJuan Linietsky
2019-04-22Merge pull request #27673 from qarmin/small_fixesRémi Verschelde