"acept"
@@ -37,7 +37,7 @@ npm-debug.log*
|
|||||||
/android
|
/android
|
||||||
/package-lock.json
|
/package-lock.json
|
||||||
|
|
||||||
|
|
||||||
src/app/architect/
|
src/app/architect/
|
||||||
src/environments/environment.e2e.ts
|
src/environments/environment.e2e.ts
|
||||||
.env
|
.env
|
||||||
@@ -50,4 +50,7 @@ src/app/store/notification.service.ts
|
|||||||
|
|
||||||
|
|
||||||
src/assets/www/pdfjs/web/compressed.tracemonkey-pldi-09.pdf.pdf
|
src/assets/www/pdfjs/web/compressed.tracemonkey-pldi-09.pdf.pdf
|
||||||
node_modules_
|
node_modules_
|
||||||
|
node_modules__
|
||||||
|
plugins_
|
||||||
|
ios
|
||||||
|
|||||||
@@ -84,8 +84,7 @@
|
|||||||
"serve": {
|
"serve": {
|
||||||
"builder": "@angular-devkit/build-angular:dev-server",
|
"builder": "@angular-devkit/build-angular:dev-server",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "app:build",
|
"browserTarget": "app:build"
|
||||||
"proxyConfig": "src/proxy.conf.json"
|
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
|
|||||||
@@ -17,5 +17,6 @@
|
|||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"allowMixedContent": true
|
"allowMixedContent": true
|
||||||
}
|
},
|
||||||
|
"bundledWebRuntime": false
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<widget id="com.gpr.gabinetedigital" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:mfp="http://www.ibm.com/mobilefirst/cordova-plugin-mfp">
|
<widget id="com.gpr.gabinetedigital" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||||
<name>gabinete digital</name>
|
<name>Gabinete digital</name>
|
||||||
<description>An awesome Ionic/Cordova app.</description>
|
<description>An awesome Ionic/Cordova app.</description>
|
||||||
<author email="hi@ionicframework.com" href="http://ionicframework.com/">Ionic Framework Team</author>
|
<author email="hi@ionicframework.com" href="http://ionicframework.com/">Ionic Framework Team</author>
|
||||||
<content src="index.html" />
|
<content src="index.html" />
|
||||||
@@ -27,12 +27,6 @@
|
|||||||
<resource-file src="resources/android/xml/network_security_config.xml" target="app/src/main/res/xml/network_security_config.xml" />
|
<resource-file src="resources/android/xml/network_security_config.xml" target="app/src/main/res/xml/network_security_config.xml" />
|
||||||
<resource-file src="google-services.json" target="google-services.json" />
|
<resource-file src="google-services.json" target="google-services.json" />
|
||||||
<allow-intent href="market:*" />
|
<allow-intent href="market:*" />
|
||||||
<icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
|
|
||||||
<icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
|
|
||||||
<icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png" />
|
|
||||||
<icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png" />
|
|
||||||
<icon density="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png" />
|
|
||||||
<icon density="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png" />
|
|
||||||
<splash density="land-ldpi" src="resources/android/splash/drawable-land-ldpi-screen.png" />
|
<splash density="land-ldpi" src="resources/android/splash/drawable-land-ldpi-screen.png" />
|
||||||
<splash density="land-mdpi" src="resources/android/splash/drawable-land-mdpi-screen.png" />
|
<splash density="land-mdpi" src="resources/android/splash/drawable-land-mdpi-screen.png" />
|
||||||
<splash density="land-hdpi" src="resources/android/splash/drawable-land-hdpi-screen.png" />
|
<splash density="land-hdpi" src="resources/android/splash/drawable-land-hdpi-screen.png" />
|
||||||
@@ -45,7 +39,14 @@
|
|||||||
<splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png" />
|
<splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png" />
|
||||||
<splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png" />
|
<splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png" />
|
||||||
<splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" />
|
<splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" />
|
||||||
|
<icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
|
||||||
|
<icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
|
||||||
|
<icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png" />
|
||||||
|
<icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png" />
|
||||||
|
<icon density="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png" />
|
||||||
|
<icon density="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png" />
|
||||||
</platform>
|
</platform>
|
||||||
|
<<<<<<< HEAD
|
||||||
<mfp:android>
|
<mfp:android>
|
||||||
<mfp:sdkChecksum>3077110622</mfp:sdkChecksum>
|
<mfp:sdkChecksum>3077110622</mfp:sdkChecksum>
|
||||||
<mfp:appChecksum>3619450036</mfp:appChecksum>
|
<mfp:appChecksum>3619450036</mfp:appChecksum>
|
||||||
@@ -89,6 +90,11 @@
|
|||||||
<mfp:languagePreferences>en</mfp:languagePreferences>
|
<mfp:languagePreferences>en</mfp:languagePreferences>
|
||||||
<mfp:APIproxyURL>/adapters/MobileAPIProxy</mfp:APIproxyURL>
|
<mfp:APIproxyURL>/adapters/MobileAPIProxy</mfp:APIproxyURL>
|
||||||
<mfp:SDKProtocolVersion>2</mfp:SDKProtocolVersion>
|
<mfp:SDKProtocolVersion>2</mfp:SDKProtocolVersion>
|
||||||
|
=======
|
||||||
|
>>>>>>> d9593fa592ca58a1f04e3fcd0aaf596f9a54cd3a
|
||||||
<allow-navigation href="http://localhost:8100" sessionid="9714472a" />
|
<allow-navigation href="http://localhost:8100" sessionid="9714472a" />
|
||||||
<allow-navigation href="http://localhost:8101" sessionid="4721f88c" />
|
<allow-navigation href="http://localhost:8101" sessionid="4721f88c" />
|
||||||
|
<plugin name="cordova-plugin-dbcopy" spec="https://github.com/an-rahulpandey/cordova-plugin-dbcopy.git" />
|
||||||
|
<engine name="browser" />
|
||||||
|
<engine name="android" />
|
||||||
</widget>
|
</widget>
|
||||||
|
|||||||
@@ -0,0 +1,42 @@
|
|||||||
|
if ('serviceWorker' in navigator) {
|
||||||
|
navigator.serviceWorker.register('./firebase-messaging-sw.js')
|
||||||
|
.then(function(registration) {
|
||||||
|
console.log('Registration successful, scope is:', registration.scope);
|
||||||
|
}).catch(function(err) {
|
||||||
|
console.log('Service worker registration failed, error:', err);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
// Scripts for firebase and firebase messaging
|
||||||
|
|
||||||
|
|
||||||
|
/* importScripts('https://www.gstatic.com/firebasejs/8.2.0/firebase-app.js');
|
||||||
|
importScripts('https://www.gstatic.com/firebasejs/8.2.0/firebase-messaging.js');
|
||||||
|
|
||||||
|
// Initialize the Firebase app in the service worker by passing the generated config
|
||||||
|
var firebaseConfig = {
|
||||||
|
apiKey: "AIzaSyAAdHmTFznCMerdT99nrewJgISRvtxPqoY",
|
||||||
|
authDomain: "gabinete-digital-2020.firebaseapp.com",
|
||||||
|
databaseURL: "https://gabinete-digital-2020.firebaseio.com",
|
||||||
|
projectId: "gabinete-digital-2020",
|
||||||
|
storageBucket: "gabinete-digital-2020.appspot.com",
|
||||||
|
messagingSenderId: "800733765231",
|
||||||
|
appId: "1:800733765231:web:28e7792ab150006513779a",
|
||||||
|
measurementId: "G-8QN4BLZ8XK"
|
||||||
|
};
|
||||||
|
|
||||||
|
firebase.initializeApp(firebaseConfig);
|
||||||
|
|
||||||
|
// Retrieve firebase messaging
|
||||||
|
const messaging = firebase.messaging();
|
||||||
|
|
||||||
|
messaging.onBackgroundMessage(function(payload) {
|
||||||
|
console.log('Received background message ', payload);
|
||||||
|
|
||||||
|
const notificationTitle = payload.notification.title;
|
||||||
|
const notificationOptions = {
|
||||||
|
body: payload.notification.body,
|
||||||
|
};
|
||||||
|
|
||||||
|
self.registration.showNotification(notificationTitle,
|
||||||
|
notificationOptions);
|
||||||
|
}); */
|
||||||
@@ -1,17 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "gabinete-digital",
|
"name": "gabinete-digital",
|
||||||
"integrations": {
|
"integrations": {
|
||||||
"cordova": {}
|
"cordova": {},
|
||||||
|
"capacitor": {}
|
||||||
},
|
},
|
||||||
"type": "angular",
|
"type": "angular",
|
||||||
"proxies":[
|
"proxies": []
|
||||||
{
|
|
||||||
"path": "/mfp/api/imfpush/",
|
|
||||||
"proxyUrl": "http://gpr-dev-10.gabinetedigital.local:9080/mfp/api/imfpush/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "/mfp/api",
|
|
||||||
"proxyUrl": "http://gpr-dev-10.gabinetedigital.local:9080/mfp/api"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve --port 4200",
|
"start": "ng serve --port 4200",
|
||||||
"build": "ng build",
|
"build": "node --max_old_space_size=999192 ./node_modules/@angular/cli/bin/ng build",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"e2e": "ng e2e",
|
"e2e": "ng e2e",
|
||||||
"test": "jest --detectOpenHandles --runInBand",
|
"test": "jest --detectOpenHandles --runInBand",
|
||||||
@@ -31,6 +31,16 @@
|
|||||||
"@angular/platform-browser": "~12.1.2",
|
"@angular/platform-browser": "~12.1.2",
|
||||||
"@angular/platform-browser-dynamic": "~12.1.2",
|
"@angular/platform-browser-dynamic": "~12.1.2",
|
||||||
"@angular/router": "~12.1.2",
|
"@angular/router": "~12.1.2",
|
||||||
|
"@capacitor/android": "3.3.1",
|
||||||
|
"@capacitor/app": "^1.0.5",
|
||||||
|
"@capacitor/camera": "^1.2.0",
|
||||||
|
"@capacitor/core": "^3.3.0",
|
||||||
|
"@capacitor/filesystem": "^1.0.6",
|
||||||
|
"@capacitor/haptics": "^1.1.2",
|
||||||
|
"@capacitor/ios": "3.3.0",
|
||||||
|
"@capacitor/keyboard": "^1.1.2",
|
||||||
|
"@capacitor/network": "^1.0.6",
|
||||||
|
"@capacitor/push-notifications": "^1.0.7",
|
||||||
"@fortawesome/angular-fontawesome": "^0.9.0",
|
"@fortawesome/angular-fontawesome": "^0.9.0",
|
||||||
"@fortawesome/fontawesome-free": "^5.15.3",
|
"@fortawesome/fontawesome-free": "^5.15.3",
|
||||||
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
||||||
@@ -42,20 +52,25 @@
|
|||||||
"@fullcalendar/interaction": "^5.3.0",
|
"@fullcalendar/interaction": "^5.3.0",
|
||||||
"@ionic-native/camera": "^5.31.1",
|
"@ionic-native/camera": "^5.31.1",
|
||||||
"@ionic-native/core": "^5.0.7",
|
"@ionic-native/core": "^5.0.7",
|
||||||
|
"@ionic-native/fcm": "^5.36.0",
|
||||||
"@ionic-native/file": "^5.36.0",
|
"@ionic-native/file": "^5.36.0",
|
||||||
"@ionic-native/file-path": "^5.30.0",
|
"@ionic-native/file-path": "^5.30.0",
|
||||||
"@ionic-native/fingerprint-aio": "^4.20.0",
|
"@ionic-native/fingerprint-aio": "^4.20.0",
|
||||||
"@ionic-native/http": "^5.31.1",
|
"@ionic-native/http": "^5.31.1",
|
||||||
|
"@ionic-native/image-picker": "^5.36.0",
|
||||||
"@ionic-native/in-app-browser": "^5.28.0",
|
"@ionic-native/in-app-browser": "^5.28.0",
|
||||||
"@ionic-native/ionic-webview": "^5.35.0",
|
"@ionic-native/ionic-webview": "^5.35.0",
|
||||||
"@ionic-native/local-notifications": "^4.20.0",
|
"@ionic-native/local-notifications": "^4.20.0",
|
||||||
"@ionic-native/media": "^5.36.0",
|
"@ionic-native/media": "^5.36.0",
|
||||||
|
"@ionic-native/media-capture": "^5.36.0",
|
||||||
"@ionic-native/network": "^5.36.0",
|
"@ionic-native/network": "^5.36.0",
|
||||||
|
"@ionic-native/photo-viewer": "^5.36.0",
|
||||||
"@ionic-native/screen-orientation": "^5.35.0",
|
"@ionic-native/screen-orientation": "^5.35.0",
|
||||||
"@ionic-native/splash-screen": "^5.31.1",
|
"@ionic-native/splash-screen": "^5.31.1",
|
||||||
"@ionic-native/sqlite": "^5.36.0",
|
"@ionic-native/sqlite": "^5.36.0",
|
||||||
"@ionic-native/sqlite-porter": "^4.20.0",
|
"@ionic-native/sqlite-porter": "^4.20.0",
|
||||||
"@ionic-native/status-bar": "^5.0.0",
|
"@ionic-native/status-bar": "^5.0.0",
|
||||||
|
"@ionic-native/streaming-media": "^5.36.0",
|
||||||
"@ionic-native/wheel-selector": "^5.31.1",
|
"@ionic-native/wheel-selector": "^5.31.1",
|
||||||
"@ionic/angular": "^5.8.4",
|
"@ionic/angular": "^5.8.4",
|
||||||
"@ionic/core": "^5.8.1",
|
"@ionic/core": "^5.8.1",
|
||||||
@@ -68,11 +83,14 @@
|
|||||||
"@types/jest-environment-puppeteer": "^4.4.1",
|
"@types/jest-environment-puppeteer": "^4.4.1",
|
||||||
"@types/puppeteer": "^5.4.4",
|
"@types/puppeteer": "^5.4.4",
|
||||||
"angular-calendar": "^0.28.22",
|
"angular-calendar": "^0.28.22",
|
||||||
|
"angular-svg-icon": "^12.0.0",
|
||||||
"angular-tag-cloud-module": "^5.2.2",
|
"angular-tag-cloud-module": "^5.2.2",
|
||||||
"bootstrap": "^4.5.0",
|
"bootstrap": "^4.5.0",
|
||||||
"build": "0.1.4",
|
"build": "0.1.4",
|
||||||
|
"capacitor-voice-recorder": "^2.0.0",
|
||||||
"ci": "^2.1.1",
|
"ci": "^2.1.1",
|
||||||
"cordova": "^10.0.0",
|
"cordova": "^10.0.0",
|
||||||
|
"cordova-plugin-dbcopy": "git+https://github.com/an-rahulpandey/cordova-plugin-dbcopy.git",
|
||||||
"cordova-plugin-filepath": "^1.5.8",
|
"cordova-plugin-filepath": "^1.5.8",
|
||||||
"cordova-plugin-okhttp": "^2.0.0",
|
"cordova-plugin-okhttp": "^2.0.0",
|
||||||
"cordova-res": "^0.15.3",
|
"cordova-res": "^0.15.3",
|
||||||
@@ -84,18 +102,17 @@
|
|||||||
"dotenv": "^10.0.0",
|
"dotenv": "^10.0.0",
|
||||||
"duration": "^0.2.2",
|
"duration": "^0.2.2",
|
||||||
"faker": "^5.5.3",
|
"faker": "^5.5.3",
|
||||||
|
"firebase": "^9.3.0",
|
||||||
"global": "^4.4.0",
|
"global": "^4.4.0",
|
||||||
"hammerjs": "^2.0.8",
|
"hammerjs": "^2.0.8",
|
||||||
"http-server": "^0.12.3",
|
"http-server": "^0.12.3",
|
||||||
"ibm-mfp-web-push": "^8.0.2020052213",
|
|
||||||
"ibm-mfp-web-sdk": "^8.0.2021021706",
|
|
||||||
"ionic-angular": "^3.9.10",
|
"ionic-angular": "^3.9.10",
|
||||||
"ionic-selectable": "^4.7.1",
|
"ionic-selectable": "^4.7.1",
|
||||||
"ionic2-alpha-scroll": "^2.0.1",
|
"ionic2-alpha-scroll": "^2.0.1",
|
||||||
"ionic2-calendar": "^0.6.6",
|
"ionic2-calendar": "^0.6.6",
|
||||||
"ionicons": "^5.5.3",
|
"ionicons": "^5.5.3",
|
||||||
"jest-puppeteer": "^5.0.4",
|
"jest-puppeteer": "^5.0.4",
|
||||||
"jetifier": "^1.6.6",
|
"jetifier": "^1.6.8",
|
||||||
"lite-server": "^2.6.1",
|
"lite-server": "^2.6.1",
|
||||||
"moment": "^2.29.1",
|
"moment": "^2.29.1",
|
||||||
"ng2-pdf-viewer": "^7.0.1",
|
"ng2-pdf-viewer": "^7.0.1",
|
||||||
@@ -121,6 +138,7 @@
|
|||||||
"@angular/compiler": "^12.1.2",
|
"@angular/compiler": "^12.1.2",
|
||||||
"@angular/compiler-cli": "^12.1.2",
|
"@angular/compiler-cli": "^12.1.2",
|
||||||
"@angular/language-service": "^12.1.2",
|
"@angular/language-service": "^12.1.2",
|
||||||
|
"@capacitor/cli": "^3.3.0",
|
||||||
"@ionic/angular-toolkit": "^4.0.0",
|
"@ionic/angular-toolkit": "^4.0.0",
|
||||||
"@ionic/lab": "3.1.7",
|
"@ionic/lab": "3.1.7",
|
||||||
"@types/jasmine": "~3.6.0",
|
"@types/jasmine": "~3.6.0",
|
||||||
@@ -128,12 +146,13 @@
|
|||||||
"@types/jest": "^26.0.24",
|
"@types/jest": "^26.0.24",
|
||||||
"@types/node": "^12.11.1",
|
"@types/node": "^12.11.1",
|
||||||
"codelyzer": "^6.0.0",
|
"codelyzer": "^6.0.0",
|
||||||
|
"com-sarriaroman-photoviewer": "^1.2.5",
|
||||||
"cordova-android": "^9.1.0",
|
"cordova-android": "^9.1.0",
|
||||||
|
"cordova-android-support-gradle-release": "^3.0.1",
|
||||||
"cordova-browser": "^6.0.0",
|
"cordova-browser": "^6.0.0",
|
||||||
"cordova-plugin-androidx": "^3.0.0",
|
"cordova-plugin-androidx": "^3.0.0",
|
||||||
"cordova-plugin-androidx-adapter": "^1.1.3",
|
"cordova-plugin-androidx-adapter": "^1.1.3",
|
||||||
"cordova-plugin-compat": "^1.2.0",
|
"cordova-plugin-compat": "^1.2.0",
|
||||||
"cordova-plugin-crosswalk-webview": "git+https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview.git",
|
|
||||||
"cordova-plugin-device": "^2.0.2",
|
"cordova-plugin-device": "^2.0.2",
|
||||||
"cordova-plugin-dialogs": "^2.0.2",
|
"cordova-plugin-dialogs": "^2.0.2",
|
||||||
"cordova-plugin-file": "^6.0.2",
|
"cordova-plugin-file": "^6.0.2",
|
||||||
@@ -143,11 +162,8 @@
|
|||||||
"cordova-plugin-ionic-keyboard": "^2.2.0",
|
"cordova-plugin-ionic-keyboard": "^2.2.0",
|
||||||
"cordova-plugin-ionic-webview": "^5.0.0",
|
"cordova-plugin-ionic-webview": "^5.0.0",
|
||||||
"cordova-plugin-media": "^5.0.3",
|
"cordova-plugin-media": "^5.0.3",
|
||||||
"cordova-plugin-mfp": "^8.0.2021031007",
|
"cordova-plugin-media-capture": "^3.0.3",
|
||||||
"cordova-plugin-mfp-jsonstore": "^8.0.2021062408",
|
|
||||||
"cordova-plugin-mfp-push": "^8.0.2021062405",
|
|
||||||
"cordova-plugin-network-information": "^3.0.0",
|
"cordova-plugin-network-information": "^3.0.0",
|
||||||
"cordova-plugin-screen-orientation": "^3.0.2",
|
|
||||||
"cordova-plugin-splashscreen": "^5.0.2",
|
"cordova-plugin-splashscreen": "^5.0.2",
|
||||||
"cordova-plugin-statusbar": "^2.4.2",
|
"cordova-plugin-statusbar": "^2.4.2",
|
||||||
"cordova-plugin-whitelist": "^1.3.4",
|
"cordova-plugin-whitelist": "^1.3.4",
|
||||||
@@ -178,15 +194,43 @@
|
|||||||
"cordova-plugin-inappbrowser": {},
|
"cordova-plugin-inappbrowser": {},
|
||||||
"cordova-sqlite-storage": {},
|
"cordova-sqlite-storage": {},
|
||||||
"cordova-plugin-compat": {},
|
"cordova-plugin-compat": {},
|
||||||
"cordova-plugin-mfp": {},
|
|
||||||
"cordova-plugin-androidx": {},
|
"cordova-plugin-androidx": {},
|
||||||
"cordova-plugin-androidx-adapter": {},
|
"cordova-plugin-androidx-adapter": {},
|
||||||
"cordova-plugin-fingerprint-aio": {},
|
"cordova-plugin-fingerprint-aio": {},
|
||||||
"cordova-plugin-mfp-push": {},
|
|
||||||
"cordova-plugin-mfp-jsonstore": {},
|
|
||||||
"cordova-plugin-ionic-webview": {},
|
"cordova-plugin-ionic-webview": {},
|
||||||
"cordova-plugin-screen-orientation": {},
|
"cordova-plugin-screen-orientation": {},
|
||||||
"cordova-plugin-network-information": {}
|
"cordova-plugin-network-information": {},
|
||||||
|
"cordova-plugin-file": {},
|
||||||
|
"cordova-plugin-firebasex": {
|
||||||
|
"FIREBASE_ANALYTICS_COLLECTION_ENABLED": "true",
|
||||||
|
"FIREBASE_PERFORMANCE_COLLECTION_ENABLED": "true",
|
||||||
|
"FIREBASE_CRASHLYTICS_COLLECTION_ENABLED": "true",
|
||||||
|
"ANDROID_ICON_ACCENT": "#FF00FFFF",
|
||||||
|
"ANDROID_FIREBASE_PERFORMANCE_MONITORING": "false",
|
||||||
|
"ANDROID_PLAY_SERVICES_TAGMANAGER_VERSION": "17.0.0",
|
||||||
|
"ANDROID_PLAY_SERVICES_AUTH_VERSION": "19.0.0",
|
||||||
|
"ANDROID_FIREBASE_ANALYTICS_VERSION": "19.0.0",
|
||||||
|
"ANDROID_FIREBASE_MESSAGING_VERSION": "22.0.0",
|
||||||
|
"ANDROID_FIREBASE_CONFIG_VERSION": "21.0.0",
|
||||||
|
"ANDROID_FIREBASE_PERF_VERSION": "20.0.2",
|
||||||
|
"ANDROID_FIREBASE_AUTH_VERSION": "21.0.1",
|
||||||
|
"ANDROID_FIREBASE_INAPPMESSAGING_VERSION": "20.0.0",
|
||||||
|
"ANDROID_FIREBASE_FIRESTORE_VERSION": "23.0.2",
|
||||||
|
"ANDROID_FIREBASE_FUNCTIONS_VERSION": "20.0.0",
|
||||||
|
"ANDROID_FIREBASE_IID_VERSION": "21.1.0",
|
||||||
|
"ANDROID_FIREBASE_INSTALLATIONS_VERSION": "17.0.0",
|
||||||
|
"ANDROID_FIREBASE_CRASHLYTICS_VERSION": "18.1.0",
|
||||||
|
"ANDROID_FIREBASE_CRASHLYTICS_NDK_VERSION": "18.1.0",
|
||||||
|
"ANDROID_GSON_VERSION": "2.8.7",
|
||||||
|
"ANDROID_FIREBASE_PERF_GRADLE_PLUGIN_VERSION": "1.4.0"
|
||||||
|
},
|
||||||
|
"cordova-plugin-fcm-with-dependecy-updated": {
|
||||||
|
"ANDROID_FCM_VERSION": "19.0.0",
|
||||||
|
"ANDROID_GRADLE_TOOLS_VERSION": "3.5.3",
|
||||||
|
"ANDROID_GOOGLE_SERVICES_VERSION": "4.3.3",
|
||||||
|
"ANDROID_DEFAULT_NOTIFICATION_ICON": "@mipmap/ic_launcher"
|
||||||
|
},
|
||||||
|
"cordova-plugin-dbcopy": {}
|
||||||
},
|
},
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"browser",
|
"browser",
|
||||||
|
|||||||
@@ -18,12 +18,10 @@ npm install -g cordova
|
|||||||
npm install -g cordova-res
|
npm install -g cordova-res
|
||||||
|
|
||||||
## Mobile first dependencies
|
## Mobile first dependencies
|
||||||
cordova plugin add cordova-plugin-mfp-jsonstore
|
|
||||||
cordova plugin add cordova-plugin-mfp
|
|
||||||
ionic cordova plugin add cordova-plugin-network-information
|
ionic cordova plugin add cordova-plugin-network-information
|
||||||
|
|
||||||
## memory leak
|
## memory leak
|
||||||
set NODE_OPTIONS=--max_old_space_size=10096
|
set NODE_OPTIONS=--max_old_space_size=99996
|
||||||
```
|
```
|
||||||
|
|
||||||
## BUG
|
## BUG
|
||||||
@@ -76,4 +74,4 @@ npm run dev:share
|
|||||||
|
|
||||||
For major changes, please open an issue first to discuss what you would like to change.
|
For major changes, please open an issue first to discuss what you would like to change.
|
||||||
|
|
||||||
Please make sure to update tests as appropriate.
|
Please make sure to update tests as appropriate.
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 585 B |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 752 B |
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 7.3 KiB |
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 196 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 992 B After Width: | Height: | Size: 636 B |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 899 B |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 216 KiB After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 5.5 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 5.9 KiB |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 115 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 127 KiB After Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 6.7 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 8.6 KiB |
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 6.5 KiB |
|
Before Width: | Height: | Size: 756 B After Width: | Height: | Size: 503 B |
|
Before Width: | Height: | Size: 992 B After Width: | Height: | Size: 636 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 739 B |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 9.5 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 934 B |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1005 B |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |