Redot-Engine / redot-engine

Redot Engine – Multi-platform 2D and 3D game engine
https://redotengine.org/
MIT License
4.78k stars 214 forks source link

[4.3] Rebrand android editor to allow play store signing #849

Closed trashguy closed 1 week ago

trashguy commented 1 week ago

Rebrand of the android object naming to allow upload to the Google play store and signing. This will allow users to load the app on their Android devices.

We are waiting on Google to approve our account, so lets keep this open until I can verify the builds on the Play store.

Spartan322 commented 1 week ago

platform/android/java_godot_lib_jni.h and platform/android/plugin/godot_plugin_jni.h need their function names changed to reflect the package.

Spartan322 commented 1 week ago

platform/android/java_godot_wrapper.cpp and platform/android/jni_utils.cpp need to change from look for something in org/godotengine/godot/ to org/redotengine/godot/ and "()Lorg/godotengine/godot/GodotRenderView;" needs to be changed to "()Lorg/redotengine/godot/GodotRenderView;" in platform/android/java_godot_wrapper.cpp

trashguy commented 1 week ago

Patched your changes @Spartan322 and updated the editor name

Spartan322 commented 1 week ago

This needs to be squashed, you can add my name to the commit by adding Co-authored-by: Spartan322 <Megacake1234@gmail.com> at the end of the commit.