summaryrefslogtreecommitdiff
path: root/platform/android/java
AgeCommit message (Expand)Author
2020-03-08Enable Android studio debugger.fhuya
2020-03-06Trim the whitespace around the plugins names.fhuya
2020-03-05Re-architecture of the Godot Android plugin.fhuya
2020-03-05Provides a base implementation of the Vulkan surface view (VkSurfaceView.kt) ...fhuya
2020-03-04Miscellaneous cleanup for the Android codebase:fhuya
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-13Remove obsolete GLES3 backendRémi Verschelde
2020-01-31Fixed LineEdit virtual keyboard inputs on AndroidPouleyKetchoupp
2020-01-27Address crash caused by missing dependency.fhuya
2020-01-27Address crash caused by missing dependency.fhuya
2020-01-23Android virtual keyboard respecting LineEdit max length.Bruno Lourenço
2020-01-14Add support for Android adaptive icons.Bruno Lourenço
2020-01-13fixes android double tap regressionAlexander Holland
2020-01-10Fixes Android FileDialogAlexander Holland
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-22i18n: Sync translations with Weblate + update templateRémi Verschelde
2019-12-17Fix crash on Android with no manifest permissions.Fabio Alessandrelli
2019-12-14Add GodotNetUtils Java class for Android.Fabio Alessandrelli
2019-11-22Style: Add missing copyright headersRémi Verschelde
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-12Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio
2019-10-04Adds Pen support for AndroidAlexander Holland
2019-10-03Android: Fix manifest parsing and APK names in export codeRémi Verschelde
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-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-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
2019-08-27Android: Reapply custom changes to Google expansion.downloader libRémi Verschelde
2019-08-27Android: Resync Google expansion.downloader library with upstream, unmodifiedRémi Verschelde
2019-08-27Android: Reapply changes to Google licensing lib from #24145Rémi Verschelde
2019-08-27Android: Resync Google licensing lib with upstream, unmodifiedRémi Verschelde
2019-08-27Android: Fix another regression with Secure.ANDROID_IDRémi Verschelde
2019-08-27Android: Style fixes to manifest and build.gradleRémi Verschelde
2019-08-27Android: Bump gradle version to 5.1.1Rémi Verschelde
2019-08-26Update the fallback input mapping for the Oculus mobile devices.fhuya
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-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