1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-17 18:35:20 +02:00
Files
luanti/src
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
..
2022-11-30 10:43:12 -05:00
2022-11-30 10:43:12 -05:00
2017-08-17 22:19:39 +02:00
2019-01-16 13:39:13 +01:00
2017-08-30 08:09:41 +02:00
2022-05-09 21:20:58 +02:00
2021-01-22 15:09:26 +00:00
2022-07-14 22:12:54 +01:00
2022-03-05 22:16:17 +01:00
2017-08-17 22:19:39 +02:00
2022-09-30 14:02:14 +02:00
2022-09-30 14:02:14 +02:00
2017-08-17 22:19:39 +02:00
2022-10-09 13:43:48 -04:00
2022-10-13 09:35:19 -04:00
2022-10-09 13:43:48 -04:00
2020-10-19 09:31:09 -07:00
2022-02-26 14:39:41 +01:00
2020-12-23 14:48:08 -08:00
2019-08-13 19:56:55 +02:00
2022-06-16 21:38:32 +02:00
2022-06-16 21:38:32 +02:00
2017-08-17 22:19:39 +02:00