diff --git a/res/build_cca.sh b/res/cca_build.sh similarity index 100% rename from res/build_cca.sh rename to res/cca_build.sh diff --git a/res/release_cca.sh b/res/cca_release_android.sh similarity index 100% rename from res/release_cca.sh rename to res/cca_release_android.sh diff --git a/res/run_cca.sh b/res/cca_run_android.sh similarity index 87% rename from res/run_cca.sh rename to res/cca_run_android.sh index a9608ab..b1e9ee9 100755 --- a/res/run_cca.sh +++ b/res/cca_run_android.sh @@ -5,5 +5,4 @@ cd `dirname $0` cd .. cd release/cca/Whiteout -#cca run ios cca run android --device \ No newline at end of file diff --git a/res/cca_run_ios.sh b/res/cca_run_ios.sh new file mode 100755 index 0000000..4890302 --- /dev/null +++ b/res/cca_run_ios.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +# go to root +cd `dirname $0` +cd .. + +cd release/cca/Whiteout +cca run ios \ No newline at end of file diff --git a/src/img/icon-120-ios.png b/src/img/icon-120-ios.png new file mode 100644 index 0000000..16160c0 Binary files /dev/null and b/src/img/icon-120-ios.png differ diff --git a/src/img/icon.png b/src/img/icon-128-chrome.png similarity index 100% rename from src/img/icon.png rename to src/img/icon-128-chrome.png diff --git a/src/img/icon-128.png b/src/img/icon-128.png new file mode 100644 index 0000000..8b60154 Binary files /dev/null and b/src/img/icon-128.png differ diff --git a/src/img/icon-152-ios.png b/src/img/icon-152-ios.png new file mode 100644 index 0000000..f068589 Binary files /dev/null and b/src/img/icon-152-ios.png differ diff --git a/src/img/icon-196.png b/src/img/icon-196.png new file mode 100644 index 0000000..d82b629 Binary files /dev/null and b/src/img/icon-196.png differ diff --git a/src/index.html b/src/index.html index 05d59db..c43d2fa 100644 --- a/src/index.html +++ b/src/index.html @@ -11,6 +11,20 @@ alert('Warning! Your browser does not support Content-Security-Policy (CSP). If possible please switch to a different browser.'); + + + + + + + + + + + + + + diff --git a/src/js/app-config.js b/src/js/app-config.js index bfa1995..384b1b8 100644 --- a/src/js/app-config.js +++ b/src/js/app-config.js @@ -89,7 +89,7 @@ define(function(require) { } }, checkOutboxInterval: 5000, - iconPath: '/img/icon.png', + iconPath: '/img/icon-128-chrome.png', verificationUrl: '/verify/', verificationUuidLength: 36, dbVersion: 5, diff --git a/src/manifest.json b/src/manifest.json index 87ba48b..fb83e65 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -5,7 +5,10 @@ "manifest_version": 2, "offline_enabled": true, "icons": { - "128": "img/icon.png" + "120": "img/icon-120-ios.png", + "152": "img/icon-152-ios.png", + "128": "img/icon-128-chrome.png", + "196": "img/icon-196.png" }, "permissions": [ "unlimitedStorage", { diff --git a/src/manifest.mobile.json b/src/manifest.mobile.json index 5a46489..f7d42cf 100644 --- a/src/manifest.mobile.json +++ b/src/manifest.mobile.json @@ -3,10 +3,11 @@ "versionCode": 5, "CFBundleVersion": "1.1.1", - // platform overrides "ios": { "oauth2": { "client_id": "440907777130-m0cn01eot554ik1h70hfcmvidnq61oer.apps.googleusercontent.com" } - } + }, + + "android": {} } \ No newline at end of file diff --git a/src/tpl/about.html b/src/tpl/about.html index 0b459cd..e123fb6 100644 --- a/src/tpl/about.html +++ b/src/tpl/about.html @@ -5,7 +5,7 @@
- +

Whiteout Mail

Version {{version}}

© {{ date | date:'yyyy'}} Whiteout Networks GmbH