diff --git a/config.xml b/config.xml index da67011..6468bf8 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Helena Express @@ -23,6 +23,11 @@ + + + + + @@ -33,14 +38,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + Camera is used to scan receipts and redelivery notice slips + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/license-credits.md b/license-credits.md index a7fb842..e532edf 100644 --- a/license-credits.md +++ b/license-credits.md @@ -3306,7 +3306,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI ----- -The following software may be included in this product: cordova-plugin-device, cordova-plugin-statusbar, cordova-plugin-whitelist. A copy of the source code may be downloaded from https://github.com/apache/cordova-plugin-device (cordova-plugin-device), https://github.com/apache/cordova-plugin-statusbar (cordova-plugin-statusbar), https://github.com/apache/cordova-plugin-whitelist (cordova-plugin-whitelist). This software contains the following license and notice below: +The following software may be included in this product: cordova-plugin-device, cordova-plugin-splashscreen, cordova-plugin-statusbar, cordova-plugin-whitelist. A copy of the source code may be downloaded from https://github.com/apache/cordova-plugin-device (cordova-plugin-device), https://github.com/apache/cordova-plugin-splashscreen.git (cordova-plugin-splashscreen), https://github.com/apache/cordova-plugin-statusbar (cordova-plugin-statusbar), https://github.com/apache/cordova-plugin-whitelist (cordova-plugin-whitelist). This software contains the following license and notice below: Apache License Version 2.0, January 2004 diff --git a/package-lock.json b/package-lock.json index 0409a46..49fba26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -633,6 +633,12 @@ "integrity": "sha512-olg/BzYRk0NGbKQ5f7rf21RYQEyJI19CCZn6RpVMO9/kbRRFqae/6ixjDNy81dXSu2TQ42brjBddGe1Qpn5ViA==", "dev": true }, + "cordova-plugin-splashscreen": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cordova-plugin-splashscreen/-/cordova-plugin-splashscreen-6.0.0.tgz", + "integrity": "sha512-pm4ZtJKQY4bCGXVeIInbGrXilryTevYSKgfvoQJpW9UClOWKAxSsYf2/4G2u1vcn492svOSL42OSa2MhujBWEQ==", + "dev": true + }, "cordova-plugin-statusbar": { "version": "2.4.3", "resolved": "https://registry.npmjs.org/cordova-plugin-statusbar/-/cordova-plugin-statusbar-2.4.3.tgz", diff --git a/package.json b/package.json index 35c4d5f..82bd853 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,8 @@ "PHOTOLIBRARY_USAGE_DESCRIPTION": "This app needs read/write-access photo library access" }, "cordova-plugin-androidx": {}, - "cordova-plugin-androidx-adapter": {} + "cordova-plugin-androidx-adapter": {}, + "cordova-plugin-splashscreen": {} }, "platforms": [ "browser", @@ -56,6 +57,7 @@ "cordova-plugin-androidx": "^3.0.0", "cordova-plugin-androidx-adapter": "^1.1.3", "cordova-plugin-document-scanner": "^5.0.0-beta.0", - "cordova-plugin-nativestorage": "^2.3.2" + "cordova-plugin-nativestorage": "^2.3.2", + "cordova-plugin-splashscreen": "^6.0.0" } } \ No newline at end of file diff --git a/res/android/splash-dark/splash-land-hdpi.png b/res/android/splash-dark/splash-land-hdpi.png new file mode 100644 index 0000000..6a8ef51 Binary files /dev/null and b/res/android/splash-dark/splash-land-hdpi.png differ diff --git a/res/android/splash-dark/splash-land-ldpi.png b/res/android/splash-dark/splash-land-ldpi.png new file mode 100644 index 0000000..dae1385 Binary files /dev/null and b/res/android/splash-dark/splash-land-ldpi.png differ diff --git a/res/android/splash-dark/splash-land-mdpi.png b/res/android/splash-dark/splash-land-mdpi.png new file mode 100644 index 0000000..fea7723 Binary files /dev/null and b/res/android/splash-dark/splash-land-mdpi.png differ diff --git a/res/android/splash-dark/splash-land-xhdpi.png b/res/android/splash-dark/splash-land-xhdpi.png new file mode 100644 index 0000000..da105eb Binary files /dev/null and b/res/android/splash-dark/splash-land-xhdpi.png differ diff --git a/res/android/splash-dark/splash-land-xxhdpi.png b/res/android/splash-dark/splash-land-xxhdpi.png new file mode 100644 index 0000000..a8ae290 Binary files /dev/null and b/res/android/splash-dark/splash-land-xxhdpi.png differ diff --git a/res/android/splash-dark/splash-land-xxxhdpi.png b/res/android/splash-dark/splash-land-xxxhdpi.png new file mode 100644 index 0000000..2070dfb Binary files /dev/null and b/res/android/splash-dark/splash-land-xxxhdpi.png differ diff --git a/res/android/splash-dark/splash-port-hdpi.png b/res/android/splash-dark/splash-port-hdpi.png new file mode 100644 index 0000000..af52fba Binary files /dev/null and b/res/android/splash-dark/splash-port-hdpi.png differ diff --git a/res/android/splash-dark/splash-port-ldpi.png b/res/android/splash-dark/splash-port-ldpi.png new file mode 100644 index 0000000..07300c5 Binary files /dev/null and b/res/android/splash-dark/splash-port-ldpi.png differ diff --git a/res/android/splash-dark/splash-port-mdpi.png b/res/android/splash-dark/splash-port-mdpi.png new file mode 100644 index 0000000..42fcf70 Binary files /dev/null and b/res/android/splash-dark/splash-port-mdpi.png differ diff --git a/res/android/splash-dark/splash-port-xhdpi.png b/res/android/splash-dark/splash-port-xhdpi.png new file mode 100644 index 0000000..282a13c Binary files /dev/null and b/res/android/splash-dark/splash-port-xhdpi.png differ diff --git a/res/android/splash-dark/splash-port-xxhdpi.png b/res/android/splash-dark/splash-port-xxhdpi.png new file mode 100644 index 0000000..808709a Binary files /dev/null and b/res/android/splash-dark/splash-port-xxhdpi.png differ diff --git a/res/android/splash-dark/splash-port-xxxhdpi.png b/res/android/splash-dark/splash-port-xxxhdpi.png new file mode 100644 index 0000000..ba96785 Binary files /dev/null and b/res/android/splash-dark/splash-port-xxxhdpi.png differ diff --git a/res/android/splash/splash-land-hdpi.png b/res/android/splash/splash-land-hdpi.png new file mode 100644 index 0000000..46d330e Binary files /dev/null and b/res/android/splash/splash-land-hdpi.png differ diff --git a/res/android/splash/splash-land-ldpi.png b/res/android/splash/splash-land-ldpi.png new file mode 100644 index 0000000..0f774f0 Binary files /dev/null and b/res/android/splash/splash-land-ldpi.png differ diff --git a/res/android/splash/splash-land-mdpi.png b/res/android/splash/splash-land-mdpi.png new file mode 100644 index 0000000..b5392fc Binary files /dev/null and b/res/android/splash/splash-land-mdpi.png differ diff --git a/res/android/splash/splash-land-xhdpi.png b/res/android/splash/splash-land-xhdpi.png new file mode 100644 index 0000000..b860ad2 Binary files /dev/null and b/res/android/splash/splash-land-xhdpi.png differ diff --git a/res/android/splash/splash-land-xxhdpi.png b/res/android/splash/splash-land-xxhdpi.png new file mode 100644 index 0000000..696d924 Binary files /dev/null and b/res/android/splash/splash-land-xxhdpi.png differ diff --git a/res/android/splash/splash-land-xxxhdpi.png b/res/android/splash/splash-land-xxxhdpi.png new file mode 100644 index 0000000..ba387a9 Binary files /dev/null and b/res/android/splash/splash-land-xxxhdpi.png differ diff --git a/res/android/splash/splash-port-hdpi.png b/res/android/splash/splash-port-hdpi.png new file mode 100644 index 0000000..3fa0c98 Binary files /dev/null and b/res/android/splash/splash-port-hdpi.png differ diff --git a/res/android/splash/splash-port-ldpi.png b/res/android/splash/splash-port-ldpi.png new file mode 100644 index 0000000..abce629 Binary files /dev/null and b/res/android/splash/splash-port-ldpi.png differ diff --git a/res/android/splash/splash-port-mdpi.png b/res/android/splash/splash-port-mdpi.png new file mode 100644 index 0000000..ebed042 Binary files /dev/null and b/res/android/splash/splash-port-mdpi.png differ diff --git a/res/android/splash/splash-port-xhdpi.png b/res/android/splash/splash-port-xhdpi.png new file mode 100644 index 0000000..0e4dc35 Binary files /dev/null and b/res/android/splash/splash-port-xhdpi.png differ diff --git a/res/android/splash/splash-port-xxhdpi.png b/res/android/splash/splash-port-xxhdpi.png new file mode 100644 index 0000000..9dedd16 Binary files /dev/null and b/res/android/splash/splash-port-xxhdpi.png differ diff --git a/res/android/splash/splash-port-xxxhdpi.png b/res/android/splash/splash-port-xxxhdpi.png new file mode 100644 index 0000000..d14a4d6 Binary files /dev/null and b/res/android/splash/splash-port-xxxhdpi.png differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/Contents.json b/res/ios/Images.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index 12b23bc..0000000 --- a/res/ios/Images.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,158 +0,0 @@ -{ - "info" : { - "version" : 1, - "author" : "xcode" - }, - "images" : [ - { - "size" : "40x40", - "scale" : "1x", - "idiom" : "ipad", - "filename" : "icon-40.png" - }, - { - "size" : "40x40", - "scale" : "2x", - "filename" : "icon-40@2x.png", - "idiom" : "ipad" - }, - { - "size" : "60x60", - "idiom" : "iphone", - "scale" : "2x", - "filename" : "icon-60@2x.png" - }, - { - "size" : "72x72", - "filename" : "icon-72.png", - "scale" : "1x", - "idiom" : "ipad" - }, - { - "size" : "72x72", - "idiom" : "ipad", - "filename" : "icon-72@2x.png", - "scale" : "2x" - }, - { - "filename" : "icon-76.png", - "idiom" : "ipad", - "scale" : "1x", - "size" : "76x76" - }, - { - "size" : "76x76", - "filename" : "icon-76@2x.png", - "idiom" : "ipad", - "scale" : "2x" - }, - { - "filename" : "icon-small-50.png", - "scale" : "1x", - "idiom" : "ipad", - "size" : "50x50" - }, - { - "filename" : "icon-small-50@2x.png", - "scale" : "2x", - "size" : "50x50", - "idiom" : "ipad" - }, - { - "scale" : "1x", - "idiom" : "iphone", - "filename" : "icon-small.png", - "size" : "29x29" - }, - { - "filename" : "icon-small@2x.png", - "idiom" : "iphone", - "size" : "29x29", - "scale" : "2x" - }, - { - "filename" : "icon.png", - "idiom" : "iphone", - "size" : "57x57", - "scale" : "1x" - }, - { - "filename" : "icon@2x.png", - "scale" : "2x", - "idiom" : "iphone", - "size" : "57x57" - }, - { - "filename" : "icon-small@3x.png", - "idiom" : "iphone", - "scale" : "3x", - "size" : "29x29" - }, - { - "scale" : "3x", - "idiom" : "iphone", - "size" : "40x40", - "filename" : "icon-40@3x.png" - }, - { - "filename" : "icon-60@3x.png", - "scale" : "3x", - "size" : "60x60", - "idiom" : "iphone" - }, - { - "size" : "40x40", - "filename" : "icon-40@2x.png", - "scale" : "2x", - "idiom" : "iphone" - }, - { - "filename" : "icon-small.png", - "size" : "29x29", - "idiom" : "ipad", - "scale" : "1x" - }, - { - "scale" : "2x", - "idiom" : "ipad", - "size" : "29x29", - "filename" : "icon-small@2x.png" - }, - { - "scale" : "2x", - "filename" : "icon-83.5@2x.png", - "size" : "83.5x83.5", - "idiom" : "ipad" - }, - { - "idiom" : "iphone", - "filename" : "notification-icon@2x.png", - "size" : "20x20", - "scale" : "2x" - }, - { - "filename" : "notification-icon@3x.png", - "scale" : "3x", - "size" : "20x20", - "idiom" : "iphone" - }, - { - "filename" : "notification-icon~ipad.png", - "size" : "20x20", - "idiom" : "ipad", - "scale" : "1x" - }, - { - "size" : "20x20", - "filename" : "notification-icon~ipad@2x.png", - "idiom" : "ipad", - "scale" : "2x" - }, - { - "idiom" : "ios-marketing", - "size" : "1024x1024", - "scale" : "1x", - "filename" : "ios-marketing.png" - } - ] -} \ No newline at end of file diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-1024.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-1024.png deleted file mode 100644 index 431362a..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-1024.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-20.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-20.png deleted file mode 100644 index 431362a..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-20.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-20@2x.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-20@2x.png deleted file mode 100644 index 431362a..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-20@2x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-20@3x.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-20@3x.png deleted file mode 100644 index 431362a..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-20@3x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-24@2x.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-24@2x.png deleted file mode 100644 index 431362a..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-24@2x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-27.5@2x.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-27.5@2x.png deleted file mode 100644 index 431362a..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-27.5@2x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-29.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-29.png deleted file mode 100644 index 431362a..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-29.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-29@2x.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-29@2x.png deleted file mode 100644 index 431362a..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-29@2x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-29@3x.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-29@3x.png deleted file mode 100644 index 431362a..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-29@3x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-40.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-40.png deleted file mode 100644 index 431362a..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-40.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-40@2x.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-40@2x.png deleted file mode 100644 index 431362a..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-40@2x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-40@3x.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-40@3x.png deleted file mode 100644 index 9cfaf86..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-40@3x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-44@2x.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-44@2x.png deleted file mode 100644 index 431362a..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-44@2x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-50.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-50.png deleted file mode 100644 index 431362a..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-50.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-50@2x.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-50@2x.png deleted file mode 100644 index 431362a..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-50@2x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-60@2x.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-60@2x.png deleted file mode 100644 index 431362a..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-60@2x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-60@3x.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-60@3x.png deleted file mode 100644 index 431362a..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-60@3x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-72.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-72.png deleted file mode 100644 index 431362a..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-72.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-72@2x.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-72@2x.png deleted file mode 100644 index 431362a..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-72@2x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-76.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-76.png deleted file mode 100644 index 431362a..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-76.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-76@2x.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-76@2x.png deleted file mode 100644 index 431362a..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-76@2x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-83.5@2x.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-83.5@2x.png deleted file mode 100644 index 431362a..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-83.5@2x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-86@2x.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-86@2x.png deleted file mode 100644 index 431362a..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-86@2x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-98@2x.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-98@2x.png deleted file mode 100644 index 431362a..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-98@2x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-small-50.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-small-50.png deleted file mode 100644 index 7a211dc..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-small-50.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-small-50@2x.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-small-50@2x.png deleted file mode 100644 index 1d662f8..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-small-50@2x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-small.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-small.png deleted file mode 100644 index 1517d3c..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-small.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-small@2x.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-small@2x.png deleted file mode 100644 index b7acd77..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-small@2x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon-small@3x.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon-small@3x.png deleted file mode 100644 index 5ba43c2..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon-small@3x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon.png deleted file mode 100644 index 431362a..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/icon@2x.png b/res/ios/Images.xcassets/AppIcon.appiconset/icon@2x.png deleted file mode 100644 index 431362a..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/icon@2x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/ios-marketing.png b/res/ios/Images.xcassets/AppIcon.appiconset/ios-marketing.png deleted file mode 100644 index 6ded0cb..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/ios-marketing.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/notification-icon@2x.png b/res/ios/Images.xcassets/AppIcon.appiconset/notification-icon@2x.png deleted file mode 100644 index 4a35fcd..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/notification-icon@2x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/notification-icon@3x.png b/res/ios/Images.xcassets/AppIcon.appiconset/notification-icon@3x.png deleted file mode 100644 index f8d57eb..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/notification-icon@3x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/notification-icon~ipad.png b/res/ios/Images.xcassets/AppIcon.appiconset/notification-icon~ipad.png deleted file mode 100644 index 6d5f83b..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/notification-icon~ipad.png and /dev/null differ diff --git a/res/ios/Images.xcassets/AppIcon.appiconset/notification-icon~ipad@2x.png b/res/ios/Images.xcassets/AppIcon.appiconset/notification-icon~ipad@2x.png deleted file mode 100644 index 4a35fcd..0000000 Binary files a/res/ios/Images.xcassets/AppIcon.appiconset/notification-icon~ipad@2x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/BackgroundColor.colorset/Contents.json b/res/ios/Images.xcassets/BackgroundColor.colorset/Contents.json deleted file mode 100644 index 38ce5e7..0000000 --- a/res/ios/Images.xcassets/BackgroundColor.colorset/Contents.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "colors": [ - { - "idiom": "universal", - "color": { - "platform": "ios", - "reference": "systemBackgroundColor" - } - } - ], - "info": { - "author": "Xcode", - "version": 1 - } -} \ No newline at end of file diff --git a/res/ios/Images.xcassets/Contents.json b/res/ios/Images.xcassets/Contents.json deleted file mode 100644 index da4a164..0000000 --- a/res/ios/Images.xcassets/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/res/ios/Images.xcassets/LaunchImage.launchimage/Contents.json b/res/ios/Images.xcassets/LaunchImage.launchimage/Contents.json deleted file mode 100644 index 5cdd4ef..0000000 --- a/res/ios/Images.xcassets/LaunchImage.launchimage/Contents.json +++ /dev/null @@ -1,216 +0,0 @@ -{ - "info" : { - "version" : 1, - "author" : "xcode" - }, - "images" : [ - { - "scale" : "2x", - "idiom" : "iphone", - "filename" : "default-portrait-1792h@3x.png", - "extent" : "full-screen", - "subtype" : "1792h", - "orientation" : "portrait", - "minimum-system-version" : "12.0" - }, - { - "minimum-system-version" : "12.0", - "idiom" : "iphone", - "filename" : "default-landscape-1792h@3x.png", - "orientation" : "landscape", - "scale" : "2x", - "extent" : "full-screen", - "subtype" : "1792h" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "orientation" : "portrait", - "minimum-system-version" : "12.0", - "extent" : "full-screen", - "subtype" : "2688h", - "filename" : "default-portrait-2688h@3x.png" - }, - { - "idiom" : "iphone", - "minimum-system-version" : "12.0", - "extent" : "full-screen", - "orientation" : "landscape", - "subtype" : "2688h", - "scale" : "3x", - "filename" : "default-landscape-2688h@3x.png" - }, - { - "extent" : "full-screen", - "filename" : "default-portrait-2436h@3x.png", - "idiom" : "iphone", - "minimum-system-version" : "11.0", - "scale" : "3x", - "subtype" : "2436h", - "orientation" : "portrait" - }, - { - "orientation" : "landscape", - "idiom" : "iphone", - "scale" : "3x", - "filename" : "default-landscape-2436h@3x.png", - "subtype" : "2436h", - "minimum-system-version" : "11.0", - "extent" : "full-screen" - }, - { - "scale" : "1x", - "filename" : "default.png", - "orientation" : "portrait", - "idiom" : "iphone", - "extent" : "full-screen" - }, - { - "filename" : "default@2x.png", - "minimum-system-version" : "7.0", - "idiom" : "iphone", - "scale" : "2x", - "extent" : "full-screen", - "orientation" : "portrait" - }, - { - "scale" : "2x", - "subtype" : "retina4", - "idiom" : "iphone", - "extent" : "full-screen", - "filename" : "default-568h@2x.png", - "orientation" : "portrait" - }, - { - "extent" : "full-screen", - "scale" : "2x", - "orientation" : "portrait", - "filename" : "default-568h@2x.png", - "idiom" : "iphone", - "subtype" : "retina4", - "minimum-system-version" : "7.0" - }, - { - "orientation" : "portrait", - "scale" : "2x", - "filename" : "default@2x.png", - "idiom" : "iphone", - "extent" : "full-screen" - }, - { - "idiom" : "ipad", - "extent" : "to-status-bar", - "orientation" : "portrait", - "scale" : "1x", - "filename" : "default~ipad.png" - }, - { - "orientation" : "portrait", - "filename" : "default~ipad@2x.png", - "scale" : "2x", - "idiom" : "ipad", - "extent" : "to-status-bar" - }, - { - "extent" : "to-status-bar", - "filename" : "default~ipad~landscape.png", - "orientation" : "landscape", - "idiom" : "ipad", - "scale" : "1x" - }, - { - "filename" : "default~ipad~landscape@2x.png", - "orientation" : "landscape", - "idiom" : "ipad", - "extent" : "to-status-bar", - "scale" : "2x" - }, - { - "minimum-system-version" : "7.0", - "extent" : "full-screen", - "orientation" : "portrait", - "filename" : "default~ipad~nostatusbar.png", - "scale" : "1x", - "idiom" : "ipad" - }, - { - "extent" : "full-screen", - "idiom" : "ipad", - "scale" : "1x", - "orientation" : "portrait", - "filename" : "default~ipad~nostatusbar.png" - }, - { - "minimum-system-version" : "7.0", - "scale" : "2x", - "idiom" : "ipad", - "extent" : "full-screen", - "orientation" : "portrait", - "filename" : "default~ipad~nostatusbar@2x.png" - }, - { - "filename" : "default~ipad~nostatusbar@2x.png", - "scale" : "2x", - "extent" : "full-screen", - "idiom" : "ipad", - "orientation" : "portrait" - }, - { - "extent" : "full-screen", - "scale" : "1x", - "orientation" : "landscape", - "idiom" : "ipad", - "minimum-system-version" : "7.0", - "filename" : "default~ipad~landscape~nostatusbar.png" - }, - { - "orientation" : "landscape", - "extent" : "full-screen", - "scale" : "1x", - "idiom" : "ipad", - "filename" : "default~ipad~landscape~nostatusbar.png" - }, - { - "minimum-system-version" : "7.0", - "orientation" : "landscape", - "idiom" : "ipad", - "extent" : "full-screen", - "filename" : "default~ipad~landscape~nostatusbar@2x.png", - "scale" : "2x" - }, - { - "extent" : "full-screen", - "scale" : "2x", - "orientation" : "landscape", - "filename" : "default~ipad~landscape~nostatusbar@2x.png", - "idiom" : "ipad" - }, - { - "scale" : "3x", - "orientation" : "portrait", - "subtype" : "736h", - "extent" : "full-screen", - "filename" : "default-portrait-736h@3x.png", - "minimum-system-version" : "8.0", - "idiom" : "iphone" - }, - { - "idiom" : "iphone", - "subtype" : "736h", - "extent" : "full-screen", - "scale" : "3x", - "orientation" : "landscape", - "filename" : "default-landscape-736h@3x.png", - "minimum-system-version" : "8.0" - }, - { - "idiom" : "iphone", - "minimum-system-version" : "8.0", - "filename" : "default-667h@2x.png", - "extent" : "full-screen", - "scale" : "2x", - "orientation" : "portrait", - "subtype" : "667h" - } - ] -} \ No newline at end of file diff --git a/res/ios/Images.xcassets/LaunchImage.launchimage/default-568h@2x.png b/res/ios/Images.xcassets/LaunchImage.launchimage/default-568h@2x.png deleted file mode 100644 index 22a7aa8..0000000 Binary files a/res/ios/Images.xcassets/LaunchImage.launchimage/default-568h@2x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/LaunchImage.launchimage/default-667h@2x.png b/res/ios/Images.xcassets/LaunchImage.launchimage/default-667h@2x.png deleted file mode 100644 index b997445..0000000 Binary files a/res/ios/Images.xcassets/LaunchImage.launchimage/default-667h@2x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/LaunchImage.launchimage/default-landscape-1792h@3x.png b/res/ios/Images.xcassets/LaunchImage.launchimage/default-landscape-1792h@3x.png deleted file mode 100644 index 466203c..0000000 Binary files a/res/ios/Images.xcassets/LaunchImage.launchimage/default-landscape-1792h@3x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/LaunchImage.launchimage/default-landscape-2436h@3x.png b/res/ios/Images.xcassets/LaunchImage.launchimage/default-landscape-2436h@3x.png deleted file mode 100644 index fe59a37..0000000 Binary files a/res/ios/Images.xcassets/LaunchImage.launchimage/default-landscape-2436h@3x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/LaunchImage.launchimage/default-landscape-2688h@3x.png b/res/ios/Images.xcassets/LaunchImage.launchimage/default-landscape-2688h@3x.png deleted file mode 100644 index f41ef75..0000000 Binary files a/res/ios/Images.xcassets/LaunchImage.launchimage/default-landscape-2688h@3x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/LaunchImage.launchimage/default-landscape-736h@3x.png b/res/ios/Images.xcassets/LaunchImage.launchimage/default-landscape-736h@3x.png deleted file mode 100644 index 8ee5c57..0000000 Binary files a/res/ios/Images.xcassets/LaunchImage.launchimage/default-landscape-736h@3x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/LaunchImage.launchimage/default-portrait-1792h@3x.png b/res/ios/Images.xcassets/LaunchImage.launchimage/default-portrait-1792h@3x.png deleted file mode 100644 index 67c96a0..0000000 Binary files a/res/ios/Images.xcassets/LaunchImage.launchimage/default-portrait-1792h@3x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/LaunchImage.launchimage/default-portrait-2436h@3x.png b/res/ios/Images.xcassets/LaunchImage.launchimage/default-portrait-2436h@3x.png deleted file mode 100644 index 595a391..0000000 Binary files a/res/ios/Images.xcassets/LaunchImage.launchimage/default-portrait-2436h@3x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/LaunchImage.launchimage/default-portrait-2688h@3x.png b/res/ios/Images.xcassets/LaunchImage.launchimage/default-portrait-2688h@3x.png deleted file mode 100644 index 5609a3a..0000000 Binary files a/res/ios/Images.xcassets/LaunchImage.launchimage/default-portrait-2688h@3x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/LaunchImage.launchimage/default-portrait-736h@3x.png b/res/ios/Images.xcassets/LaunchImage.launchimage/default-portrait-736h@3x.png deleted file mode 100644 index 15ea4a3..0000000 Binary files a/res/ios/Images.xcassets/LaunchImage.launchimage/default-portrait-736h@3x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/LaunchImage.launchimage/default.png b/res/ios/Images.xcassets/LaunchImage.launchimage/default.png deleted file mode 100644 index d366338..0000000 Binary files a/res/ios/Images.xcassets/LaunchImage.launchimage/default.png and /dev/null differ diff --git a/res/ios/Images.xcassets/LaunchImage.launchimage/default@2x.png b/res/ios/Images.xcassets/LaunchImage.launchimage/default@2x.png deleted file mode 100644 index 83cd50e..0000000 Binary files a/res/ios/Images.xcassets/LaunchImage.launchimage/default@2x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/LaunchImage.launchimage/default~ipad.png b/res/ios/Images.xcassets/LaunchImage.launchimage/default~ipad.png deleted file mode 100644 index 6dac221..0000000 Binary files a/res/ios/Images.xcassets/LaunchImage.launchimage/default~ipad.png and /dev/null differ diff --git a/res/ios/Images.xcassets/LaunchImage.launchimage/default~ipad@2x.png b/res/ios/Images.xcassets/LaunchImage.launchimage/default~ipad@2x.png deleted file mode 100644 index debdc4e..0000000 Binary files a/res/ios/Images.xcassets/LaunchImage.launchimage/default~ipad@2x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/LaunchImage.launchimage/default~ipad~landscape.png b/res/ios/Images.xcassets/LaunchImage.launchimage/default~ipad~landscape.png deleted file mode 100644 index 0b0a2bd..0000000 Binary files a/res/ios/Images.xcassets/LaunchImage.launchimage/default~ipad~landscape.png and /dev/null differ diff --git a/res/ios/Images.xcassets/LaunchImage.launchimage/default~ipad~landscape@2x.png b/res/ios/Images.xcassets/LaunchImage.launchimage/default~ipad~landscape@2x.png deleted file mode 100644 index 101e985..0000000 Binary files a/res/ios/Images.xcassets/LaunchImage.launchimage/default~ipad~landscape@2x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/LaunchImage.launchimage/default~ipad~landscape~nostatusbar.png b/res/ios/Images.xcassets/LaunchImage.launchimage/default~ipad~landscape~nostatusbar.png deleted file mode 100644 index b3f435e..0000000 Binary files a/res/ios/Images.xcassets/LaunchImage.launchimage/default~ipad~landscape~nostatusbar.png and /dev/null differ diff --git a/res/ios/Images.xcassets/LaunchImage.launchimage/default~ipad~landscape~nostatusbar@2x.png b/res/ios/Images.xcassets/LaunchImage.launchimage/default~ipad~landscape~nostatusbar@2x.png deleted file mode 100644 index bde94a2..0000000 Binary files a/res/ios/Images.xcassets/LaunchImage.launchimage/default~ipad~landscape~nostatusbar@2x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/LaunchImage.launchimage/default~ipad~nostatusbar.png b/res/ios/Images.xcassets/LaunchImage.launchimage/default~ipad~nostatusbar.png deleted file mode 100644 index 7b71deb..0000000 Binary files a/res/ios/Images.xcassets/LaunchImage.launchimage/default~ipad~nostatusbar.png and /dev/null differ diff --git a/res/ios/Images.xcassets/LaunchImage.launchimage/default~ipad~nostatusbar@2x.png b/res/ios/Images.xcassets/LaunchImage.launchimage/default~ipad~nostatusbar@2x.png deleted file mode 100644 index 0bd2677..0000000 Binary files a/res/ios/Images.xcassets/LaunchImage.launchimage/default~ipad~nostatusbar@2x.png and /dev/null differ diff --git a/res/ios/Images.xcassets/LaunchStoryboard.imageset/Contents.json b/res/ios/Images.xcassets/LaunchStoryboard.imageset/Contents.json deleted file mode 100644 index c0ac483..0000000 --- a/res/ios/Images.xcassets/LaunchStoryboard.imageset/Contents.json +++ /dev/null @@ -1,872 +0,0 @@ -{ - "images": [ - { - "idiom": "universal", - "scale": "1x", - "width-class": "compact", - "height-class": "compact" - }, - { - "idiom": "universal", - "scale": "1x", - "width-class": "compact", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "universal", - "scale": "1x", - "width-class": "compact", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "universal", - "scale": "1x", - "width-class": "compact" - }, - { - "idiom": "universal", - "scale": "1x", - "width-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "universal", - "scale": "1x", - "width-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "universal", - "scale": "1x", - "height-class": "compact" - }, - { - "idiom": "universal", - "scale": "1x", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "universal", - "scale": "1x", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "universal", - "scale": "1x" - }, - { - "idiom": "universal", - "scale": "1x", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "universal", - "scale": "1x", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "universal", - "scale": "2x", - "width-class": "compact", - "height-class": "compact" - }, - { - "idiom": "universal", - "scale": "2x", - "width-class": "compact", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "universal", - "scale": "2x", - "width-class": "compact", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "universal", - "scale": "2x", - "width-class": "compact" - }, - { - "idiom": "universal", - "scale": "2x", - "width-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "universal", - "scale": "2x", - "width-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "universal", - "scale": "2x", - "height-class": "compact" - }, - { - "idiom": "universal", - "scale": "2x", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "universal", - "scale": "2x", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "universal", - "scale": "2x" - }, - { - "idiom": "universal", - "scale": "2x", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "universal", - "scale": "2x", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "universal", - "scale": "3x", - "width-class": "compact", - "height-class": "compact" - }, - { - "idiom": "universal", - "scale": "3x", - "width-class": "compact", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "universal", - "scale": "3x", - "width-class": "compact", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "universal", - "scale": "3x", - "width-class": "compact" - }, - { - "idiom": "universal", - "scale": "3x", - "width-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "universal", - "scale": "3x", - "width-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "universal", - "scale": "3x", - "height-class": "compact" - }, - { - "idiom": "universal", - "scale": "3x", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "universal", - "scale": "3x", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "universal", - "scale": "3x" - }, - { - "idiom": "universal", - "scale": "3x", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "universal", - "scale": "3x", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "ipad", - "scale": "1x", - "width-class": "compact", - "height-class": "compact" - }, - { - "idiom": "ipad", - "scale": "1x", - "width-class": "compact", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "ipad", - "scale": "1x", - "width-class": "compact", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "ipad", - "scale": "1x", - "width-class": "compact" - }, - { - "idiom": "ipad", - "scale": "1x", - "width-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "ipad", - "scale": "1x", - "width-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "ipad", - "scale": "1x", - "height-class": "compact" - }, - { - "idiom": "ipad", - "scale": "1x", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "ipad", - "scale": "1x", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "ipad", - "scale": "1x" - }, - { - "idiom": "ipad", - "scale": "1x", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "ipad", - "scale": "1x", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "ipad", - "scale": "2x", - "width-class": "compact", - "height-class": "compact" - }, - { - "idiom": "ipad", - "scale": "2x", - "width-class": "compact", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "ipad", - "scale": "2x", - "width-class": "compact", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "ipad", - "scale": "2x", - "width-class": "compact" - }, - { - "idiom": "ipad", - "scale": "2x", - "width-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "ipad", - "scale": "2x", - "width-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "ipad", - "scale": "2x", - "height-class": "compact" - }, - { - "idiom": "ipad", - "scale": "2x", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "ipad", - "scale": "2x", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "ipad", - "scale": "2x" - }, - { - "idiom": "ipad", - "scale": "2x", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "ipad", - "scale": "2x", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "iphone", - "scale": "1x", - "width-class": "compact", - "height-class": "compact" - }, - { - "idiom": "iphone", - "scale": "1x", - "width-class": "compact", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "iphone", - "scale": "1x", - "width-class": "compact", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "iphone", - "scale": "1x", - "width-class": "compact" - }, - { - "idiom": "iphone", - "scale": "1x", - "width-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "iphone", - "scale": "1x", - "width-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "iphone", - "scale": "1x", - "height-class": "compact" - }, - { - "idiom": "iphone", - "scale": "1x", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "iphone", - "scale": "1x", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "iphone", - "scale": "1x" - }, - { - "idiom": "iphone", - "scale": "1x", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "iphone", - "scale": "1x", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "iphone", - "scale": "2x", - "width-class": "compact", - "height-class": "compact" - }, - { - "idiom": "iphone", - "scale": "2x", - "width-class": "compact", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "iphone", - "scale": "2x", - "width-class": "compact", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "iphone", - "scale": "2x", - "width-class": "compact" - }, - { - "idiom": "iphone", - "scale": "2x", - "width-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "iphone", - "scale": "2x", - "width-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "iphone", - "scale": "2x", - "height-class": "compact" - }, - { - "idiom": "iphone", - "scale": "2x", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "iphone", - "scale": "2x", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "iphone", - "scale": "2x" - }, - { - "idiom": "iphone", - "scale": "2x", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "iphone", - "scale": "2x", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "iphone", - "scale": "3x", - "width-class": "compact", - "height-class": "compact" - }, - { - "idiom": "iphone", - "scale": "3x", - "width-class": "compact", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "iphone", - "scale": "3x", - "width-class": "compact", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "iphone", - "scale": "3x", - "width-class": "compact" - }, - { - "idiom": "iphone", - "scale": "3x", - "width-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "iphone", - "scale": "3x", - "width-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "iphone", - "scale": "3x", - "height-class": "compact" - }, - { - "idiom": "iphone", - "scale": "3x", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "iphone", - "scale": "3x", - "height-class": "compact", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - }, - { - "idiom": "iphone", - "scale": "3x" - }, - { - "idiom": "iphone", - "scale": "3x", - "appearances": [ - { - "appearance": "luminosity", - "value": "dark" - } - ] - }, - { - "idiom": "iphone", - "scale": "3x", - "appearances": [ - { - "appearance": "luminosity", - "value": "light" - } - ] - } - ], - "info": { - "author": "Xcode", - "version": 1 - } -} \ No newline at end of file diff --git a/res/ios/icon/Icon-100.png b/res/ios/icon/Icon-100.png new file mode 100644 index 0000000..763ea46 Binary files /dev/null and b/res/ios/icon/Icon-100.png differ diff --git a/res/ios/icon/Icon-1024.png b/res/ios/icon/Icon-1024.png new file mode 100644 index 0000000..69fcbb1 Binary files /dev/null and b/res/ios/icon/Icon-1024.png differ diff --git a/res/ios/icon/Icon-114.png b/res/ios/icon/Icon-114.png new file mode 100644 index 0000000..f0e09ef Binary files /dev/null and b/res/ios/icon/Icon-114.png differ diff --git a/res/ios/icon/Icon-120.png b/res/ios/icon/Icon-120.png new file mode 100644 index 0000000..248cfc7 Binary files /dev/null and b/res/ios/icon/Icon-120.png differ diff --git a/res/ios/icon/Icon-128.png b/res/ios/icon/Icon-128.png new file mode 100644 index 0000000..68b9ba2 Binary files /dev/null and b/res/ios/icon/Icon-128.png differ diff --git a/res/ios/icon/Icon-144.png b/res/ios/icon/Icon-144.png new file mode 100644 index 0000000..ec1a095 Binary files /dev/null and b/res/ios/icon/Icon-144.png differ diff --git a/res/ios/icon/Icon-152.png b/res/ios/icon/Icon-152.png new file mode 100644 index 0000000..ddfa7ac Binary files /dev/null and b/res/ios/icon/Icon-152.png differ diff --git a/res/ios/icon/Icon-16.png b/res/ios/icon/Icon-16.png new file mode 100644 index 0000000..caab746 Binary files /dev/null and b/res/ios/icon/Icon-16.png differ diff --git a/res/ios/icon/Icon-167.png b/res/ios/icon/Icon-167.png new file mode 100644 index 0000000..3bb306d Binary files /dev/null and b/res/ios/icon/Icon-167.png differ diff --git a/res/ios/icon/Icon-172.png b/res/ios/icon/Icon-172.png new file mode 100644 index 0000000..c215565 Binary files /dev/null and b/res/ios/icon/Icon-172.png differ diff --git a/res/ios/icon/Icon-180.png b/res/ios/icon/Icon-180.png new file mode 100644 index 0000000..2e53431 Binary files /dev/null and b/res/ios/icon/Icon-180.png differ diff --git a/res/ios/icon/Icon-196.png b/res/ios/icon/Icon-196.png new file mode 100644 index 0000000..17d3077 Binary files /dev/null and b/res/ios/icon/Icon-196.png differ diff --git a/res/ios/icon/Icon-20.png b/res/ios/icon/Icon-20.png new file mode 100644 index 0000000..f8c28c0 Binary files /dev/null and b/res/ios/icon/Icon-20.png differ diff --git a/res/ios/icon/Icon-256.png b/res/ios/icon/Icon-256.png new file mode 100644 index 0000000..c839edf Binary files /dev/null and b/res/ios/icon/Icon-256.png differ diff --git a/res/ios/icon/Icon-29.png b/res/ios/icon/Icon-29.png new file mode 100644 index 0000000..f4ec5af Binary files /dev/null and b/res/ios/icon/Icon-29.png differ diff --git a/res/ios/icon/Icon-32.png b/res/ios/icon/Icon-32.png new file mode 100644 index 0000000..0bd1a8f Binary files /dev/null and b/res/ios/icon/Icon-32.png differ diff --git a/res/ios/icon/Icon-40.png b/res/ios/icon/Icon-40.png new file mode 100644 index 0000000..0f8648d Binary files /dev/null and b/res/ios/icon/Icon-40.png differ diff --git a/res/ios/icon/Icon-48.png b/res/ios/icon/Icon-48.png new file mode 100644 index 0000000..3783de5 Binary files /dev/null and b/res/ios/icon/Icon-48.png differ diff --git a/res/ios/icon/Icon-50.png b/res/ios/icon/Icon-50.png new file mode 100644 index 0000000..1f0344e Binary files /dev/null and b/res/ios/icon/Icon-50.png differ diff --git a/res/ios/icon/Icon-512.png b/res/ios/icon/Icon-512.png new file mode 100644 index 0000000..9ffd08f Binary files /dev/null and b/res/ios/icon/Icon-512.png differ diff --git a/res/ios/icon/Icon-55.png b/res/ios/icon/Icon-55.png new file mode 100644 index 0000000..5294c36 Binary files /dev/null and b/res/ios/icon/Icon-55.png differ diff --git a/res/ios/icon/Icon-57.png b/res/ios/icon/Icon-57.png new file mode 100644 index 0000000..f5438c5 Binary files /dev/null and b/res/ios/icon/Icon-57.png differ diff --git a/res/ios/icon/Icon-58.png b/res/ios/icon/Icon-58.png new file mode 100644 index 0000000..c57164f Binary files /dev/null and b/res/ios/icon/Icon-58.png differ diff --git a/res/ios/icon/Icon-60.png b/res/ios/icon/Icon-60.png new file mode 100644 index 0000000..8921f31 Binary files /dev/null and b/res/ios/icon/Icon-60.png differ diff --git a/res/ios/icon/Icon-64.png b/res/ios/icon/Icon-64.png new file mode 100644 index 0000000..b903092 Binary files /dev/null and b/res/ios/icon/Icon-64.png differ diff --git a/res/ios/icon/Icon-72.png b/res/ios/icon/Icon-72.png new file mode 100644 index 0000000..9df706b Binary files /dev/null and b/res/ios/icon/Icon-72.png differ diff --git a/res/ios/icon/Icon-76.png b/res/ios/icon/Icon-76.png new file mode 100644 index 0000000..b9a2069 Binary files /dev/null and b/res/ios/icon/Icon-76.png differ diff --git a/res/ios/icon/Icon-80.png b/res/ios/icon/Icon-80.png new file mode 100644 index 0000000..24b582f Binary files /dev/null and b/res/ios/icon/Icon-80.png differ diff --git a/res/ios/icon/Icon-87.png b/res/ios/icon/Icon-87.png new file mode 100644 index 0000000..bf0a753 Binary files /dev/null and b/res/ios/icon/Icon-87.png differ diff --git a/res/ios/icon/Icon-88.png b/res/ios/icon/Icon-88.png new file mode 100644 index 0000000..4e83632 Binary files /dev/null and b/res/ios/icon/Icon-88.png differ diff --git a/res/ios/splash/Default@2x~universal~anyany.png b/res/ios/splash/Default@2x~universal~anyany.png new file mode 100644 index 0000000..d094b4e Binary files /dev/null and b/res/ios/splash/Default@2x~universal~anyany.png differ diff --git a/res/ios/splash/Default@2x~universal~anyany~dark.png b/res/ios/splash/Default@2x~universal~anyany~dark.png new file mode 100644 index 0000000..951d330 Binary files /dev/null and b/res/ios/splash/Default@2x~universal~anyany~dark.png differ diff --git a/scripts/ios_assetcopy.sh b/scripts/ios_assetcopy.sh deleted file mode 100644 index c7401cc..0000000 --- a/scripts/ios_assetcopy.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -rm -rf "platforms/ios/Helena Express/Images.xcassets" - -rsync -r res/ios/Images.xcassets "platforms/ios/Helena Express/" \ No newline at end of file diff --git a/scripts/remove_bloat.sh b/scripts/remove_bloat.sh index f75f021..05a4e38 100755 --- a/scripts/remove_bloat.sh +++ b/scripts/remove_bloat.sh @@ -10,7 +10,7 @@ DIR="$(pwd)/www/node_modules" cd $DIR rm -rf {buffer-from,concat-stream,csscolorparser,dom7,earcut,geojson-vt,gl-matrix} -rm -rf {grid-index,ieee754,inherits,kdbush,@mapbox,minimist ,murmurhash-js,path-to-regexp,pbf} +rm -rf {grid-index,ieee754,inherits,kdbush,@mapbox,minimist,murmurhash-js,path-to-regexp,pbf} rm -rf {potpack,protocol-buffers-schema,quickselect,readable-stream,resolve-protobuf-schema,rw} rm -rf {safe-buffer,ssr-window,string_decoder,supercluster,template7,text-encoding,tinyqueue} rm -rf {ts-custom-error,typedarray,util-deprecate,vt-pbf} @@ -56,7 +56,7 @@ find dist -type f -not -name 'jquery.min.js' -delete cd $DIR cd jsbarcode -rm -rf .dockerignore .eslintignore .eslintrcautomation bower.json CONTRIBUTING.md docker-compose.yml Dockerfile example gulpfile.js jsbarcode.d.ts README.md src test .travis.yml +rm -rf .dockerignore .eslintignore .eslintrcautomation bower.json CONTRIBUTING.md docker-compose.yml Dockerfile example gulpfile.js jsbarcode.d.ts src test .travis.yml rm -rf {automation,bin} rm -rf dist/barcodes rm -rf dist/JsBarcode.all.js @@ -77,7 +77,6 @@ cd $DIR cd signature_pad rm -rf {docs,src} -rm README.md rm -rf dist/types find dist -type f -not -name 'signature_pad.umd.min.js' -delete cd $DIR diff --git a/www/assets/images/3849_back.png b/www/assets/images/3849_back.png index e279588..1d75d49 100644 Binary files a/www/assets/images/3849_back.png and b/www/assets/images/3849_back.png differ diff --git a/www/assets/images/3849_front.png b/www/assets/images/3849_front.png index c1dd46b..610f241 100644 Binary files a/www/assets/images/3849_front.png and b/www/assets/images/3849_front.png differ diff --git a/www/assets/images/companylogo.png b/www/assets/images/companylogo.png index 7a9657d..6bc2faf 100644 Binary files a/www/assets/images/companylogo.png and b/www/assets/images/companylogo.png differ diff --git a/www/assets/images/icons/128.png b/www/assets/images/icons/128.png index 92dc524..3eb1086 100644 Binary files a/www/assets/images/icons/128.png and b/www/assets/images/icons/128.png differ diff --git a/www/assets/images/icons/144.png b/www/assets/images/icons/144.png index 5fce38f..f2c929b 100644 Binary files a/www/assets/images/icons/144.png and b/www/assets/images/icons/144.png differ diff --git a/www/assets/images/icons/152.png b/www/assets/images/icons/152.png index df4484f..79768e5 100644 Binary files a/www/assets/images/icons/152.png and b/www/assets/images/icons/152.png differ diff --git a/www/assets/images/icons/192.png b/www/assets/images/icons/192.png index cd2f398..032c8b4 100644 Binary files a/www/assets/images/icons/192.png and b/www/assets/images/icons/192.png differ diff --git a/www/assets/images/icons/256.png b/www/assets/images/icons/256.png index 39d9f98..7193b97 100644 Binary files a/www/assets/images/icons/256.png and b/www/assets/images/icons/256.png differ diff --git a/www/assets/images/icons/32.png b/www/assets/images/icons/32.png index 5af2014..517bebe 100644 Binary files a/www/assets/images/icons/32.png and b/www/assets/images/icons/32.png differ diff --git a/www/assets/images/icons/512.png b/www/assets/images/icons/512.png index 431362a..975a245 100644 Binary files a/www/assets/images/icons/512.png and b/www/assets/images/icons/512.png differ diff --git a/www/assets/images/package-icon.png b/www/assets/images/package-icon.png index 8260523..1ad8cb8 100644 Binary files a/www/assets/images/package-icon.png and b/www/assets/images/package-icon.png differ diff --git a/www/package-lock.json b/www/package-lock.json index cab3d3b..080a087 100644 --- a/www/package-lock.json +++ b/www/package-lock.json @@ -1,6 +1,6 @@ { "name": "HelenaExpressApp", - "version": "1.1.3", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/www/package.json b/www/package.json index f83afed..bc356e7 100644 --- a/www/package.json +++ b/www/package.json @@ -1,6 +1,6 @@ { "name": "HelenaExpressApp", - "version": "1.1.3", + "version": "1.2.0", "main": "index.html", "license": "MPL-2.0", "dependencies": { diff --git a/www/pages/credits.html b/www/pages/credits.html index 95d41bd..1a023fb 100644 --- a/www/pages/credits.html +++ b/www/pages/credits.html @@ -3336,7 +3336,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI ----- -The following software may be included in this product: cordova-plugin-device, cordova-plugin-statusbar, cordova-plugin-whitelist. A copy of the source code may be downloaded from https://github.com/apache/cordova-plugin-device (cordova-plugin-device), https://github.com/apache/cordova-plugin-statusbar (cordova-plugin-statusbar), https://github.com/apache/cordova-plugin-whitelist (cordova-plugin-whitelist). This software contains the following license and notice below: +The following software may be included in this product: cordova-plugin-device, cordova-plugin-splashscreen, cordova-plugin-statusbar, cordova-plugin-whitelist. A copy of the source code may be downloaded from https://github.com/apache/cordova-plugin-device (cordova-plugin-device), https://github.com/apache/cordova-plugin-splashscreen.git (cordova-plugin-splashscreen), https://github.com/apache/cordova-plugin-statusbar (cordova-plugin-statusbar), https://github.com/apache/cordova-plugin-whitelist (cordova-plugin-whitelist). This software contains the following license and notice below: Apache License Version 2.0, January 2004