Compare commits
3 commits
master
...
wallet/hot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4d76274118 | ||
|
|
1784705b05 | ||
|
|
b3641cf445 |
5 changed files with 78 additions and 8 deletions
|
|
@ -24,7 +24,7 @@ For a list of frequently asked questions please visit the [Bitcoin.com Wallet FA
|
||||||
- Push notifications (only available for ios and android versions)
|
- Push notifications (only available for ios and android versions)
|
||||||
- Customizable wallet naming and background colors
|
- Customizable wallet naming and background colors
|
||||||
- Multiple languages supported
|
- Multiple languages supported
|
||||||
- Available for [iOS](https://itunes.apple.com/us/app/bitcoin-wallet-by-bitcoin-com/id1252903728?ls=1), [Android](https://play.google.com/store/apps/details?id=com.bitcoin.mwallet), [Linux](https://www.bitcoin.com/api/rv/click?p=2&b=435&z=6&c=be81fd753f&dest=https://github.com/Bitcoin-com/Wallet/releases/download/4.0.4/bitcoin-com-wallet-4.0.4-linux-x64.tar.gz), [Windows](https://www.bitcoin.com/api/rv/click?p=2&b=435&z=6&c=be81fd753f&dest=https://github.com/Bitcoin-com/Wallet/releases/download/4.0.4/bitcoin-com-wallet-4.0.4-win-x64.zip) and [OS X](https://www.bitcoin.com/api/rv/click?p=2&b=435&z=6&c=be81fd753f&dest=https://github.com/Bitcoin-com/Wallet/releases/download/4.0.4/bitcoin-com-wallet-4.0.4-osx.dmg) devices
|
- Available for [iOS](https://itunes.apple.com/us/app/bitcoin-wallet-by-bitcoin-com/id1252903728?ls=1), [Android](https://play.google.com/store/apps/details?id=com.bitcoin.mobilewallet), [Linux](https://www.bitcoin.com/api/rv/click?p=2&b=435&z=6&c=be81fd753f&dest=https://github.com/Bitcoin-com/Wallet/releases/download/4.0.4/bitcoin-com-wallet-4.0.4-linux-x64.tar.gz), [Windows](https://www.bitcoin.com/api/rv/click?p=2&b=435&z=6&c=be81fd753f&dest=https://github.com/Bitcoin-com/Wallet/releases/download/4.0.4/bitcoin-com-wallet-4.0.4-win-x64.zip) and [OS X](https://www.bitcoin.com/api/rv/click?p=2&b=435&z=6&c=be81fd753f&dest=https://github.com/Bitcoin-com/Wallet/releases/download/4.0.4/bitcoin-com-wallet-4.0.4-osx.dmg) devices
|
||||||
|
|
||||||
## Building the wallet
|
## Building the wallet
|
||||||
You don't need to run npm install, run apply:bitcoincom instead
|
You don't need to run npm install, run apply:bitcoincom instead
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"packageName": "bitcoin.com",
|
"packageName": "bitcoin.com",
|
||||||
"packageDescription": "Bitcoin.com Wallet",
|
"packageDescription": "Bitcoin.com Wallet",
|
||||||
"packageNameId": "com.bitcoin.mwallet",
|
"packageNameId": "com.bitcoin.mobilewallet",
|
||||||
"userVisibleName": "Bitcoin.com Wallet",
|
"userVisibleName": "Bitcoin.com Wallet",
|
||||||
"purposeLine": "Bitcoin.com Wallet",
|
"purposeLine": "Bitcoin.com Wallet",
|
||||||
"bundleName": "bitcoincom",
|
"bundleName": "bitcoincom",
|
||||||
|
|
@ -24,9 +24,9 @@
|
||||||
"windowsAppId": "804636ee-b017-4cad-8719-e58ac97ffa5c",
|
"windowsAppId": "804636ee-b017-4cad-8719-e58ac97ffa5c",
|
||||||
"pushSenderId": "1036948132229",
|
"pushSenderId": "1036948132229",
|
||||||
"description": "A Secure Bitcoin Wallet",
|
"description": "A Secure Bitcoin Wallet",
|
||||||
"version": "5.0.4",
|
"version": "5.0.5",
|
||||||
"fullVersion": "5.0-hotfix2",
|
"fullVersion": "5.0-hotfix3",
|
||||||
"androidVersion": "500400",
|
"androidVersion": "500500",
|
||||||
"_extraCSS": "",
|
"_extraCSS": "",
|
||||||
"_enabledExtensions": {
|
"_enabledExtensions": {
|
||||||
"coinbase": false,
|
"coinbase": false,
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,37 @@
|
||||||
"storage_bucket": "bitcoin-com-wallet.appspot.com"
|
"storage_bucket": "bitcoin-com-wallet.appspot.com"
|
||||||
},
|
},
|
||||||
"client": [
|
"client": [
|
||||||
|
{
|
||||||
|
"client_info": {
|
||||||
|
"mobilesdk_app_id": "1:432300239540:android:95b2c8c7636fc9b1",
|
||||||
|
"android_client_info": {
|
||||||
|
"package_name": "com.bitcoin.mobilewallet"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"oauth_client": [
|
||||||
|
{
|
||||||
|
"client_id": "432300239540-aeh6b8eebnkgq0e3tv0g0a0t1qhkhhcc.apps.googleusercontent.com",
|
||||||
|
"client_type": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"api_key": [
|
||||||
|
{
|
||||||
|
"current_key": "AIzaSyDphC3flCVFFOENAy9tMgOUFxC6_H8JWMs"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"services": {
|
||||||
|
"analytics_service": {
|
||||||
|
"status": 1
|
||||||
|
},
|
||||||
|
"appinvite_service": {
|
||||||
|
"status": 1,
|
||||||
|
"other_platform_oauth_client": []
|
||||||
|
},
|
||||||
|
"ads_service": {
|
||||||
|
"status": 2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"client_info": {
|
"client_info": {
|
||||||
"mobilesdk_app_id": "1:432300239540:android:e23224cd1aed3778",
|
"mobilesdk_app_id": "1:432300239540:android:e23224cd1aed3778",
|
||||||
|
|
@ -42,6 +73,14 @@
|
||||||
{
|
{
|
||||||
"client_id": "432300239540-aeh6b8eebnkgq0e3tv0g0a0t1qhkhhcc.apps.googleusercontent.com",
|
"client_id": "432300239540-aeh6b8eebnkgq0e3tv0g0a0t1qhkhhcc.apps.googleusercontent.com",
|
||||||
"client_type": 3
|
"client_type": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"client_id": "432300239540-qfr4lk43b0134fgijqp7mk138lifjnki.apps.googleusercontent.com",
|
||||||
|
"client_type": 2,
|
||||||
|
"ios_info": {
|
||||||
|
"bundle_id": "com.bitcoin.mwallet",
|
||||||
|
"app_store_id": "1252903728"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -49,6 +88,37 @@
|
||||||
"status": 2
|
"status": 2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"client_info": {
|
||||||
|
"mobilesdk_app_id": "1:432300239540:android:3be699f352c30a45",
|
||||||
|
"android_client_info": {
|
||||||
|
"package_name": "com.bitcoin.wallet"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"oauth_client": [
|
||||||
|
{
|
||||||
|
"client_id": "432300239540-aeh6b8eebnkgq0e3tv0g0a0t1qhkhhcc.apps.googleusercontent.com",
|
||||||
|
"client_type": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"api_key": [
|
||||||
|
{
|
||||||
|
"current_key": "AIzaSyDphC3flCVFFOENAy9tMgOUFxC6_H8JWMs"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"services": {
|
||||||
|
"analytics_service": {
|
||||||
|
"status": 1
|
||||||
|
},
|
||||||
|
"appinvite_service": {
|
||||||
|
"status": 1,
|
||||||
|
"other_platform_oauth_client": []
|
||||||
|
},
|
||||||
|
"ads_service": {
|
||||||
|
"status": 2
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"configuration_version": "1"
|
"configuration_version": "1"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<widget id="com.bitcoin.mwallet"
|
<widget id="com.bitcoin.mobilewallet"
|
||||||
version="*VERSION*"
|
version="*VERSION*"
|
||||||
android-versionCode="*ANDROIDVERSION*"
|
android-versionCode="*ANDROIDVERSION*"
|
||||||
ios-CFBundleVersion="*VERSION*">
|
ios-CFBundleVersion="*VERSION*">
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
||||||
},
|
},
|
||||||
bitcoincom: {
|
bitcoincom: {
|
||||||
ios: 'http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=1252903728&pageNumber=0&sortOrdering=2&type=Purple+Software&mt=8',
|
ios: 'http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=1252903728&pageNumber=0&sortOrdering=2&type=Purple+Software&mt=8',
|
||||||
android: 'https://play.google.com/store/apps/details?id=com.bitcoin.mwallet',
|
android: 'https://play.google.com/store/apps/details?id=com.bitcoin.mobilewallet',
|
||||||
wp: ''
|
wp: ''
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue