Commit Graph

277 Commits

Author SHA1 Message Date
Gabriel Bazán 717f757b97 click scrolls to focused inputs 2016-06-09 11:50:12 -03:00
Gabriel Bazán db65076157 side bar drag and pull to refresh only available on mobile devices 2016-06-06 14:39:56 -03:00
Javier dd382de0dd rebase 2016-06-04 16:31:06 -03:00
Javier 736056fd20 clean 2016-06-04 16:31:06 -03:00
Javier 4142624f41 add proposal modal 2016-06-04 16:31:06 -03:00
Javier efabf087aa add customized amount modal 2016-06-04 16:31:06 -03:00
Javier df2811eeba homogenized modals - add addressbook modal 2016-06-04 16:31:06 -03:00
Javier 9fa24c9d3d add paypro modal 2016-06-04 16:31:06 -03:00
Gabriel Bazán 5413e87f09 fix activity scroll to refresh balance 2016-06-04 16:31:06 -03:00
Javier 6ccc1c1127 fix amount UI over activity UI 2016-06-04 16:31:06 -03:00
Javier 6f15afc638 add tx modal - fix search tx 2016-06-04 16:31:06 -03:00
Javier 4964a3d7c3 add animations - fix UI 2016-06-04 16:31:06 -03:00
Gabriel Bazán b4aadeb7be refactor 2016-06-04 16:31:06 -03:00
Gabriel Bazán dae55abceb ion refresher, ion infinite scroll and balance collapse 2016-06-04 16:31:06 -03:00
Javier 6dfd124535 search modal 2016-06-04 16:31:06 -03:00
Matias Alejo Garcia 06c80ceaae
fix import + walletHome + copayers 2016-06-01 16:07:25 -03:00
Matias Alejo Garcia a1644a32d8
fixes in controllers 2016-05-31 18:56:02 -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
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
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 0ee0988dd4 Bug/send max01 (#4161)
* Fix send-max

* New release v1.12.1
2016-04-29 15:33:09 -03:00
Matias Alejo Garcia 8b61189f85 To debug sign procedure (#4151)
* Should be considering the existence of a property and not its value. (#4139)

* BETA to debug sign test on Android

* add more logs

* 1.11.4

* and even more logs...

* 1.11.5

* better log messages

* fix log decorator for mobile

* fix android-prod

* 1.11.6
2016-04-29 12:14:09 -03:00
Javier Donadío 8ffb01a355 Fix send max opts (#4152)
* fix send max opts

* improve setForm call
2016-04-29 11:25:30 -03:00
Braydon Fuller e0c15e0bac controllers: typo in walletHome (#4108) 2016-04-21 17:20:50 -03:00
Gustavo Maximiliano Cortez 359a96d611 Merge pull request #4101 from gabrielbazan7/master
fix empty contact list in addressbook
2016-04-21 14:21:43 -03:00
Gabriel Bazán 7fe63e403c fix empty contact list in addressbook 2016-04-21 12:13:02 -03:00
Javier 05a8294e03 use decimal unit preferences 2016-04-21 10:23:42 -03:00
Javier 54eb0ab623 fix float point 2016-04-21 09:50:19 -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 <[email protected]>

* Fix calls if token expired
2016-04-13 14:08:03 -03:00
Javier Donadío b011df787c replace send all to send max (#4010)
* fix prevent submit

* replace send all to send max

* fix params and errors

* add warnings in case to exclude utxos

* remove unnecessaries parameters and variables

* verify exclude utxos before checking amount

* bump bwc dependency to v2.2.1

* fix message text
2016-04-13 14:05:36 -03:00
Javier 6f464b8009 apply timer in proposal details 2016-04-01 09:58:28 -03:00
Javier 5ddecd0e66 format numbers < 10 2016-03-31 14:11:00 -03:00
Javier 065ae8925a fix offset time 2016-03-31 12:50:35 -03:00
Javier e80eb142e3 stop counter when cancel is pressed 2016-03-30 12:54:08 -03:00
Gustavo Maximiliano Cortez 76ce26d898 Merge pull request #3993 from JDonadio/fix/needs-backup
Display backup message in addressbook
2016-03-28 16:30:02 -03:00
Matias Alejo Garcia 62f125f538 fix isComplete call 2016-03-28 15:39:35 -03:00
Javier 55dc423db0 Fix remaining time paypro 2016-03-22 16:37:55 -03:00
Matias Alejo Garcia bd2b49dd46 Revert "fix remaining time paypro" 2016-03-22 15:40:01 -03:00
Javier 8d427c5849 fix remaining time 2016-03-22 15:31:01 -03:00
Javier 7540ee0a65 show error message after click 2016-03-14 12:30:24 -03:00
Javier 8a3624907b Display backup message in addressbook 2016-03-11 16:53:08 -03:00
Matias Alejo Garcia 3b6d656c50 fix addr 2016-03-09 16:10:44 -03:00
Matias Alejo Garcia 3b5387fb70 fixes SHARED Wallet status, and refresh until it changes 2016-03-09 11:53:47 -03:00
Javier b9ffa19965 fix prevent submit 2016-03-09 08:19:15 -03:00
Gustavo Maximiliano Cortez 6037d9bf40
Renames confirm 2016-02-25 12:07:47 -03:00
Gustavo Maximiliano Cortez 72ac721642
Fix duplicate request of password or touchid 2016-02-25 10:41:04 -03:00
Gustavo Maximiliano Cortez 83444bc890
Do not use paste to clipboard if there is a new address in the input 2016-02-24 15:24:16 -03:00
Gabriel Bazán 39b4012531 refactor 2016-02-23 12:34:16 -03:00
Gabriel Bazán f0e08e94c6 close search view when going to preferences 2016-02-23 12:00:46 -03:00
Gabriel Bazán 5ca10f777d instantly search 2016-02-23 11:32:54 -03:00