Timo Schwarzer
|
5053ab684a
|
Remove GodotPayment android plugin
This is now available in a separate repository
at https://github.com/godotengine/godot-google-play-billing
|
2020-06-22 11:11:41 +02:00 |
Marcus Brummer
|
b6c536317b
|
Perform a clean Gradle build if android plugins changed
Fixes #38986
(cherry picked from commit abd66c1bb0 )
|
2020-06-04 11:17:11 +02:00 |
Rémi Verschelde
|
9aeb9ea826
|
Merge pull request #39081 from m4gr3d/fix_emit_signal_3_2
[3.2] Fix parameters passing when emitting signal
|
2020-05-27 12:53:35 +02:00 |
Fredia Huya-Kouadio
|
3c0b26e29c
|
Fix parameters passing when emitting signal
The issue was caused because we were using variables local to the `for` loop block.
Address [feedback](https://github.com/godotengine/godot/pull/39047#issuecomment-634545849) by @pouleyKetchoupp regarding the use of arrays on stack with dynamic size.
|
2020-05-27 03:38:38 -07:00 |
Timo Schwarzer
|
8373c0792a
|
Re-implement GodotPayment Android plugin using the Google Play Billing library
|
2020-05-25 21:09:45 +02:00 |
Fredia Huya-Kouadio
|
a71a338c59
|
Implementation of the Godot Android Plugin configuration file
|
2020-05-16 23:09:45 -07:00 |
fhuya
|
f69760b4be
|
Add signal support to Godot Android plugin:
Supports registering and emitting signal from a Godot Android plugin
|
2020-03-27 01:37:41 -07:00 |
fhuya
|
7135bc3e37
|
Miscellaneous cleanup for the Android codebase:
- update gradle plugins versions
- cleanup java_godot_lib_jni
Note: logic was mostly moved around and no new logic/functionality was added.
|
2020-03-25 09:00:37 -07:00 |
fhuya
|
c3660bb4dc
|
Re-architecture of the Godot Android plugin.
|
2020-03-09 10:30:02 +01:00 |