Commit graph

900 commits

Author SHA1 Message Date
Gustavo Maximiliano Cortez
08447a13fd Merge pull request #5326 from ajp8164/feat/app-identity
Feat/app identity
2017-01-06 10:52:08 -03:00
Andy Phillipson
94539871ba Remove confusing comment. 2017-01-05 18:19:23 -05:00
Andy Phillipson
3bf8923f10 Remove obsolete key on storage upgrade. Improve log output. 2017-01-05 17:57:25 -05:00
Andy Phillipson
099a20c3a3 Fix missed network parameter. 2017-01-05 17:44:23 -05:00
Andy Phillipson
21875a53b5 Write to a new storage key on storage upgrade. 2017-01-05 17:23:26 -05:00
Andy Phillipson
28f9fbc0b6 Use an environment object instead of string. 2017-01-05 16:29:17 -05:00
Javier
6fc0ed2327
display wallet icon, m&n, account number - refactor 2017-01-05 17:29:22 -03:00
Matias Alejo Garcia
57251c0b31
fix hw import2 2017-01-05 17:29:22 -03:00
Matias Alejo Garcia
70eb80aae8
fixes error when mnemonic is empty 2017-01-05 17:29:21 -03:00
Javier Donadío
d42104a9d5 Merge pull request #5393 from JDonadio/feat/translation-03
Update po/pot files - fix button translation
2017-01-04 15:20:54 -03:00
Javier
317dc7f0fd add french, german languages - update language list options 2017-01-04 13:07:13 -03:00
Javier
c0e4e73c40 fix log 2017-01-04 12:24:00 -03:00
Andy Phillipson
189117433a Merge branch 'master' of https://github.com/bitpay/copay into feat/app-identity 2017-01-03 14:08:41 -05:00
Gabriel Edgardo Bazán
f1626eb498 Merge pull request #5353 from JDonadio/ref/window-service
ref $window.appConfig as service
2016-12-28 15:09:37 +02:00
Javier
4109a86f82 add missing service 2016-12-28 09:56:09 -03:00
Javier
4b3f9a6c99 ref $window.appConfig as service 2016-12-27 15:26:45 -03:00
Javier
9522897c04 remove parameter at parseFloat function 2016-12-27 10:09:04 -03:00
Javier
caefd8d172 fix format amount 2016-12-23 15:20:29 -03:00
Andy Phillipson
3bac0fe707 Fix upgrade of bitpay account storage. 2016-12-23 12:22:53 -05:00
Andy Phillipson
58d9c91ca3 Fixes upgrade of bitpayCardCredentials to appIdentity. 2016-12-23 11:53:56 -05:00
Andy Phillipson
4a6499d528 WIP - re-factor debit card to create a reusable bitpayService. 2016-12-23 11:37:19 -05:00
Gustavo Maximiliano Cortez
833b98ac21 Merge pull request #5327 from gabrielbazan7/feat/addLoadingAmazon
manual loading and some details fixes
2016-12-23 13:09:27 -03:00
Gabriel Bazán
4d63fc71bd processes names refactor 2016-12-23 12:10:19 -03:00
antonio-fr
2cd24a8baf Fix network at wallet creation
Fix network selection at startup for wallet creation
2016-12-23 15:57:59 +01:00
Gabriel Bazán
3bef5ce7ff fixes 2016-12-22 12:32:43 -03:00
Gabriel Bazán
a2c6639962 manual loading and some details fixes 2016-12-22 12:27:43 -03:00
Andy Phillipson
9b3a3aab9d Merge branch 'master' of https://github.com/bitpay/copay into feat/app-identity 2016-12-22 09:59:35 -05:00
Javier
b2bdb93f5b add warning text on spending password prompt request 2016-12-20 12:12:45 -03:00
Gabriel Edgardo Bazán
595272bb45 Merge pull request #5261 from JDonadio/andy/bug/wallet-service-errors
Wallet service errors
2016-12-19 22:50:08 +02:00
Javier
645fc8444a fix bogus bws error 2016-12-19 17:48:59 -03:00
Javier
1a17046760 simple return 2016-12-19 11:25:03 -03:00
Gabriel Bazán
e2024d1df2 fix translations in error popup 2016-12-16 12:07:17 -03:00
Javier
c6faadd53f handle other/default cases 2016-12-16 11:20:56 -03:00
Javier
09ba421eea Fix error 2016-12-16 11:09:35 -03:00
Gabriel Bazán
6add7424de fix repeated currencies 2016-12-15 16:33:34 -03:00
Javier Donadío
685a11cbfc Merge pull request #5196 from ajp8164/feat/balance-modal
Initial implementation for balance modal.
2016-12-15 13:58:11 -03:00
Gustavo Maximiliano Cortez
92a21046b2
Fix creating transaction with no priv key 2016-12-14 15:26:56 -03:00
Andy Phillipson
86ee84395f Fixes detection of spendable vs. total balance. Implements refresh logic for updating view when use unconfirmed setting changes. 2016-12-14 12:29:09 -05:00
Andy Phillipson
58478b8113 Merge branch 'master' of https://github.com/bitpay/copay into feat/balance-modal 2016-12-13 17:49:09 -05:00
Gabriel Bazán
11f063b85d save last five alt currency chosen, remove infinite scroll 2016-12-13 16:36:01 -03:00
Gabriel Bazán
867d315ad4 use gettext 2016-12-13 14:42:28 -03:00
Gabriel Bazán
eb444eede9 remove console.log 2016-12-13 14:23:36 -03:00
Gabriel Bazán
ebaefebe8b more fixes 2016-12-13 14:21:57 -03:00
Gabriel Bazán
b005bbf6c7 add translations and some fixes 2016-12-13 12:08:05 -03:00
Gabriel Bazán
80863a7f4d fix external link translations 2016-12-12 17:29:11 -03:00
Gabriel Bazán
7d12d65148 enable only complete language translations options 2016-12-12 15:58:22 -03:00
Gabriel Bazán
af960555b4 adding language detection and language preferences 2016-12-12 15:58:22 -03:00
Gabriel Edgardo Bazán
142c8415a4 Merge pull request #5189 from cmgustavo/feat/adds-exchange-rates
Adds exchange rates during the top-up of the BitPay card
2016-12-12 14:42:37 -03:00
Gustavo Maximiliano Cortez
cdc4172224
Enable buy Amazon gift cards for shared wallet with single signature 2016-12-12 09:58:17 -03:00
Andy Phillipson
4d3ff6c2f0 Initial implementation for balance modal. 2016-12-09 16:42:11 -05:00