Commit graph

5,491 commits

Author SHA1 Message Date
Rich Morgan
7af82a0e97 Merge pull request #1 from bitpay/master
Sync with master
2015-07-14 12:17:10 -04:00
Matias Alejo Garcia
89d74281ad Merge pull request #2985 from cmgustavo/feat/updates-csv-limit
Updates getting history to new bws limit
2015-07-14 12:34:06 -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
Matias Alejo Garcia
8467f50567 Merge pull request #2982 from cmgustavo/bug/list-tx-history-links
Fix history layout (and modal animation for WP and Android)
2015-07-13 18:49:08 -03:00
Gustavo Maximiliano Cortez
90e1dc87a4
Fix tx history layout. Link styling 2015-07-13 17:27:53 -03:00
Kosta Korenkov
a8b20d3e7d Clarify the purpose of BalanceUpdated event emission 2015-07-13 22:25:34 +03:00
Gustavo Maximiliano Cortez
454724eb5f Merge pull request #2978 from matiu/bug/refresh-send
Bug/refresh send
2015-07-13 14:11:38 -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
a28c631ff9 Merge pull request #2973 from Kirvx/patch-35
Update fr.po
2015-07-10 21:19:25 -03:00
Kirvx
43b04c8152 Update fr.po 2015-07-11 00:27:57 +02:00
Matias Alejo Garcia
996688a548 Merge pull request #2972 from cmgustavo/release/v1.1.1
New release v1.1.1
2015-07-10 16:40:29 -03:00
Gustavo Maximiliano Cortez
5d658b0182
New release v1.1.1 2015-07-10 16:36:05 -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
f34e6db895 Merge pull request #2965 from dabura667/jpfix
Add Japanese appstore phrase from French
2015-07-10 16:10:51 -03:00
Matias Alejo Garcia
87dd786ba3 Merge pull request #2953 from cmgustavo/update/installer-version-win
Updates version of windows installer
2015-07-10 16:10:06 -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
dabura667
7ce453638b Fix en 2015-07-09 08:55:33 +09:00
dabura667
f9a2068cfc Add Japanese appstore phrase from French 2015-07-08 20:40:24 +09:00
Gustavo Maximiliano Cortez
2b968b0a12
Fix save csv file nodewebkit 2015-07-07 23:56:49 -03:00
Matias Alejo Garcia
878e5f2066 Merge pull request #2956 from Kirvx/patch-33
Update fr.po
2015-07-07 21:27:25 -03:00
Matias Alejo Garcia
412f907834 Merge pull request #2962 from Kirvx/patch-34
Update appstore_fr
2015-07-07 20:49:36 -03:00
Kirvx
7b97df6552 Update appstore_fr 2015-07-08 01:41:54 +02:00
Matias Alejo Garcia
ec5a478bf2 Merge pull request #2954 from cmgustavo/feat/csv-download
History: export .csv file (compatibility with LibraTax)
2015-07-07 16:20:57 -03:00
Matias Alejo Garcia
a6300e985c Update README.md 2015-07-07 15:28:50 -03:00
Matias Alejo Garcia
44ee6855d4 Update README.md 2015-07-07 15:28:15 -03:00
Matias Alejo Garcia
1361b9715d Update README.md
remove outdated sections. adds platform specific build details.
2015-07-07 14:39:45 -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
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
Kirvx
3765995115 Update fr.po
Update fr.po

Update fr.po

Update fr.po
2015-07-04 21:47:33 +02:00
Gustavo Maximiliano Cortez
46ff73aa02
Adds CSV history 2015-07-03 15:35:34 -03:00
Gustavo Maximiliano Cortez
e1619c20ef
Updates version of windows installer 2015-07-02 14:44:50 -03:00
Gustavo Maximiliano Cortez
684fc8e0c8 Fix layout after send on WP8 2015-07-02 14:42:53 -03:00
Matias Alejo Garcia
6a94f55dc8 Merge pull request #2951 from cmgustavo/release/v1.1.0
New release v1.1.0
2015-07-02 11:39:09 -03:00
Gustavo Maximiliano Cortez
8415dfe696
New release v1.1.0 2015-07-02 11:37:13 -03:00
Matias Alejo Garcia
25f30992a7 Merge pull request #2947 from isocolsky/rate_frequency
Refetch exchange rate every 5 min
2015-07-02 08:34:40 -03:00
Ivan Socolsky
8181c89ef1 update exchange rate at 5 min interval 2015-07-01 19:10:57 -03:00
Gustavo Maximiliano Cortez
3f9123b23b Merge pull request #2945 from matiu/bug/unitName
use unit name
2015-07-01 11:04:34 -03:00
Matias Alejo Garcia
ca5a1b6305 use unit name 2015-07-01 11:00:43 -03:00
Matias Alejo Garcia
620cfc2cc9 Merge pull request #2944 from cmgustavo/translation/es-08
Updates es.po. Fix a title
2015-07-01 10:44:12 -03:00
Gustavo Maximiliano Cortez
1895d17122
Updates es.po. Fix a title 2015-07-01 10:42:02 -03:00