Commit graph

1,288 commits

Author SHA1 Message Date
Gustavo Maximiliano Cortez
96dcac37ce
Register copay:// to URI scheme for mobile (#4149) 2016-04-29 12:16:53 -03:00
Gustavo Maximiliano Cortez
b8c2ff863d
Fix coinbase logout for some cases where refreshToken tries to connect again (#4155) 2016-04-29 12:16:53 -03:00
Gustavo Maximiliano Cortez
c27759b770
Replaces custom-fastClick by Angular-Stateful-Fastclick (#4136)
* Replaces custom-fastClick by Angular-Stateful-Fastclick

* Resolves fastclick version
2016-04-29 12:16:53 -03:00
Gustavo Maximiliano Cortez
20a094c434
Updates packages. Split CSS in Sass files (#4135) 2016-04-29 12:16:53 -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
Gustavo Maximiliano Cortez
cab093881e Enable buy to n-n Copay wallet (#4117) 2016-04-22 17:06:32 -03:00
Gustavo Maximiliano Cortez
5026e41d21 Fix definition of iOS function (#4118) 2016-04-22 16:59:45 -03:00
Braydon Fuller
e0c15e0bac controllers: typo in walletHome (#4108) 2016-04-21 17:20:50 -03:00
Gustavo Maximiliano Cortez
5886b22f07 Fix buying if operation is not completed inmediatly (#4110) 2016-04-21 17:20:10 -03:00
Gustavo Maximiliano Cortez
d248f2dcd2 Bug/android camera (#4106)
* Fix android camera

* New release v1.10.4
2016-04-21 15:00:10 -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
Gustavo Maximiliano Cortez
fea6bb7938 Fix camera permissions for Android 6 (#4102) 2016-04-21 14:13:25 -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
Marco Polci
ade2508b1b
Add error callback to getFile() call (#4092) 2016-04-20 21:16:37 -03:00
Javier Donadío
b0f19fb18b fix scan fingerprint value (#4089) 2016-04-18 09:33:48 -03:00
Gustavo Maximiliano Cortez
4a8e5397ce Fix resume event on mobile for Glidera/Coinbase integration (#4083) 2016-04-15 15:29:20 -03:00
Gustavo Maximiliano Cortez
a515d47a1e Replaces email-plugin by SocialShare (#4079) 2016-04-15 10:26:51 -03:00
Gustavo Maximiliano Cortez
ca7059b163 Coinbase: Increase limit/day per user (#4073) 2016-04-14 01:28:21 -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
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
5666649a2d
new version available 2016-04-13 12:51:50 -03:00
Kosta Korenkov
aab77c8fae
Cleanup bottom menu html
Menu always has 3 items, so no need in complex markup
2016-04-13 12:51:50 -03:00
Gustavo Maximiliano Cortez
922a83aa86
Popup confirm (fee): fix text for different languages 2016-04-13 12:51:50 -03:00
Gustavo Maximiliano Cortez
66dc5e1933
Fix % of the transaction. Show fee level 2016-04-13 12:51:50 -03:00
Gustavo Maximiliano Cortez
82bcfd8d30
Adds more fee data to the confirmation popup 2016-04-13 12:51:50 -03:00
Gabriel Edgardo Bazán
b720821d4e Fix fee levels when there is no wallet and hide Glidera if wallet is not complete (#4068)
* fix cordova is not define

* Remove focused client from fee level service

* remove wallet should be complete in route.js for global preferences routes

* get network of the focused client in getCurrentFeeValue function

* refactor

* do not show testnet fee levels in preference global and refactors

* bump new version bwc v2.2.1
2016-04-13 12:46:25 -03:00
Gustavo Maximiliano Cortez
975bd99834 Merge pull request #4064 from cmgustavo/bug/delete-last-wallet
Fix delete last wallet
2016-04-11 14:23:48 -03:00
Gustavo Maximiliano Cortez
9357c9c1e3 Merge pull request #4035 from gabrielbazan7/fix/PNDisabled
If pn was not enabled by user, do not show pn switch in IOS
2016-04-11 13:35:48 -03:00
Gustavo Maximiliano Cortez
d831c8c4a5 Merge pull request #4061 from JDonadio/fix/delete-wallet
Fix/delete wallet
2016-04-11 11:59:26 -03:00
Gustavo Maximiliano Cortez
eeac37512c
Hide menu if no wallet seletect. Also fix history js error 2016-04-11 11:53:23 -03:00
Javier
2d8663171c fix prevent click 2016-04-11 11:14:49 -03:00
Gabriel Bazán
86f151de83 always switch enable for android devices 2016-04-11 10:55:30 -03:00
Gustavo Maximiliano Cortez
1f60f46081
Fix delete last wallet 2016-04-11 10:50:50 -03:00
Gabriel Bazán
0c53e52015 settings link when push notifications are disabled by user 2016-04-11 10:42:19 -03:00
Gabriel Bazán
16dcb556e4 if pn was not enabled by user, do not show pn options 2016-04-11 10:42:11 -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
abf388b5bb ask if push notifications are enabled when start registration 2016-04-07 15:55:33 -03:00
Javier
ae2ad55be6 prevent tap on delete button if another wallet is in delete process 2016-04-07 14:48:13 -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
Matias Alejo Garcia
bb69090d50 Revert "changing name of localstorage push notifications token value" 2016-04-04 15:14:25 -03:00
Matias Alejo Garcia
346f78c34c Merge pull request #4038 from JDonadio/fix/payment-expired-02
Stop counter when cancel is pressed
2016-04-04 14:27:03 -03:00
Gabriel Bazán
47731a7a2c changing name of localstorage push notifications token value 2016-04-01 16:32:40 -04: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
886c1dd33c add mobile dependency 2016-03-30 15:51:46 -03:00