diff --git a/config.xml b/config.xml index 0985fb4..a6a6768 100644 --- a/config.xml +++ b/config.xml @@ -85,14 +85,19 @@ - - - - - - - + + + + + + + + + + + + diff --git a/package.json b/package.json index 2f3393f..91298c5 100644 --- a/package.json +++ b/package.json @@ -21,20 +21,29 @@ "@angular/platform-browser": "5.2.5", "@angular/platform-browser-dynamic": "5.2.5", "@ionic-native/core": "4.5.3", + "@ionic-native/file": "^4.5.3", "@ionic-native/file-chooser": "^4.5.3", + "@ionic-native/file-path": "^4.5.3", + "@ionic-native/file-transfer": "^4.5.3", + "@ionic-native/http": "^4.5.3", "@ionic-native/splash-screen": "4.5.3", "@ionic-native/status-bar": "4.5.3", "@ionic/storage": "2.1.3", - "cordova-android": "^7.0.0", - "cordova-plugin-console": "^1.0.5", + "com-darryncampbell-cordova-plugin-intent": "0.0.19", + "cordova-android": "~6.4.0", + "cordova-plugin-advanced-http": "^1.10.1", + "cordova-plugin-console": "^1.1.0", "cordova-plugin-device": "^2.0.1", + "cordova-plugin-file": "^6.0.1", + "cordova-plugin-file-transfer": "^1.7.1", "cordova-plugin-filechooser": "^1.0.1", + "cordova-plugin-filepath": "^1.2.0", "cordova-plugin-inappbrowser": "^2.0.2", "cordova-plugin-share-content": "^1.0.0", "cordova-plugin-splashscreen": "^5.0.2", - "cordova-plugin-statusbar": "^2.2.2", + "cordova-plugin-statusbar": "^2.4.1", "cordova-plugin-telerik-imagepicker": "^2.1.8", - "cordova-plugin-whitelist": "^1.3.1", + "cordova-plugin-whitelist": "^1.3.3", "ionic-angular": "3.9.2", "ionic-plugin-keyboard": "^2.2.1", "ionicons": "3.0.0", @@ -54,18 +63,23 @@ "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-inappbrowser": {}, "cordova-plugin-share-content": {}, - "cordova-plugin-filechooser": {} + "cordova-plugin-filechooser": {}, + "cordova-plugin-file": {}, + "cordova-plugin-file-transfer": {}, + "com-darryncampbell-cordova-plugin-intent": {}, + "cordova-plugin-inappbrowser": {}, + "cordova-plugin-whitelist": {}, + "cordova-plugin-statusbar": {}, + "cordova-plugin-splashscreen": {}, + "cordova-plugin-device": {}, + "cordova-plugin-console": {}, + "cordova-plugin-filepath": {}, + "cordova-plugin-advanced-http": {} }, "platforms": [ "android" ] } -} +} \ No newline at end of file diff --git a/resources/android/icon/drawable-hdpi-icon.png b/resources/android/icon/drawable-hdpi-icon.png index 18642d6..cf19733 100644 Binary files a/resources/android/icon/drawable-hdpi-icon.png and b/resources/android/icon/drawable-hdpi-icon.png differ diff --git a/resources/android/icon/drawable-ldpi-icon.png b/resources/android/icon/drawable-ldpi-icon.png index afa5173..6bd191c 100644 Binary files a/resources/android/icon/drawable-ldpi-icon.png and b/resources/android/icon/drawable-ldpi-icon.png differ diff --git a/resources/android/icon/drawable-mdpi-icon.png b/resources/android/icon/drawable-mdpi-icon.png index ae05848..65c1a19 100644 Binary files a/resources/android/icon/drawable-mdpi-icon.png and b/resources/android/icon/drawable-mdpi-icon.png differ diff --git a/resources/android/icon/drawable-xhdpi-icon.png b/resources/android/icon/drawable-xhdpi-icon.png index 5dd0cd7..32568d6 100644 Binary files a/resources/android/icon/drawable-xhdpi-icon.png and b/resources/android/icon/drawable-xhdpi-icon.png differ diff --git a/resources/android/icon/drawable-xxhdpi-icon.png b/resources/android/icon/drawable-xxhdpi-icon.png index f24cf36..8e0ba86 100644 Binary files a/resources/android/icon/drawable-xxhdpi-icon.png and b/resources/android/icon/drawable-xxhdpi-icon.png differ diff --git a/resources/android/icon/drawable-xxxhdpi-icon.png b/resources/android/icon/drawable-xxxhdpi-icon.png index ad3c47c..cae0087 100644 Binary files a/resources/android/icon/drawable-xxxhdpi-icon.png and b/resources/android/icon/drawable-xxxhdpi-icon.png differ diff --git a/resources/android/splash/drawable-land-hdpi-screen.png b/resources/android/splash/drawable-land-hdpi-screen.png index acc30d0..2422cbc 100644 Binary files a/resources/android/splash/drawable-land-hdpi-screen.png and b/resources/android/splash/drawable-land-hdpi-screen.png differ diff --git a/resources/android/splash/drawable-land-ldpi-screen.png b/resources/android/splash/drawable-land-ldpi-screen.png index 931042f..aec738f 100644 Binary files a/resources/android/splash/drawable-land-ldpi-screen.png and b/resources/android/splash/drawable-land-ldpi-screen.png differ diff --git a/resources/android/splash/drawable-land-mdpi-screen.png b/resources/android/splash/drawable-land-mdpi-screen.png index f17f8be..e3d66fe 100644 Binary files a/resources/android/splash/drawable-land-mdpi-screen.png and b/resources/android/splash/drawable-land-mdpi-screen.png differ diff --git a/resources/android/splash/drawable-land-xhdpi-screen.png b/resources/android/splash/drawable-land-xhdpi-screen.png index 86f67a2..88381bc 100644 Binary files a/resources/android/splash/drawable-land-xhdpi-screen.png and b/resources/android/splash/drawable-land-xhdpi-screen.png differ diff --git a/resources/android/splash/drawable-land-xxhdpi-screen.png b/resources/android/splash/drawable-land-xxhdpi-screen.png index a909a8f..5c6ff40 100644 Binary files a/resources/android/splash/drawable-land-xxhdpi-screen.png and b/resources/android/splash/drawable-land-xxhdpi-screen.png differ diff --git a/resources/android/splash/drawable-land-xxxhdpi-screen.png b/resources/android/splash/drawable-land-xxxhdpi-screen.png index cd27c83..1827781 100644 Binary files a/resources/android/splash/drawable-land-xxxhdpi-screen.png and b/resources/android/splash/drawable-land-xxxhdpi-screen.png differ diff --git a/resources/android/splash/drawable-port-hdpi-screen.png b/resources/android/splash/drawable-port-hdpi-screen.png index 6b982c4..b18a90f 100644 Binary files a/resources/android/splash/drawable-port-hdpi-screen.png and b/resources/android/splash/drawable-port-hdpi-screen.png differ diff --git a/resources/android/splash/drawable-port-ldpi-screen.png b/resources/android/splash/drawable-port-ldpi-screen.png index a478f7f..b712398 100644 Binary files a/resources/android/splash/drawable-port-ldpi-screen.png and b/resources/android/splash/drawable-port-ldpi-screen.png differ diff --git a/resources/android/splash/drawable-port-mdpi-screen.png b/resources/android/splash/drawable-port-mdpi-screen.png index 0a0da55..b9f9d4e 100644 Binary files a/resources/android/splash/drawable-port-mdpi-screen.png and b/resources/android/splash/drawable-port-mdpi-screen.png differ diff --git a/resources/android/splash/drawable-port-xhdpi-screen.png b/resources/android/splash/drawable-port-xhdpi-screen.png index d6d89de..57703a0 100644 Binary files a/resources/android/splash/drawable-port-xhdpi-screen.png and b/resources/android/splash/drawable-port-xhdpi-screen.png differ diff --git a/resources/android/splash/drawable-port-xxhdpi-screen.png b/resources/android/splash/drawable-port-xxhdpi-screen.png index 2e23659..7c4abc0 100644 Binary files a/resources/android/splash/drawable-port-xxhdpi-screen.png and b/resources/android/splash/drawable-port-xxhdpi-screen.png differ diff --git a/resources/android/splash/drawable-port-xxxhdpi-screen.png b/resources/android/splash/drawable-port-xxxhdpi-screen.png index a5e003b..3b8affb 100644 Binary files a/resources/android/splash/drawable-port-xxxhdpi-screen.png and b/resources/android/splash/drawable-port-xxxhdpi-screen.png differ