index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
android
/
java
/
build.gradle
Age
Commit message (
Expand
)
Author
2022-10-18
Delete Android godot-lib with the old naming scheme
Fredia Huya-Kouadio
2022-10-05
Fix the gradle build configuration for the Android platform following https:/...
Fredia Huya-Kouadio
2022-08-25
Unify bits, arch, and android_arch into env["arch"]
Aaron Franke
2022-06-01
Ensure Android Java and Kotlin compile to the same version
Marcel Admiraal
2022-03-28
Android port of the Godot Editor
Fredy Huya-Kouadio
2022-03-14
Setup logic to publish the Godot Android library to MavenCentral
Fredia Huya-Kouadio
2021-12-21
Fix Android Studio builds.
ne0fhyk
2021-10-23
Fix Gradle builds not excluding excluded tasks
Marcel Admiraal
2021-07-20
Disable resource optimizations for release builds as it breaks the legacy bui...
ne0fhyk
2021-06-24
Update config versions and deprecate the use of the jcenter maven repo.
ne0fhyk
2021-06-07
Update Gradle archiveName and destinationDir properties
Marcel Admiraal
2021-04-28
[Android] fix generateDevTemplate
thebestnom
2021-04-14
Allow to build dev template with symbols
thebestnom
2021-02-24
Add logic to record the version of the Godot engine for the Android platform.
Fredia Huya-Kouadio
2020-11-14
Update the logic to query for the 'scons' command executable path.
Fredia Huya-Kouadio
2020-06-22
Remove GodotPayment android plugin
Timo Schwarzer
2020-05-27
Validate that `Use Custom Build` is enabled when `Plugins` are selected
Fredia Huya-Kouadio
2020-05-17
Implementation of the Godot Android Plugin configuration file
Fredia Huya-Kouadio
2020-03-08
Enable Android studio debugger.
fhuya
2020-03-05
Re-architecture of the Godot Android plugin.
fhuya
2020-03-05
Provides a base implementation of the Vulkan surface view (VkSurfaceView.kt) ...
fhuya
2020-03-04
Miscellaneous cleanup for the Android codebase:
fhuya
2019-09-24
Updates the Godot gradle tasks to enable manual runs of the `scons` command.
fhuya
2019-09-04
Split the Android platform java logic into an Android library module (`lib`) ...
fhuya
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-04-24
Rename wrong field.
Juan Linietsky
2019-04-24
Remove forgotten strings in configuration files
Juan Linietsky
2019-04-07
Android now (optionally) builds the template when exporting
Juan Linietsky