Approvement of reconnection.

This commit is contained in:
Mal
2021-03-07 13:57:41 +01:00
parent a348f28831
commit bed3c705cb
17 changed files with 252 additions and 57 deletions

View File

@@ -20,6 +20,7 @@
"@angular/platform-browser-dynamic": "~11.2.0",
"@angular/router": "~11.2.0",
"@capacitor/core": "^2.4.6",
"@ionic-native/app-minimize": "^5.31.1",
"@ionic-native/background-mode": "^5.31.1",
"@ionic-native/core": "^5.31.1",
"@ionic-native/foreground-service": "^5.31.1",
@@ -41,6 +42,8 @@
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"cordova-android": "^9.0.0",
"cordova-plugin-app-exit": "0.0.2",
"cordova-plugin-appminimize": "^1.0.1",
"cordova-plugin-background-mode": "^0.7.3",
"cordova-plugin-badge": "^0.8.8",
"cordova-plugin-device": "^2.0.3",
@@ -77,7 +80,9 @@
},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-background-mode": {},
"cordova-plugin-foreground-service": {}
"cordova-plugin-foreground-service": {},
"cordova-plugin-app-exit": {},
"cordova-plugin-appminimize": {}
},
"platforms": [
"android"