ddnet/scripts/android/files
Robert Müller d4f47c2a55 Implement client restarting on Android
Restarting the client previously did not work, as the `shell_execute` function on Android uses `fork` which is not supported.

Now, the client is restarted by using an Android intent to restart the main activity. This is triggered by sending a user-defined message from the native code to the SDL main activity thread.
2024-07-16 12:52:19 +02:00
..
java/org/ddnet/client Implement client restarting on Android 2024-07-16 12:52:19 +02:00
res/values Add Android build scripts 2021-08-24 12:18:20 +02:00
AndroidManifest.xml Improve Android storage usage, faster launch, remove permissions 2024-05-25 21:09:42 +02:00
build.gradle Lower minimum SDK to 19, remove unnecessary Gradle dependencies 2024-05-23 22:09:23 +02:00
build.sh Improve Android build script output, improve colors 2024-05-23 22:08:34 +02:00
gradle-wrapper.jar Add Android build scripts 2021-08-24 12:18:20 +02:00
gradle-wrapper.properties Upgrade Gradle and fix Android deprecation errors 2024-05-21 17:38:42 +02:00
gradle.properties Add Android build scripts 2021-08-24 12:18:20 +02:00
proguard-rules.pro Preserve filenames and line numbers in ProGuard for debugging 2024-05-23 22:08:42 +02:00
settings.gradle Add Android build scripts 2021-08-24 12:18:20 +02:00