* Addressbook: display error if select an incomplete wallet * Check if wallet is complete/needs_backup for Glidera and Coinbase * Ref/create a walletService * Ref. walletService * Fix Glidera and Coinbase * Removes txService * Fix glidera connection for mobile. Fix bitcode for xcode * Fix duplicated entry * Revert "Bump bwc version 2.3.1" * adds karma-mocha * Refactor * Refactor lock function * Refactor reject, remove and broadcast tx * add walletService tests WIP * add walletService tests WIP 2 * merge * update tests to mocha * fix tests. Angular 1.5? * Fix test * Generate angular-bwc before testing * Rever gitignore * Wording |
||
|---|---|---|
| .. | ||
| android | ||
| docs | ||
| ios | ||
| wp | ||
| build.sh | ||
| config.xml | ||
| Makefile | ||
| ProjectMakefile | ||
| readme.md | ||
Mobile building
Requisites
- Install Android SDK
- Install XCode for IOS
- Install Cordova:
sudo npm install -g cordova - Install Copay dependecies:
bower install && npm install - Install Java-SDK and Apache Ant
Build the project
$ make [clean] open-ios
OR $ make [clean] android-run
OR $ make [clean] wp8
See Makefile for more targets