Commit Graph

5706 Commits

Author SHA1 Message Date
bechi 96e132a50b add some icons 2015-09-08 21:12:57 -03:00
Gustavo Maximiliano Cortez 2613897948
Adds remaining values 2015-09-08 17:36:08 -03:00
Gustavo Maximiliano Cortez 886c5013a4
Fix qr-scanner directive 2015-09-08 16:10:00 -03:00
Gustavo Maximiliano Cortez 5163e9617c
Improves wording 2015-09-08 15:42:55 -03:00
Gustavo Maximiliano Cortez 82f356a513
Improve error handler 2015-09-08 13:58:24 -03:00
Gustavo Maximiliano Cortez 07bf7b8f97
Unconfirmed accounts 2015-09-08 12:04:27 -03:00
Gustavo Maximiliano Cortez f574a9d78b
Fix glidera getting token 2015-09-08 10:17:59 -03:00
Gustavo Maximiliano Cortez c6a5c77516
Removes glidera from preferences 2015-09-08 09:42:33 -03:00
Gustavo Maximiliano Cortez e9b74fcddc
Fixes oath code url for livenet/testnet 2015-09-07 19:45:03 -03:00
Gustavo Maximiliano Cortez 71471f2aad
Adds glidera for livenet 2015-09-07 18:48:47 -03:00
Gustavo Maximiliano Cortez 40113052f4
Sell 2015-09-07 17:43:55 -03:00
Gustavo Maximiliano Cortez 693b0da4a2
Improves buy page 2015-09-07 13:35:59 -03:00
Gustavo Maximiliano Cortez cb6d086eeb
Preferences 2015-09-07 11:14:09 -03:00
Gustavo Maximiliano Cortez 9379e6e574 Permissions 2015-09-05 14:32:30 -03:00
Gustavo Maximiliano Cortez ffa268a827 Sell flow completed 2015-09-05 14:32:30 -03:00
Gustavo Maximiliano Cortez ada933d49c Buy flow completed 2015-09-05 14:32:30 -03:00
Gustavo Maximiliano Cortez 56d6abf360 Buy and Sell buttons 2015-09-05 14:32:30 -03:00
Gustavo Maximiliano Cortez 49cd19bd1b Better look and feel 2015-09-05 14:32:29 -03:00
Gustavo Maximiliano Cortez 1a0a7eb5ad BUY/SELL bitcoin 2015-09-05 14:30:18 -03:00
Gustavo Maximiliano Cortez e266ded1d1 Glidera - buy/sell 2015-09-05 14:30:17 -03:00
Gustavo Maximiliano Cortez 4ed39a22d4 Glidera Integration 2015-09-05 14:30:17 -03:00
Matias Alejo Garcia 326c699286 Merge pull request #3137 from cmgustavo/fix/txp-modal02
Fix/txp modal02
2015-09-04 12:31:35 -03:00
Gustavo Maximiliano Cortez b1b0fb929a Merge pull request #3069 from troggy/addon/state
Allow addon menu items to run arbitrary code on click
2015-09-04 11:36:34 -03:00
Gustavo Maximiliano Cortez 2ebfd9e926 Merge pull request #3076 from troggy/addon/custom-home-tx-template
Allow addons to use custom template for proposal row on home screen.
2015-09-04 11:33:02 -03:00
Matias Alejo Garcia b9fd88cbe4 Merge pull request #3142 from cmgustavo/bug/chrome-animated
Disables animation on chromeapp
2015-09-04 10:16:05 -03:00
Gustavo Maximiliano Cortez 89be9d5888 Merge pull request #3141 from troggy/fix/img-chromeApp
Whitelist chrome-extension URL schema for images
2015-09-04 10:12:02 -03:00
Gustavo Maximiliano Cortez 2e2dbb656d
Disables animation on chromeapp 2015-09-04 10:08:04 -03:00
Kosta Korenkov 83db31a9f0 Whitelist chrome-extension: URL schema for images
By default Angular will prefix such image URLs with ``unsafe:`` thus stopping images to appear
Related reading: http://stackoverflow.com/questions/15606751/angular-changes-urls-to-unsafe-in-extension-page?lq=1
2015-09-04 12:02:55 +03:00
Kosta Korenkov f41be9f4e5 Allow addons to use custom template for proposal row on home screen. 2015-09-04 09:14:49 +03:00
Kosta Korenkov 89bf65b97c Allow addons menu items to run arbitrary code on click
This would allow for addon to have separate view, not only tab view in home contoller.
2015-09-04 09:08:03 +03:00
Gustavo Maximiliano Cortez 56b5d878ea
Updates TX when it has an error 2015-09-03 18:14:38 -03:00
Gustavo Maximiliano Cortez 3a4df0c6c9
Fix messages in txp modal 2015-09-03 17:34:42 -03:00
Matias Alejo Garcia be61c3039c Merge pull request #3127 from troggy/fix-menu
Fix empty space in menu bar with one addon
2015-09-03 15:29:39 -03:00
Matias Alejo Garcia 8d2ec0bd7c Merge pull request #3133 from ionux/master
Fixed typos, minor formatting & added support info
2015-09-03 14:59:58 -03:00
Rich Morgan 97116b7ef9 Fixed typos, minor formatting & added support info 2015-09-03 13:02:23 -04:00
Matias Alejo Garcia 4824724034 Merge pull request #3132 from troggy/addon/send-balance
Create availableBalance directive for Send screen
2015-09-03 13:19:45 -03:00
Rich Morgan 51f0071b7a Merge pull request #2 from bitpay/master
Sync with master
2015-09-03 11:56:35 -04:00
Matias Alejo Garcia 6b95bf89a8 Merge pull request #3131 from troggy/addon/txStatusTemplate
Refactor txStatus to ease overriding in addons.
2015-09-03 10:10:49 -03:00
Kosta Korenkov ea03b87a7e Create availableBalance directive for Send screen
..so it can be decorated by addon.
2015-09-03 14:44:50 +03:00
Kosta Korenkov 32405cee24 Simplify available balance panel html 2015-09-03 13:27:18 +03:00
Kosta Korenkov 77df59e5e1 Refactor txStatus to ease overriding in addons.
Favour overriding instead of options introduced in #3065
2015-09-03 12:04:24 +03:00
Kosta Korenkov dcafad99a7 Fix empty space in menu bar with one addon 2015-09-01 06:52:54 +03:00
Gustavo Maximiliano Cortez deba8f12af Merge pull request #3027 from troggy/refactor/qr-scanner
Add QR scanner directive
2015-08-31 10:27:18 -03:00
Kosta Korenkov 53f114c747 Double check for QR scanner
Now QR scanner returns only if two consecutive scans return the same result.
2015-08-31 08:55:30 +03:00
Matias Alejo Garcia a6cff2b3c6 Update README.md 2015-08-29 12:46:32 -03:00
Matias Alejo Garcia 66d7bf267c Update README.md 2015-08-26 17:18:31 -03:00
Matias Alejo Garcia 670f817b52 Update README.md 2015-08-26 16:58:08 -03:00
Matias Alejo Garcia ca4c75df0d Update README.md 2015-08-26 16:51:41 -03:00
Gustavo Maximiliano Cortez 14c04a836a Merge pull request #3110 from troggy/logo-directive
Add logo directive
2015-08-24 09:40:30 -03:00
Kosta Korenkov 21cec33bcf Fix self-closing elements 2015-08-22 07:07:42 +03:00