From 0b242bcaca6a6cb1f0ae734f8ea1c1b22a01648b Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 6 Aug 2018 18:29:27 -0700 Subject: Android: notify the UI a dive computer was plugged in And try to guess which one from the device string we get from the Intent. The function is named to indicate its future use (because once the user plugs in such a device, we should show the download page). Signed-off-by: Dirk Hohndel --- core/android.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core') diff --git a/core/android.cpp b/core/android.cpp index 865a0ad7e..f64182b08 100644 --- a/core/android.cpp +++ b/core/android.cpp @@ -175,6 +175,9 @@ Java_org_subsurfacedivelog_mobile_SubsurfaceMobileActivity_setDeviceString(JNIEn const char *deviceString = env->GetStringUTFChars(javaDeviceString, NULL); Q_UNUSED (obj) LOG(deviceString); +#if defined(SUBSURFACE_MOBILE) + QMLManager::instance()->showDownloadPage(deviceString); +#endif env->ReleaseStringUTFChars(javaDeviceString, deviceString); return; } -- cgit v1.2.3-70-g09d2