Commit graph

178 commits

Author SHA1 Message Date
Matias Alejo Garcia
580b8e64fa
store profile if dirty after validation 2016-06-17 12:03:53 -03:00
Matias Alejo Garcia
ea2e1c91de
skip device validation in ios 2016-06-17 09:33:31 -03:00
Javier
abb4f60ada fix habdle import wallet 2016-06-15 12:44:35 -03:00
Matias Alejo Garcia
cf58dfab21
fix join wallet 2016-06-15 11:17:52 -03:00
Matias Alejo Garcia
24f8944ec3
. 2016-06-14 17:59:23 -03:00
Matias Alejo Garcia
7111bdf7f2
fixes credentials storage 2016-06-14 17:48:00 -03:00
Matias Alejo Garcia
6f8210c17b
fix validation; 2016-06-14 14:15:33 -03:00
Matias Alejo Garcia
57aecf7e1b
fix skip Validation. Replaces scanning with updating 2016-06-14 14:05:25 -03:00
Matias Alejo Garcia
52a20334e1
new key test, upgrades to bwc 2.7.0 2016-06-14 12:28:21 -03:00
Matias Alejo Garcia
c294097c1d
replace ongoingprocess 2016-06-13 11:45:14 -03:00
Matias Alejo Garcia
399ab1a75f
fix tests 2016-06-13 10:39:28 -03:00
Matias Alejo Garcia
22ed51d047
add "verifying wallet message" 2016-06-13 09:50:37 -03:00
Gustavo Maximiliano Cortez
3776062e16
Removes importLegacy. Enable Coinbase/Glidera for livenet. Fix undefined variable on buyCoinbase/Glidera 2016-06-12 16:42:32 -03:00
Matias Alejo Garcia
4b0abd77a2
refactor wallet seletors in buy/sell controllers 2016-06-11 23:55:28 -03:00
Matias Alejo Garcia
27e925b84f
fix url handling on cold start 2016-06-11 23:08:30 -03:00
Matias Alejo Garcia
bf16391085
rm importLegacy 2016-06-11 22:29:17 -03:00
Matias Alejo Garcia
ecf16d61ea
Glidera working again. Rm ignoreMobilePause! 2016-06-11 18:44:15 -03:00
Matias Alejo Garcia
2a97446ef9
remote ignoreMobilePause, refactor openURL 2016-06-11 18:44:15 -03:00
Matias Alejo Garcia
bab7331f35
rm unused fn 2016-06-09 17:49:02 -03:00
Matias Alejo Garcia
005c7a2664
fix key derivation cache in IOS 2016-06-09 17:47:27 -03:00
Matias Alejo Garcia
7d401aa8c4
fix test WIP 2016-06-08 09:15:32 -03:00
Matias Alejo Garcia
64d099d15c
better error message 2016-06-08 09:15:32 -03:00
Gabriel Bazán
f961247b2d allow single address wallet for auditable reasons 2016-06-07 16:26:56 -03:00
Matias Alejo Garcia
d621c9601b
fix err message 2016-06-07 12:34:16 -03:00
Matias Alejo Garcia
0a240d5559
fix BWS url 2016-06-07 12:03:00 -03:00
Matias Alejo Garcia
14207dc771
remove private methods from root 2016-06-07 10:39:53 -03:00
Matias Alejo Garcia
b17517ede0
fix tests 2016-06-06 19:15:18 -03:00
Matias Alejo Garcia
1e2555dad9
refactor preferences 2016-06-06 19:15:17 -03:00
Matias Alejo Garcia
4865ea8ad8
refactor profileService 2016-06-06 19:13:37 -03:00
Matias Alejo Garcia
7781b93a88
add disclaimer controller test 2016-06-06 19:13:36 -03:00
Matias Alejo Garcia
205d1e78c3
rm log and refactor baseurl 2016-06-03 09:38:57 -03:00
Matias Alejo Garcia
d08d4e3650
implement cache for key derivation, using user-agent 2016-06-01 19:56:47 -03:00
Matias Alejo Garcia
02861992e6
refactor baseurl in getClient 2016-06-01 16:58:14 -03:00
Matias Alejo Garcia
6bd316424a
refactor baseUrl in angular-bwc 2016-06-01 16:58:13 -03:00
Matias Alejo Garcia
fa04610a10
add import logs 2016-06-01 08:36:25 -03:00
Matias Alejo Garcia
dd1981a26c
migration to platformInfo WIP
Conflicts:
	src/js/controllers/buyGlidera.js
	src/js/controllers/walletHome.js
	src/js/services/localStorage.js
