minetest/android
Muhammad Rifqi Priyo Susanto 281f9a9f88
Android: Segmentation fault fix, PendingIntent flag, and other fixes (#12960)
* Android: Segmentation fault fix, PendingIntent flag, and other fixes

- Information about the crosshair is sent after camera initialization.
- Since API 31, PendingIntent requires mutability flag.
- super (class) is called in onRequestPermissionsResult().
- GameActivity suppresses "unused" warning since most of its methods are called from native code.
- Non-null safety is added for nullable function calls.
- Warning/error logging is added for various function calls' return value.

* Move utility functions into Utils.java

- Some nullable functions are changed to be non-null functions.
- Some null checking outside it is removed.
- More annotations are added to functions and parameters.
2022-11-30 10:50:06 -05:00
..
app Android: Segmentation fault fix, PendingIntent flag, and other fixes (#12960) 2022-11-30 10:50:06 -05:00
gradle/wrapper Android: Increase target/compiled SDK version to 32 (#12911) 2022-10-31 14:19:30 +01:00
icons Move build/android directory to root of project (#11283) 2021-06-21 20:51:42 +01:00
native Android: Increase target/compiled SDK version to 32 (#12911) 2022-10-31 14:19:30 +01:00
.gitignore Move build/android directory to root of project (#11283) 2021-06-21 20:51:42 +01:00
build.gradle Android: Increase target/compiled SDK version to 32 (#12911) 2022-10-31 14:19:30 +01:00
gradle.properties Move build/android directory to root of project (#11283) 2021-06-21 20:51:42 +01:00
gradlew Replace uses of which(1) with command -v 2021-10-31 22:32:48 +00:00
gradlew.bat Move build/android directory to root of project (#11283) 2021-06-21 20:51:42 +01:00
keystore-minetest.jks Move build/android directory to root of project (#11283) 2021-06-21 20:51:42 +01:00
settings.gradle Move build/android directory to root of project (#11283) 2021-06-21 20:51:42 +01:00