Change branding, bump version to 1.2.1
42
config.xml
@ -1,5 +1,5 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<widget id="com.netsyms.BusinessMobile" version="1.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
<widget id="com.netsyms.BusinessMobile" version="1.2.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||||
<name>Business</name>
|
<name>Business</name>
|
||||||
<description>
|
<description>
|
||||||
Mobile client for the Netsyms Business Apps.
|
Mobile client for the Netsyms Business Apps.
|
||||||
@ -25,36 +25,24 @@
|
|||||||
<preference name="SplashMaintainAspectRatio" value="true" />
|
<preference name="SplashMaintainAspectRatio" value="true" />
|
||||||
<preference name="HeaderColor" value="#2196f3" />
|
<preference name="HeaderColor" value="#2196f3" />
|
||||||
<preference name="StatusBarBackgroundColor" value="#1976d2" />
|
<preference name="StatusBarBackgroundColor" value="#1976d2" />
|
||||||
|
<icon qualifier="ldpi" src="res/icons/android/icon-36-ldpi.png" />
|
||||||
|
<icon qualifier="mdpi" src="res/icons/android/icon-48-mdpi.png" />
|
||||||
|
<icon qualifier="hdpi" src="res/icons/android/icon-72-hdpi.png" />
|
||||||
|
<icon qualifier="xhdpi" src="res/icons/android/icon-96-xhdpi.png" />
|
||||||
|
<icon qualifier="xxhdpi" src="res/icons/android/icon-144-xxhdpi.png" />
|
||||||
|
<icon qualifier="xxxhdpi" src="res/icons/android/icon-192-xxxhdpi.png" />
|
||||||
<splash qualifier="ldpi" src="res/screens/android/screen-ldpi-portrait.png" />
|
<splash qualifier="ldpi" src="res/screens/android/screen-ldpi-portrait.png" />
|
||||||
<splash qualifier="mdpi" src="res/screens/android/screen-mdpi-portrait.png" />
|
<splash qualifier="mdpi" src="res/screens/android/screen-mdpi-portrait.png" />
|
||||||
<splash qualifier="hdpi" src="res/screens/android/screen-hdpi-portrait.png" />
|
<splash qualifier="hdpi" src="res/screens/android/screen-hdpi-portrait.png" />
|
||||||
<splash qualifier="xhdpi" src="res/screens/android/screen-xhdpi-portrait.png" />
|
<splash qualifier="xhdpi" src="res/screens/android/screen-xhdpi-portrait.png" />
|
||||||
</platform>
|
<splash qualifier="xxhdpi" src="res/screens/android/screen-xxhdpi-portrait.png" />
|
||||||
<platform name="ios">
|
<splash qualifier="xxxhdpi" src="res/screens/android/screen-xxxhdpi-portrait.png" />
|
||||||
<allow-intent href="itms:*" />
|
<splash qualifier="land-ldpi" src="res/screens/android/screen-ldpi-landscape.png" />
|
||||||
<allow-intent href="itms-apps:*" />
|
<splash qualifier="land-mdpi" src="res/screens/android/screen-mdpi-landscape.png" />
|
||||||
<icon height="29" src="res/icons/ios/icon-small.png" width="29" />
|
<splash qualifier="land-hdpi" src="res/screens/android/screen-hdpi-landscape.png" />
|
||||||
<icon height="58" src="res/icons/ios/icon-small-2x.png" width="58" />
|
<splash qualifier="land-xhdpi" src="res/screens/android/screen-xhdpi-landscape.png" />
|
||||||
<icon height="40" src="res/icons/ios/icon-40.png" width="40" />
|
<splash qualifier="land-xxhdpi" src="res/screens/android/screen-xxhdpi-landscape.png" />
|
||||||
<icon height="80" src="res/icons/ios/icon-40-2x.png" width="80" />
|
<splash qualifier="land-xxxhdpi" src="res/screens/android/screen-xxxhdpi-landscape.png" />
|
||||||
<icon height="50" src="res/icons/ios/icon-50.png" width="50" />
|
|
||||||
<icon height="100" src="res/icons/ios/icon-50-2x.png" width="100" />
|
|
||||||
<icon height="57" src="res/icons/ios/icon.png" width="57" />
|
|
||||||
<icon height="114" src="res/icons/ios/icon-2x.png" width="114" />
|
|
||||||
<icon height="60" src="res/icons/ios/icon-60.png" width="60" />
|
|
||||||
<icon height="120" src="res/icons/ios/icon-60-2x.png" width="120" />
|
|
||||||
<icon height="180" src="res/icons/ios/icon-60-3x.png" width="180" />
|
|
||||||
<icon height="72" src="res/icons/ios/icon-72.png" width="72" />
|
|
||||||
<icon height="144" src="res/icons/ios/icon-72-2x.png" width="144" />
|
|
||||||
<icon height="76" src="res/icons/ios/icon-76.png" width="76" />
|
|
||||||
<icon height="152" src="res/icons/ios/icon-76-2x.png" width="152" />
|
|
||||||
<splash height="480" src="res/screens/ios/screen-iphone-portrait.png" width="320" />
|
|
||||||
<splash height="960" src="res/screens/ios/screen-iphone-portrait-2x.png" width="640" />
|
|
||||||
<splash height="1136" src="res/screens/ios/screen-iphone-portrait-568h-2x.png" width="640" />
|
|
||||||
<splash height="1334" src="res/screens/ios/screen-iphone-portrait-667h.png" width="750" />
|
|
||||||
<splash height="2208" src="res/screens/ios/screen-iphone-portrait-736h.png" width="1242" />
|
|
||||||
<splash height="1024" src="res/screens/ios/screen-ipad-portrait.png" width="768" />
|
|
||||||
<splash height="2048" src="res/screens/ios/screen-ipad-portrait-2x.png" width="1536" />
|
|
||||||
</platform>
|
</platform>
|
||||||
<preference name="SplashScreenDelay" value="3000" />
|
<preference name="SplashScreenDelay" value="3000" />
|
||||||
<preference name="AutoHideSplashScreen" value="false" />
|
<preference name="AutoHideSplashScreen" value="false" />
|
||||||
|
BIN
icon.png
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 3.0 KiB |
BIN
iconoriginal.png
Normal file
After Width: | Height: | Size: 54 KiB |
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "com.netsyms.BusinessMobile",
|
"name": "com.netsyms.BusinessMobile",
|
||||||
"displayName": "Business for Mobile",
|
"displayName": "Business for Mobile",
|
||||||
"version": "1.0.0",
|
"version": "1.2.1",
|
||||||
"description": "Mobile client for the Netsyms Business Apps.",
|
"description": "Mobile client for the Netsyms Business Apps.",
|
||||||
"main": "index.html",
|
"main": "index.html",
|
||||||
"author": "Netsyms Technologies",
|
"author": "Netsyms Technologies",
|
||||||
|
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 9.3 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 81 KiB |
Before Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 81 KiB |
Before Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 12 KiB |
BIN
splash.png
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 23 KiB |