2016-05-31 18:34:50 -03:00
Javier
228e7ae843 isolated unsubscribe function 2016-05-29 21:25:25 -03:00
Matias Alejo Garcia
aec2aac47b Add controller tests (#4205)
* add walletHome test template

* add create test

* add fixtures

* do not mock parseSecret

* better hash

* use fixtures for create controller test

* add import test

* stubs reset

* add more controller tests

* Remove $state dependency

* refactore fixtures + profiles

* add backup.js test

* update bwc

* rm log
2016-05-20 11:50:55 -03:00
Matias Alejo Garcia
335c3f00af handles incorrect Address derivation (#4230) 2016-05-20 10:02:44 -03:00
Gustavo Maximiliano Cortez
98471e952a
Bug/select wallet incomplete / Refactor wallet Services (#4159)
* 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
2016-05-13 13:00:54 -03:00
Kirvx
aee30ec151
Change Seed to Recovery Phrase, and more. (#4201)
* Seed -> Recovery Phrase ; Passphrase -> Password ; Password -> Spending Password

* More Spending Password
2016-05-13 13:00:54 -03:00
Matias Alejo Garcia
88ac00afcc fix import from xPriv (#4192) 2016-05-09 12:03:25 -03:00
Gustavo Maximiliano Cortez
20f24ff283 Revert "Bump bwc version 2.3.1" 2016-05-05 15:36:54 -03:00
Gabriel Edgardo Bazán
f8705a2f72 Bump bwc version 2.3.1 (#4184)
* bump new bwc version 2.3.1

* check incorrect derivation
2016-05-04 14:37:38 -03:00
Matias Alejo Garcia
e7f1bbba7d fix logs in txservice, add logs to bwc (#4164)
* fix logs in txservice, add logs to bwc

* 1.12.8 + add test for android

* new version 1.12.11

* revert changes in index
2016-05-03 10:42:18 -03:00
Gustavo Maximiliano Cortez
d0dbd85711 Feat/coinbase integration (#4012)
* Oauth2 and first view

* Connect with Coinbase using mobile

* Buy and Sell through Coinbase

* Fix buy

* Receive and send bitcoin to Coinbase account

* Receive bitcoin from Coinbase to Copay

* Complete user and account information. Connection errors

* Improves error handler

* Removes console.log

* Coinbase background color. Send to Coinbase form validation

* Fix send from different wallet

* Send and receive using Coinbase

* Pagination activity

* Fix Buy and Sell

* One option in the sidebar to Buy and Sell

* Native balance on Coinbase homepage

* Rename receive and send

* Auto-close window after authenticate

* Reorder

* Get payment methods

* Fix when token expired

* Fix token expired

* Integration: sell and send to Coinbase

* Store pending transaction before sell

* Sell flow completed

* Removing files

* Fix sell

* Fix sell

* Fix sell

* Sell completed

* Buy bitcoin through coinbase

* Buy auto

* Currency set to USD

* Select payment methods. Limits

* Removes payment methods from preferences

* Fix signs. Tx ordered by updated. Minor fixes

* Removes console.log

* Improving ux-language things

* Fix selectedpaymentmethod if not verified

* Set error if tx not found

* Price sensitivity. Minor fixes

* Adds coinbase api key to gitignore

* Coinbase production ready

* Fix sell in usd

* Bug fixes

* New Sensitivity step

* Refresh token with a simple click

* Refresh token

* Refactor

* Fix auto reconnect if token expired

Signed-off-by: Gustavo Maximiliano Cortez <cmgustavo83@gmail.com>

* Fix calls if token expired
2016-04-13 14:08:03 -03:00
Gustavo Maximiliano Cortez
9a10394cd9 Merge pull request #3988 from JDonadio/fix/tap-on-notification-03
Fix tap on notification
2016-04-11 10:15:03 -03:00
Gabriel Bazán
48bf75e638 remove token from localstorage and general refactor 2016-04-07 13:09:35 -03:00
Javier
f16efeb69e remove unnecessary variables/services 2016-04-07 12:21:09 -03:00
Javier
886c1dd33c add mobile dependency 2016-03-30 15:51:46 -03:00