Commit graph

6,208 commits

Author SHA1 Message Date
Kosta Korenkov
1f4f78bec0 Make directive to accept onScan and beforeScan callbacks instead of broadcasting 'dataScanned' event.
This will allow to reuse directive for screens different from 'send'
2015-07-23 13:21:31 +03:00
Kosta Korenkov
b673540638 Create qrScanner directive 2015-07-23 11:48:28 +03:00
dabura667
f7e8619391 Parse language to remove region info 2015-07-23 09:33:28 +09:00
dabura667
b944299a33 Add to readme how to download latest translations. 2015-07-22 01:14:48 +09:00
dabura667
211b380cfa Separate download and clean up script 2015-07-22 01:07:24 +09:00
dabura667
badf79e134 added to packages.json 2015-07-21 03:39:15 +09:00
dabura667
bc0bddd5cb Finished API calls 2015-07-21 03:30:19 +09:00
dabura667
c21e3f827a Added script for Crowdin automation (incomplete) 2015-07-21 03:27:45 +09:00
Matias Alejo Garcia
e4b69181e2 Merge pull request #3021 from cmgustavo/clean/grunt-file
Removes unused Grunt functions
2015-07-20 15:23:57 -03:00
Gustavo Maximiliano Cortez
5220611cc3
Removes unused Grunt functions 2015-07-20 15:21:14 -03:00
Gustavo Maximiliano Cortez
25922ef9ed Merge pull request #3019 from dabura667/greekfix
Add Greek appstore description
2015-07-20 10:13:52 -03:00
Gustavo Maximiliano Cortez
f47f553a31 Merge pull request #3016 from dabura667/jpfix2
Fix Japanese and English
2015-07-20 10:10:56 -03:00
dabura667
ff9a45fae6 Add Greek appstore description 2015-07-19 15:30:57 +09:00
dabura667
937aecd8b4 Fix Japanese and English 2015-07-18 14:52:36 +09:00
Gustavo Maximiliano Cortez
a509c05a9f Merge pull request #3013 from matiu/feat/fees
Feat/fees
2015-07-17 18:47:06 -03:00
Gustavo Maximiliano Cortez
390a7f5856 Update README.md
We are using crowdin for translations.
2015-07-17 16:51:52 -03:00
Matias Alejo Garcia
c7caf71e93 add a new record for network fees 2015-07-17 15:51:12 -03:00
Matias Alejo Garcia
4fa62b0e4e handle moved + fee 2015-07-17 14:43:40 -03:00
Matias Alejo Garcia
73f7d9a22b add fee to tx history 2015-07-17 14:30:55 -03:00
Matias Alejo Garcia
9743dabcb3 Merge pull request #3010 from dabura667/jpfix
Fix Japanese store update
2015-07-17 11:28:36 -03:00
dabura667
02d2aa5d44 Fix Japanese store update 2015-07-17 23:16:42 +09:00
Matias Alejo Garcia
0366301430 Merge pull request #3009 from cmgustavo/release/v1.1.2
New release v1.1.2
2015-07-17 11:12:45 -03:00
Gustavo Maximiliano Cortez
160f74bc89
New release v1.1.2 2015-07-17 11:10:16 -03:00
Matias Alejo Garcia
7c3cf6ddc8 Merge pull request #3008 from cmgustavo/bug/translation-backup
Bug/backup-layout and updates es.po
2015-07-17 11:03:31 -03:00
Gustavo Maximiliano Cortez
5064fc8517 Merge pull request #3007 from Kirvx/patch-37
Update fr.po
2015-07-17 10:59:17 -03:00
Gustavo Maximiliano Cortez
acc1482543 Merge pull request #3004 from Kirvx/patch-36
Update appstore_fr
2015-07-17 10:58:36 -03:00
Gustavo Maximiliano Cortez
fffc995c7f
Fixes backup page layout 2015-07-17 10:56:27 -03:00
Kirvx
43b2aae2c7 Update fr.po 2015-07-17 15:55:43 +02:00
Gustavo Maximiliano Cortez
9f3a0dd781
Updates es.po 2015-07-17 10:55:23 -03:00
Gustavo Maximiliano Cortez
ca009dbf90
Removes unused file 2015-07-17 10:55:00 -03:00
Gustavo Maximiliano Cortez
699105de64 Merge pull request #3006 from dabura667/jpfix
Fixed Japanese and English
2015-07-17 10:29:06 -03:00
dabura667
494d90c48d Fixed Japanese and English 2015-07-17 22:21:27 +09:00
Kirvx
8bd38ad541 Update appstore_fr 2015-07-17 00:10:41 +02:00
Matias Alejo Garcia
3e105184f7 Merge pull request #3003 from cmgustavo/updates/store-description02
Updates/store description02
2015-07-16 16:56:56 -03:00
Gustavo Maximiliano Cortez
16d6bb7c5c
Updated 2015-07-16 16:53:24 -03:00
Gustavo Maximiliano Cortez
178a98647e
Updates description 2015-07-16 16:50:10 -03:00
Matias Alejo Garcia
76c8421569 Merge pull request #3002 from cmgustavo/updates/store-description01
Updates/store description01
2015-07-16 16:20:19 -03:00
Gustavo Maximiliano Cortez
6a22d324fd
Updates release notes 2015-07-16 16:18:03 -03:00
Gustavo Maximiliano Cortez
dcf89cc382
Updates store information 2015-07-16 16:02:19 -03:00
Matias Alejo Garcia
07a39eb317 Merge pull request #3001 from cmgustavo/translation/updates-es-fix-pot
Fixes .pot file and updates es.po
2015-07-16 15:35:49 -03:00
Gustavo Maximiliano Cortez
0dd5714385
Fixes pot file and updates es 2015-07-16 15:30:46 -03:00
Gustavo Maximiliano Cortez
26d749782a Merge pull request #3000 from troggy/addon/ongoing-process
Addons can use OngoingProcess indicator
2015-07-16 13:26:49 -03:00
Kosta Korenkov
598af4f166 Addons can use OngoingProcess indicator
Make Copay to call ``setOngoingProcess`` when ``Addon/OngoingProcess`` event received.
Addons may emit this event to display relevant process indication to user.
Example: https://github.com/troggy/copay-colored-coins-plugin/blob/feature/transfer-asset/js/controllers/assets.js#L11
2015-07-16 19:08:27 +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
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
Gustavo Maximiliano Cortez
678b871769 Merge pull request #2997 from matiu/feat/qr-scanning-err
message on bad qr scanning
2015-07-15 16:26:40 -03:00
Matias Alejo Garcia
c4640dfa56 message on bad qr scanning 2015-07-15 16:15:05 -03:00
Matias Alejo Garcia
dced6ea299 Merge pull request #2996 from cmgustavo/bug/open-modal-android
Fixes open modal for android < 4.3
2015-07-15 13:34:57 -03:00