Commit Graph

61 Commits

Author SHA1 Message Date
Jamal Jackson 5559ce9b3f Updated icons and links (#255)
* added appropriate wallet design

* added new links to settings tab, and associated svg images

* added space below last link in settings list

* hiding links with views not ready

* added help and support link

* updated settings view

* removed empty param
2016-10-07 11:35:43 -04:00
Jason Dreyzehner de6e8062d5 build(www): rename public directory to www 2016-10-06 00:26:57 -04:00
Jason Dreyzehner c54ac99b1c design(home): correct size of wallet icon 2016-10-04 15:52:13 -04:00
Jason Dreyzehner 09924ed272 design(tabs): clean up tab icons, polish spacing and colors 2016-10-04 15:49:12 -04:00
Jason Dreyzehner fd16d9b5e0 design(home): update amazon and bitcoin icons, polish home view 2016-10-03 19:55:13 -04:00
Jason Dreyzehner 521e5f3618 Merge pull request #235 from bitjson/feature/new-qrscanner
Feature: New QRScanner
2016-09-30 21:44:44 -04:00
Jason Dreyzehner f901c95f67 feat(scan): create Scan tab and scannerService, implement QRScanner and controls 2016-09-30 21:35:23 -04:00
Jason Dreyzehner ceac7c2c2b design(home): new icons and design improvements for the home tab 2016-09-30 21:28:25 -04:00
Gustavo Maximiliano Cortez d75502ac61 Merge pull request #233 from jamal-jackson/feature/recieve_tab_slider
added appropriate warning svg to no backup modal
2016-09-30 17:18:41 -03:00
Jamal Jackson 872c57abf4 added appropriate warning svg to no backup modal 2016-09-30 16:02:51 -04:00
Jamal Jackson f963beaf9a added settings icons 2016-09-30 15:01:56 -04:00
Jamal Jackson 8fc4f2d69a added new design for add contact when user has empty address book 2016-09-28 14:53:01 -04:00
Gabriel Bazán 33c7e2b297 add backup warning view to backup flow 2016-09-27 09:58:56 -03:00
Jamal Jackson e3bd63777c updated add contact view for when user has empty address book 2016-09-22 11:46:52 -04:00
Jamal Jackson be4fe6bb62 added new images styled icons and list item rows 2016-09-21 15:21:18 -04:00
Jamal Jackson b0f2356b49 added correct icon type and background to home tip on home tab 2016-09-21 10:52:47 -04:00
Jamal Jackson be58b7983d Merge branch 'ref/design' of https://github.com/bitpay/bitpay-wallet into feature/onboarding_screenshot_warning_model 2016-09-15 09:37:36 -04:00
Gustavo Maximiliano Cortez 3c45cc368d Merge pull request #117 from jamal-jackson/feature/tab_icons
updated tab icons
2016-09-14 17:02:22 -03:00
Jamal Jackson c1681ad24c removed unneeded wallet tab icon declaration 2016-09-14 15:38:35 -04:00
Jamal Jackson 516e628d2d updated tab icons 2016-09-14 15:08:19 -04:00
Jamal Jackson d38a3a01be added screenshot model 2016-09-14 14:07:44 -04:00
Jamal Jackson 390a7deecf finish adding styles for push notifications view(initial testing for iPhone5 size devices only) 2016-09-13 15:45:56 -04:00
Jamal Jackson c4d159ca1f success and backup views and styles 2016-09-02 06:50:23 -04:00
Jamal Jackson f15d597b25 pulled in latest commits from yesterday, merged and handled conflicts 2016-09-01 08:59:37 -04:00
Jamal Jackson e09cd46f95 added svg images for tour flow 2016-09-01 08:51:20 -04:00
Nick Cardin 966d00d2d8 update bitpay card icon 2016-08-31 14:42:39 -04:00
Nick Cardin ba781bcbf7 update tab-home first pass 2016-08-31 12:00:01 -04:00
Jamal Jackson 0ebcbded4f adding shopping 24 image to on boarding launch view 2016-08-30 15:50:26 -04:00
Jamal Jackson b3085a9744 finished get started launch view designs 2016-08-30 15:40:32 -04:00
Matias Alejo Garcia fcc2ab94e7
fix chrome app 2016-08-19 17:47:37 -03:00
Matias Alejo Garcia a80b3b5143
add bp card 2016-08-11 09:33:09 -03:00
Matias Alejo Garcia 23f7f56f3f
refactor build scripts 2016-08-10 17:35:40 -03:00
Gustavo Maximiliano Cortez 54e3545f6b
First Bitpay Card Integration 2016-08-10 16:08:27 -03:00
Gustavo Maximiliano Cortez e8c299b401
Amazon.com guidelines 2016-08-09 09:22:44 -03:00
Gustavo Maximiliano Cortez 2c89ff7f66
First integration. BitPay invoice generation is ready. Fake responses from amazon 2016-08-09 09:22:44 -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
Gustavo Maximiliano Cortez 141b431d00
Fix wallet-info icons for wp8 2016-02-24 16:19:24 -03:00
Gustavo Maximiliano Cortez f5dabcc218
Cleaning main screen 2016-02-03 18:24:13 -03:00
Matias Alejo Garcia 01ba385ca8 add icon 2015-12-10 13:07:58 -03:00
bechi ce7214526e add icon 2015-12-04 16:34:09 -03:00
bechi e54e5522a5 add icons 2015-12-04 13:19:46 -03:00
bechi 641a10d3b9 fix icon history 2015-12-04 12:26:40 -03:00
bechi 0ed427070a ui tx proposal pending 2015-12-03 15:07:38 -03:00
bechi 8005e46770 fix history item ui 2015-12-03 12:34:58 -03:00
Matias Alejo Garcia 47752fbe1e Merge pull request #3416 from bechi/icon/change
change read only icon
2015-11-09 11:45:44 -03:00
bechi ab8690a3d3 change read only icon 2015-11-09 11:39:59 -03:00
bechi 1d1072a590 add icon to wallet info 2015-11-06 15:40:35 -03:00
bechi e28a4d9f78 add icon on tx modal 2015-09-29 17:26:37 -03:00
Gustavo Maximiliano Cortez 98aee0a352
Changes bank icon 2015-09-08 17:46:44 -03:00
Gustavo Maximiliano Cortez 49cd19bd1b Better look and feel 2015-09-05 14:32:29 -03:00