Commit Graph

212 Commits

Author SHA1 Message Date
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
Gustavo Maximiliano Cortez 46ff73aa02
Adds CSV history 2015-07-03 15:35:34 -03:00
Matias Alejo Garcia c6e4773f9d hide sent-to-wallet if not other wallets 2015-06-29 13:03:13 -03:00
bechi 129f43d7bb fix style 2015-06-29 12:54:07 -03:00
bechi 5129827ebe fix style on tap button 2015-06-28 16:56:23 -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
dabura667 7a3328cabd Fix Japanese and English 2015-06-28 14:18:11 +09:00
Matias Alejo Garcia d8deaea8c1 update receive string 2015-06-27 20:59:24 -03:00
Matias Alejo Garcia 1323ad48db refactor address management 2015-06-27 20:58:42 -03:00
Matias Alejo Garcia 7433b1b863 wallet selection popup, link to open it 2015-06-27 20:58:42 -03:00
Gustavo Maximiliano Cortez 1bb49da608
Renames customized amount 2015-06-27 14:28:12 -03:00
Gustavo Maximiliano Cortez 678e3c8ac2
Tap to reconnect action should also to update history 2015-06-26 11:56:32 -03:00
Gustavo Maximiliano Cortez 599f53d39f
Generate QR code with customized amount 2015-06-24 17:55:08 -03:00
bechi 0cdda72086 add style on send all 2015-06-22 14:35:28 -03:00
Matias Alejo Garcia 7e23bd3406 refactor quiet 2015-06-19 15:09:15 -03:00
Matias Alejo Garcia 206fe41db5 implement send all support 2015-06-19 15:05:25 -03:00
Gustavo Maximiliano Cortez 1224f89c17
Copay: Terms of Use in APP 2015-06-11 11:59:48 -03:00
Matias Alejo Garcia ab44d80f3b safer address cache 2015-05-30 23:15:43 -03:00
Matias Alejo Garcia 2df939ae3a fix available balance 2015-05-30 23:01:45 -03:00
Matias Alejo Garcia 0e300c946a fix refresh 2015-05-30 22:38:08 -03:00
Matias Alejo Garcia 136cd1595b fix icon letter 2015-05-29 22:29:23 -03:00
Matias Alejo Garcia 3028ed1106 refresh tx history also 2015-05-29 15:59:38 -03:00
Matias Alejo Garcia 1fca607300 better connection error handling 2015-05-29 12:54:01 -03:00
Gustavo Maximiliano Cortez 58cc46de60
Alias 2015-05-19 18:18:19 -03:00
Gustavo Maximiliano Cortez 6d213a93eb
Fix homewallet for 1-1 2015-05-19 17:48:47 -03:00
Matias Alejo Garcia 17deda9000 unify strings to "payment". Add retry on balance update 2015-05-18 16:21:36 -03:00
bechi 0835c236f5 change buttons style 2015-05-18 12:16:44 -03:00
Rich Morgan 1b96737203 Minor formatting 2015-05-14 13:01:31 -04:00
Gustavo Maximiliano Cortez ec7a1d8338 Merge pull request #2718 from matiu/feat/splash-import
Feat/splash import
2015-05-13 12:53:13 -03:00
Matias Alejo Garcia 9f5d09f1cc fix colors 2015-05-13 12:41:05 -03:00
Gustavo Maximiliano Cortez c24cee303d
Fix modals, copayer list 2015-05-13 10:56:08 -03:00
Matias Alejo Garcia a76e9a2fb6 update on tap 2015-05-12 11:00:47 -03:00
Matias Alejo Garcia 08a61436fb Merge pull request #2700 from cmgustavo/feat/anims-slide-right
Fix slide animation for txp and tx history
2015-05-12 00:34:07 -03:00
Gustavo Maximiliano Cortez c55faa44c6
Fix slide (right) for txp and tx history 2015-05-11 16:33:40 -03:00
Matias Alejo Garcia 061c4fbd8f transations working, new schema 2015-05-08 15:27:07 -03:00
Gustavo Maximiliano Cortez 931b7c25c2
Increases limit of characters on textarea 2015-05-07 14:01:16 -03:00
Gustavo Maximiliano Cortez f12b9b0be5
Adds "updating balance" message when loading txps 2015-05-07 11:49:59 -03:00
Gustavo Maximiliano Cortez 1c3b5b8421
Fix margin bottom 2015-05-07 11:39:29 -03:00
Gustavo Maximiliano Cortez 5ecc6de6f2
Fix indent walletHome.html 2015-05-06 16:10:16 -03:00
bechi 59e164de02 change icon in some places 2015-04-30 16:16:27 -03:00
Matias Alejo Garcia a56507fe87 faster tab switching 2015-04-28 16:58:40 -03:00
Matias Pando 747257a5ee Avoid flickering on Send form 2015-04-28 12:06:27 -03:00
Gustavo Maximiliano Cortez 09381c63c7
Clear proposals when changing wallets 2015-04-28 11:53:25 -03:00
Matias Alejo Garcia 520e4b2b85 add condition to local notif 2015-04-27 09:59:20 -03:00
Matias Alejo Garcia 4ec42310f5 fix gen addr animation in ios 2015-04-27 03:33:57 -03:00
Matias Alejo Garcia ccc22145b0 do not hide form when sending tx 2015-04-27 02:25:35 -03:00
Matias Alejo Garcia 9ab6c09d5d better -generating address- status 2015-04-26 18:41:21 -03:00
bechi 90d7cf5611 fix more button 2015-04-24 17:00:49 -03:00
bechi b009be8457 button history 2015-04-24 16:15:04 -03:00
Gustavo Maximiliano Cortez 68cc09f4ab
Fix spinner when sign/reject/remove/broadcast a transaction 2015-04-24 15:02:14 -03:00
Matias Alejo Garcia 06343f6fca rm error box from receive 2015-04-24 03:43:57 -03:00
Matias Alejo Garcia ceca507fa5 better loading 2015-04-24 03:01:26 -03:00
Matias Alejo Garcia 67d140e981 fix changing wallet / form reset 2015-04-24 02:42:17 -03:00
Matias Alejo Garcia 6ce46fd0ca fix notif for offline 2015-04-24 00:34:52 -03:00
Matias Alejo Garcia 1c2432316a Revert "Revert "WIP: Bug/notif2""
This reverts commit cd867d0171.

