Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ src/js/translations.js
# cordova
plugins
platforms
cordova/project-*/*
cordova/*.keystore

# node-webkit
cache
Expand Down Expand Up @@ -98,26 +96,13 @@ www/fonts
/ionic.config.json
/appConfig.json
externalServices.json
cordova/Makefile
cordova/ProjectMakefile
app-template/bitpay-wallet
cordova/config.xml
cordova/wp/Package.appxmanifest
src/js/appConfig.js
src/js/externalServices.js
chrome-app/manifest.json
www/img/app
www/index.html


cordova/android/res/
cordova/wp/Assets/
cordova/wp/*.png
cordova/wp/*.jpg
cordova/ios/splash/
cordova/ios/icons/
cordova/project/

## Firebase
GoogleService-Info.plist
google-services.json
Expand Down
27 changes: 0 additions & 27 deletions app-template/Makefile

This file was deleted.

41 changes: 0 additions & 41 deletions app-template/Package.appxmanifest

This file was deleted.

18 changes: 0 additions & 18 deletions app-template/ProjectMakefile

This file was deleted.

49 changes: 0 additions & 49 deletions app-template/WMAppManifest.xml

This file was deleted.

3 changes: 0 additions & 3 deletions app-template/apply.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@
var templates = {
'package-template.json': '/',
'index.html': 'www/',
'Makefile': 'cordova/',
'ProjectMakefile': 'cordova/',
'config-template.xml': '/',
'ionic.config.json': '/',
'Package.appxmanifest': 'cordova/wp/',
'.desktop': 'webkitbuilds/',
'setup-win.iss': 'webkitbuilds/',
'build-macos.sh': 'webkitbuilds/',
Expand Down
8 changes: 4 additions & 4 deletions app-template/config-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- <preference name="KeyboardDisplayRequiresUserAction" value="false" /> -->
<preference name="StatusBarBackgroundColor" value="#1e3186" />
<preference name="BackupWebStorage" value="none"/>
<preference name="windows-target-version" value="8.1"/>
<preference name="windows-target-version" value="10.0"/>
<preference name="Orientation" value="default" />
<preference name="cordova-custom-config-stoponerror" value="true" />

Expand Down Expand Up @@ -56,20 +56,20 @@
<plugin name="ionic-plugin-keyboard" spec="~2.2.1" />
<plugin name="cordova-plugin-whitelist" spec="~1.3.0" />
<plugin name="cordova-plugin-wkwebview-engine" spec="https://github.com/driftyco/cordova-plugin-wkwebview-engine.git#4221015eb3f309fe593a7d81205b691e27088743" />
<plugin name="cordova-plugin-qrscanner" spec="~2.4.0" />
<plugin name="cordova-plugin-qrscanner" spec="~2.5.0" />
<plugin name="cordova-plugin-customurlscheme" spec="https://github.com/cmgustavo/Custom-URL-scheme.git">
<variable name="URL_SCHEME" value="bitcoin" />
<variable name="SECOND_URL_SCHEME" value="*APPURI*" />
</plugin>
<plugin name="cordova-custom-config" spec="~3.0.5" />
<plugin name="cordova-plugin-queries-schemes" spec="~0.1.5" />

<plugin name="cordova-plugin-fcm" spec="2.1.1" />
<plugin name="cordova-plugin-winstore-jscompat" spec="https://github.com/gabrielbazan7/cordova-plugin-winstore-jscompat.git" />

<!-- Supported Platforms -->
<engine name="ios" spec="~4.2.1" />
<engine name="android" spec="~5.2.2" />
<!-- <engine name="windows" spec="~4.4.2" /> -->
<engine name="windows" spec="~4.4.3" />

<!-- Platform Specific Settings -->
<platform name="ios">
Expand Down
6 changes: 4 additions & 2 deletions app-template/package-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
"angular-mocks": "1.4.10",
"bezier-easing": "^2.0.3",
"bhttp": "^1.2.1",
"bitauth": "^0.3.2",
"bitauth": "[email protected]:gabrielbazan7/bitauth.git#copay",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the record, this is temporary until: bitpay/bitauth#63 is merged.

"bitcore-wallet-client": "5.0.0",
"bower": "^1.7.9",
"cordova-android": "5.1.1",
"cordova-custom-config": "^3.0.5",
"cordova-plugin-qrscanner": "^2.3.1",
"cordova-plugin-qrscanner": "^2.5.0",
"coveralls": "^2.11.9",
"express": "^4.11.2",
"fs": "0.0.2",
Expand All @@ -84,12 +84,14 @@
"start": "npm run build:www && ionic serve --nolivereload --nogulp -s",
"start:ios": "npm run build:www && npm run build:ios && npm run open:ios",
"start:android": "npm run build:www && npm run build:android && npm run run:android",
"start:windows": "npm run build:www && npm run build:windows",
"start:desktop": "npm start",
"watch": "grunt watch",
"build:www": "grunt",
"build:www-release": "grunt prod",
"build:ios": "cordova prepare ios && cordova build ios --debug",
"build:android": "cordova prepare android && cordova build android --debug",
"build:windows": "cordova prepare windows && cordova build windows -- --arch=\"x86\"",
"build:ios-release": "cordova prepare ios && cordova build ios --release",
"build:android-release": "cordova prepare android && cordova build android --release",
"build:desktop": "grunt desktop",
Expand Down
18 changes: 0 additions & 18 deletions cordova/readme.md

This file was deleted.

46 changes: 0 additions & 46 deletions cordova/wp/MainPage.xaml

This file was deleted.

19 changes: 0 additions & 19 deletions cordova/wp/Properties/AppManifest.xml

This file was deleted.

52 changes: 0 additions & 52 deletions cordova/wp/Properties/AssemblyInfo.cs

This file was deleted.

Loading