Commit graph

378 commits

Author SHA1 Message Date
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
Matias Alejo Garcia
36cf4f0560
rm all services 2016-05-31 18:28:09 -03:00
Matias Alejo Garcia
cfafb9a92c Merge pull request #4243 from gabrielbazan7/fix/DesktopNotif
mobile should be exclude
2016-05-31 17:13:03 -03:00
Javier
228e7ae843 isolated unsubscribe function 2016-05-29 21:25:25 -03:00
Gabriel Bazán
2ec42f7709 mobile should be exclude 2016-05-24 11:18:06 -03:00
Matias Alejo Garcia
aec2aac47b Add controller tests (#4205)
* add walletHome test template

* add create test

* add fixtures

* do not mock parseSecret

* better hash

* use fixtures for create controller test

* add import test

* stubs reset

* add more controller tests

* Remove $state dependency

* refactore fixtures + profiles

* add backup.js test

* update bwc

* rm log
2016-05-20 11:50:55 -03:00
Matias Alejo Garcia
335c3f00af handles incorrect Address derivation (#4230) 2016-05-20 10:02:44 -03:00
Gustavo Maximiliano Cortez
7cc3c5eb4f Fix fingerprint service (#4229)
* Fix fingerprint service

* Fix log
2016-05-20 00:27:41 -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
Kirvx
aee30ec151
Change Seed to Recovery Phrase, and more. (#4201)
* Seed -> Recovery Phrase ; Passphrase -> Password ; Password -> Spending Password

* More Spending Password
2016-05-13 13:00:54 -03:00
Gustavo Maximiliano Cortez
8afe9b05a7
Adds italian to list of available languages (#4173)
* Adds italian to list of available languages

* Updates description of supported languages
2016-05-13 13:00:54 -03:00
Matias Alejo Garcia
88ac00afcc fix import from xPriv (#4192) 2016-05-09 12:03:25 -03:00
Gustavo Maximiliano Cortez
20f24ff283 Revert "Bump bwc version 2.3.1" 2016-05-05 15:36:54 -03:00
Gabriel Edgardo Bazán
f8705a2f72 Bump bwc version 2.3.1 (#4184)
* bump new bwc version 2.3.1

* check incorrect derivation
2016-05-04 14:37:38 -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
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
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
5026e41d21 Fix definition of iOS function (#4118) 2016-04-22 16:59:45 -03:00
Marco Polci
ade2508b1b
Add error callback to getFile() call (#4092) 2016-04-20 21:16:37 -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
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
5666649a2d
new version available 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
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
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
Gabriel Bazán
47731a7a2c changing name of localstorage push notifications token value 2016-04-01 16:32:40 -04:00
Javier
886c1dd33c add mobile dependency 2016-03-30 15:51:46 -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
Javier
e180d0bbd4 refactor push object listeners and calls 2016-03-10 11:37:07 -03:00
Matias Alejo Garcia
7ea75cd964 fix trezor 2016-03-09 16:35:34 -03:00
Matias Alejo Garcia
3b5387fb70 fixes SHARED Wallet status, and refresh until it changes 2016-03-09 11:53:47 -03:00
Matias Alejo Garcia
f83fa9fc59 Merge pull request #3953 from cmgustavo/bug/fix-feelevels-01
Fix feelevels variable name
2016-03-04 19:07:10 -03:00
Gustavo Maximiliano Cortez
91551855e6
Updates pos and adds czech language 2016-03-04 19:03:36 -03:00
Gustavo Maximiliano Cortez
82e035879b
Fix feelevels variable name 2016-03-04 18:36:40 -03:00
Matias Alejo Garcia
667e70d7f6 fail if fee level cannot be get 2016-03-04 10:44:13 -03:00
Gustavo Maximiliano Cortez
06bf8a7c7e
Fix tx format service 2016-02-29 16:34:57 -03:00
Gustavo Maximiliano Cortez
d416b42da0
Updates PO files and add a new language: Polish 2016-02-29 12:02:13 -03:00
Gustavo Maximiliano Cortez
b694871043 Merge pull request #3917 from gabrielbazan7/fix/WhiteIcon
adding transparent icons to push notifications
2016-02-25 15:19:24 -03:00
Gabriel Bazán
5087fdf4cf refactor 2016-02-25 11:30:27 -03:00
Gabriel Bazán
8fc757e894 push notifications icon fix 2016-02-24 14:55:36 -03:00
Javier
c876d5e29d fix build transaction method in ledger service 2016-02-24 14:26:12 -03:00
Javier
d6325113d4 move function to profileService 2016-02-23 10:29:53 -03:00
Matias Alejo Garcia
1c8049c956 Merge pull request #3900 from cmgustavo/ref/set-fee-level
Decrease in call to feelevels
2016-02-23 09:44:35 -03:00