Conflicts:
	src/css/main.css
2015-04-23 23:51:21 -03:00
Matias Alejo Garcia cd867d0171 Revert "WIP: Bug/notif2" 2015-04-23 23:01:46 -03:00
Matias Alejo Garcia 816901378e fix error notifications 2015-04-23 19:05:44 -03:00
Matias Alejo Garcia 30eb9bf0c5 error notifications 2015-04-23 18:28:35 -03:00
bechi 1a5dc6a468 status notifications 2015-04-23 16:54:19 -03:00
Matias Alejo Garcia 4f60626710 fixes one-page 2015-04-23 15:25:26 -03:00
Gustavo Maximiliano Cortez e899eb9696 Fix wallethome 2015-04-23 14:37:36 -03:00
Matias Alejo Garcia ea7484512f rm fastclick 2015-04-23 14:12:32 -03:00
Matias Alejo Garcia faea6dfb6d rm ng class 2015-04-23 13:12:30 -03:00
Matias Alejo Garcia 867c4b20bd add 3d transform 2015-04-23 12:58:08 -03:00
Matias Alejo Garcia 589200b455 one page 2015-04-23 12:27:57 -03:00
Gustavo Maximiliano Cortez 93e61b66df Update translation. Removed old files 2015-04-22 15:54:44 -03:00
Gustavo Maximiliano Cortez 80d305fe80 Hide menu only for mobile 2015-04-22 15:54:44 -03:00
Gustavo Maximiliano Cortez 401490df5e Bug fixes 2015-04-22 15:52:01 -03:00
bechi 4475ff1757 onGoing Process style 2015-04-22 15:24:45 -03:00
Matias Alejo Garcia ff24da43e0 fixes in wallethome 2015-04-22 13:53:57 -03:00
Matias Alejo Garcia 44a96e46cb walletHome animations 2015-04-22 12:39:50 -03:00
Gustavo Maximiliano Cortez 02c6cd6ed9 Fix unsent transaction for 1-1 wallets 2015-04-21 17:35:11 -03:00
Gustavo Maximiliano Cortez 68173e632e Important fix for chrome app. Fix updating alternative amount 2015-04-21 17:00:32 -03:00
Gustavo Maximiliano Cortez bfc1c61753 Fix animation for wp 2015-04-21 16:32:25 -03:00
Gustavo Maximiliano Cortez 206d01f71e Fix animation 2015-04-21 15:22:58 -03:00
Gustavo Maximiliano Cortez 6d9d750952 Fix minor texts for translates 2015-04-20 18:48:42 -03:00
Matias Alejo Garcia 9ee1ceb46f better update order at walletHome 2015-04-15 14:50:08 -03:00
Matias Pando 7c1eb6b468 Hide message when a process is running 2015-04-15 14:11:28 -03:00
Matias Pando b270ec608f Scanning addresses 2015-04-15 14:03:58 -03:00
Matias Alejo Garcia e01fc86835 tap to retry 2015-04-14 16:06:04 -03:00
Matias Alejo Garcia d21c9320c4 fix offline notifications 2015-04-14 12:51:49 -03:00
Matias Alejo Garcia 6186a70a50 better handling clientError 2015-04-14 09:43:47 -03:00
Matias Alejo Garcia 9efa2dfe24 handle network reconnection 2015-04-14 09:43:47 -03:00
Gustavo Maximiliano Cortez 4f899dd080 Fix style colors for wp8 2015-04-11 17:12:44 -03:00
Matias Alejo Garcia 320de62f13 bwc 2015-04-11 10:53:15 -03:00