Commit graph

280 commits

Author SHA1 Message Date
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
9fad9fd439
Adds wallet name to filename 2015-07-07 13:48:45 -03:00
Gustavo Maximiliano Cortez
b58a26a2f1
Fix node-webkit download file 2015-07-07 13:24:18 -03:00
Gustavo Maximiliano Cortez
44f4f204c0
Only for Desktop 2015-07-07 10:01:08 -03:00
Gustavo Maximiliano Cortez
46ff73aa02
Adds CSV history 2015-07-03 15:35:34 -03:00
Gustavo Maximiliano Cortez
1895d17122
Updates es.po. Fix a title 2015-07-01 10:42:02 -03:00
Matias Alejo Garcia
5fd8733e39 update text 2015-06-30 18:09:51 -03:00
Matias Alejo Garcia
0eb612ec3c allow emergency fee 2015-06-30 18:09:51 -03:00
Gustavo Maximiliano Cortez
aba30503ae
Fixed modals when dragging to left (iOS) 2015-06-30 02:33:51 -03:00
Gustavo Maximiliano Cortez
e36e830f8f Merge pull request #2931 from matiu/bug/send-to-wallet
hide sent-to-wallet if not other wallets
2015-06-29 14:30:39 -03:00
Gustavo Maximiliano Cortez
c0cda412d1 Merge pull request #2929 from bechi/feature/disclaimer
fix disclaimer style
2015-06-29 14:23:37 -03:00
bechi
12bfe6e8e8 remove translate 2015-06-29 13:30:12 -03:00
bechi
e97a99c251 add translate atribute 2015-06-29 13:04:39 -03:00
Matias Alejo Garcia
c6e4773f9d hide sent-to-wallet if not other wallets 2015-06-29 13:03:13 -03:00
bechi
129f43d7bb fix style 2015-06-29 12:54:07 -03:00
bechi
50771eb23b fix disclaimer style 2015-06-29 11:45:33 -03:00
bechi
5129827ebe fix style on tap button 2015-06-28 16:56:23 -03:00
Matias Alejo Garcia
801ad1b798 Merge pull request #2915 from cmgustavo/bug/reconnect-02
Disabling unnecessary online/offline events for mobile/desktop
2015-06-28 09:11:32 -03:00
dabura667
7a3328cabd Fix Japanese and English 2015-06-28 14:18:11 +09:00
Matias Alejo Garcia
d8deaea8c1 update receive string 2015-06-27 20:59:24 -03:00
Matias Alejo Garcia
063b520db0 create new address on send 2015-06-27 20:58:42 -03:00
Matias Alejo Garcia
1323ad48db refactor address management 2015-06-27 20:58:42 -03:00
Matias Alejo Garcia
7433b1b863 wallet selection popup, link to open it 2015-06-27 20:58:42 -03:00
Matias Alejo Garcia
707acfaf64 refactor getWallet in profile
Signed-off-by: Matias Alejo Garcia <ematiu@gmail.com>
2015-06-27 20:58:42 -03:00
Gustavo Maximiliano Cortez
1bb49da608
Renames customized amount 2015-06-27 14:28:12 -03:00
Gustavo Maximiliano Cortez
c425eb31c2
Adds/Fixes smooth scroll on modals 2015-06-26 17:31:50 -03:00
Gustavo Maximiliano Cortez
54015c552e
Margin bottom 2015-06-26 14:54:34 -03:00
Gustavo Maximiliano Cortez
0fc3aa9539
Refactor customized amount 2015-06-26 14:25:53 -03:00
Gustavo Maximiliano Cortez
678e3c8ac2
Tap to reconnect action should also to update history 2015-06-26 11:56:32 -03:00
Gustavo Maximiliano Cortez
599f53d39f
Generate QR code with customized amount 2015-06-24 17:55:08 -03:00
Gustavo Maximiliano Cortez
56597ea65c
Adds translated strings 2015-06-22 17:12:54 -03:00
bechi
0cdda72086 add style on send all 2015-06-22 14:35:28 -03:00
Gustavo Maximiliano Cortez
d1c55e0876
Adds Fee to TXP modal 2015-06-22 11:33:53 -03:00
Matias Alejo Garcia
67ba30a20e add support for fee customization
Signed-off-by: Matias Alejo Garcia <ematiu@gmail.com>
2015-06-19 17:22:12 -03:00
Matias Alejo Garcia
7e23bd3406 refactor quiet 2015-06-19 15:09:15 -03:00
Matias Alejo Garcia
206fe41db5 implement send all support 2015-06-19 15:05:25 -03:00
Ivan Socolsky
d10057c745 Merge pull request #2898 from matiu/feat/handle-txp-delete
Feat/handle txp delete
2015-06-18 12:17:35 -03:00
Matias Alejo Garcia
bcd7510ad7 rm onelined 2015-06-18 11:17:35 -03:00
Matias Alejo Garcia
123250726e update message
Signed-off-by: Matias Alejo Garcia <ematiu@gmail.com>
2015-06-17 16:54:14 -03:00
Matias Alejo Garcia
e95956e5a8 handles new deletion rules 2015-06-17 16:25:05 -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
Sascha Dückers
64e73ab3db Changed spelling create wallet / added appstore_de 2015-06-12 11:11:02 +02:00
Gustavo Maximiliano Cortez
1224f89c17
Copay: Terms of Use in APP 2015-06-11 11:59:48 -03:00
dabura667
10e270e1bb Japanese fixes 2015-06-06 17:14:30 +09:00
dabura667
01bd4f7aa2 Revert fixes 2015-06-06 00:17:54 +09:00
dabura667
113070d906 More changes. fixing translations 2015-06-05 02:57:23 +09:00
dabura667
2ebbf1f1c6 Added translations to pot + fixed Japanese 2015-06-05 02:44:14 +09:00
Gustavo Maximiliano Cortez
0fc5192405 Merge pull request #2845 from dabura667/addjp
Fixed String for Japanese word order.
2015-06-04 13:00:50 -03:00
paveljanik
950d59b79d Fix typo CANNONT 2015-06-04 17:41:05 +02:00
dabura667
7fb269bbc0 Fixed Japanese word order 2015-06-05 00:37:37 +09:00