Age | Commit message (Expand) | Author |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-09-24 | Merge pull request #32269 from m4gr3d/improve_build_time | Rémi Verschelde |
2019-09-24 | Updates the Godot gradle tasks to enable manual runs of the `scons` command. | fhuya |
2019-09-24 | Fix copyright headers and style issues | Rémi Verschelde |
2019-09-23 | Merge pull request #32250 from lawnjelly/android-keyboard2 | Rémi Verschelde |
2019-09-23 | Fix Android keyboard crash with left cursor | lawnjelly |
2019-09-23 | Merge pull request #32055 from qarmin/some_code_fixes | Rémi Verschelde |
2019-09-22 | Changed some code found by Clang Tidy and Coverity | qarmin |
2019-09-22 | Fix starting intent problem | Cagdas |
2019-09-20 | Merge pull request #32064 from m4gr3d/propagate_gl_surface_events | Rémi Verschelde |
2019-09-20 | Distinguish editor-originating messages in the editor log | Hugo Locurcio |
2019-09-19 | Add new events and accompanying logic to notify when the app is paused and re... | fhuya |
2019-09-04 | Split the Android platform java logic into an Android library module (`lib`) ... | fhuya |
2019-08-29 | Android: Improve dialogs about custom build template | Rémi Verschelde |
2019-08-29 | SCons: Generate android_source.zip during build | Rémi Verschelde |
2019-08-27 | Merge pull request #31709 from akien-mga/android-fix-thirdparty | Rémi Verschelde |
2019-08-27 | Merge pull request #31713 from volzhs/fix-vibrate | Rémi Verschelde |
2019-08-27 | Android: Sync Google billing library with upstream, unmodified | Rémi Verschelde |
2019-08-27 | Suppress MissingPermission warning for Android vibration | volzhs |
2019-08-27 | Android: Reapply custom changes to Google expansion.downloader lib | Rémi Verschelde |
2019-08-27 | Android: Resync Google expansion.downloader library with upstream, unmodified | Rémi Verschelde |
2019-08-27 | Android: Reapply changes to Google licensing lib from #24145 | Rémi Verschelde |
2019-08-27 | Android: Resync Google licensing lib with upstream, unmodified | Rémi Verschelde |
2019-08-27 | Android: Fix another regression with Secure.ANDROID_ID | Rémi Verschelde |
2019-08-27 | Android: Style fixes to manifest and build.gradle | Rémi Verschelde |
2019-08-27 | Android: Bump gradle version to 5.1.1 | Rémi Verschelde |
2019-08-26 | Update the fallback input mapping for the Oculus mobile devices. | fhuya |
2019-08-21 | Merge pull request #31437 from volzhs/vibrate-mobile | Rémi Verschelde |
2019-08-21 | Support vibration for Android and iOS | volzhs |
2019-08-20 | Shut down Godot processes on app exit. | fhuya |
2019-08-14 | Merge pull request #31266 from IAmActuallyCthulhu/pr/remove-redundant-author-... | Rémi Verschelde |
2019-08-12 | Export: Remove temp files from cache after export | Rémi Verschelde |
2019-08-12 | Remove redundant author doc comments | IAmActuallyCthulhu |
2019-08-09 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"... | Robin Hübner |
2019-08-07 | Add feature tag for hmd devices based on DOF | Cameron Reikes |
2019-08-07 | Merge pull request #30468 from SaracenOne/expose_audio_capture | Rémi Verschelde |
2019-07-30 | Android: Remove unusable android_stl=no option | Rémi Verschelde |
2019-07-30 | Android: Drop support for NDK < r15 | Rémi Verschelde |
2019-07-20 | Removed an unused commit | unknown |
2019-07-15 | Exposes capture methods to AudioServer, variable renames for consistency, | Saracen |
2019-07-08 | Merge pull request #30407 from qarmin/small_fixess | Rémi Verschelde |
2019-07-07 | Fixes minor issues found by static analyzer | qarmin |
2019-07-06 | Added release function to PoolVector::Access. | Ibrahn Sahir |
2019-07-03 | SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines | Rémi Verschelde |
2019-07-02 | Make the meta-data name attribute settable. This will facilitate reuse for AR... | fhuya |
2019-07-02 | Merge pull request #29824 from m4gr3d/add_ovr_export | Rémi Verschelde |
2019-07-02 | Add XR mode selection to the Android export process. | fhuya |
2019-07-01 | Merge pull request #29815 from NilsIrl/plus_file_1 | Rémi Verschelde |
2019-06-23 | Replace ` + "/" + ` with `String::file_add()` | Nils ANDRÉ-CHANG |
2019-06-21 | Fix some keyboards not working with Android | lawnjelly |