Commit graph

89 commits

Author SHA1 Message Date
Gustavo Maximiliano Cortez
e7a98d44f9
Set fees in preferences. First step for advanced send 2015-07-28 10:42:11 -03:00
Gustavo Maximiliano Cortez
075206cd8f Fix error using old bws 2015-07-27 15:43:53 -03:00
Gustavo Maximiliano Cortez
0b34e1d1b5 Default static fee if using old bws 2015-07-27 15:43:53 -03:00
Gustavo Maximiliano Cortez
2cc9554df4 Fixes names 2015-07-27 15:43:53 -03:00
Gustavo Maximiliano Cortez
5742dee340 Adds three levels of dynamic fees 2015-07-27 15:43:52 -03:00
Gustavo Maximiliano Cortez
d446c9facf Merge pull request #2998 from matiu/feat/nosign-backup
export backup without signing capabilities
2015-07-16 12:01:35 -03:00
Matias Alejo Garcia
42dd516b60 fix notification 2015-07-16 11:43:26 -03:00
Matias Alejo Garcia
bddfa5c4d9 export backup without signing capabilities 2015-07-15 22:11:37 -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
Ivan Socolsky
8181c89ef1 update exchange rate at 5 min interval 2015-07-01 19:10:57 -03:00
Matias Alejo Garcia
44b2599492 fix bug in expire 2015-06-30 18:09: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
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
1323ad48db refactor address management 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
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
Matias Alejo Garcia
b15a0371c3 Merge pull request #2895 from greggzigler/bug/configWalletNotFound
When running from browser for first time configCache.wallet is not found
2015-06-17 12:27:07 -03:00
Gregg Zigler
cffb4454fa When running from browser for first time configCache.wallet is not found 2015-06-17 07:32:50 -07:00
Gustavo Maximiliano Cortez
a25fead7d5
Refactory 2015-06-12 14:21:37 -03:00
Gustavo Maximiliano Cortez
36b6efa9e4
Fixes restart desktop application 2015-06-11 16:30:21 -03:00
Gustavo Maximiliano Cortez
9cebdbef42
Fix reloading after restart app 2015-06-11 12:53:38 -03:00
Gustavo Maximiliano Cortez
1224f89c17
Copay: Terms of Use in APP 2015-06-11 11:59:48 -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
Matias Alejo Garcia
b32b29259a fix refreshUntilItChanges 2015-05-29 12:54:10 -03:00
Matias Alejo Garcia
decca68a63 Merge pull request #2773 from cmgustavo/feat/copay-desktop
Feat/copay desktop
2015-05-28 15:13:46 -03:00
Matias Alejo Garcia
8b506cdb84 fix download at chrome 2015-05-28 14:55:48 -03:00
Gustavo Maximiliano Cortez
c0b496c7e7
Build Copay for OSX, Linux and Windows 2015-05-28 10:52:33 -03:00
Gustavo Maximiliano Cortez
f14aeaef0c
Runs Copay as native desktop app 2015-05-26 18:52:54 -03:00
Matias Alejo Garcia
00c730ccc3 email prefernce for notifications 2015-05-19 12:01:17 -03:00
Matias Alejo Garcia
4ef090f61f rm "finally" 2015-05-19 00:49:07 -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
ff04524444 fix setTab after some animations 2015-05-18 12:43:15 -03:00
bechi
1f7e9b2227 add more buttons 2015-05-18 12:16:44 -03:00
Matias Alejo Garcia
2fbb6f4c9a fix delete wallet in fileStorage 2015-05-18 10:30:09 -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
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
Gustavo Maximiliano Cortez
2f3d660695
Fix tx-notif and animation duration 2015-05-07 19:15:38 -03:00
Gustavo Maximiliano Cortez
a5ae8f1803
Removes ng-animate. Fix animation 2015-05-07 19:02:38 -03:00
Gustavo Maximiliano Cortez
0731c47e32
Close button in correct position. Modal animation customizable 2015-05-07 11:07:33 -03:00
Matias Alejo Garcia
5c3b65c38b add avance settings 2015-05-04 13:30:41 -03:00
Gustavo Maximiliano Cortez
ecee13d96f
Added strings to translate. Updates spanish 2015-04-30 13:03:30 -03:00
Gustavo Maximiliano Cortez
cbf3d7cceb
Update translations for controllers and services 2015-04-29 19:19:10 -03:00
Matias Alejo Garcia
3c598fb4d0 faster JS from swipe 2015-04-29 12:42:08 -03:00
Matias Alejo Garcia
5b88b82623 add customr swipe 2015-04-29 12:08:42 -03:00
Matias Alejo Garcia
23f096844f fix menu and sidebar 2015-04-28 20:13:28 -03:00