summaryrefslogtreecommitdiffstats
path: root/platform/android
Commit message (Expand)AuthorAgeFilesLines
* iOS modular build and export implementation.bruvzg2019-12-012-8/+0
* Merge pull request #32854 from cooperra/fix-wireless-adb-debuggingRémi Verschelde2019-11-281-3/+18
|\
| * Add connection information and serial number to device descriptionRobbie Cooper2019-10-151-0/+8
| * Detect adb connection type and debug over Wi-Fi if neededRobbie Cooper2019-10-151-3/+10
* | Style: Add missing copyright headersRémi Verschelde2019-11-221-0/+30
* | Revert "Android : implement InputEventMagnifyGesture and InputEventPanGesture"Rémi Verschelde2019-11-111-33/+1
* | Android : implement InputEventMagnifyGesture and InputEventPanGestureJérémy Zurcher2019-11-021-1/+33
* | Improve EditorExportPlatform interface.Fabio Alessandrelli2019-10-231-8/+19
* | Add request permission automatically at androidCagdas2019-10-227-29/+215
* | 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-124-0/+0
|/
* Cleanup fix for the meta-data parsing crashing bug.fhuya2019-10-111-12/+4
* Android: Work around crash in _fix_manifestRémi Verschelde2019-10-111-2/+4
* Adds Pen support for AndroidAlexander Holland2019-10-046-1/+44
* Merge pull request #32514 from akien-mga/android-one-click-dont-uninstallRémi Verschelde2019-10-031-1/+1
|\
| * Android one-click deploy: Don't clear by defaultRémi Verschelde2019-10-031-1/+1
* | Android: Fix manifest parsing and APK names in export codeRémi Verschelde2019-10-032-9/+6
|/
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-252-10/+10
|\
| * Added some obvious errors explanationsqarmin2019-09-252-10/+10
* | 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
* | | | Merge pull request #32055 from qarmin/some_code_fixesRémi Verschelde2019-09-231-3/+3
|\ \ \ \
| * | | | Changed some code found by Clang Tidy and Coverityqarmin2019-09-221-3/+3
| | |/ / | |/| |
* / | | Fix starting intent problemCagdas2019-09-221-1/+1
|/ / /
* | | Merge pull request #32064 from m4gr3d/propagate_gl_surface_eventsRémi Verschelde2019-09-206-15/+83
|\ \ \
| * | | Add new events and accompanying logic to notify when the app is paused and re...fhuya2019-09-196-15/+83
| |/ /
* / / Distinguish editor-originating messages in the editor logHugo Locurcio2019-09-201-4/+4
|/ /
* / Split the Android platform java logic into an Android library module (`lib`) ...fhuya2019-09-04136-187/+378
|/
* Android: Improve dialogs about custom build templateRémi Verschelde2019-08-291-6/+3
* SCons: Generate android_source.zip during buildRémi Verschelde2019-08-291-0/+22
* 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-274-122/+132
|/
* 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-268-48/+195
* Merge pull request #31437 from volzhs/vibrate-mobileRémi Verschelde2019-08-215-0/+33
|\
| * Support vibration for Android and iOSvolzhs2019-08-215-0/+33
* | Shut down Godot processes on app exit.fhuya2019-08-201-0/+4
|/
* Merge pull request #31266 from IAmActuallyCthulhu/pr/remove-redundant-author-...Rémi Verschelde2019-08-141-4/+0
|\