summaryrefslogtreecommitdiff
path: root/platform/android
AgeCommit message (Expand)Author
2020-01-13fixes android double tap regressionAlexander Holland
2020-01-10Add support for generating a Oculus Mobile VR apk with hand tracking support.fhuya
2020-01-10Fixes Android FileDialogAlexander Holland
2020-01-09Fix Android exporter manifest creation.Bruno Lourenço
2020-01-07Export: Improve usability of command line interfaceRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-30Replace the android.defaultConfig.applicationId in build.gradle with the pack...fhuya
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-22i18n: Sync translations with Weblate + update templateRémi Verschelde
2019-12-17Fix crash on Android with no manifest permissions.Fabio Alessandrelli
2019-12-14Add Android NetSocket implementation.Fabio Alessandrelli
2019-12-14Add GodotNetUtils Java class for Android.Fabio Alessandrelli
2019-12-01iOS modular build and export implementation.bruvzg
2019-11-28Merge pull request #32854 from cooperra/fix-wireless-adb-debuggingRémi Verschelde
2019-11-22Style: Add missing copyright headersRémi Verschelde
2019-11-11Revert "Android : implement InputEventMagnifyGesture and InputEventPanGesture"Rémi Verschelde
2019-11-02Android : implement InputEventMagnifyGesture and InputEventPanGestureJérémy Zurcher
2019-10-23Improve EditorExportPlatform interface.Fabio Alessandrelli
2019-10-22Add request permission automatically at androidCagdas
2019-10-22Merge pull request #32858 from m4gr3d/expand_singleton_base_apiRémi Verschelde
2019-10-18Add `View onMainCreateView(Activity activity)` api to the `Godot.SingletonBas...Fredia Huya-Kouadio
2019-10-15Add connection information and serial number to device descriptionRobbie Cooper
2019-10-15Detect adb connection type and debug over Wi-Fi if neededRobbie Cooper
2019-10-12Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio
2019-10-11Cleanup fix for the meta-data parsing crashing bug.fhuya
2019-10-11Android: Work around crash in _fix_manifestRémi Verschelde
2019-10-04Adds Pen support for AndroidAlexander Holland
2019-10-03Merge pull request #32514 from akien-mga/android-one-click-dont-uninstallRémi Verschelde
2019-10-03Android: Fix manifest parsing and APK names in export codeRémi Verschelde
2019-10-03Android one-click deploy: Don't clear by defaultRémi Verschelde
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-24Merge pull request #32269 from m4gr3d/improve_build_timeRémi Verschelde
2019-09-24Updates the Godot gradle tasks to enable manual runs of the `scons` command.fhuya
2019-09-24Fix copyright headers and style issuesRémi Verschelde
2019-09-23Merge pull request #32250 from lawnjelly/android-keyboard2Rémi Verschelde
2019-09-23Fix Android keyboard crash with left cursorlawnjelly
2019-09-23Merge pull request #32055 from qarmin/some_code_fixesRémi Verschelde
2019-09-22Changed some code found by Clang Tidy and Coverityqarmin
2019-09-22Fix starting intent problemCagdas
2019-09-20Merge pull request #32064 from m4gr3d/propagate_gl_surface_eventsRémi Verschelde
2019-09-20Distinguish editor-originating messages in the editor logHugo Locurcio
2019-09-19Add new events and accompanying logic to notify when the app is paused and re...fhuya
2019-09-04Split the Android platform java logic into an Android library module (`lib`) ...fhuya
2019-08-29Android: Improve dialogs about custom build templateRémi Verschelde
2019-08-29SCons: Generate android_source.zip during buildRémi Verschelde
2019-08-27Merge pull request #31709 from akien-mga/android-fix-thirdpartyRémi Verschelde
2019-08-27Merge pull request #31713 from volzhs/fix-vibrateRémi Verschelde
2019-08-27Android: Sync Google billing library with upstream, unmodifiedRémi Verschelde
2019-08-27Suppress MissingPermission warning for Android vibrationvolzhs