summaryrefslogtreecommitdiffstats
path: root/platform/android/java
Commit message (Expand)AuthorAgeFilesLines
* Add support for Android adaptive icons.Bruno Lourenço2020-01-1422-2/+7
* fixes android double tap regressionAlexander Holland2020-01-132-2/+2
* Fixes Android FileDialogAlexander Holland2020-01-103-0/+121
* Update copyright statements to 2020Rémi Verschelde2020-01-0136-72/+72
* Replace the android.defaultConfig.applicationId in build.gradle with the pack...fhuya2019-12-302-1/+11
* i18n: Sync translations with Weblate + update templateRémi Verschelde2019-12-221-1/+0
* Fix crash on Android with no manifest permissions.Fabio Alessandrelli2019-12-171-3/+5
* Add GodotNetUtils Java class for Android.Fabio Alessandrelli2019-12-143-0/+105
* Style: Add missing copyright headersRémi Verschelde2019-11-221-0/+30
* Add request permission automatically at androidCagdas2019-10-222-29/+165
* Merge pull request #32858 from m4gr3d/expand_singleton_base_apiRémi Verschelde2019-10-221-0/+34
|\
| * Add `View onMainCreateView(Activity activity)` api to the `Godot.SingletonBas...Fredia Huya-Kouadio2019-10-181-0/+34
* | Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio2019-10-123-0/+0
|/
* Adds Pen support for AndroidAlexander Holland2019-10-042-1/+17
* Android: Fix manifest parsing and APK names in export codeRémi Verschelde2019-10-031-5/+2
* Merge pull request #32269 from m4gr3d/improve_build_timeRémi Verschelde2019-09-242-34/+82
|\
| * Updates the Godot gradle tasks to enable manual runs of the `scons` command.fhuya2019-09-242-34/+82
* | Fix copyright headers and style issuesRémi Verschelde2019-09-241-0/+30
* | Merge pull request #32250 from lawnjelly/android-keyboard2Rémi Verschelde2019-09-231-4/+2
|\ \ | |/ |/|
| * Fix Android keyboard crash with left cursorlawnjelly2019-09-231-4/+2
* | Add new events and accompanying logic to notify when the app is paused and re...fhuya2019-09-194-15/+63
|/
* Split the Android platform java logic into an Android library module (`lib`) ...fhuya2019-09-04134-164/+373
* Merge pull request #31709 from akien-mga/android-fix-thirdpartyRémi Verschelde2019-08-2742-5026/+5458
|\
| * Android: Sync Google billing library with upstream, unmodifiedRémi Verschelde2019-08-272-32/+177
| * Android: Reapply custom changes to Google expansion.downloader libRémi Verschelde2019-08-279-48/+417
| * Android: Resync Google expansion.downloader library with upstream, unmodifiedRémi Verschelde2019-08-2717-3259/+3338
| * Android: Reapply changes to Google licensing lib from #24145Rémi Verschelde2019-08-274-33/+61
| * Android: Resync Google licensing lib with upstream, unmodifiedRémi Verschelde2019-08-2721-1700/+1513
| * Android: Fix another regression with Secure.ANDROID_IDRémi Verschelde2019-08-273-17/+15
* | Merge pull request #31713 from volzhs/fix-vibrateRémi Verschelde2019-08-271-1/+9
|\ \
| * | Suppress MissingPermission warning for Android vibrationvolzhs2019-08-271-1/+9
| |/
* / Android: Style fixes to manifest and build.gradleRémi Verschelde2019-08-272-106/+119
|/
* Android: Bump gradle version to 5.1.1Rémi Verschelde2019-08-272-2/+2
* Update the fallback input mapping for the Oculus mobile devices.fhuya2019-08-263-45/+179
* Merge pull request #31437 from volzhs/vibrate-mobileRémi Verschelde2019-08-211-0/+18
|\
| * Support vibration for Android and iOSvolzhs2019-08-211-0/+18
* | Shut down Godot processes on app exit.fhuya2019-08-201-0/+4
|/
* Make the meta-data name attribute settable. This will facilitate reuse for AR...fhuya2019-07-021-2/+2
* Merge pull request #29824 from m4gr3d/add_ovr_exportRémi Verschelde2019-07-027-34/+51
|\
| * Add XR mode selection to the Android export process.fhuya2019-07-027-34/+51
* | Fix some keyboards not working with Androidlawnjelly2019-06-211-2/+10
|/
* Setup Godot to support the Oculus Mobile SDK.fhuya2019-05-3013-652/+1270
* Android: Include Joysticks/Gamepads which are available on app start.wombatstampede2019-05-282-26/+49
* Git: Explicitly list binary files as such to avoid EOL changeRémi Verschelde2019-05-251-84/+84
* Fix typos with codespellRémi Verschelde2019-05-191-1/+1
* Change "ID" to lowercase "id"Aaron Franke2019-05-091-2/+2
* Rename wrong field.Juan Linietsky2019-04-241-2/+2
* Remove forgotten strings in configuration filesJuan Linietsky2019-04-242-9/+0
* Android now (optionally) builds the template when exportingJuan Linietsky2019-04-072-0/+177
* Merge pull request #28164 from BastiaanOlij/AndroidCameraPermissionRémi Verschelde2019-04-191-0/+7
|\