Commit Graph

434 Commits

Author SHA1 Message Date
Matias Alejo Garcia 2a97446ef9
remote ignoreMobilePause, refactor openURL 2016-06-11 18:44:15 -03:00
Gabriel Bazán 6a3881fd97 fix select text on receive screen 2016-06-08 10:35:53 -03:00
Gabriel Bazán f961247b2d allow single address wallet for auditable reasons 2016-06-07 16:26:56 -03:00
Matias Alejo Garcia 6224f36ff6
; 2016-06-07 10:37:39 -03:00
Matias Alejo Garcia b17517ede0
fix tests 2016-06-06 19:15:18 -03:00
Matias Alejo Garcia 1e2555dad9
refactor preferences 2016-06-06 19:15:17 -03:00
Matias Alejo Garcia 4865ea8ad8
refactor profileService 2016-06-06 19:13:37 -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
Matias Alejo Garcia b1a15d56c0
add comment to search 2016-06-04 17:47:58 -03:00
Matias Alejo Garcia d7e8ca4404
add cache sync 2016-06-04 16:38:02 -03:00
Matias Alejo Garcia 28eb3ee989
how comment on tx list 2016-06-04 16:38:02 -03:00
Matias Alejo Garcia aa076d7ccd
Adds tests for csv download 2016-06-04 16:38:02 -03:00
Matias Alejo Garcia 9709d6b64a
mv CSV generation from index.js to preferencesHistory.js 2016-06-04 16:38:02 -03:00
Matias Alejo Garcia 1d5b8ced99
bump version to 2.0.0 + change note to "descrition" 2016-06-04 16:38:01 -03:00
Gabriel Bazán 8c16460d29 change confirmation and alert modal for confirmation ionic popup 2016-06-04 16:31:06 -03:00
Gabriel Bazán 1118183eca adding ionic pop up to password request and delete popup header 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
Gabriel Bazán f2e1a8993c adding infinite scroll to the search feature 2016-06-04 16:31:06 -03:00
Javier 6f15afc638 add tx modal - fix search tx 2016-06-04 16:31:06 -03:00
Gabriel Bazán 0c786ebd6a fix backup file download 2016-06-04 16:31:06 -03:00
Gabriel Bazán d468c28cd0 ionic side menu 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
Gabriel Bazán efa36915e1 tap to lock balance 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 cc2853e827
ref controllers 2016-05-31 18:35:10 -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
Matias Alejo Garcia 5f3802b875
fix go.is 2016-05-24 15:58:59 -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 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
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
Gustavo Maximiliano Cortez 5886b22f07 Fix buying if operation is not completed inmediatly (#4110) 2016-04-21 17:20:10 -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 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
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 eeac37512c
Hide menu if no wallet seletect. Also fix history js error 2016-04-11 11:53:23 -03:00
Javier f16efeb69e remove unnecessary variables/services 2016-04-07 12:21:09 -03:00
Javier e180d0bbd4 refactor push object listeners and calls 2016-03-10 11:37:07 -03:00
Javier 08c9e81f9b fix focus wallet tapping on notification 2016-03-10 11:36:32 -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
Matias Alejo Garcia 5a92dd3980 fix unit check 2016-02-29 10:25:41 -03:00
Matias Alejo Garcia af581286cd rm dups 2016-02-25 16:03:03 -03:00
Gabriel Bazán f6702e1e4d fix error when address book is null 2016-02-25 12:39:24 -03:00
Gustavo Maximiliano Cortez 35f515b738
Stop spinner after join wallet 2016-02-24 13:27:22 -03:00
Gustavo Maximiliano Cortez 4aa4d9f769 Merge pull request #3902 from gabrielbazan7/feat/searchBox2
Search box for transactions
2016-02-23 17:52:08 -03:00
Gabriel Bazán 816b60b776 fix no addressTo in txs 2016-02-23 17:33:41 -03:00