suyu/src/common/android
echosys ab4c093976 Fix Android crash caused by incorrect type in progress dialog callbacks (#58)
Bug discovered via an incomplete fix in Sudachi.

Some Progress Dialog callbacks pass the wrong type (Double instead of Long) from C++ to Java code causing a crash at runtime.
To fix this a new function is implemented to convert to a Java Long and that is used instead of the function that converts to a Double.

Reviewed-on: http://vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion/torzu-emu/torzu/pulls/58
Co-authored-by: echosys <echosys@noreply.localhost>
Co-committed-by: echosys <echosys@noreply.localhost>
2024-10-03 12:08:28 +00:00
..
applets android: Move JNI setup and helpers to common 2024-02-08 13:45:26 -05:00
android_common.cpp Fix Android crash caused by incorrect type in progress dialog callbacks (#58) 2024-10-03 12:08:28 +00:00
android_common.h Fix Android crash caused by incorrect type in progress dialog callbacks (#58) 2024-10-03 12:08:28 +00:00
id_cache.cpp Fix Android crash caused by incorrect type in progress dialog callbacks (#58) 2024-10-03 12:08:28 +00:00
id_cache.h Fix Android crash caused by incorrect type in progress dialog callbacks (#58) 2024-10-03 12:08:28 +00:00