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
aa746705fe
CSV compatible with LibraTax
2015-07-06 16:31:54 -03:00
Gustavo Maximiliano Cortez
46ff73aa02
Adds CSV history
2015-07-03 15:35:34 -03:00
Matias Alejo Garcia
ca5a1b6305
use unit name
2015-07-01 11:00:43 -03:00
Matias Alejo Garcia
041f4e32ee
fix save-remote with unregisters wallets
2015-06-30 18:38:45 -03:00
Matias Alejo Garcia
083efc3232
lowercase unit name
2015-06-30 18:11:58 -03:00
Matias Alejo Garcia
7f65822790
save remote for new clients
2015-06-29 22:40:39 -03:00
Matias Alejo Garcia
c65b2d7c07
save lang and unit in BWS
2015-06-29 21:46:34 -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
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
Gustavo Maximiliano Cortez
d02c1a7f11
Removes online/offline events
2015-06-26 11:55:41 -03:00
Gustavo Maximiliano Cortez
8161461899
wrong order
2015-06-25 15:53:01 -03:00
Gustavo Maximiliano Cortez
6bcc7a4369
Little fixes on reconnecting event
2015-06-25 15:37:39 -03:00
Gustavo Maximiliano Cortez
24244bdda4
Fixes reconnection and online events
2015-06-25 12:26:43 -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
e95956e5a8
handles new deletion rules
2015-06-17 16:25:05 -03:00
Gustavo Maximiliano Cortez
da60f355e4
Fix typos
2015-06-13 02:01:02 -03:00
Gustavo Maximiliano Cortez
80beebf928
Resume/OnLine events do not display notifications
2015-06-12 17:01:13 -03:00
Sascha Dückers
6ff78097d4
German translation fix
2015-06-11 22:08:32 +02:00
Sascha Dückers
96bf9c70c8
Add German translation
2015-06-11 21:38:48 +02:00
Gustavo Maximiliano Cortez
784757d4ec
Replaces for by lodash function
2015-06-10 15:01:49 -03:00
Gustavo Maximiliano Cortez
d5f21e1ee0
Check re-scan when a new wallet focused
2015-06-10 12:56:26 -03:00
Gustavo Maximiliano Cortez
8ef15e5eae
Clean last address and scann all addresses
2015-06-10 11:12:41 -03:00
Gustavo Maximiliano Cortez
68192b6d25
Add PT languages to selector
2015-06-04 12:54:36 -03:00
Matias Alejo Garcia
2df939ae3a
fix available balance
2015-05-30 23:01:45 -03:00
Matias Alejo Garcia
0e300c946a
fix refresh
2015-05-30 22:38:08 -03:00
Matias Alejo Garcia
e9d90d16fa
handler for untilItchanges to txps
2015-05-30 14:28:18 -03:00
Matias Alejo Garcia
ace6c0c248
Merge pull request #2790 from bechi/add-colours
...
Add colours
2015-05-29 15:31:21 -03:00
bechi
e44fbf9634
add more colours
2015-05-29 15:25:41 -03:00
Matias Alejo Garcia
b32b29259a
fix refreshUntilItChanges
2015-05-29 12:54:10 -03:00
Matias Alejo Garcia
1fca607300
better connection error handling
2015-05-29 12:54:01 -03:00
bechi
e95228e37b
add more colours
2015-05-29 11:43:50 -03:00
Matias Alejo Garcia
837f6fced1
update to current BWC
2015-05-19 14:10:47 -03:00
Matias Alejo Garcia
a8a0023e38
ignore history server errors
2015-05-19 12:01:18 -03:00
Matias Alejo Garcia
17deda9000
unify strings to "payment". Add retry on balance update
2015-05-18 16:21:36 -03:00
Matias Alejo Garcia
d851f62c7f
add wallet alias
2015-05-14 10:39:22 -03:00
Matias Alejo Garcia
51ad7d83dc
import on splash
2015-05-13 11:58:19 -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
1c3af263ea
change default color for wallet
2015-05-11 10:18:18 -03:00
bechi
7827d33f5a
change color for sidebar
2015-05-08 18:27:27 -03:00