Commit graph

83 commits

Author SHA1 Message Date
Matias Alejo Garcia
666eee4321 add logic to txp modal related to glidera 2015-09-08 22:39:33 -03:00
Gustavo Maximiliano Cortez
886c5013a4
Fix qr-scanner directive 2015-09-08 16:10:00 -03:00
Gustavo Maximiliano Cortez
cb6d086eeb
Preferences 2015-09-07 11:14:09 -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
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
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
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
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
Kosta Korenkov
43e99c6b7a Add logo directive
.. so that logo can be overriden in addon.
2015-08-21 08:01:34 +03:00
Gustavo Maximiliano Cortez
854b1511de
Refactory single/multiples outputs 2015-08-20 16:43:03 -03:00
Gustavo Maximiliano Cortez
fcaf035369
Updates templates.pot 2015-08-12 17:11:32 -03:00
Matias Alejo Garcia
46f78f4900 add alert template 2015-08-12 13:04:50 -03:00
Gustavo Maximiliano Cortez
4a79dbd01f Fix layout. Adds spend unconfirmed to txp details 2015-08-10 11:03:41 -03:00
Gustavo Maximiliano Cortez
dfd9a869f4
Replaces ENTER by OK in popup for encrypted private key 2015-07-30 15:34:59 -03:00
Gregg Zigler
578c4a8499 use new showSingle flag in includes/transaction.html 2015-07-28 10:50:33 -07:00
Gregg Zigler
43bca75728 txp and txhistory share outputs.html for all amount/address/message 2015-07-28 10:46:00 -07:00
Gregg Zigler
4867e9983f simplify recipient summary logic so that entire list is expanded with one click 2015-07-28 10:40:01 -07:00
Gregg Zigler
8caffb8632 simplify html, improve localizability by using Recipients as label 2015-07-28 10:37:25 -07:00
Gregg Zigler
c18fca0d7a if only one recipient, do not summarize in views 2015-07-28 10:37:25 -07:00
Gregg Zigler
d929e32949 remove data hack, display proposals honestly 2015-07-28 10:37:25 -07:00
Gregg Zigler
d61ba54899 replace outputs list at bottom with expandable list at top 2015-07-28 10:37:25 -07:00
Gregg Zigler
805eebb752 handle multiple outputs in transaction proposal 2015-07-28 10:37:25 -07:00
Kosta Korenkov
1f4f78bec0 Make directive to accept onScan and beforeScan callbacks instead of broadcasting 'dataScanned' event.
This will allow to reuse directive for screens different from 'send'
2015-07-23 13:21:31 +03:00
Kosta Korenkov
b673540638 Create qrScanner directive 2015-07-23 11:48:28 +03:00
Kosta Korenkov
e6785335a9 Addon support
Addons are simple Angular modules with views, controllers, services etc. Addons can register
themselves in Copay using pluginManagerProvider. It allows them to add extra items to the bottom
menu and as well as extra tab-views:

````
  addonManagerProvider.registerAddon({
    menuItem: {
      'title': 'Assets',
      'icon': 'icon-pricetag',
      'link': 'assets'
    },
    view: {
      id: 'assets',
      'class': 'assets',
      template: 'colored-coins/views/assets.html'
    }
  });
````

Addons can consume core Copay services and listen for events to react on changes. For this very
first addon system inplementation Copay emits additional BalanceUpdated event so that interested
addons can react on new transactions (see plugin reference implementation below).

As bottom menu can accomodate only 6 items without sacrificing usability, so it was reworked to
have second layer of items. Now If menu has more than 6 items, toggle button will be added to
the menu allowing to reveal extra items in a sliding panel. Bottom menu in this case will show
only 5 items, the rest will be rendered on sliding panel.

This changes addresses issue #2949 and reference implementation of addon could be found here:
https://github.com/troggy/copay-colored-coins-plugin
2015-07-10 14:31:17 +03:00
Gustavo Maximiliano Cortez
fcc3a2259d
Do not refresh if the same wallet is selected from sidebar 2015-06-12 15:00:51 -03:00
bechi
e44fbf9634 add more colours 2015-05-29 15:25:41 -03:00
bechi
e95228e37b add more colours 2015-05-29 11:43:50 -03:00
Gustavo Maximiliano Cortez
cb2e6e45cf
Hide reference of wallets 1-1 on sidebar 2015-05-19 17:08:03 -03:00
bechi
1f7e9b2227 add more buttons 2015-05-18 12:16:44 -03:00
Matias Alejo Garcia
d851f62c7f add wallet alias 2015-05-14 10:39:22 -03:00
Matias Alejo Garcia
9f5d09f1cc fix colors 2015-05-13 12:41:05 -03:00
Gustavo Maximiliano Cortez
f56ff4c833 Merge pull request #2694 from matiu/anims
State Anims
2015-05-11 16:54:58 -03:00
Gustavo Maximiliano Cortez
e973d4cfa0 Merge pull request #2696 from bechi/sidebar-color1
change color for sidebar
2015-05-11 14:18:14 -03:00
bechi
7827d33f5a change color for sidebar 2015-05-08 18:27:27 -03:00
Matias Alejo Garcia
061c4fbd8f transations working, new schema 2015-05-08 15:27:07 -03:00
Gustavo Maximiliano Cortez
a5ae8f1803
Removes ng-animate. Fix animation 2015-05-07 19:02:38 -03:00
Gustavo Maximiliano Cortez
43a747b96d
Fix slide up/down for txp and tx 2015-05-06 11:16:19 -03:00
bechi
f37f27adea fix align close and icon 2015-04-30 17:57:05 -03:00
bechi
97fcfdf5fa fix topbar align 2015-04-30 16:52:27 -03:00
bechi
31cdda01cc change size to bottombar 2015-04-30 16:16:28 -03:00
bechi
59e164de02 change icon in some places 2015-04-30 16:16:27 -03:00
Gustavo Maximiliano Cortez
cbf3d7cceb
Update translations for controllers and services 2015-04-29 19:19:10 -03:00
Matias Alejo Garcia
5b88b82623 add customr swipe 2015-04-29 12:08:42 -03:00
Gustavo Maximiliano Cortez
e44780379a Merge pull request #2654 from matiu/feat/touchdown
Feat/touchdown
2015-04-29 09:57:29 -03:00
Matias Alejo Garcia
6e8e9488fa fix non clickeable padding in sidebar 2015-04-28 20:31:01 -03:00
Matias Alejo Garcia
23f096844f fix menu and sidebar 2015-04-28 20:13:28 -03:00
bechi
7b99f50784 improve spend proposal pending 2015-04-28 18:15:25 -03:00