Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .sourcemaps/main.js.map

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
<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>
<engine name="android" spec="^6.2.3" />
<engine name="ios" spec="^4.4.0" />
<plugin name="cordova-background-geolocation" spec="git+https://github.com/transistorsoft/cordova-background-geolocation.git">
<variable name="LICENSE" value="4bbb513c013111eae951647fd4f9e79f127fce6f7a00e9d327db9ea2a053a0df" />
Expand All @@ -94,5 +93,9 @@
<plugin name="cordova-plugin-statusbar" spec="^2.2.2" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.1" />
<plugin name="ionic-plugin-keyboard" spec="^2.2.1" />
<plugin name="phonegap-plugin-push" spec="^2.0.0" />
<plugin name="phonegap-plugin-push" spec="^2.0.0">
<variable name="SENDER_ID" value="699558123249" />
</plugin>
<plugin name="cordova-plugin-fcm" spec="^2.1.2" />
<engine name="android" spec="~6.3.0" />
</widget>
162 changes: 83 additions & 79 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,82 +1,86 @@
{
"name": "movemeant-app",
"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"
"name": "movemeant-app",
"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": {
"@agm/core": "^1.0.0-beta.1",
"@angular/common": "4.1.3",
"@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/core": "3.12.1",
"@ionic-native/in-app-browser": "^4.2.1",
"@ionic-native/keyboard": "^4.2.1",
"@ionic-native/push": "^4.4.2",
"@ionic-native/splash-screen": "3.12.1",
"@ionic-native/status-bar": "3.12.1",
"@ionic/cloud-angular": "^0.12.0",
"@ionic/storage": "2.0.1",
"chart.js": "^2.6.0",
"cordova-background-geolocation": "git+https://github.com/transistorsoft/cordova-background-geolocation-lt.git",
"cordova-ios": "^4.4.0",
"cordova-plugin-background-fetch": "^5.0.0",
"cordova-plugin-cocoalumberjack": "0.0.4",
"cordova-plugin-console": "^1.0.5",
"cordova-plugin-device": "^1.1.4",
"cordova-plugin-fcm": "^2.1.2",
"cordova-plugin-inappbrowser": "^1.7.1",
"cordova-plugin-splashscreen": "^4.0.3",
"cordova-plugin-statusbar": "^2.2.2",
"cordova-plugin-whitelist": "^1.3.1",
"ionic-angular": "3.6.0",
"ionic-plugin-keyboard": "^2.2.1",
"ionicons": "3.0.0",
"ng2-charts": "^1.6.0",
"phonegap-plugin-push": "^2.0.0",
"rxjs": "5.4.0",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.12",
"cordova-android": "~6.3.0"
},
"devDependencies": {
"@ionic/app-scripts": "2.1.4",
"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-background-geolocation": {
"LICENSE": "4bbb513c013111eae951647fd4f9e79f127fce6f7a00e9d327db9ea2a053a0df",
"BACKGROUND_MODE_LOCATION": "<string>location</string>",
"LOCATION_ALWAYS_AND_WHEN_IN_USE_USAGE_DESCRIPTION": "Always use is required for constant background location-tracking",
"LOCATION_ALWAYS_USAGE_DESCRIPTION": "Background location-tracking is required",
"LOCATION_WHEN_IN_USE_USAGE_DESCRIPTION": "Background location-tracking is required",
"MOTION_USAGE_DESCRIPTION": "Using the accelerometer increases battery-efficiency by intelligently toggling location-tracking only when the device is detected to be moving"
},
"cordova-plugin-inappbrowser": {},
"phonegap-plugin-push": {
"SENDER_ID": "699558123249"
},
"cordova-plugin-fcm": {}
},
"dependencies": {
"@agm/core": "^1.0.0-beta.1",
"@angular/common": "4.1.3",
"@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/core": "3.12.1",
"@ionic-native/in-app-browser": "^4.2.1",
"@ionic-native/keyboard": "^4.2.1",
"@ionic-native/push": "^4.2.1",
"@ionic-native/splash-screen": "3.12.1",
"@ionic-native/status-bar": "3.12.1",
"@ionic/cloud-angular": "^0.12.0",
"@ionic/storage": "2.0.1",
"chart.js": "^2.6.0",
"cordova-android": "^6.2.3",
"cordova-background-geolocation": "git+https://github.com/transistorsoft/cordova-background-geolocation.git",
"cordova-ios": "^4.4.0",
"cordova-plugin-background-fetch": "^5.0.0",
"cordova-plugin-cocoalumberjack": "0.0.4",
"cordova-plugin-console": "^1.0.5",
"cordova-plugin-device": "^1.1.4",
"cordova-plugin-inappbrowser": "^1.7.1",
"cordova-plugin-splashscreen": "^4.0.3",
"cordova-plugin-statusbar": "^2.2.2",
"cordova-plugin-whitelist": "^1.3.1",
"ionic-angular": "3.6.0",
"ionic-plugin-keyboard": "^2.2.1",
"ionicons": "3.0.0",
"ng2-charts": "^1.6.0",
"phonegap-plugin-push": "^2.0.0",
"rxjs": "5.4.0",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.12"
},
"devDependencies": {
"@ionic/app-scripts": "2.1.4",
"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-background-geolocation": {
"LICENSE": "4bbb513c013111eae951647fd4f9e79f127fce6f7a00e9d327db9ea2a053a0df",
"BACKGROUND_MODE_LOCATION": "<string>location</string>",
"LOCATION_ALWAYS_AND_WHEN_IN_USE_USAGE_DESCRIPTION": "Always use is required for constant background location-tracking",
"LOCATION_ALWAYS_USAGE_DESCRIPTION": "Background location-tracking is required",
"LOCATION_WHEN_IN_USE_USAGE_DESCRIPTION": "Background location-tracking is required",
"MOTION_USAGE_DESCRIPTION": "Using the accelerometer increases battery-efficiency by intelligently toggling location-tracking only when the device is detected to be moving"
},
"cordova-plugin-inappbrowser": {},
"phonegap-plugin-push": {}
},
"platforms": [
"android",
"ios"
]
}
"platforms": [
"ios",
"android"
]
}
}
91 changes: 47 additions & 44 deletions plugins/android.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,50 @@
{
"prepare_queue": {
"installed": [],
"uninstalled": []
},
"config_munge": {
"files": {}
},
"installed_plugins": {
"cordova-background-geolocation": {
"LICENSE": "4bbb513c013111eae951647fd4f9e79f127fce6f7a00e9d327db9ea2a053a0df",
"PACKAGE_NAME": "edu.foundry.movemeant"
},
"cordova-plugin-console": {
"PACKAGE_NAME": "edu.foundry.movemeant"
},
"cordova-plugin-device": {
"PACKAGE_NAME": "edu.foundry.movemeant"
},
"cordova-plugin-inappbrowser": {
"PACKAGE_NAME": "edu.foundry.movemeant"
},
"cordova-plugin-splashscreen": {
"PACKAGE_NAME": "edu.foundry.movemeant"
},
"cordova-plugin-statusbar": {
"PACKAGE_NAME": "edu.foundry.movemeant"
},
"cordova-plugin-whitelist": {
"PACKAGE_NAME": "edu.foundry.movemeant"
},
"ionic-plugin-keyboard": {
"PACKAGE_NAME": "edu.foundry.movemeant"
},
"phonegap-plugin-push": {
"PACKAGE_NAME": "edu.foundry.movemeant"
}
},
"dependent_plugins": {
"cordova-plugin-background-fetch": {
"PACKAGE_NAME": "edu.foundry.movemeant"
},
"cordova-plugin-cocoalumberjack": {
"PACKAGE_NAME": "edu.foundry.movemeant"
}
"prepare_queue": {
"installed": [],
"uninstalled": []
},
"config_munge": {
"files": {}
},
"installed_plugins": {
"cordova-background-geolocation": {
"LICENSE": "4bbb513c013111eae951647fd4f9e79f127fce6f7a00e9d327db9ea2a053a0df",
"PACKAGE_NAME": "edu.foundry.movemeant"
},
"cordova-plugin-console": {
"PACKAGE_NAME": "edu.foundry.movemeant"
},
"cordova-plugin-device": {
"PACKAGE_NAME": "edu.foundry.movemeant"
},
"cordova-plugin-fcm": {
"PACKAGE_NAME": "edu.foundry.movemeant"
},
"cordova-plugin-inappbrowser": {
"PACKAGE_NAME": "edu.foundry.movemeant"
},
"cordova-plugin-splashscreen": {
"PACKAGE_NAME": "edu.foundry.movemeant"
},
"cordova-plugin-statusbar": {
"PACKAGE_NAME": "edu.foundry.movemeant"
},
"cordova-plugin-whitelist": {
"PACKAGE_NAME": "edu.foundry.movemeant"
},
"ionic-plugin-keyboard": {
"PACKAGE_NAME": "edu.foundry.movemeant"
},
"phonegap-plugin-push": {
"PACKAGE_NAME": "edu.foundry.movemeant"
}
},
"dependent_plugins": {
"cordova-plugin-background-fetch": {
"PACKAGE_NAME": "edu.foundry.movemeant"
},
"cordova-plugin-cocoalumberjack": {
"PACKAGE_NAME": "edu.foundry.movemeant"
}
}
}
Loading