Commit graph

1,493 commits

Author SHA1 Message Date
Gustavo Maximiliano Cortez
7beb2589d6 View plain text backup for Safari 2014-10-09 10:37:00 -03:00
Matias Alejo Garcia
ffe90f2ecc add secret to adv options in #more 2014-10-04 11:36:22 -03:00
Matias Alejo Garcia
5d6b943ddd Merge pull request #1508 from chjj/fix_fetch_payment
lock form inputs during fetch. add fetch timeout. see bitpay/bitcore#518
2014-10-02 17:13:21 -03:00
ssotomayor
afa754f3df Removes "isMobile" service from controller. 2014-10-02 13:55:30 -03:00
ssotomayor
a0a4d43877 Removes mobile check. Adds QA bug reporting standard to Readme. 2014-10-02 13:51:56 -03:00
Manuel Aráoz
4f82c15f62 Merge pull request #1518 from ssotomayor/master
Hides backup button on mobile devices since the mobile browsers are not supporting downloading files, as they don't have access to the FS of the device.
2014-10-02 12:09:59 -03:00
ssotomayor
c491430213 Backup will be disabled ONLY for iOS devices, as this ones don't have access to the device's FS. 2014-10-02 12:02:17 -03:00
Gustavo Maximiliano Cortez
90c01ae384 Merge pull request #1497 from isocolsky/fea/no_broadcast
When only 1 signature is required, broadcast at creation
2014-10-02 11:09:56 -03:00
ssotomayor
4da28da398 Removes unnecesary console.log 2014-10-01 15:44:25 -03:00
ssotomayor
ce378ef09e Hides backup button on mobile devices since the mobile browsers are not supporting downloading files, as they don't have access to the FS of the device. 2014-10-01 15:34:24 -03:00
Matias Alejo Garcia
77f14bc846 ignore corrupted TX proposals when imported a backup 2014-10-01 12:48:41 -03:00
Matias Alejo Garcia
1c7c5b39ff fix txid response 2014-10-01 12:48:41 -03:00
Ivan Socolsky
645734f139 Fixed actions on txProposal event 2014-10-01 09:42:00 -03:00
Ivan Socolsky
2c53bc073e Improved tests 2014-10-01 09:42:00 -03:00
Christopher Jeffrey
313f7eaaae lock form inputs during fetch. add fetch timeout. see bitpay/bitcore#518. see #1508. 2014-09-30 11:41:55 -07:00
Ivan Socolsky
b15c620f0d When only 1 signature is required, broadcast at creation 2014-09-29 19:02:32 -03:00
Matias Alejo Garcia
3bc8e449c5 Merge pull request #1487 from matiaspando/error/minAmount
Added a validation for min amount
2014-09-29 12:10:18 -03:00
Matias Alejo Garcia
10e5d322a6 Merge pull request #1484 from isocolsky/ux/save_button
Removed save button in settings
2014-09-29 12:09:58 -03:00
Matias Alejo Garcia
7ca22c2904 Merge pull request #1470 from cmgustavo/feature/01-currency
Show alternative currency on the list of transactions
2014-09-29 12:09:37 -03:00
Ivan Socolsky
3f766ebf60 Added feedback when changing settings 2014-09-26 17:52:35 -03:00
Matias Pando
c97d3f147a Added a validation for min amount 2014-09-26 11:23:59 -03:00
Yemel Jardi
ef51227cda Bring mobile back to life 2014-09-26 11:09:56 -03:00
Gustavo Maximiliano Cortez
26148d1f76 simple test 2014-09-26 09:55:16 -03:00
Gustavo Maximiliano Cortez
8ef737083a Show alternative currency on the list of transactions 2014-09-26 09:55:16 -03:00
Ivan Socolsky
cfa00590a6 Added lastOpened to list of all wallets 2014-09-25 09:01:12 -03:00
Matias Alejo Garcia
be72a2b77a Merge pull request #1468 from isocolsky/ref/storage
Refactor wallet storage
2014-09-25 08:17:24 -03:00
Matias Alejo Garcia
c360fbb926 Merge pull request #1460 from cmgustavo/bug/01-import
Trying to import a wallet with a wrong password
2014-09-25 07:51:23 -03:00
Ivan Socolsky
48c3633ece Wallets in both formats only get listed once 2014-09-24 09:39:17 -03:00
Matias Pando
462e6788bc . 2014-09-23 17:25:20 -03:00
Matias Pando
a3691c02a5 Only shows addresses after updating balance 2014-09-23 17:25:20 -03:00
Matias Pando
86c8137da0 Removed whitespaces 2014-09-23 17:25:20 -03:00
Matias Pando
ce976a1b42 Rebased 2014-09-23 17:25:20 -03:00
Matias Pando
12adaa64d2 Fixes show all/show less button on address list 2014-09-23 17:25:20 -03:00
Ivan Socolsky
861c1882df Removed unused functions and refactored tests 2014-09-23 17:20:21 -03:00
Ivan Socolsky
cd3f2b8b90 Added methods for storing/reading from sinlge key-value pair 2014-09-23 17:20:21 -03:00
Ivan Socolsky
0f37ea1929 Added Storage#readWallet and used this from WalletFactory 2014-09-23 17:20:20 -03:00
Gustavo Maximiliano Cortez
039f0ed461 Trying to import a wallet with a wrong password 2014-09-23 16:32:23 -03:00
Matias Pando
06c83a8aba Move files to /model 2014-09-23 15:44:11 -03:00
Matias Alejo Garcia
97af7c2fbc Merge pull request #1410 from chjj/fix_paypro_sent
paypro: fix signature error. fix merchant_data. see #1409.
2014-09-23 15:22:23 -03:00
Christopher Jeffrey
4ee99603f3 paypro: compensate for improperly implemented payment protocol servers. 2014-09-23 09:22:07 -07:00
Esteban Ordano
59c9553a4e Fixes test on rateService: github issue #1457 2014-09-22 20:15:41 -03:00
Christopher Jeffrey
10b946bd86 paypro: fix error passing to abide by new flow. see #1410. 2014-09-22 15:14:04 -07:00
Christopher Jeffrey
f3ed336278 paypro: minor fix to createPaymentTx callback. 2014-09-22 14:43:40 -07:00
Christopher Jeffrey
efdf8c902a paypro: fix invalid signature error. 2014-09-22 14:43:40 -07:00
Christopher Jeffrey
5c9bb4982d paypro: fix signature error. fix merchant_data. see #1409. 2014-09-22 14:43:40 -07:00
Matias Alejo Garcia
1517951e0c Merge pull request #1438 from cmgustavo/bug/join-input
Invalidate bitcoin addresses on the input field of join a wallet
2014-09-22 09:59:00 -03:00
Matias Alejo Garcia
5e4593d93e Merge pull request #1437 from isocolsky/fix/reconnect
On reconnect do not redirect to 'receive' tab
2014-09-22 09:58:13 -03:00
Manuel Aráoz
3a79f039cd Merge pull request #1307 from matiu/feature/drive
Feature/ Async storage + Google Drive example
2014-09-22 09:57:49 -03:00
Matias Alejo Garcia
2da79f9ce4 Merge pull request #1436 from cmgustavo/bug/connection-error
Added "network error" message when joining a wallet
2014-09-22 09:57:16 -03:00
Matias Alejo Garcia
fb18487b4f Merge pull request #1428 from isocolsky/ux/conversion_rate
Ux/conversion rate
2014-09-22 09:54:36 -03:00