diff --git a/Mohem/package.json b/Mohem/package.json index 8258b570..d2289ad5 100644 --- a/Mohem/package.json +++ b/Mohem/package.json @@ -146,8 +146,6 @@ "@types/jasminewd2": "~2.0.3", "@types/node": "~10.12.0", "codelyzer": "~4.5.0", - "com.huawei.cordovahmsgmscheckplugin": "file:CordovaHMSPlugin/CordovaHMSGMSCheckPlugin", - "com.huawei.cordovahmslocationplugin": "file:CordovaHMSPlugin/CordovaHMSLocationPlugin", "jasmine-core": "~2.99.1", "jasmine-spec-reporter": "~4.2.1", "karma": "^4.0.1", @@ -217,8 +215,6 @@ }, "phonegap-nfc": {}, "wifiwizard2": {}, - "com.huawei.cordovahmsgmscheckplugin": {}, - "com.huawei.cordovahmslocationplugin": {}, "cordova-plugin-x-socialsharing": {}, "cordova-plugin-firebasex": { "FIREBASE_ANALYTICS_COLLECTION_ENABLED": "true", diff --git a/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts b/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts index 6386e538..9c159c7e 100644 --- a/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts +++ b/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts @@ -145,7 +145,7 @@ export class AuthenticationService { } else { mobileType = 'android'; } - request.VersionID = 3.7; + request.VersionID = 3.8; request.Channel = 33; request.LanguageID = TranslatorService.getCurrentLanguageCode(); request.MobileType = mobileType; diff --git a/Mohem/src/assets/localization/i18n.json b/Mohem/src/assets/localization/i18n.json index de8301ac..befbee13 100644 --- a/Mohem/src/assets/localization/i18n.json +++ b/Mohem/src/assets/localization/i18n.json @@ -1038,8 +1038,8 @@ "ar": "واي فاي" }, "wifi-connection-failed-text": { - "en": "Failed to validate, please visit the nearest receptions in the branch", - "ar": "فشل التحقق ، يرجى زيارة أقرب مكتب استقبال في الفرع" + "en": "Unexpected WIFI connectivity issue! Please try again OR mark attendance with NFC.", + "ar": "مشكلة اتصال واي فاي غير متوقعة! يرجى المحاولة مرة أخرى أو تسجيل الحضور باستخدام خاصية ال NFC" }, "forget-wifi-connection-text": { "en": "Invalid Wi-Fi configuration exists with 'HMG-MOHEMM', please forget the network from settings.",