Commit graph

308 commits

Author SHA1 Message Date
Gustavo Maximiliano Cortez
88e1481a3e
Hide estimation time if nbBlocks is null 2015-08-03 12:01:51 -03:00
Matias Alejo Garcia
ead3c6a341 Merge pull request #3051 from cmgustavo/translation/credits
Credist for crowdin translators
2015-07-31 11:42:02 -03:00
Matias Alejo Garcia
e3dd3787a3 Merge pull request #3050 from cmgustavo/translation/updates-fee-levels
Translation/updates fee levels
2015-07-31 11:41:48 -03:00
Matias Alejo Garcia
5b1da9f43f Merge pull request #3054 from cmgustavo/translate/languages02
Removes translation for languages name
2015-07-31 10:29:35 -03:00
Gustavo Maximiliano Cortez
308ec270e4
Removes translation for languages name 2015-07-30 15:49:00 -03:00
Gustavo Maximiliano Cortez
dfd9a869f4
Replaces ENTER by OK in popup for encrypted private key 2015-07-30 15:34:59 -03:00
Gustavo Maximiliano Cortez
458a17e0be
Uses object for level options 2015-07-30 15:26:16 -03:00
Gustavo Maximiliano Cortez
428937a4bc
Updates translators list and notes 2015-07-30 10:43:46 -03:00
Gustavo Maximiliano Cortez
4ef6008f81
Credist for crowdin translators 2015-07-29 18:15:37 -03:00
Gustavo Maximiliano Cortez
aa3870a831
Updates fee levels strings for translate 2015-07-29 13:07:35 -03:00
Matias Alejo Garcia
69852fe0ed Merge pull request #3049 from cmgustavo/bug/fix-alerts
Bug/fixes translation source
2015-07-29 13:04:36 -03:00
Gustavo Maximiliano Cortez
f69e980d71
Fix alert messages 2015-07-29 12:37:51 -03:00
Gregg Zigler
578c4a8499 use new showSingle flag in includes/transaction.html 2015-07-28 10:50:33 -07:00
Gregg Zigler
43bca75728 txp and txhistory share outputs.html for all amount/address/message 2015-07-28 10:46:00 -07:00
Gregg Zigler
4867e9983f simplify recipient summary logic so that entire list is expanded with one click 2015-07-28 10:40:01 -07:00
Gregg Zigler
8caffb8632 simplify html, improve localizability by using Recipients as label 2015-07-28 10:37:25 -07:00
Gregg Zigler
c18fca0d7a if only one recipient, do not summarize in views 2015-07-28 10:37:25 -07:00
Gregg Zigler
d929e32949 remove data hack, display proposals honestly 2015-07-28 10:37:25 -07:00
Gregg Zigler
d61ba54899 replace outputs list at bottom with expandable list at top 2015-07-28 10:37:25 -07:00
Gregg Zigler
805eebb752 handle multiple outputs in transaction proposal 2015-07-28 10:37:25 -07:00
Gustavo Maximiliano Cortez
2979fd6ed6
nl 2015-07-28 10:49:22 -03:00
Gustavo Maximiliano Cortez
e7a98d44f9
Set fees in preferences. First step for advanced send 2015-07-28 10:42:11 -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
44ceb8318e Clearing title 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
Matias Alejo Garcia
73f7d9a22b add fee to tx history 2015-07-17 14:30:55 -03:00
Gustavo Maximiliano Cortez
fffc995c7f
Fixes backup page layout 2015-07-17 10:56:27 -03:00
Gustavo Maximiliano Cortez
ca009dbf90
Removes unused file 2015-07-17 10:55:00 -03:00
dabura667
494d90c48d Fixed Japanese and English 2015-07-17 22:21:27 +09: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
d4e02b91ac
Fixes copay logo on disclaimer for Android < 4.2 2015-07-15 11:04:15 -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
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
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