PD Officer Mobile App

This commit is contained in:
venbaSriram 2018-12-01 12:36:12 +05:30
parent 8dcc794485
commit a2d8b364d8
1679 changed files with 113986 additions and 71299 deletions

View File

@ -1,6 +1,6 @@
<?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>pdTriggerapp</name>
<name>SineEdge PD</name>
<description>An awesome Ionic/Cordova app.</description>
<author email="hi@ionicframework" href="http://ionicframework.com/">Ionic Framework Team</author>
<content src="index.html" />
@ -19,6 +19,7 @@
<preference name="SplashShowOnlyFirstTime" value="false" />
<preference name="SplashScreen" value="screen" />
<preference name="SplashScreenDelay" value="3000" />
<preference name="ShowSplashScreenSpinner" value="false" />
<platform name="android">
<allow-intent href="market:*" />
<icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
@ -83,10 +84,14 @@
<plugin name="cordova-plugin-ionic-webview" spec="^2.0.0" />
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" />
<plugin name="cordova-plugin-fingerprint-aio" spec="~1.4.1" />
<plugin name="cordova-plugin-camera" spec="~4.0.3" />
<plugin name="cordova-plugin-geolocation" spec="2.4.3">
<variable name="GEOLOCATION_USAGE_DESCRIPTION" value="To locate you" />
</plugin>
<plugin name="cordova-plugin-datepicker" spec="0.9.3" />
<plugin name="uk.co.workingedge.phonegap.plugin.launchnavigator" spec="~4.2.2">
<variable name="OKHTTP_VERSION" value="3.+" />
</plugin>
<plugin name="cordova-plugin-camera" spec="~4.0.3" />
<engine name="android" spec="7.1.1" />
<engine name="browser" spec="5.0.4" />
<engine name="android" spec="6.2.3" />
</widget>

View File

@ -1,5 +1,5 @@
{
"name": "pdTriggerapp",
"name": "SineEdge PD",
"integrations": {
"cordova": {}
},

1800
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
{
"name": "Ionic3AngularMaterial",
"name": "SineEdge PD",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "http://ionicframework.com/",
@ -25,14 +25,29 @@
"@angular/platform-browser-dynamic": "5.0.3",
"@ionic-native/camera": "^4.16.0",
"@ionic-native/core": "4.4.0",
"@ionic-native/date-picker": "^4.17.0",
"@ionic-native/fingerprint-aio": "^4.16.0",
"@ionic-native/launch-navigator": "^4.16.0",
"@ionic-native/geolocation": "^4.16.0",
"@ionic-native/launch-navigator": "^4.17.0",
"@ionic-native/splash-screen": "4.4.0",
"@ionic-native/status-bar": "4.4.0",
"@ionic-native/status-bar": "^4.16.0",
"@ionic/storage": "2.1.3",
"@types/chart.js": "^2.7.40",
"amazon-cognito-identity-js": "^3.0.3",
"chart.js": "^2.7.3",
"cordova-android": "6.2.3",
"cordova-browser": "5.0.4",
"cordova-plugin-camera": "~4.0.3",
"cordova-plugin-compat": "1.2.0",
"cordova-plugin-datepicker": "0.9.3",
"cordova-plugin-device": "2.0.2",
"cordova-plugin-fingerprint-aio": "~1.4.1",
"cordova-plugin-geolocation": "2.4.3",
"cordova-plugin-ionic-keyboard": "^2.0.5",
"cordova-plugin-ionic-webview": "^2.0.0",
"cordova-plugin-splashscreen": "5.0.2",
"cordova-plugin-statusbar": "2.4.2",
"cordova-plugin-whitelist": "1.3.3",
"hammerjs": "^2.0.8",
"ionic-angular": "3.9.2",
"ionic-img-viewer": "^2.9.0",
@ -40,9 +55,8 @@
"rxjs": "^6.3.1",
"rxjs-compat": "^6.3.1",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.18",
"cordova-android": "7.1.1",
"cordova-browser": "5.0.4"
"uk.co.workingedge.phonegap.plugin.launchnavigator": "~4.2.2",
"zone.js": "0.8.18"
},
"devDependencies": {
"@ionic/app-scripts": "3.1.5",
@ -58,11 +72,21 @@
"uk.co.workingedge.phonegap.plugin.launchnavigator": {
"OKHTTP_VERSION": "3.+"
},
"cordova-plugin-camera": {}
"cordova-plugin-camera": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-geolocation": {
"GEOLOCATION_USAGE_DESCRIPTION": "To locate you"
},
"cordova-plugin-datepicker": {}
},
"platforms": [
"android",
"browser"
"browser",
"android"
]
}
}

View File

@ -1,2 +1,2 @@
#Thu Oct 18 17:06:20 IST 2018
gradle.version=4.1
#Sat Oct 27 12:55:25 IST 2018
gradle.version=4.6

View File

@ -9,12 +9,10 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<provider android:authorities="${applicationId}.provider" android:exported="false" android:grantUriPermissions="true" android:name="org.apache.cordova.camera.FileProvider">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/camera_provider_paths" />
</provider>
</application>
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="27" />
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="25" />
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-feature android:name="android.hardware.location.gps" />
</manifest>

View File

@ -19,5 +19,5 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.apache.cordova" android:versionName="1.0" android:versionCode="1">
<uses-sdk android:minSdkVersion="19" />
<uses-sdk android:minSdkVersion="14" />
</manifest>

View File

@ -24,14 +24,12 @@ ext {
buildscript {
repositories {
mavenCentral()
jcenter()
maven {
url "https://maven.google.com"
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
}
@ -42,7 +40,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
group = 'org.apache.cordova'
version = '7.1.1'
version = '6.2.3'
android {
compileSdkVersion cdvCompileSdkVersion
@ -50,8 +48,8 @@ android {
publishNonDefault true
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_1_6
targetCompatibility JavaVersion.VERSION_1_6
}
sourceSets {
@ -129,9 +127,9 @@ bintray {
licenses = ['Apache-2.0']
labels = ['android', 'cordova', 'phonegap']
version {
name = '7.1.1'
name = '6.2.3'
released = new Date()
vcsTag = '7.1.1'
vcsTag = '6.2.3'
}
}
}

View File

@ -1,10 +0,0 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package org.apache.cordova;
public final class R {
}

File diff suppressed because it is too large Load Diff

View File

@ -22,6 +22,6 @@
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk android:minSdkVersion="19" />
<uses-sdk android:minSdkVersion="14" />
</manifest>

Some files were not shown because too many files have changed in this diff Show More