Commit graph

982 commits

Author SHA1 Message Date
Gustavo Maximiliano Cortez
853f92873c Merge pull request #5608 from JDonadio/ref/scan-addresses
Addresses view refactor
2017-02-16 12:13:45 -03:00
JDonadio
8f241b2efc ref addresses view 2017-02-10 12:23:08 -03:00
Gustavo Maximiliano Cortez
3f641e3ca3
Removes undefined service 2017-02-08 15:34:59 -03:00
Matias Alejo Garcia
05f10e1135
fix storage 2017-02-07 16:16:21 -05:00
Matias Alejo Garcia
2d3da332c4
fix storage pull 2017-02-07 16:13:28 -05:00
Gustavo Maximiliano Cortez
f59256c73e
Fix URL handler for desktop 2017-02-07 14:54:30 -03:00
Gustavo Maximiliano Cortez
3247934953
Fix error for old browsers 2017-02-06 16:03:32 -03:00
Jason Dreyzehner
f46a210d48 fix(amazon): correct amazon home card item names 2017-02-02 19:21:01 -05:00
Jason Dreyzehner
1ba28be47c fix(buyandsell): minor language improvements to buyandsell flows 2017-02-01 18:04:24 -05:00
Jason Dreyzehner
aaf9008394 Merge branch 'master' of github.com:bitpay/copay into feature/better-buy-and-sell 2017-02-01 17:38:57 -05:00
Jason Dreyzehner
905b0f8c8d feat(glidera): clearer expectations on glidera integration setup 2017-02-01 16:58:24 -05:00
Matias Alejo Garcia
96764917c7
fix selection of cards at .get 2017-02-01 11:42:18 -03:00
Matias Alejo Garcia
4911d50b0d
add email to account deletion 2017-02-01 11:36:05 -03:00
Jason Dreyzehner
9ae213c528 feat(coinbase): clean up coinbase integration onboarding 2017-01-31 19:31:16 -05:00
Matias Alejo Garcia
2235cb60bb
config Service 2017-01-31 17:32:11 -03:00
Matias Alejo Garcia
776154ffbf
fix old format migration 2017-01-31 16:59:27 -03:00
Matias Alejo Garcia
34bc2ba209
hide next steps 2017-01-31 16:32:45 -03:00
Matias Alejo Garcia
44cf9dc971
credentials 2017-01-31 14:52:52 -03:00
Matias Alejo Garcia
1501d74558
fix bitpay card 2017-01-31 14:24:13 -03:00
Matias Alejo Garcia
24c2d735cc
bitpay card integration in home. Cache TODO 2017-01-31 09:30:27 -03:00
Matias Alejo Garcia
8e5d42edc5
add debit card to nextsteps 2017-01-31 09:12:21 -03:00
Matias Alejo Garcia
54c8c64351
fix amazon"s next steps 2017-01-31 08:21:18 -03:00
Matias Alejo Garcia
5357ba7fcd
fix refresh in home / settings 2017-01-30 19:38:52 -03:00
Matias Alejo Garcia
d85da2cc45
buyAndSell services + nextSteps 2017-01-30 18:04:17 -03:00
Matias Alejo Garcia
19b3d9bb15
refactor bitpay card 2017-01-27 17:54:41 -03:00
Matias Alejo Garcia
5b1cbe0ab9
rm upgraders 2017-01-27 10:51:51 -03:00
Matias Alejo Garcia
54ef068968 Merge pull request #5514 from cmgustavo/ref/amazon-gift-cards-01
Refactor Amazon integration. Clear amount/confirm views
2017-01-26 10:33:49 -03:00
Matias Alejo Garcia
57f1b10d10 Merge pull request #5522 from cmgustavo/bug/coinbase-token-01
Bug/coinbase token 01
2017-01-26 10:28:25 -03:00
Matias Alejo Garcia
34d75b667a Merge pull request #5527 from cmgustavo/bug/coinbase-force-enable
Enable Coinbase for old and new users
2017-01-26 10:15:51 -03:00
Gustavo Maximiliano Cortez
c44ac35a73 Merge pull request #5518 from ajp8164/bug/ensure-card-next-step
Ensure next steps for card is enabled if no bitpay accounts cards aft…
2017-01-25 15:44:46 -03:00
Andy Phillipson
dbdd6ad6bd Replace forEach() with _asyncEach() to block execution until loop callbacks complete. 2017-01-25 11:09:26 -05:00
Gustavo Maximiliano Cortez
e4ac118896
Enable Coinbase to old and new users 2017-01-25 11:13:18 -03:00
Gustavo Maximiliano Cortez
a68647306f
Fix if app reads an old access token while it is updating 2017-01-24 18:19:31 -03:00
Gustavo Maximiliano Cortez
b312e38cbc
Refactor Amazon integration. Clear amount/confirm views 2017-01-24 15:46:24 -03:00
Gustavo Maximiliano Cortez
040e6bda33 Merge pull request #5517 from JDonadio/fix/formatService
Fix format
2017-01-24 15:00:18 -03:00
Gustavo Maximiliano Cortez
cfb22c2acd Merge pull request #5440 from bitjson/bug/desktop-scanner
Improve scanner handling on all platforms
2017-01-24 14:38:30 -03:00
Andy Phillipson
6323cc5264 Ensure next steps for card is enabled if no bitpay accounts cards after validation. 2017-01-24 10:59:33 -05:00
Andy Phillipson
484e09e4ff Fix upgrade accounts so they don't overwrite each other. 2017-01-24 10:33:08 -05:00
Andy Phillipson
56bff1db41 Upgrade only one account at a time. 2017-01-24 10:08:31 -05:00
Andy Phillipson
46fa9b46af Iterable is keys, not an object. 2017-01-24 08:52:58 -05:00
JDonadio
fea8fb2523 fix format 2017-01-24 10:45:43 -03:00
Andy Phillipson
91b6d2774b Perform deep object verification on bitpayAccounts-v2. Ensure that nextStep for bitpay card is visible when no cards are cached. 2017-01-23 17:01:47 -05:00
Andy Phillipson
17210d52bb Implements a validator for bitpayAccounts-v2 2017-01-23 16:15:40 -05:00
Andy Phillipson
6747e0eae5 Do not add to Object prototype, use private local function. 2017-01-23 15:22:10 -05:00
Andy Phillipson
d4ac5f9551 Synchronize all storage upgrade. 2017-01-22 15:22:59 -05:00
Jason Dreyzehner
b31719dbeb fix(scanner): fix a bug which can cause the scanner to remain active indefinitely
fixes #4967
2017-01-20 09:09:36 -05:00
Matias Alejo Garcia
c607831fae
fetching account spinner 2017-01-18 16:07:21 -03:00
Gustavo Maximiliano Cortez
5a945a8c8b Merge pull request #5479 from matiu/bug/delete-tx-history
fix delete tx history
2017-01-18 14:38:01 -03:00
Matias Alejo Garcia
23b1d77ec1 Merge pull request #5476 from cmgustavo/ref/coinbase-02
Fix first link to your account. Removes unused variables. Fix spinner
2017-01-18 14:27:39 -03:00
Matias Alejo Garcia
d4183d97d7
add err 2017-01-18 14:25:39 -03:00