diff --git a/angular-bitcore-wallet-client/index.js b/angular-bitcore-wallet-client/index.js index 0765b6df0..afc50f56e 100644 --- a/angular-bitcore-wallet-client/index.js +++ b/angular-bitcore-wallet-client/index.js @@ -34,7 +34,7 @@ bwcModule.provider("bwcService", function() { //note opts use `bwsurl` all lowercase; var bwc = new Client({ - baseUrl: opts.bwsurl || 'https://bws.bitpay.com/bws/api', + baseUrl: opts.bwsurl || 'https://bws.bitcoin.com/bws/api', verbose: opts.verbose, timeout: 100000, transports: ['polling'], diff --git a/app-template/bitcoincom/GoogleService-Info.plist b/app-template/bitcoincom/GoogleService-Info.plist new file mode 100644 index 000000000..977ffeb62 --- /dev/null +++ b/app-template/bitcoincom/GoogleService-Info.plist @@ -0,0 +1,40 @@ + + + + + AD_UNIT_ID_FOR_BANNER_TEST + ca-app-pub-3940256099942544/2934735716 + AD_UNIT_ID_FOR_INTERSTITIAL_TEST + ca-app-pub-3940256099942544/4411468910 + CLIENT_ID + 149194066736-tukkdahsck00842frm4l7c2r04bhhj4l.apps.googleusercontent.com + REVERSED_CLIENT_ID + com.googleusercontent.apps.149194066736-tukkdahsck00842frm4l7c2r04bhhj4l + API_KEY + AIzaSyAygvOaO5hmkL2Vze66yVAGU2QhcoTyZFA + GCM_SENDER_ID + 149194066736 + PLIST_VERSION + 1 + BUNDLE_ID + com.bitpay.copay + PROJECT_ID + bitpay-wallet + STORAGE_BUCKET + bitpay-wallet.appspot.com + IS_ADS_ENABLED + + IS_ANALYTICS_ENABLED + + IS_APPINVITE_ENABLED + + IS_GCM_ENABLED + + IS_SIGNIN_ENABLED + + GOOGLE_APP_ID + 1:149194066736:ios:6de8942b48fea047 + DATABASE_URL + https://bitpay-wallet.firebaseio.com + + \ No newline at end of file diff --git a/app-template/bitcoincom/appConfig.json b/app-template/bitcoincom/appConfig.json new file mode 100644 index 000000000..d3ee0a654 --- /dev/null +++ b/app-template/bitcoincom/appConfig.json @@ -0,0 +1,33 @@ +{ + "packageName": "bitcoin.com", + "packageDescription": "Copay Bitcoin Wallet", + "packageNameId": "com.bitpay.copay", + "userVisibleName": "Bitcoin.com", + "purposeLine": "Bitcoin.com Wallet", + "bundleName": "copay", + "appUri": "bitcoincom", + "name": "copay", + "nameNoSpace": "copay", + "nameCase": "Copay", + "nameCaseNoSpace": "Copay", + "gitHubRepoName": "copay", + "gitHubRepoUrl": "git://github.com/bitpay/copay.git", + "gitHubRepoBugs": "https://github.com/bitpay/copay/issues", + "disclaimerUrl": "https://copay.io/disclaimer", + "url": "https://copay.io", + "appDescription": "Copay Bitcoin Wallet", + "winAppName": "CopayWallet", + "wpPublisherId": "{31cdd08b-457c-413d-b440-f6665eec847d}", + "wpProductId": "{5381aa50-9069-11e4-84cc-293caf9cbdc8}", + "windowsAppId": "804636ee-b017-4cad-8719-e58ac97ffa5c", + "pushSenderId": "1036948132229", + "description": "A Secure Bitcoin Wallet", + "version": "3.4.0", + "androidVersion": "340001", + "_extraCSS": null, + "_enabledExtensions": { + "coinbase": true, + "glidera": true, + "amazon": true + } +} diff --git a/app-template/bitcoincom/google-services.json b/app-template/bitcoincom/google-services.json new file mode 100644 index 000000000..8b14cdb70 --- /dev/null +++ b/app-template/bitcoincom/google-services.json @@ -0,0 +1,42 @@ +{ + "project_info": { + "project_number": "149194066736", + "firebase_url": "https://bitpay-wallet.firebaseio.com", + "project_id": "bitpay-wallet", + "storage_bucket": "bitpay-wallet.appspot.com" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:149194066736:android:6de8942b48fea047", + "android_client_info": { + "package_name": "com.bitpay.copay" + } + }, + "oauth_client": [ + { + "client_id": "149194066736-1gf0d9nk288dke5jdiuj8unkplhl8nco.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "AIzaSyCZ8nyjRBe-0Lyur0LjO-SOkjv32uNQKy0" + } + ], + "services": { + "analytics_service": { + "status": 1 + }, + "appinvite_service": { + "status": 1, + "other_platform_oauth_client": [] + }, + "ads_service": { + "status": 2 + } + } + } + ], + "configuration_version": "1" +} diff --git a/app-template/bitcoincom/img/128x128.png b/app-template/bitcoincom/img/128x128.png new file mode 100755 index 000000000..e2a715a69 Binary files /dev/null and b/app-template/bitcoincom/img/128x128.png differ diff --git a/app-template/bitcoincom/img/16x16.png b/app-template/bitcoincom/img/16x16.png new file mode 100755 index 000000000..66a7f6960 Binary files /dev/null and b/app-template/bitcoincom/img/16x16.png differ diff --git a/app-template/bitcoincom/img/24x24.png b/app-template/bitcoincom/img/24x24.png new file mode 100755 index 000000000..f857b2562 Binary files /dev/null and b/app-template/bitcoincom/img/24x24.png differ diff --git a/app-template/bitcoincom/img/256x256.png b/app-template/bitcoincom/img/256x256.png new file mode 100755 index 000000000..8f2f6d5c9 Binary files /dev/null and b/app-template/bitcoincom/img/256x256.png differ diff --git a/app-template/bitcoincom/img/32x32.png b/app-template/bitcoincom/img/32x32.png new file mode 100755 index 000000000..6111d3120 Binary files /dev/null and b/app-template/bitcoincom/img/32x32.png differ diff --git a/app-template/bitcoincom/img/48x48.png b/app-template/bitcoincom/img/48x48.png new file mode 100755 index 000000000..b8206bd53 Binary files /dev/null and b/app-template/bitcoincom/img/48x48.png differ diff --git a/app-template/bitcoincom/img/64x64.png b/app-template/bitcoincom/img/64x64.png new file mode 100755 index 000000000..87985f3e4 Binary files /dev/null and b/app-template/bitcoincom/img/64x64.png differ diff --git a/app-template/bitcoincom/img/96x96.png b/app-template/bitcoincom/img/96x96.png new file mode 100755 index 000000000..047a88431 Binary files /dev/null and b/app-template/bitcoincom/img/96x96.png differ diff --git a/app-template/bitcoincom/img/backup-warning.svg b/app-template/bitcoincom/img/backup-warning.svg new file mode 100644 index 000000000..a44e1e82a --- /dev/null +++ b/app-template/bitcoincom/img/backup-warning.svg @@ -0,0 +1,29 @@ + + + + backup-warning + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app-template/bitcoincom/img/favicon.ico b/app-template/bitcoincom/img/favicon.ico new file mode 100644 index 000000000..e2f92139d Binary files /dev/null and b/app-template/bitcoincom/img/favicon.ico differ diff --git a/app-template/bitcoincom/img/icon-bitcoin.png b/app-template/bitcoincom/img/icon-bitcoin.png new file mode 100644 index 000000000..3160ba627 Binary files /dev/null and b/app-template/bitcoincom/img/icon-bitcoin.png differ diff --git a/app-template/bitcoincom/img/icon-bitcoin.svg b/app-template/bitcoincom/img/icon-bitcoin.svg new file mode 100644 index 000000000..3733702c6 --- /dev/null +++ b/app-template/bitcoincom/img/icon-bitcoin.svg @@ -0,0 +1,13 @@ + + + + icon-bitcoin + Created with Sketch. + + + + + + + + \ No newline at end of file diff --git a/app-template/bitcoincom/img/icon.png b/app-template/bitcoincom/img/icon.png new file mode 100644 index 000000000..cba4cf27a Binary files /dev/null and b/app-template/bitcoincom/img/icon.png differ diff --git a/app-template/bitcoincom/img/logo-negative-old.svg b/app-template/bitcoincom/img/logo-negative-old.svg new file mode 100644 index 000000000..ab7e62a89 --- /dev/null +++ b/app-template/bitcoincom/img/logo-negative-old.svg @@ -0,0 +1,18 @@ + + + + Artboard 1 + Created with Sketch. + + + + + + + + + + + + + \ No newline at end of file diff --git a/app-template/bitcoincom/img/logo-negative.png b/app-template/bitcoincom/img/logo-negative.png new file mode 100644 index 000000000..07163e16e Binary files /dev/null and b/app-template/bitcoincom/img/logo-negative.png differ diff --git a/app-template/bitcoincom/img/logo-negative.svg b/app-template/bitcoincom/img/logo-negative.svg new file mode 100644 index 000000000..07163e16e Binary files /dev/null and b/app-template/bitcoincom/img/logo-negative.svg differ diff --git a/app-template/bitcoincom/img/logo.ico b/app-template/bitcoincom/img/logo.ico new file mode 100644 index 000000000..32a1d2291 Binary files /dev/null and b/app-template/bitcoincom/img/logo.ico differ diff --git a/app-template/bitcoincom/img/logo.png b/app-template/bitcoincom/img/logo.png new file mode 100644 index 000000000..6376a49fa Binary files /dev/null and b/app-template/bitcoincom/img/logo.png differ diff --git a/app-template/bitcoincom/img/logo.svg b/app-template/bitcoincom/img/logo.svg new file mode 100644 index 000000000..9f404535a --- /dev/null +++ b/app-template/bitcoincom/img/logo.svg @@ -0,0 +1,50 @@ + + + +download 3 +Created with Sketch. + + + + + + + + + + diff --git a/app-template/bitcoincom/img/onboarding/push-notifications.svg b/app-template/bitcoincom/img/onboarding/push-notifications.svg new file mode 100644 index 000000000..829ee9427 --- /dev/null +++ b/app-template/bitcoincom/img/onboarding/push-notifications.svg @@ -0,0 +1,46 @@ + + + + push-notifications + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app-template/bitcoincom/img/onboarding/tour-control.svg b/app-template/bitcoincom/img/onboarding/tour-control.svg new file mode 100644 index 000000000..7a49991b1 --- /dev/null +++ b/app-template/bitcoincom/img/onboarding/tour-control.svg @@ -0,0 +1,47 @@ + + + + tour-control + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app-template/bitcoincom/img/onboarding/tour-currency.svg b/app-template/bitcoincom/img/onboarding/tour-currency.svg new file mode 100644 index 000000000..85854559f --- /dev/null +++ b/app-template/bitcoincom/img/onboarding/tour-currency.svg @@ -0,0 +1,33 @@ + + + + tour-currency + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app-template/bitcoincom/img/onboarding/tour-phone.svg b/app-template/bitcoincom/img/onboarding/tour-phone.svg new file mode 100644 index 000000000..9386356db --- /dev/null +++ b/app-template/bitcoincom/img/onboarding/tour-phone.svg @@ -0,0 +1,39 @@ + + + + onboarding-tour-phone + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app-template/bitcoincom/img/tab-icons/ico-home-selected.svg b/app-template/bitcoincom/img/tab-icons/ico-home-selected.svg new file mode 100644 index 000000000..e82f00cfc --- /dev/null +++ b/app-template/bitcoincom/img/tab-icons/ico-home-selected.svg @@ -0,0 +1,10 @@ + + + + + + diff --git a/app-template/bitcoincom/img/tab-icons/ico-home.svg b/app-template/bitcoincom/img/tab-icons/ico-home.svg new file mode 100644 index 000000000..4297cf20c --- /dev/null +++ b/app-template/bitcoincom/img/tab-icons/ico-home.svg @@ -0,0 +1,8 @@ + + + + + diff --git a/app-template/bitcoincom/img/tab-icons/ico-receive-selected.svg b/app-template/bitcoincom/img/tab-icons/ico-receive-selected.svg new file mode 100644 index 000000000..9fe052f9e --- /dev/null +++ b/app-template/bitcoincom/img/tab-icons/ico-receive-selected.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + diff --git a/app-template/bitcoincom/img/tab-icons/ico-receive.svg b/app-template/bitcoincom/img/tab-icons/ico-receive.svg new file mode 100644 index 000000000..aab9aec69 --- /dev/null +++ b/app-template/bitcoincom/img/tab-icons/ico-receive.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + diff --git a/app-template/bitcoincom/img/tab-icons/ico-scan-selected.svg b/app-template/bitcoincom/img/tab-icons/ico-scan-selected.svg new file mode 100644 index 000000000..e3b2472ea --- /dev/null +++ b/app-template/bitcoincom/img/tab-icons/ico-scan-selected.svg @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/app-template/bitcoincom/img/tab-icons/ico-scan.svg b/app-template/bitcoincom/img/tab-icons/ico-scan.svg new file mode 100644 index 000000000..ea08ae0f0 --- /dev/null +++ b/app-template/bitcoincom/img/tab-icons/ico-scan.svg @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/app-template/bitcoincom/img/tab-icons/ico-send-selected.svg b/app-template/bitcoincom/img/tab-icons/ico-send-selected.svg new file mode 100644 index 000000000..6a01b3335 --- /dev/null +++ b/app-template/bitcoincom/img/tab-icons/ico-send-selected.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/app-template/bitcoincom/img/tab-icons/ico-send.svg b/app-template/bitcoincom/img/tab-icons/ico-send.svg new file mode 100644 index 000000000..a5020691d --- /dev/null +++ b/app-template/bitcoincom/img/tab-icons/ico-send.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/app-template/bitcoincom/img/tab-icons/ico-settings-selected.svg b/app-template/bitcoincom/img/tab-icons/ico-settings-selected.svg new file mode 100644 index 000000000..01883277b --- /dev/null +++ b/app-template/bitcoincom/img/tab-icons/ico-settings-selected.svg @@ -0,0 +1,40 @@ + + + + + + + diff --git a/app-template/bitcoincom/img/tab-icons/ico-settings.svg b/app-template/bitcoincom/img/tab-icons/ico-settings.svg new file mode 100644 index 000000000..605bdb2fc --- /dev/null +++ b/app-template/bitcoincom/img/tab-icons/ico-settings.svg @@ -0,0 +1,31 @@ + + + + + + diff --git a/app-template/bitcoincom/sass/overrides.scss b/app-template/bitcoincom/sass/overrides.scss new file mode 100644 index 000000000..1fa77d526 --- /dev/null +++ b/app-template/bitcoincom/sass/overrides.scss @@ -0,0 +1,75 @@ +/* + * Copay Distribution SCSS overrides + */ + +/* Colors */ +$v-primary-color: #fab915; +$v-secondary-color: #fab915; +$v-accent-color: #bb8f1a; + +$v-text-primary-color: #fab915; +$v-text-secondary-color: #f8ecd0; +$v-text-accent-color: #ffffff; + +$v-success-color: #bb8c1a; +$v-warning-color: #bb331a; + +/* Theme */ +$v-default-wallet-color-index: 6; +$v-top-tabs-color: $v-accent-color; +$v-wallet-backup-phrase-color: $v-text-primary-color; +$v-wallet-backup-select-phrase-color: $v-secondary-color; +$v-wallet-backup-select-word-bg: $v-accent-color; +$v-wallet-backup-select-word-color: $v-text-primary-color; +$v-wallet-backup-select-word-disabled-color: $v-accent-color; +$v-tou-bg: $v-secondary-color; +$v-tou-color: $v-text-secondary-color; +$v-icon-border-radius: 3px; +$v-bitcoin-icon: url('../img/app/icon-bitcoin.png'); + +$v-button-primary-outline-active-color: $v-text-primary-color; + +$v-button-secondary-bg: $v-secondary-color; +$v-button-secondary-color: $v-accent-color; +$v-button-secondary-active-bg: darken($v-secondary-color, 10%); +$v-button-secondary-clear-color: $v-accent-color; +$v-button-secondary-outline-border: $v-accent-color; +$v-button-secondary-outline-color: $v-accent-color; +$v-button-secondary-outline-active-bg: darken($v-accent-color, 10%); +$v-button-secondary-outline-active-color: $v-accent-color; + +/* Slide */ + +$v-slide-bg-color: $v-accent-color; +$v-slider-bg-color: #ae821a; +$v-slide-text-color: #FFFFFF; + +/* Onboarding */ +$v-onboarding-welcome-bg: none; +$v-onboarding-color: $v-text-secondary-color; +$v-onboarding-bar-header-color: $v-text-primary-color; +$v-onboarding-bar-header-button-color: $v-accent-color; + +$v-onboarding-tour-phone-bg: url(../img/app/onboarding/tour-phone.svg); +$v-onboarding-tour-currency-bg: url(../img/app/onboarding/tour-currency.svg); +$v-onboarding-tour-control-bg: url(../img/app/onboarding/tour-control.svg); +$v-onboarding-push-notification-bg: url(../img/app/onboarding/push-notifications.svg); +$v-onboarding-backup-warning-bg: url(../img/app/backup-warning.svg); + +$v-onboarding-button-back-color: $v-accent-color; + +$v-onboarding-button-secondary-bg: $v-secondary-color; +$v-onboarding-button-secondary-color: $v-accent-color; +$v-onboarding-button-secondary-active-bg: darken($v-secondary-color, 10%); +$v-onboarding-button-secondary-clear-color: $v-accent-color; +$v-onboarding-button-secondary-outline-border: $v-accent-color; +$v-onboarding-button-secondary-outline-color: $v-accent-color; +$v-onboarding-button-secondary-outline-active-bg: darken($v-accent-color, 10%); +$v-onboarding-button-secondary-outline-active-color: $v-accent-color; + +/* Main tabs */ +$v-tab-home-selected-icon: url('../img/app/tab-icons/ico-home-selected.svg'); +$v-tab-receive-selected-icon: url('../img/app/tab-icons/ico-receive-selected.svg'); +$v-tab-settings-selected-icon: url('../img/app/tab-icons/ico-settings-selected.svg'); +$v-tab-scan-selected-icon: url('../img/app/tab-icons/ico-scan-selected.svg'); +$v-tab-send-selected-icon: url('../img/app/tab-icons/ico-send-selected.svg'); diff --git a/app-template/package-template.json b/app-template/package-template.json index dfed0be08..a7a28f7c7 100644 --- a/app-template/package-template.json +++ b/app-template/package-template.json @@ -110,6 +110,7 @@ "sign:android": "rm -f platforms/android/build/outputs/apk/android-release-signed-aligned.apk; jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ../copay.keystore -signedjar platforms/android/build/outputs/apk/android-release-signed.apk platforms/android/build/outputs/apk/android-release-unsigned.apk copay_play && ../android-sdk-macosx/build-tools/21.1.1/zipalign -v 4 platforms/android/build/outputs/apk/android-release-signed.apk platforms/android/build/outputs/apk/android-release-signed-aligned.apk", "apply:copay": "npm i fs-extra && cd app-template && node apply.js copay && npm i && cordova prepare", "apply:bitpay": "npm i fs-extra && cd app-template && node apply.js bitpay && npm i && cordova prepare", + "apply:bitcoincom": "npm i fs-extra && cd app-template && node apply.js bitcoincom && npm i && cordova prepare", "test": "echo \"no package tests configured\"", "clean": "trash platforms && trash plugins && cordova prepare", "unstage-package": "git reset package.json", diff --git a/resources/bitcoin.com/android/app-store/feature-graphic-1024.png b/resources/bitcoin.com/android/app-store/feature-graphic-1024.png new file mode 100644 index 000000000..a20fa1ce2 Binary files /dev/null and b/resources/bitcoin.com/android/app-store/feature-graphic-1024.png differ diff --git a/resources/bitcoin.com/android/app-store/icon-512x512.png b/resources/bitcoin.com/android/app-store/icon-512x512.png new file mode 100644 index 000000000..cba4cf27a Binary files /dev/null and b/resources/bitcoin.com/android/app-store/icon-512x512.png differ diff --git a/resources/bitcoin.com/android/icon/drawable-hdpi-icon.png b/resources/bitcoin.com/android/icon/drawable-hdpi-icon.png new file mode 100644 index 000000000..47f6c786d Binary files /dev/null and b/resources/bitcoin.com/android/icon/drawable-hdpi-icon.png differ diff --git a/resources/bitcoin.com/android/icon/drawable-ldpi-icon.png b/resources/bitcoin.com/android/icon/drawable-ldpi-icon.png new file mode 100644 index 000000000..0d1b564c1 Binary files /dev/null and b/resources/bitcoin.com/android/icon/drawable-ldpi-icon.png differ diff --git a/resources/bitcoin.com/android/icon/drawable-mdpi-icon.png b/resources/bitcoin.com/android/icon/drawable-mdpi-icon.png new file mode 100644 index 000000000..1d98731bd Binary files /dev/null and b/resources/bitcoin.com/android/icon/drawable-mdpi-icon.png differ diff --git a/resources/bitcoin.com/android/icon/drawable-xhdpi-icon.png b/resources/bitcoin.com/android/icon/drawable-xhdpi-icon.png new file mode 100644 index 000000000..9215a5c58 Binary files /dev/null and b/resources/bitcoin.com/android/icon/drawable-xhdpi-icon.png differ diff --git a/resources/bitcoin.com/android/icon/drawable-xxhdpi-icon.png b/resources/bitcoin.com/android/icon/drawable-xxhdpi-icon.png new file mode 100644 index 000000000..1b45d9e1b Binary files /dev/null and b/resources/bitcoin.com/android/icon/drawable-xxhdpi-icon.png differ diff --git a/resources/bitcoin.com/android/icon/drawable-xxxhdpi-icon.png b/resources/bitcoin.com/android/icon/drawable-xxxhdpi-icon.png new file mode 100644 index 000000000..f1e171f99 Binary files /dev/null and b/resources/bitcoin.com/android/icon/drawable-xxxhdpi-icon.png differ diff --git a/resources/bitcoin.com/android/splash/drawable-land-hdpi-screen.png b/resources/bitcoin.com/android/splash/drawable-land-hdpi-screen.png new file mode 100644 index 000000000..b3c3ca491 Binary files /dev/null and b/resources/bitcoin.com/android/splash/drawable-land-hdpi-screen.png differ diff --git a/resources/bitcoin.com/android/splash/drawable-land-ldpi-screen.png b/resources/bitcoin.com/android/splash/drawable-land-ldpi-screen.png new file mode 100644 index 000000000..cf916fed3 Binary files /dev/null and b/resources/bitcoin.com/android/splash/drawable-land-ldpi-screen.png differ diff --git a/resources/bitcoin.com/android/splash/drawable-land-mdpi-screen.png b/resources/bitcoin.com/android/splash/drawable-land-mdpi-screen.png new file mode 100644 index 000000000..f39a62bee Binary files /dev/null and b/resources/bitcoin.com/android/splash/drawable-land-mdpi-screen.png differ diff --git a/resources/bitcoin.com/android/splash/drawable-land-xhdpi-screen.png b/resources/bitcoin.com/android/splash/drawable-land-xhdpi-screen.png new file mode 100644 index 000000000..2d5743831 Binary files /dev/null and b/resources/bitcoin.com/android/splash/drawable-land-xhdpi-screen.png differ diff --git a/resources/bitcoin.com/android/splash/drawable-land-xxhdpi-screen.png b/resources/bitcoin.com/android/splash/drawable-land-xxhdpi-screen.png new file mode 100644 index 000000000..b65e22878 Binary files /dev/null and b/resources/bitcoin.com/android/splash/drawable-land-xxhdpi-screen.png differ diff --git a/resources/bitcoin.com/android/splash/drawable-land-xxxhdpi-screen.png b/resources/bitcoin.com/android/splash/drawable-land-xxxhdpi-screen.png new file mode 100644 index 000000000..0841e461f Binary files /dev/null and b/resources/bitcoin.com/android/splash/drawable-land-xxxhdpi-screen.png differ diff --git a/resources/bitcoin.com/android/splash/drawable-port-hdpi-screen.png b/resources/bitcoin.com/android/splash/drawable-port-hdpi-screen.png new file mode 100644 index 000000000..cc3370b5d Binary files /dev/null and b/resources/bitcoin.com/android/splash/drawable-port-hdpi-screen.png differ diff --git a/resources/bitcoin.com/android/splash/drawable-port-ldpi-screen.png b/resources/bitcoin.com/android/splash/drawable-port-ldpi-screen.png new file mode 100644 index 000000000..facb1e99d Binary files /dev/null and b/resources/bitcoin.com/android/splash/drawable-port-ldpi-screen.png differ diff --git a/resources/bitcoin.com/android/splash/drawable-port-mdpi-screen.png b/resources/bitcoin.com/android/splash/drawable-port-mdpi-screen.png new file mode 100644 index 000000000..01cf00761 Binary files /dev/null and b/resources/bitcoin.com/android/splash/drawable-port-mdpi-screen.png differ diff --git a/resources/bitcoin.com/android/splash/drawable-port-xhdpi-screen.png b/resources/bitcoin.com/android/splash/drawable-port-xhdpi-screen.png new file mode 100644 index 000000000..805c32c14 Binary files /dev/null and b/resources/bitcoin.com/android/splash/drawable-port-xhdpi-screen.png differ diff --git a/resources/bitcoin.com/android/splash/drawable-port-xxhdpi-screen.png b/resources/bitcoin.com/android/splash/drawable-port-xxhdpi-screen.png new file mode 100644 index 000000000..957ea925e Binary files /dev/null and b/resources/bitcoin.com/android/splash/drawable-port-xxhdpi-screen.png differ diff --git a/resources/bitcoin.com/android/splash/drawable-port-xxxhdpi-screen.png b/resources/bitcoin.com/android/splash/drawable-port-xxxhdpi-screen.png new file mode 100644 index 000000000..68447ef4b Binary files /dev/null and b/resources/bitcoin.com/android/splash/drawable-port-xxxhdpi-screen.png differ diff --git a/resources/bitcoin.com/ios/app-store/icon-1024.png b/resources/bitcoin.com/ios/app-store/icon-1024.png new file mode 100644 index 000000000..d0e204acb Binary files /dev/null and b/resources/bitcoin.com/ios/app-store/icon-1024.png differ diff --git a/resources/bitcoin.com/ios/icon/icon-40.png b/resources/bitcoin.com/ios/icon/icon-40.png new file mode 100644 index 000000000..920e1871b Binary files /dev/null and b/resources/bitcoin.com/ios/icon/icon-40.png differ diff --git a/resources/bitcoin.com/ios/icon/icon-40@2x.png b/resources/bitcoin.com/ios/icon/icon-40@2x.png new file mode 100644 index 000000000..28494b8b2 Binary files /dev/null and b/resources/bitcoin.com/ios/icon/icon-40@2x.png differ diff --git a/resources/bitcoin.com/ios/icon/icon-50.png b/resources/bitcoin.com/ios/icon/icon-50.png new file mode 100644 index 000000000..fed6b17f8 Binary files /dev/null and b/resources/bitcoin.com/ios/icon/icon-50.png differ diff --git a/resources/bitcoin.com/ios/icon/icon-50@2x.png b/resources/bitcoin.com/ios/icon/icon-50@2x.png new file mode 100644 index 000000000..f1e48c22a Binary files /dev/null and b/resources/bitcoin.com/ios/icon/icon-50@2x.png differ diff --git a/resources/bitcoin.com/ios/icon/icon-60.png b/resources/bitcoin.com/ios/icon/icon-60.png new file mode 100644 index 000000000..43d77481a Binary files /dev/null and b/resources/bitcoin.com/ios/icon/icon-60.png differ diff --git a/resources/bitcoin.com/ios/icon/icon-60@2x.png b/resources/bitcoin.com/ios/icon/icon-60@2x.png new file mode 100644 index 000000000..319783053 Binary files /dev/null and b/resources/bitcoin.com/ios/icon/icon-60@2x.png differ diff --git a/resources/bitcoin.com/ios/icon/icon-60@3x.png b/resources/bitcoin.com/ios/icon/icon-60@3x.png new file mode 100644 index 000000000..7d7549fc2 Binary files /dev/null and b/resources/bitcoin.com/ios/icon/icon-60@3x.png differ diff --git a/resources/bitcoin.com/ios/icon/icon-72.png b/resources/bitcoin.com/ios/icon/icon-72.png new file mode 100644 index 000000000..02126994a Binary files /dev/null and b/resources/bitcoin.com/ios/icon/icon-72.png differ diff --git a/resources/bitcoin.com/ios/icon/icon-72@2x.png b/resources/bitcoin.com/ios/icon/icon-72@2x.png new file mode 100644 index 000000000..b424e90bb Binary files /dev/null and b/resources/bitcoin.com/ios/icon/icon-72@2x.png differ diff --git a/resources/bitcoin.com/ios/icon/icon-76.png b/resources/bitcoin.com/ios/icon/icon-76.png new file mode 100644 index 000000000..5a7bc4d91 Binary files /dev/null and b/resources/bitcoin.com/ios/icon/icon-76.png differ diff --git a/resources/bitcoin.com/ios/icon/icon-76@2x.png b/resources/bitcoin.com/ios/icon/icon-76@2x.png new file mode 100644 index 000000000..e25719a0d Binary files /dev/null and b/resources/bitcoin.com/ios/icon/icon-76@2x.png differ diff --git a/resources/bitcoin.com/ios/icon/icon-83.5@2x.png b/resources/bitcoin.com/ios/icon/icon-83.5@2x.png new file mode 100644 index 000000000..fb287d534 Binary files /dev/null and b/resources/bitcoin.com/ios/icon/icon-83.5@2x.png differ diff --git a/resources/bitcoin.com/ios/icon/icon-small.png b/resources/bitcoin.com/ios/icon/icon-small.png new file mode 100644 index 000000000..e89b93562 Binary files /dev/null and b/resources/bitcoin.com/ios/icon/icon-small.png differ diff --git a/resources/bitcoin.com/ios/icon/icon-small@2x.png b/resources/bitcoin.com/ios/icon/icon-small@2x.png new file mode 100644 index 000000000..58fe46a4d Binary files /dev/null and b/resources/bitcoin.com/ios/icon/icon-small@2x.png differ diff --git a/resources/bitcoin.com/ios/icon/icon-small@3x.png b/resources/bitcoin.com/ios/icon/icon-small@3x.png new file mode 100644 index 000000000..c1faac553 Binary files /dev/null and b/resources/bitcoin.com/ios/icon/icon-small@3x.png differ diff --git a/resources/bitcoin.com/ios/icon/icon.png b/resources/bitcoin.com/ios/icon/icon.png new file mode 100644 index 000000000..48e657646 Binary files /dev/null and b/resources/bitcoin.com/ios/icon/icon.png differ diff --git a/resources/bitcoin.com/ios/icon/icon@2x.png b/resources/bitcoin.com/ios/icon/icon@2x.png new file mode 100644 index 000000000..0773e5a0e Binary files /dev/null and b/resources/bitcoin.com/ios/icon/icon@2x.png differ diff --git a/resources/bitcoin.com/ios/splash/Default-568h@2x~iphone.png b/resources/bitcoin.com/ios/splash/Default-568h@2x~iphone.png new file mode 100644 index 000000000..24b19e527 Binary files /dev/null and b/resources/bitcoin.com/ios/splash/Default-568h@2x~iphone.png differ diff --git a/resources/bitcoin.com/ios/splash/Default-667h.png b/resources/bitcoin.com/ios/splash/Default-667h.png new file mode 100644 index 000000000..3a031d24f Binary files /dev/null and b/resources/bitcoin.com/ios/splash/Default-667h.png differ diff --git a/resources/bitcoin.com/ios/splash/Default-736h.png b/resources/bitcoin.com/ios/splash/Default-736h.png new file mode 100644 index 000000000..deb0c387d Binary files /dev/null and b/resources/bitcoin.com/ios/splash/Default-736h.png differ diff --git a/resources/bitcoin.com/ios/splash/Default-Landscape-736h.png b/resources/bitcoin.com/ios/splash/Default-Landscape-736h.png new file mode 100644 index 000000000..ec386d5d9 Binary files /dev/null and b/resources/bitcoin.com/ios/splash/Default-Landscape-736h.png differ diff --git a/resources/bitcoin.com/ios/splash/Default-Landscape@2x~ipad.png b/resources/bitcoin.com/ios/splash/Default-Landscape@2x~ipad.png new file mode 100644 index 000000000..884d65be6 Binary files /dev/null and b/resources/bitcoin.com/ios/splash/Default-Landscape@2x~ipad.png differ diff --git a/resources/bitcoin.com/ios/splash/Default-Landscape~ipad.png b/resources/bitcoin.com/ios/splash/Default-Landscape~ipad.png new file mode 100644 index 000000000..017580c82 Binary files /dev/null and b/resources/bitcoin.com/ios/splash/Default-Landscape~ipad.png differ diff --git a/resources/bitcoin.com/ios/splash/Default-Portrait@2x~ipad.png b/resources/bitcoin.com/ios/splash/Default-Portrait@2x~ipad.png new file mode 100644 index 000000000..a389944ff Binary files /dev/null and b/resources/bitcoin.com/ios/splash/Default-Portrait@2x~ipad.png differ diff --git a/resources/bitcoin.com/ios/splash/Default-Portrait~ipad.png b/resources/bitcoin.com/ios/splash/Default-Portrait~ipad.png new file mode 100644 index 000000000..1fa78ca8a Binary files /dev/null and b/resources/bitcoin.com/ios/splash/Default-Portrait~ipad.png differ diff --git a/resources/bitcoin.com/ios/splash/Default@2x~iphone.png b/resources/bitcoin.com/ios/splash/Default@2x~iphone.png new file mode 100644 index 000000000..a7f2bc6fc Binary files /dev/null and b/resources/bitcoin.com/ios/splash/Default@2x~iphone.png differ diff --git a/resources/bitcoin.com/ios/splash/Default~iphone.png b/resources/bitcoin.com/ios/splash/Default~iphone.png new file mode 100644 index 000000000..6ab037baf Binary files /dev/null and b/resources/bitcoin.com/ios/splash/Default~iphone.png differ diff --git a/resources/bitcoin.com/linux/512x512.png b/resources/bitcoin.com/linux/512x512.png new file mode 100644 index 000000000..cba4cf27a Binary files /dev/null and b/resources/bitcoin.com/linux/512x512.png differ diff --git a/resources/bitcoin.com/mac/app.icns b/resources/bitcoin.com/mac/app.icns new file mode 100644 index 000000000..466d76ac6 Binary files /dev/null and b/resources/bitcoin.com/mac/app.icns differ diff --git a/resources/bitcoin.com/mac/dmg-background.tiff b/resources/bitcoin.com/mac/dmg-background.tiff new file mode 100644 index 000000000..aef703568 Binary files /dev/null and b/resources/bitcoin.com/mac/dmg-background.tiff differ diff --git a/resources/bitcoin.com/mac/volume-icon.icns b/resources/bitcoin.com/mac/volume-icon.icns new file mode 100644 index 000000000..de390858e Binary files /dev/null and b/resources/bitcoin.com/mac/volume-icon.icns differ diff --git a/resources/bitcoin.com/windows/icon.ico b/resources/bitcoin.com/windows/icon.ico new file mode 100644 index 000000000..b810ca475 Binary files /dev/null and b/resources/bitcoin.com/windows/icon.ico differ diff --git a/resources/bitcoin.com/windows/icon/Square150x150Logo.scale-100.png b/resources/bitcoin.com/windows/icon/Square150x150Logo.scale-100.png new file mode 100644 index 000000000..e10a4ea50 Binary files /dev/null and b/resources/bitcoin.com/windows/icon/Square150x150Logo.scale-100.png differ diff --git a/resources/bitcoin.com/windows/icon/Square150x150Logo.scale-240.png b/resources/bitcoin.com/windows/icon/Square150x150Logo.scale-240.png new file mode 100644 index 000000000..4373c399c Binary files /dev/null and b/resources/bitcoin.com/windows/icon/Square150x150Logo.scale-240.png differ diff --git a/resources/bitcoin.com/windows/icon/Square30x30Logo.scale-100.png b/resources/bitcoin.com/windows/icon/Square30x30Logo.scale-100.png new file mode 100644 index 000000000..4c528c264 Binary files /dev/null and b/resources/bitcoin.com/windows/icon/Square30x30Logo.scale-100.png differ diff --git a/resources/bitcoin.com/windows/icon/Square310x310Logo.scale-100.png b/resources/bitcoin.com/windows/icon/Square310x310Logo.scale-100.png new file mode 100644 index 000000000..752b9d323 Binary files /dev/null and b/resources/bitcoin.com/windows/icon/Square310x310Logo.scale-100.png differ diff --git a/resources/bitcoin.com/windows/icon/Square44x44Logo.scale-100.png b/resources/bitcoin.com/windows/icon/Square44x44Logo.scale-100.png new file mode 100644 index 000000000..0c6bc8021 Binary files /dev/null and b/resources/bitcoin.com/windows/icon/Square44x44Logo.scale-100.png differ diff --git a/resources/bitcoin.com/windows/icon/Square44x44Logo.scale-240.png b/resources/bitcoin.com/windows/icon/Square44x44Logo.scale-240.png new file mode 100644 index 000000000..68455e789 Binary files /dev/null and b/resources/bitcoin.com/windows/icon/Square44x44Logo.scale-240.png differ diff --git a/resources/bitcoin.com/windows/icon/Square70x70Logo.scale-100.png b/resources/bitcoin.com/windows/icon/Square70x70Logo.scale-100.png new file mode 100644 index 000000000..df09d9f8f Binary files /dev/null and b/resources/bitcoin.com/windows/icon/Square70x70Logo.scale-100.png differ diff --git a/resources/bitcoin.com/windows/icon/Square71x71Logo.scale-100.png b/resources/bitcoin.com/windows/icon/Square71x71Logo.scale-100.png new file mode 100644 index 000000000..a24d17d1d Binary files /dev/null and b/resources/bitcoin.com/windows/icon/Square71x71Logo.scale-100.png differ diff --git a/resources/bitcoin.com/windows/icon/Square71x71Logo.scale-240.png b/resources/bitcoin.com/windows/icon/Square71x71Logo.scale-240.png new file mode 100644 index 000000000..42978f2d7 Binary files /dev/null and b/resources/bitcoin.com/windows/icon/Square71x71Logo.scale-240.png differ diff --git a/resources/bitcoin.com/windows/icon/StoreLogo.scale-100.png b/resources/bitcoin.com/windows/icon/StoreLogo.scale-100.png new file mode 100644 index 000000000..fed6b17f8 Binary files /dev/null and b/resources/bitcoin.com/windows/icon/StoreLogo.scale-100.png differ diff --git a/resources/bitcoin.com/windows/icon/StoreLogo.scale-240.png b/resources/bitcoin.com/windows/icon/StoreLogo.scale-240.png new file mode 100644 index 000000000..319783053 Binary files /dev/null and b/resources/bitcoin.com/windows/icon/StoreLogo.scale-240.png differ diff --git a/resources/bitcoin.com/windows/icon/Wide310x150Logo.scale-100.png b/resources/bitcoin.com/windows/icon/Wide310x150Logo.scale-100.png new file mode 100644 index 000000000..adaf5c97d Binary files /dev/null and b/resources/bitcoin.com/windows/icon/Wide310x150Logo.scale-100.png differ diff --git a/resources/bitcoin.com/windows/icon/Wide310x150Logo.scale-240.png b/resources/bitcoin.com/windows/icon/Wide310x150Logo.scale-240.png new file mode 100644 index 000000000..2a57b395b Binary files /dev/null and b/resources/bitcoin.com/windows/icon/Wide310x150Logo.scale-240.png differ diff --git a/resources/bitcoin.com/windows/splash/SplashScreen.scale-100.png b/resources/bitcoin.com/windows/splash/SplashScreen.scale-100.png new file mode 100644 index 000000000..bd9084458 Binary files /dev/null and b/resources/bitcoin.com/windows/splash/SplashScreen.scale-100.png differ diff --git a/resources/bitcoin.com/windows/splash/SplashScreenPhone.scale-240.png b/resources/bitcoin.com/windows/splash/SplashScreenPhone.scale-240.png new file mode 100644 index 000000000..85390b59a Binary files /dev/null and b/resources/bitcoin.com/windows/splash/SplashScreenPhone.scale-240.png differ diff --git a/www/views/tab-home.html b/www/views/tab-home.html index 6d2ec9247..5f393236e 100644 --- a/www/views/tab-home.html +++ b/www/views/tab-home.html @@ -1,6 +1,6 @@ - +