This commit is contained in:
Matias Alejo Garcia 2016-08-24 20:08:38 -03:00
parent 3f6611fb5b
commit 558f10287a
No known key found for this signature in database
GPG Key ID: 02470DB551277AB3
6 changed files with 31 additions and 22 deletions

View File

@ -3,9 +3,9 @@
"//":" Modify it at app-template/",
"manifest_version": 2,
"name": "Copay",
"description": "A Secure Bitcoin Wallet",
"version": "2.5.0",
"name": "BitPay",
"description": "The BitPay Bitcoin Wallet",
"version": "0.3.0",
"permissions": [
"storage",
"unlimitedStorage",

View File

@ -3,10 +3,10 @@
"//":"PLEASE! Do not edit this file directly",
"//":" Modify it at app-template/",
"name": "copay",
"description": "A Secure Bitcoin Wallet",
"name": "bitpay",
"description": "The BitPay Bitcoin Wallet",
"author": "BitPay",
"version": "2.5.0",
"version": "0.3.0",
"keywords": [
"wallet",
"copay",

View File

@ -0,0 +1,3 @@
<h1> Starting... </h1>
Splash screen me...

View File

@ -14,7 +14,7 @@ if (window && window.navigator) {
//Setting up route
angular.module('copayApp').config(function(historicLogProvider, $provide, $logProvider, $stateProvider, $urlRouterProvider, $compileProvider, $ionicConfigProvider) {
$urlRouterProvider.otherwise('/tabs/home');
$urlRouterProvider.otherwise('/starting');
// NO CACHE
$ionicConfigProvider.views.maxCache(0);
@ -95,6 +95,12 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
templateUrl: 'views/unsupported.html'
})
.state('starting', {
url: '/starting',
templateUrl: 'views/starting.html'
})
/*
*
@ -757,7 +763,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
} else {
profileService.storeProfileIfDirty();
$log.debug('Profile loaded ... Starting UX.');
// $state.transitionTo('tabs.home');
$state.transitionTo('tabs.home');
}
});

View File

@ -1,9 +1,9 @@
[Desktop Entry]
Type=Application
Version=2.5.0
Name=Copay
Comment=A Secure Bitcoin Wallet
Exec=copay
Version=0.3.0
Name=BitPay
Comment=The BitPay Bitcoin Wallet
Exec=bitpay
Icon=icon-256.png
Terminal=false
Categories=Finance

View File

@ -1,10 +1,10 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "copay"
#define MyAppVersion "2.5.0"
#define MyAppName "bitpay"
#define MyAppVersion "0.3.0"
#define MyAppPublisher "BitPay"
#define MyAppURL "https://copay.io"
#define MyAppURL "https://bitpay.com"
#define MyAppExeName "*NAMECASENOSPACE.exe"
[Setup]
@ -18,7 +18,7 @@ AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\{#MyAppName}
DefaultGroupName={#MyAppName}
OutputBaseFilename=Copay-win
OutputBaseFilename=BitPay-win
OutputDir=./
Compression=lzma
SolidCompression=yes
@ -32,8 +32,8 @@ Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl"
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files]
Source: "Copay\win64\copay.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "Copay\win64\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "BitPay\win64\bitpay.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "BitPay\win64\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "../public/img/icons/favicon.ico"; DestDir: "{app}"; DestName: "icon.ico"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
@ -50,8 +50,8 @@ Root: HKCR; Subkey: "bitcoin"; ValueType: "string"; ValueName: "URL Protocol"; V
Root: HKCR; Subkey: "bitcoin\DefaultIcon"; ValueType: "string"; ValueData: "{app}\{#MyAppExeName},0"
Root: HKCR; Subkey: "bitcoin\shell\open\command"; ValueType: "string"; ValueData: """{app}\{#MyAppExeName}"" ""%1"""
Root: HKCR; Subkey: "copay"; ValueType: "string"; ValueData: "URL:Copay Custom Protocol"; Flags: uninsdeletekey
Root: HKCR; Subkey: "copay"; ValueType: "string"; ValueName: "URL Protocol"; ValueData: ""
Root: HKCR; Subkey: "copay\DefaultIcon"; ValueType: "string"; ValueData: "{app}\{#MyAppExeName},0"
Root: HKCR; Subkey: "copay\shell\open\command"; ValueType: "string"; ValueData: """{app}\{#MyAppExeName}"" ""%1"""
Root: HKCR; Subkey: "bitpay"; ValueType: "string"; ValueData: "URL:BitPay Custom Protocol"; Flags: uninsdeletekey
Root: HKCR; Subkey: "bitpay"; ValueType: "string"; ValueName: "URL Protocol"; ValueData: ""
Root: HKCR; Subkey: "bitpay\DefaultIcon"; ValueType: "string"; ValueData: "{app}\{#MyAppExeName},0"
Root: HKCR; Subkey: "bitpay\shell\open\command"; ValueType: "string"; ValueData: """{app}\{#MyAppExeName}"" ""%1"""