29/11/2019
Showing
Delivery work pending.xlsx
0 → 100644
File added
<?xml version='1.0' encoding='utf-8'?> | ||
<widget id="io.ionic.starter" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> | ||
<name>MyApp</name> | ||
<description>An awesome Ionic/Cordova app.</description> | ||
<widget id="com.techware.kevin.allorepo" version="0.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> | ||
<name>Allorepo</name> | ||
<description>Mechanic App</description> | ||
<author email="[email protected]" href="http://ionicframework.com/">Ionic Framework Team</author> | ||
<content src="index.html" /> | ||
<access origin="*" /> | ||
... | ... | @@ -18,7 +18,8 @@ |
<preference name="FadeSplashScreenDuration" value="300" /> | ||
<preference name="SplashShowOnlyFirstTime" value="false" /> | ||
<preference name="SplashScreen" value="screen" /> | ||
<preference name="SplashScreenDelay" value="3000" /> | ||
<preference name="SplashScreenDelay" value="1000" /> | ||
<preference name="AndroidPersistentFileLocation" value="Compatibility" /> | ||
<platform name="android"> | ||
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application" xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<application android:networkSecurityConfig="@xml/network_security_config" /> | ||
... | ... |
... | ... | @@ -13,6 +13,7 @@ |
}, | ||
"private": true, | ||
"dependencies": { | ||
"@agm/core": "^1.0.0", | ||
"@angular/animations": "^8.0.3", | ||
"@angular/common": "^7.2.2", | ||
"@angular/core": "^7.2.2", | ||
... | ... | @@ -23,25 +24,37 @@ |
"@angular/router": "^7.2.2", | ||
"@ionic-native/call-number": "^5.15.0", | ||
"@ionic-native/core": "^5.0.0", | ||
"@ionic-native/file-transfer": "^5.15.1", | ||
"@ionic-native/geolocation": "^5.15.0", | ||
"@ionic-native/image-picker": "^5.15.1", | ||
"@ionic-native/native-geocoder": "^5.0.0", | ||
"@ionic-native/splash-screen": "^5.0.0", | ||
"@ionic-native/status-bar": "^5.0.0", | ||
"@ionic-native/toast": "^5.15.0", | ||
"@ionic/angular": "^4.1.0", | ||
"@ngx-translate/core": "^11.0.1", | ||
"@ngx-translate/http-loader": "^4.0.0", | ||
"@types/jquery": "^3.3.31", | ||
"agm-direction": "^0.7.9", | ||
"angular-calendar": "^0.27.14", | ||
"angularfire2": "^5.2.1", | ||
"call-number": "^1.0.1", | ||
"cordova-android": "^8.1.0", | ||
"cordova-plugin-device": "^2.0.2", | ||
"cordova-plugin-file": "^6.0.2", | ||
"cordova-plugin-file-transfer": "^1.7.1", | ||
"cordova-plugin-geolocation": "^4.0.2", | ||
"cordova-plugin-ionic-keyboard": "^2.1.3", | ||
"cordova-plugin-ionic-webview": "^4.1.1", | ||
"cordova-plugin-nativegeocoder": "^3.2.2", | ||
"cordova-plugin-splashscreen": "^5.0.2", | ||
"cordova-plugin-statusbar": "^2.4.2", | ||
"cordova-plugin-telerik-imagepicker": "^2.3.3", | ||
"cordova-plugin-whitelist": "^1.3.3", | ||
"cordova-plugin-x-toast": "^2.7.2", | ||
"core-js": "^2.5.4", | ||
"date-fns": "^1.30.1", | ||
"firebase": "^7.2.2", | ||
"ionic2-calendar": "^0.5.2", | ||
"jquery": "^3.4.1", | ||
"rxjs": "~6.5.1", | ||
... | ... | @@ -88,7 +101,10 @@ |
"cordova-plugin-ionic-keyboard": {}, | ||
"cordova-plugin-geolocation": {}, | ||
"cordova-plugin-x-toast": {}, | ||
"mx.ferreyra.callnumber": {} | ||
"mx.ferreyra.callnumber": {}, | ||
"cordova-plugin-nativegeocoder": {}, | ||
"cordova-plugin-telerik-imagepicker": {}, | ||
"cordova-plugin-file-transfer": {} | ||
}, | ||
"platforms": [ | ||
"android" | ||
... | ... |




















src/Config/model/productbooking.ts
0 → 100644
src/Config/services/chat.service.ts
0 → 100644
src/app/carlistsecond/carlistsecond.page.ts
0 → 100644
src/app/chat/chat.module.ts
0 → 100644
src/app/chat/chat.page.html
0 → 100644
src/app/chat/chat.page.scss
0 → 100644
src/app/chat/chat.page.spec.ts
0 → 100644
src/app/chat/chat.page.ts
0 → 100644
src/app/map/map.module.ts
0 → 100644
src/app/map/map.page.html
0 → 100644
src/app/map/map.page.scss
0 → 100644
src/app/map/map.page.spec.ts
0 → 100644
src/app/map/map.page.ts
0 → 100644
src/assets/i18n/en.json
0 → 100644
src/assets/i18n/fr.json
0 → 100644
src/environments/firebase.ts
0 → 100644