Commit Graph

134 Commits

Author SHA1 Message Date
Gustavo Maximiliano Cortez 6dd8b98dfc
Simple addressbook 2015-10-22 18:43:32 -03:00
Matias Alejo Garcia 367ce64a82 Revert "Hide menu if wallet is not authorized"
This reverts commit afe6c1039c.
2015-09-29 08:08:06 -03:00
Gustavo Maximiliano Cortez afe6c1039c
Hide menu if wallet is not authorized 2015-09-28 18:27:52 -03:00
Matias Alejo Garcia 7bda16494e better paypro diplay 2015-09-18 12:07:51 -03:00
Matias Alejo Garcia de77a1f0a1 better display at mnemonic backup 2015-09-15 16:32:15 -03:00
Matias Alejo Garcia ce263e9a6e hide note fields if ! sharedEncryptedKey 2015-09-14 12:19:52 -03:00
Matias Alejo Garcia fe7a628edd updates ledger integration 2015-09-13 20:15:04 -03:00
Matias Alejo Garcia 452d9e1bda create/join using mnemonic working 2015-09-13 20:11:55 -03:00
Matias Alejo Garcia bd4513d1e6 add No private key to non multisig wallets 2015-09-13 20:11:55 -03:00
Gustavo Maximiliano Cortez 4533365107
Fix translate attrs 2015-09-13 00:10:02 -03:00
Gustavo Maximiliano Cortez 67e2cb1d6c
Moves Glidera link to sidebar 2015-09-11 13:11:41 -03:00
bechi 86aa2d0ea7 add icon and fix sizes 2015-09-09 01:08:21 -03:00
Gustavo Maximiliano Cortez 98aee0a352
Changes bank icon 2015-09-08 17:46:44 -03:00
Gustavo Maximiliano Cortez 40113052f4
Sell 2015-09-07 17:43:55 -03:00
Gustavo Maximiliano Cortez 49cd19bd1b Better look and feel 2015-09-05 14:32:29 -03:00
Gustavo Maximiliano Cortez e266ded1d1 Glidera - buy/sell 2015-09-05 14:30:17 -03:00
Gustavo Maximiliano Cortez 4ed39a22d4 Glidera Integration 2015-09-05 14:30:17 -03:00
Kosta Korenkov f41be9f4e5 Allow addons to use custom template for proposal row on home screen. 2015-09-04 09:14:49 +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 32405cee24 Simplify available balance panel html 2015-09-03 13:27:18 +03:00
Gustavo Maximiliano Cortez 854b1511de
Refactory single/multiples outputs 2015-08-20 16:43:03 -03:00
Gustavo Maximiliano Cortez 89fb17c726 Merge pull request #3091 from matiu/feat/fix-send-all
fix commit
2015-08-13 15:07:25 -03:00
Matias Alejo Garcia 19ee4424a4 fix commit 2015-08-13 14:54:53 -03:00
Gustavo Maximiliano Cortez cebd8fe06e
Allow only dots to separate decimals 2015-08-13 12:59:19 -03:00
Matias Alejo Garcia d7af0bf9be fix translate 2015-08-12 14:36:07 -03:00
Matias Alejo Garcia e4651ef7b0 simplifies error handling at index + universal error popup 2015-08-12 13:04:39 -03:00
Matias Alejo Garcia ead4c403d4 rm translate 2015-08-12 11:39:55 -03:00
Matias Alejo Garcia 033f7c163f better handing of errors + prevent joining the same wallet more that once 2015-08-12 11:08:33 -03:00
Matias Alejo Garcia ba40323b7b show pending update 2015-08-11 17:47:03 -03:00
Matias Alejo Garcia 48d6b78667 WIP send max fixes 2015-08-11 17:47:02 -03:00
Gustavo Maximiliano Cortez 45c32371d6 Fixes some capitalized words 2015-08-10 11:03:42 -03:00
Gustavo Maximiliano Cortez d8a155a0e8 Hide options if it is the old bws 2015-08-10 11:03:41 -03:00
Gustavo Maximiliano Cortez a034c832be Fix typos. Updates with suggestions 2015-08-10 11:03:41 -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 779db5a06c Advanced send options 2015-08-10 11:03:41 -03:00
Gustavo Maximiliano Cortez ce05318d94
Replaces comma by dot 2015-08-07 17:21:22 -03:00
Gustavo Maximiliano Cortez 93028b9be0
Fixes decimal inputs 2015-08-07 11:23:32 -03:00
Gustavo Maximiliano Cortez 0dd5714385
Fixes pot file and updates es 2015-07-16 15:30:46 -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
Gustavo Maximiliano Cortez b580c3429d Merge pull request #2968 from troggy/addon-system
Addon support
2015-07-16 12:00:54 -03:00
Matias Alejo Garcia bddfa5c4d9 export backup without signing capabilities 2015-07-15 22:11:37 -03:00
Gustavo Maximiliano Cortez 19243470be Merge pull request #2994 from matiu/feat/invalid-tx
handles invalid txs in history
2015-07-15 10:20:09 -03:00
Matias Alejo Garcia 17d8bd8082 handles invalid txs in history 2015-07-15 10:08:40 -03:00
Gustavo Maximiliano Cortez 4983cfb4c4
Updates getting history to new bws limit 2015-07-14 11:16:54 -03:00
Gustavo Maximiliano Cortez 90e1dc87a4
Fix tx history layout. Link styling 2015-07-13 17:27:53 -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 44f4f204c0
Only for Desktop 2015-07-07 10:01:08 -03:00