initial commit
Showing
.editorconfig
0 → 100644
.gitignore
0 → 100644
config.xml
0 → 100644
<?xml version='1.0' encoding='utf-8'?> | ||
<widget id="io.techware.scon" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> | ||
<name>Scon</name> | ||
<description>An app to find a Ride</description> | ||
<author email="hi@ionicframework" href="http://ionicframework.com/">Techware Team</author> | ||
<content src="index.html" /> | ||
<content original-src="index.html" /> | ||
<access origin="*" /> | ||
<allow-navigation href="http://ionic.local/*" /> | ||
<allow-intent href="http://*/*" /> | ||
<allow-intent href="https://*/*" /> | ||
<allow-intent href="tel:*" /> | ||
<allow-intent href="sms:*" /> | ||
<allow-intent href="mailto:*" /> | ||
<allow-intent href="geo:*" /> | ||
<preference name="webviewbounce" value="false" /> | ||
<preference name="UIWebViewBounce" value="false" /> | ||
<preference name="DisallowOverscroll" value="true" /> | ||
<preference name="android-minSdkVersion" value="16" /> | ||
<preference name="BackupWebStorage" value="none" /> | ||
<preference name="SplashMaintainAspectRatio" value="true" /> | ||
<preference name="FadeSplashScreenDuration" value="300" /> | ||
<preference name="SplashShowOnlyFirstTime" value="false" /> | ||
<preference name="SplashScreen" value="screen" /> | ||
<preference name="SplashScreenDelay" value="10000" /> | ||
<platform name="android"> | ||
<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-mdpi" src="resources/android/splash/drawable-land-mdpi-screen.png" /> | ||
<splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.png" /> | ||
<splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.png" /> | ||
<splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.png" /> | ||
<splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png" /> | ||
<splash density="land-hdpi" src="resources/android/splash/drawable-land-hdpi-screen.png" /> | ||
<splash density="land-xhdpi" src="resources/android/splash/drawable-land-xhdpi-screen.png" /> | ||
<splash density="land-xxhdpi" src="resources/android/splash/drawable-land-xxhdpi-screen.png" /> | ||
<splash density="land-xxxhdpi" src="resources/android/splash/drawable-land-xxxhdpi-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" /> | ||
</platform> | ||
<platform name="ios"> | ||
<allow-intent href="itms:*" /> | ||
<allow-intent href="itms-apps:*" /> | ||
<icon height="57" src="resources/ios/icon/icon.png" width="57" /> | ||
<icon height="114" src="resources/ios/icon/[email protected]" width="114" /> | ||
<icon height="40" src="resources/ios/icon/icon-40.png" width="40" /> | ||
<icon height="80" src="resources/ios/icon/[email protected]" width="80" /> | ||
<icon height="120" src="resources/ios/icon/[email protected]" width="120" /> | ||
<icon height="50" src="resources/ios/icon/icon-50.png" width="50" /> | ||
<icon height="100" src="resources/ios/icon/[email protected]" width="100" /> | ||
<icon height="60" src="resources/ios/icon/icon-60.png" width="60" /> | ||
<icon height="120" src="resources/ios/icon/[email protected]" width="120" /> | ||
<icon height="180" src="resources/ios/icon/[email protected]" width="180" /> | ||
<icon height="72" src="resources/ios/icon/icon-72.png" width="72" /> | ||
<icon height="144" src="resources/ios/icon/[email protected]" width="144" /> | ||
<icon height="76" src="resources/ios/icon/icon-76.png" width="76" /> | ||
<icon height="152" src="resources/ios/icon/[email protected]" width="152" /> | ||
<icon height="167" src="resources/ios/icon/[email protected]" width="167" /> | ||
<icon height="29" src="resources/ios/icon/icon-small.png" width="29" /> | ||
<icon height="58" src="resources/ios/icon/[email protected]" width="58" /> | ||
<icon height="87" src="resources/ios/icon/[email protected]" width="87" /> | ||
<splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" /> | ||
<splash height="1334" src="resources/ios/splash/Default-667h.png" width="750" /> | ||
<splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242" /> | ||
<splash height="1242" src="resources/ios/splash/Default-Landscape-736h.png" width="2208" /> | ||
<splash height="1536" src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048" /> | ||
<splash height="2048" src="resources/ios/splash/Default-Landscape@~ipadpro.png" width="2732" /> | ||
<splash height="768" src="resources/ios/splash/Default-Landscape~ipad.png" width="1024" /> | ||
<splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" /> | ||
<splash height="2732" src="resources/ios/splash/Default-Portrait@~ipadpro.png" width="2048" /> | ||
<splash height="1024" src="resources/ios/splash/Default-Portrait~ipad.png" width="768" /> | ||
<splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" /> | ||
<splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" /> | ||
</platform> | ||
<plugin name="com.synconset.imagepicker" spec="^2.1.10"> | ||
<variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="your usage message" /> | ||
</plugin> | ||
<plugin name="cordova-plugin-camera" spec="^2.4.1" /> | ||
<plugin name="cordova-plugin-compat" spec="^1.2.0" /> | ||
<plugin name="cordova-plugin-console" spec="^1.0.5" /> | ||
<plugin name="cordova-plugin-datepicker" spec="^0.9.3" /> | ||
<plugin name="cordova-plugin-device" spec="^1.1.4" /> | ||
<plugin name="cordova-plugin-facebook4" spec="^1.10.1"> | ||
<variable name="APP_ID" value="249314885750928" /> | ||
<variable name="APP_NAME" value="TUKKIBI" /> | ||
</plugin> | ||
<plugin name="cordova-plugin-file-transfer" spec="^1.6.3" /> | ||
<plugin name="cordova-plugin-geolocation" spec="^2.4.3" /> | ||
<plugin name="cordova-plugin-googleplus" spec="^5.3.1"> | ||
<variable name="REVERSED_CLIENT_ID" value="com.googleusercontent.apps.635125619451-43oc32m17egeiokmg1idqk0qd5jurv15" /> | ||
</plugin> | ||
<plugin name="cordova-plugin-network-information" spec="^1.3.3" /> | ||
<plugin name="cordova-plugin-request-location-accuracy" spec="^2.2.2" /> | ||
<plugin name="cordova-plugin-splashscreen" spec="^4.0.3" /> | ||
<plugin name="cordova-plugin-statusbar" spec="^2.2.2" /> | ||
<plugin name="cordova-plugin-whitelist" spec="^1.3.1" /> | ||
<plugin name="cordova-plugin-x-socialsharing" spec="^5.4.1" /> | ||
<plugin name="ionic-plugin-keyboard" spec="^2.2.1" /> | ||
<plugin name="mx.ferreyra.callnumber" spec="~0.0.2" /> | ||
<plugin name="onesignal-cordova-plugin" spec="^2.2.2" /> | ||
<plugin name="cordova-plugin-x-toast" spec="~2.7.2" /> | ||
<engine name="android" spec="~7.1.4" /> | ||
</widget> |
ionic.config.json
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | ||
"name": "testing", | ||
"version": "0.0.1", | ||
"author": "Ionic Framework", | ||
"homepage": "http://ionicframework.com/", | ||
"private": true, | ||
"scripts": { | ||
"clean": "ionic-app-scripts clean", | ||
"build": "ionic-app-scripts build", | ||
"lint": "ionic-app-scripts lint", | ||
"ionic:build": "ionic-app-scripts build", | ||
"ionic:serve": "ionic-app-scripts serve" | ||
}, | ||
"dependencies": { | ||
"@angular/common": "^4.4.7", | ||
"@angular/compiler": "4.1.3", | ||
"@angular/compiler-cli": "4.1.3", | ||
"@angular/core": "4.1.3", | ||
"@angular/forms": "4.1.3", | ||
"@angular/http": "4.1.3", | ||
"@angular/platform-browser": "4.1.3", | ||
"@angular/platform-browser-dynamic": "4.1.3", | ||
"@ionic-native/call-number": "^4.3.2", | ||
"@ionic-native/camera": "^4.1.0", | ||
"@ionic-native/core": "3.12.1", | ||
"@ionic-native/date-picker": "^4.16.0", | ||
"@ionic-native/facebook": "^4.16.0", | ||
"@ionic-native/file-transfer": "^4.1.0", | ||
"@ionic-native/geolocation": "^4.2.1", | ||
"@ionic-native/google-plus": "^4.16.0", | ||
"@ionic-native/image-picker": "^4.1.0", | ||
"@ionic-native/in-app-browser": "^4.2.1", | ||
"@ionic-native/location-accuracy": "^4.7.0", | ||
"@ionic-native/network": "^4.7.0", | ||
"@ionic-native/onesignal": "^4.3.2", | ||
"@ionic-native/social-sharing": "^4.16.0", | ||
"@ionic-native/splash-screen": "3.12.1", | ||
"@ionic-native/status-bar": "3.12.1", | ||
"@ionic-native/toast": "^4.20.0", | ||
"@ionic/storage": "2.0.1", | ||
"@ngx-cache/core": "^6.0.0", | ||
"@ngx-translate/core": "^11.0.1", | ||
"@ngx-translate/http-loader": "^0.1.0", | ||
"@ngx-universal/translate-loader": "^5.0.0", | ||
"add": "2.0.6", | ||
"angularfire2": "^4.0.0-rc.2", | ||
"call-number": "^1.0.1", | ||
"com.synconset.imagepicker": "^2.1.10", | ||
"cordova-plugin-camera": "^2.4.1", | ||
"cordova-plugin-compat": "^1.2.0", | ||
"cordova-plugin-console": "^1.0.5", | ||
"cordova-plugin-datepicker": "^0.9.3", | ||
"cordova-plugin-device": "^1.1.4", | ||
"cordova-plugin-facebook4": "^1.10.1", | ||
"cordova-plugin-file": "^4.0.0", | ||
"cordova-plugin-file-transfer": "^1.6.3", | ||
"cordova-plugin-geolocation": "^2.4.3", | ||
"cordova-plugin-googleplus": "^5.3.1", | ||
"cordova-plugin-image-picker": "^1.1.3", | ||
"cordova-plugin-network-information": "^1.3.3", | ||
"cordova-plugin-request-location-accuracy": "^2.2.2", | ||
"cordova-plugin-splashscreen": "^4.0.3", | ||
"cordova-plugin-statusbar": "^2.2.2", | ||
"cordova-plugin-telerik-imagepicker": "^2.1.8", | ||
"cordova-plugin-whitelist": "^1.3.1", | ||
"cordova-plugin-x-socialsharing": "^5.4.1", | ||
"es6-promise-plugin": "^4.2.2", | ||
"firebase": "^4.4.0", | ||
"ionic-angular": "3.4.2", | ||
"ionic-plugin-keyboard": "^2.2.1", | ||
"ionicons": "3.0.0", | ||
"jquery": "^3.2.1", | ||
"mx.ferreyra.callnumber": "~0.0.2", | ||
"onesignal-cordova-plugin": "^2.2.2", | ||
"promise-polyfill": "8.0.0", | ||
"rxjs": "^5.5.2", | ||
"sw-toolbox": "3.6.0", | ||
"zone.js": "0.8.12", | ||
"cordova-android": "~7.1.4" | ||
}, | ||
"devDependencies": { | ||
"@ionic/app-scripts": "1.3.8", | ||
"@ionic/cli-plugin-ionic-angular": "1.3.1", | ||
"typescript": "2.3.4" | ||
}, | ||
"description": "An Ionic project", | ||
"cordova": { | ||
"plugins": { | ||
"cordova-plugin-console": {}, | ||
"cordova-plugin-device": {}, | ||
"cordova-plugin-splashscreen": {}, | ||
"cordova-plugin-statusbar": {}, | ||
"cordova-plugin-whitelist": {}, | ||
"ionic-plugin-keyboard": {}, | ||
"cordova-plugin-camera": {}, | ||
"com.synconset.imagepicker": { | ||
"PHOTO_LIBRARY_USAGE_DESCRIPTION": "your usage message" | ||
}, | ||
"cordova-plugin-file-transfer": {}, | ||
"mx.ferreyra.callnumber": {}, | ||
"cordova-plugin-geolocation": {}, | ||
"onesignal-cordova-plugin": {}, | ||
"cordova-plugin-network-information": {}, | ||
"cordova-plugin-request-location-accuracy": {}, | ||
"cordova-plugin-compat": {}, | ||
"cordova-plugin-googleplus": { | ||
"REVERSED_CLIENT_ID": "com.googleusercontent.apps.635125619451-43oc32m17egeiokmg1idqk0qd5jurv15" | ||
}, | ||
"cordova-plugin-facebook4": { | ||
"APP_ID": "249314885750928", | ||
"APP_NAME": "TUKKIBI" | ||
}, | ||
"cordova-plugin-x-socialsharing": {}, | ||
"cordova-plugin-datepicker": {}, | ||
"cordova-plugin-x-toast": {} | ||
}, | ||
"platforms": [ | ||
"android" | ||
] | ||
} | ||
} | ||
\ No newline at end of file |
publicprofile/publicprofile.html
0 → 100644
publicprofile/publicprofile.module.ts
0 → 100644
publicprofile/publicprofile.scss
0 → 100644
publicprofile/publicprofile.ts
0 → 100644
5.02 KB
2.31 KB
3.19 KB
6.74 KB
10.4 KB
14.5 KB
43.4 KB
15.8 KB
24 KB
80.4 KB
113 KB
152 KB
35.7 KB
13.7 KB
20.7 KB
59.8 KB
84.2 KB
110 KB
resources/icon.png
0 → 100644
182 KB
resources/icon.png.md5
0 → 100644
resources/splash.png
0 → 100644
404 KB
resources/splash.png.md5
0 → 100644
src/app/app.component.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/app.html
0 → 100644
src/app/app.module.ts
0 → 100644
src/app/app.scss
0 → 100644
src/app/main.ts
0 → 100644
src/app/truebusapp.component.ts
0 → 100644
src/assets/css/custom.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/css/font-awesome.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/css/joyride.scss
0 → 100644
src/assets/css/truebus.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/i18n/ar.json
0 → 100644
src/assets/i18n/en.json
0 → 100644
src/assets/i18n/es.json
0 → 100644
src/assets/icon/logo.png
0 → 100644
110 KB
src/assets/icon/splash.png
0 → 100644
734 KB
src/assets/img/bikeicon.png
0 → 100644
7.33 KB
src/assets/img/book_push.sql
0 → 100644
src/assets/img/chat-icon.png
0 → 100644
1.55 KB
src/assets/img/code.png
0 → 100644
3.76 KB
src/assets/img/cross.png
0 → 100644
1.24 KB
src/assets/img/e_img14.png
0 → 100644
213 KB
src/assets/img/e_pre1.png
0 → 100644
4.39 KB
src/assets/img/e_pre2.png
0 → 100644
4.6 KB
src/assets/img/e_pre3.png
0 → 100644
4.21 KB
src/assets/img/e_pre4.png
0 → 100644
4.63 KB
src/assets/img/earn.png
0 → 100644
3.42 KB
src/assets/img/facebook.png
0 → 100644
9.26 KB
src/assets/img/facebook1.png
0 → 100644
3.26 KB
src/assets/img/google.png
0 → 100644
15 KB
src/assets/img/jr_add.png
0 → 100644
3.42 KB
src/assets/img/jr_add_photo_bg.png
0 → 100644
55.2 KB
src/assets/img/jr_alert.png
0 → 100644
3.62 KB
src/assets/img/jr_arrival.png
0 → 100644
2.9 KB
src/assets/img/jr_arrow.png
0 → 100644
2.89 KB
src/assets/img/jr_arrow1.png
0 → 100644
2.89 KB
src/assets/img/jr_arw_down.png
0 → 100644
3.07 KB
src/assets/img/jr_arw_up.png
0 → 100644
3.05 KB
src/assets/img/jr_ask.png
0 → 100644
42.7 KB
src/assets/img/jr_attch_loc.png
0 → 100644
3.86 KB
src/assets/img/jr_attch_smile.png
0 → 100644
3.51 KB
src/assets/img/jr_avatar.png
0 → 100644
3.79 KB
src/assets/img/jr_avatar23.png
0 → 100644
3.79 KB
src/assets/img/jr_back_arrow_icon.png
0 → 100644
2.96 KB
src/assets/img/jr_back_circle.png
0 → 100644
3.24 KB
src/assets/img/jr_blue_circle.png
0 → 100644
3.37 KB
src/assets/img/jr_bulb.png
0 → 100644
4.48 KB
src/assets/img/jr_call.png
0 → 100644
3.7 KB
src/assets/img/jr_cam.png
0 → 100644
3.51 KB
src/assets/img/jr_car_img.png
0 → 100644
540 KB
src/assets/img/jr_chat_left.png
0 → 100644
3.11 KB
src/assets/img/jr_chat_right.png
0 → 100644
3.09 KB
src/assets/img/jr_chooseid.png
0 → 100644
6.55 KB
src/assets/img/jr_circle_call.png
0 → 100644
4.95 KB
src/assets/img/jr_circle_msg.png
0 → 100644
3.78 KB
src/assets/img/jr_clock.png
0 → 100644
4.07 KB
src/assets/img/jr_close.png
0 → 100644
2.85 KB
src/assets/img/jr_comment.png
0 → 100644
3.26 KB
src/assets/img/jr_confidentional.png
0 → 100644
4.57 KB
src/assets/img/jr_confirm.png
0 → 100644
3.68 KB
src/assets/img/jr_departure.png
0 → 100644
2.9 KB
src/assets/img/jr_detail.png
0 → 100644
3.12 KB
src/assets/img/jr_detour.png
0 → 100644
3.82 KB
src/assets/img/jr_div_half1.png
0 → 100644
251 KB
src/assets/img/jr_div_half2.png
0 → 100644
384 KB
src/assets/img/jr_down_arrow.png
0 → 100644
3.22 KB
src/assets/img/jr_dwn_arw.png
0 → 100644
3.06 KB
src/assets/img/jr_edit.png
0 → 100644
3.93 KB
src/assets/img/jr_edit1.png
0 → 100644
4.05 KB
src/assets/img/jr_exit.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_filter_close.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_filter_icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_filter_okay.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_find_img.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_flex.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_forward.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_history.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_home_active.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_img.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_landing_bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_loader.gif
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_loader1.gif
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_loc.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_loc1.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_loca.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_loca1.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_login_bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_logo1.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_logo2.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_logo21.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_logo_4.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_luggage.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_mail.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_map_bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_more.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_mycar.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_no_not.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_nomsg.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_noride_bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_not_close.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_offer_img.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_orange_circle.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_phone.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_phone_verify.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_pr.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_price.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_profile.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_profile_banner.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_public_bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_ratting.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_response.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_right_arw.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_seat.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_seat1.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_send_arw.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_side0.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_side1.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_side2.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_side3.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_side4.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_sidemenu_bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_sidemenu_icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_star.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_sub.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_success.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_summary.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_summary_msg.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_tick.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_time.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_upload.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_verified.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_verified1.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jr_verified_prof.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/mail.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/markdriver.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/marker.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/price.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/sms.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/vutaride_ icon_ png.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/whatsapp.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/language/ar.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/language/en.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/panidupload/panidupload.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/panidupload/panidupload.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/panidupload/panidupload.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/json-typings.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/language/ar.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/language/en.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/manifest.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/models/mymodel.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/addcar/addcar.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/addcar/addcar.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/addcar/addcar.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/addcar/addcar.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/addcarphoto/addcarphoto.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/addcarphoto/addcarphoto.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/addcarphoto/addcarphoto.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/addcarphoto/addcarphoto.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/addcomment/addcomment.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/addcomment/addcomment.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/addcomment/addcomment.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/addcomment/addcomment.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/addnumber/addnumber.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/addnumber/addnumber.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/addnumber/addnumber.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/addnumber/addnumber.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/addtime/addtime.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/addtime/addtime.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/addtime/addtime.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/addtime/addtime.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/alert/alert.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/alert/alert.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/alert/alert.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/alert/alert.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/ask/ask.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/ask/ask.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/ask/ask.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/ask/ask.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/bookpopup/bookpopup.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/bookpopup/bookpopup.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/bookpopup/bookpopup.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/bookpopup/bookpopup.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/changepassword/changepassword.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/changepassword/changepassword.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/changepassword/changepassword.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/chat/chat.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/chat/chat.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/chat/chat.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/chat/chat.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/contact/contact.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/contact/contact.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/contact/contact.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/contact/contact.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/cotravellers/cotravellers.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/cotravellers/cotravellers.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/cotravellers/cotravellers.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/datetimepicker/datetimepicker.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/datetimepicker/datetimepicker.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/datetimepicker/datetimepicker.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/drop/drop.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/drop/drop.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/drop/drop.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/drop/drop.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/dropex/dropex.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/dropex/dropex.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/dropex/dropex.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/dropex/dropex.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/editbio/editbio.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/editbio/editbio.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/editbio/editbio.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/editbio/editbio.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/editcar/editcar.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/editcar/editcar.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/editcar/editcar.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/editcar/editcar.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/editid/editid.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/editid/editid.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/editid/editid.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/editid/editid.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/editphoto/editphoto.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/editphoto/editphoto.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/editphoto/editphoto.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/editphoto/editphoto.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/editpreference/editpreference.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/editpreference/editpreference.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/editpreference/editpreference.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/editprofile/editprofile.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/editprofile/editprofile.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/editprofile/editprofile.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/editprofile/editprofile.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/error/error.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/error/error.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/error/error.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/error/error.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/filter/filter.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/filter/filter.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/filter/filter.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/filter/filter.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/findride/findride.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/findride/findride.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/findride/findride.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/findride/findride.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/forgotpassword/forgotpassword.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/forgotpassword/forgotpassword.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/forgotpassword/forgotpassword.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/help/help.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/help/help.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/help/help.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/help/help.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/home/home.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/home/home.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/home/home.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/home/home.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/idedit/idedit.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/idedit/idedit.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/idedit/idedit.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/idedit/idedit.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/idupload/idupload.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/idupload/idupload.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/idupload/idupload.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/idupload/idupload.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/landing/landing.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/landing/landing.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/landing/landing.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/landing/landing.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/license/license.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/license/license.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/license/license.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/license/license.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/location/location.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/location/location.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/location/location.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/location/location.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/login/login.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/login/login.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/login/login.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/login/login.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/loginpop/loginpop.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/loginpop/loginpop.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/loginpop/loginpop.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/loginpop/loginpop.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/manage/manage.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/manage/manage.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/manage/manage.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/manage/manage.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/message/message.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/message/message.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/message/message.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/message/message.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/myreviews/myreviews.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/myreviews/myreviews.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/myreviews/myreviews.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/myreviews/myreviews.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/notification/notification.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/notification/notification.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/notification/notification.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/offeredit/offeredit.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/offeredit/offeredit.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/offeredit/offeredit.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/offeredit/offeredit.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/offerride/offerride.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/offerride/offerride.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/offerride/offerride.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/offerride/offerride.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/offerridedetail/offerridedetail.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/panedit/panedit.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/panedit/panedit.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/panedit/panedit.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/panedit/panedit.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/panidupload/panidupload.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/panidupload/panidupload.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/panidupload/panidupload.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/panidupload/panidupload.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/passportedit/passportedit.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/passportedit/passportedit.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/passportedit/passportedit.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/pay/pay.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/pay/pay.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/pay/pay.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/pay/pay.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/payment/payment.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/payment/payment.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/payment/payment.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/payment/payment.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/pickex/pickex.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/pickex/pickex.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/pickex/pickex.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/pickex/pickex.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/pickup/pickup.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/pickup/pickup.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/pickup/pickup.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/pickup/pickup.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/popover/popover.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/popover/popover.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/popover/popover.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/popover/popover.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/popovermore/popovermore.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/popovermore/popovermore.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/popovermore/popovermore.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/popovermore/popovermore.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/privacy/privacy.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/privacy/privacy.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/privacy/privacy.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/privacy/privacy.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/profile/profile.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/profile/profile.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/profile/profile.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/profile/profile.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/publicprofile/publicprofile.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/publicprofile/publicprofile.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/publicprofile/publicprofile.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/ratting/ratting.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/ratting/ratting.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/ratting/ratting.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/ratting/ratting.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/rattingmodal/rattingmodal.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/rattingmodal/rattingmodal.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/rattingmodal/rattingmodal.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/reportride/reportride.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/reportride/reportride.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/reportride/reportride.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/reportride/reportride.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/request/request.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/request/request.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/request/request.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/request/request.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/ridepush/ridepush.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/ridepush/ridepush.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/ridepush/ridepush.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/ridepush/ridepush.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/rider/rider.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/rider/rider.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/rider/rider.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/rider/rider.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/route.zip
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/route/route.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/route/route.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/route/route.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/route/route.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/searchmain/searchmain.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/searchmain/searchmain.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/searchmain/searchmain.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/searchmain/searchmain.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/searchresult/searchresult.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/searchresult/searchresult.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/searchresult/searchresult.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/secureseat/secureseat.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/secureseat/secureseat.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/secureseat/secureseat.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/secureseat/secureseat.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/settings/settings.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/settings/settings.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/settings/settings.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/settings/settings.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/share/share.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/share/share.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/share/share.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/share/share.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/signup/signup.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/signup/signup.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/signup/signup.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/signup/signup.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/sms/sms.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/sms/sms.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/sms/sms.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/sms/sms.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/startdrive/startdrive.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/startdrive/startdrive.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/startdrive/startdrive.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/startdrive/startdrive.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/startdrive1/startdrive.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/startdrive1/startdrive.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/startdrive1/startdrive.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/startdrive1/startdrive.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/subscription/subscription.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/subscription/subscription.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/subscription/subscription.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/success/success.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/success/success.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/success/success.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/success/success.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/summary/summary.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/summary/summary.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/summary/summary.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/summary/summary.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/tabs/tabs.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/tabs/tabs.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/tabs/tabs.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/terms/terms.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/terms/terms.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/terms/terms.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/terms/terms.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/testpage/testpage.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/testpage/testpage.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/testpage/testpage.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/testpage/testpage.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/thanks/thanks.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/thanks/thanks.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/thanks/thanks.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/thanks/thanks.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/usertrack/usertrack.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/usertrack/usertrack.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/usertrack/usertrack.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/usertrack/usertrack.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/verification/verification.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/verification/verification.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/verification/verification.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/yourride/yourride.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/yourride/yourride.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/yourride/yourride.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/yourride/yourride.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/providers/firebase.service.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/providers/myservice.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/providers/services/common.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/providers/services/myservice.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/providers/services/services.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/splash.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/service-worker.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/variables.scss
0 → 100644
This diff is collapsed.
Click to expand it.
tsconfig.json
0 → 100644
This diff is collapsed.
Click to expand it.
tslint.json
0 → 100644
This diff is collapsed.
Click to expand it.
www/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
www/Country_List.json
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/css/custom.scss
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/css/font-awesome.css
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/css/joyride.scss
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/css/truebus.scss
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/fonts/ionicons.woff
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/fonts/ionicons.woff2
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/i18n/ar.json
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/i18n/en.json
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/i18n/es.json
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/icon/logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/icon/splash.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
www/assets/img/bikeicon.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/book_push.sql
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/chat-icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/code.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/cross.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/e_img14.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/e_pre1.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/e_pre2.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/e_pre3.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/e_pre4.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/earn.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/facebook.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/facebook1.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/google.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_add.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_add_photo_bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_alert.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_arrival.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_arrow.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_arrow1.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_arw_down.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_arw_up.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_ask.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_attch_loc.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_attch_smile.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_avatar.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_avatar23.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_back_arrow_icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_back_circle.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_blue_circle.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_bulb.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_call.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_cam.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_car_img.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_chat_left.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_chat_right.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_chooseid.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_circle_call.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_circle_msg.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_clock.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_close.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_comment.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_confidentional.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_confirm.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_departure.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_detail.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_detour.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_div_half1.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_div_half2.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_down_arrow.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_dwn_arw.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_edit.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_edit1.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_exit.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_filter_close.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_filter_icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_filter_okay.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_find_img.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_flex.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_forward.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_history.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_home_active.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_img.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_landing_bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_loader.gif
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_loader1.gif
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_loc.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_loc1.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_loca.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_loca1.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_login_bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_logo1.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_logo2.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_logo21.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_logo3.png.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_logo_4.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_luggage.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_mail.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_map_bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_more.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_mycar.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_no_not.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_nomsg.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_noride_bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_not_close.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_offer_img.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_orange_circle.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_phone.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_phone_verify.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_pr.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_price.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_profile.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_profile_banner.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_public_bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_ratting.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_response.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_right_arw.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_seat.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_seat1.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_send_arw.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_side0.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_side1.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_side2.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_side3.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_side4.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_sidemenu_bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_sidemenu_icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_star.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_sub.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_success.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_summary.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_summary_msg.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_tick.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_time.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_upload.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_verified.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_verified1.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/jr_verified_prof.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/mail.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/markdriver.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/marker.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/price.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/profile-pictures74.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/sms.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/vutaride_ icon_ png.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/wampserver3.1.0_x64.exe
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/img/whatsapp.png
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/language/ar.json
0 → 100644
This diff is collapsed.
Click to expand it.
www/assets/language/en.json
0 → 100644
This diff is collapsed.
Click to expand it.
www/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
www/manifest.json
0 → 100644
This diff is collapsed.
Click to expand it.
www/service-worker.js
0 → 100644
This diff is collapsed.
Click to expand it.