Gustavo Maximiliano Cortez
b2a901c17f
Adds txid to Note column
2015-07-14 16:47:23 -03:00
Gustavo Maximiliano Cortez
7945e9ca59
Adds return
2015-07-14 12:19:22 -03:00
Gustavo Maximiliano Cortez
4983cfb4c4
Updates getting history to new bws limit
2015-07-14 11:16:54 -03:00
Kosta Korenkov
a8b20d3e7d
Clarify the purpose of BalanceUpdated event emission
2015-07-13 22:25:34 +03:00
Matias Alejo Garcia
4ffd6bd351
fix future times
2015-07-13 13:31:05 -03:00
Matias Alejo Garcia
460b65d9ea
do not trim output in debuging
2015-07-13 13:21:47 -03:00
Matias Alejo Garcia
0bdb92b583
fix refresh after send
2015-07-13 13:09:52 -03:00
Matias Alejo Garcia
10a67e4b3d
Merge pull request #2964 from cmgustavo/bug/csv-export-nodewebkit
...
Fix saving .csv file in Node-Webkit
2015-07-10 16:30:57 -03:00
Gustavo Maximiliano Cortez
d448cf4086
Merge pull request #2960 from matiu/bug/refreshtx
...
fix tx history refresh
2015-07-10 16:13:56 -03:00
Matias Alejo Garcia
b8b90f14d6
Merge pull request #2952 from cmgustavo/bug/wp8-submit-inputs
...
Fix layout after send on WP8
2015-07-10 16:09:55 -03:00
Kosta Korenkov
9dfca68354
Rename module to copayApp.addons
2015-07-10 14:59:18 +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
2b968b0a12
Fix save csv file nodewebkit
2015-07-07 23:56:49 -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
Matias Alejo Garcia
fd8bee2bae
also un outgoinging txs
2015-07-06 11:12:40 -03:00
Matias Alejo Garcia
af41deb0e4
fix tx history refresh
2015-07-06 10:40:40 -03:00
Gustavo Maximiliano Cortez
46ff73aa02
Adds CSV history
2015-07-03 15:35:34 -03:00
Gustavo Maximiliano Cortez
684fc8e0c8
Fix layout after send on WP8
2015-07-02 14:42:53 -03:00
Ivan Socolsky
8181c89ef1
update exchange rate at 5 min interval
2015-07-01 19:10:57 -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
44b2599492
fix bug in expire
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
02943bb9c4
Merge pull request #2933 from matiu/feat/save-remote-pref
...
save lang and unit in BWS (for notifications)
2015-06-30 17:43:50 -03:00
Gustavo Maximiliano Cortez
aba30503ae
Fixed modals when dragging to left (iOS)
2015-06-30 02:33:51 -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
bechi
129f43d7bb
fix style
2015-06-29 12:54:07 -03:00
Matias Alejo Garcia
653ce433e1
skip confirm dialog on chromeapp
...
Signed-off-by: Matias Alejo Garcia <ematiu@gmail.com>
2015-06-28 11:03:28 -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
Gustavo Maximiliano Cortez
e2a334238d
Resume event is still needed
2015-06-27 21:24:31 -03:00
Matias Alejo Garcia
7efb48ff06
not always a new addr
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
38b8240341
also try to register handlers in non-cordova environments
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
c425eb31c2
Adds/Fixes smooth scroll on modals
2015-06-26 17:31:50 -03:00
Ivan Socolsky
629bbe307b
Merge pull request #2909 from cmgustavo/feat/custm-amount
...
Generate QR code with customized amount
2015-06-26 15:48:44 -03:00
Gustavo Maximiliano Cortez
8b5db28d81
Fixes QR code for small amounts
2015-06-26 15:08:59 -03:00
Gustavo Maximiliano Cortez
0fc3aa9539
Refactor customized amount
2015-06-26 14:25:53 -03:00
Gustavo Maximiliano Cortez
d02c1a7f11
Removes online/offline events
2015-06-26 11:55:41 -03:00
Gustavo Maximiliano Cortez
a2f2451ad9
Disabling unnecessary online/offline events for mobile/desktop
2015-06-26 11:09:35 -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
599f53d39f
Generate QR code with customized amount
2015-06-24 17:55:08 -03:00