Commit Graph

471 Commits

Author SHA1 Message Date
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
bechi 12bfe6e8e8 remove translate 2015-06-29 13:30:12 -03:00
bechi e97a99c251 add translate atribute 2015-06-29 13:04:39 -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 50771eb23b fix disclaimer style 2015-06-29 11:45:33 -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 063b520db0 create new address on send 2015-06-27 20:58:42 -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
Matias Alejo Garcia 707acfaf64 refactor getWallet in profile
Signed-off-by: Matias Alejo Garcia <ematiu@gmail.com>
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 c425eb31c2
Adds/Fixes smooth scroll on modals 2015-06-26 17:31:50 -03:00
Gustavo Maximiliano Cortez 54015c552e
Margin bottom 2015-06-26 14:54:34 -03:00
Gustavo Maximiliano Cortez 0fc3aa9539
Refactor customized amount 2015-06-26 14:25:53 -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
Gustavo Maximiliano Cortez 56597ea65c
Adds translated strings 2015-06-22 17:12:54 -03:00
bechi 0cdda72086 add style on send all 2015-06-22 14:35:28 -03:00
Gustavo Maximiliano Cortez d1c55e0876
Adds Fee to TXP modal 2015-06-22 11:33:53 -03:00
Matias Alejo Garcia 67ba30a20e add support for fee customization
Signed-off-by: Matias Alejo Garcia <ematiu@gmail.com>
2015-06-19 17:22:12 -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
Ivan Socolsky d10057c745 Merge pull request #2898 from matiu/feat/handle-txp-delete
Feat/handle txp delete
2015-06-18 12:17:35 -03:00
Matias Alejo Garcia bcd7510ad7 rm onelined 2015-06-18 11:17:35 -03:00
Matias Alejo Garcia 123250726e update message
Signed-off-by: Matias Alejo Garcia <ematiu@gmail.com>
2015-06-17 16:54:14 -03:00
Matias Alejo Garcia e95956e5a8 handles new deletion rules 2015-06-17 16:25:05 -03:00
Gustavo Maximiliano Cortez fcc3a2259d
Do not refresh if the same wallet is selected from sidebar 2015-06-12 15:00:51 -03:00
Sascha Dückers 64e73ab3db Changed spelling create wallet / added appstore_de 2015-06-12 11:11:02 +02:00
Gustavo Maximiliano Cortez 1224f89c17
Copay: Terms of Use in APP 2015-06-11 11:59:48 -03:00
dabura667 10e270e1bb Japanese fixes 2015-06-06 17:14:30 +09:00
dabura667 01bd4f7aa2 Revert fixes 2015-06-06 00:17:54 +09:00
dabura667 113070d906 More changes. fixing translations 2015-06-05 02:57:23 +09:00
dabura667 2ebbf1f1c6 Added translations to pot + fixed Japanese 2015-06-05 02:44:14 +09:00
Gustavo Maximiliano Cortez 0fc5192405 Merge pull request #2845 from dabura667/addjp
Fixed String for Japanese word order.
2015-06-04 13:00:50 -03:00
paveljanik 950d59b79d Fix typo CANNONT 2015-06-04 17:41:05 +02:00
dabura667 7fb269bbc0 Fixed Japanese word order 2015-06-05 00:37:37 +09:00
Gustavo Maximiliano Cortez 52fe420a3b
Fixes string add wallet 2015-06-02 10:26:03 -03:00
Matias Alejo Garcia 421e50d568 Merge pull request #2801 from cmgustavo/bug/modal-padding-translation
Fix padding bottom in modals. Updates translations
2015-05-30 23:29:21 -03:00
Gustavo Maximiliano Cortez e8a89f4a16
Fix padding bottom in modals. Updates translations 2015-05-30 23:22:15 -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
Gustavo Maximiliano Cortez 42bd6e5811 Merge pull request #2796 from matiu/bug/icon
fix icon letter
2015-05-29 22:39:34 -03:00
Matias Alejo Garcia 136cd1595b fix icon letter 2015-05-29 22:29:23 -03:00
Gustavo Maximiliano Cortez b43d5243bb
Updates translations for spanish 2015-05-29 20:06:21 -03:00
Matias Alejo Garcia 57fc80350f Merge pull request #2793 from cmgustavo/bug/modal-scroll-topbar
Bug/modal scroll topbar
2015-05-29 19:36:44 -03:00
Matias Alejo Garcia 6ec8e0c0c3 Merge pull request #2792 from bechi/details
Details
2015-05-29 19:36:26 -03:00
bechi 4d832258ee fix create tabs 2015-05-29 16:50:11 -03:00
bechi 7d4f3e425b fix copayers buttons 2015-05-29 16:38:45 -03:00
Gustavo Maximiliano Cortez 1675c7f072
Fix scroll in modals 2015-05-29 16:30:17 -03:00
Matias Alejo Garcia 3028ed1106 refresh tx history also 2015-05-29 15:59:38 -03:00
Matias Alejo Garcia ace6c0c248 Merge pull request #2790 from bechi/add-colours
Add colours
2015-05-29 15:31:21 -03:00
bechi e44fbf9634 add more colours 2015-05-29 15:25:41 -03:00
Matias Alejo Garcia 1fca607300 better connection error handling 2015-05-29 12:54:01 -03:00
bechi e95228e37b add more colours 2015-05-29 11:43:50 -03:00
Gustavo Maximiliano Cortez 4708f6b9c4
Fix animation and topbar 2015-05-22 16:41:30 -03:00
Gustavo Maximiliano Cortez 6d5f396102
Disable button after pressing 2015-05-21 17:25:14 -03:00
Gustavo Maximiliano Cortez 63db556cef
Splash with rounded buttons 2015-05-21 10:30:19 -03:00
Matias Alejo Garcia 4e13fe39c7 Merge pull request #2759 from cmgustavo/bug/wp8-create
Fix create wallet for wp8.1
2015-05-20 16:01:41 -03:00
Kirvx e6a271c83d Update preferencesAlias.html 2015-05-20 20:18:49 +02:00
Gustavo Maximiliano Cortez fe50717d6c Fix create wallet for wp8.1 2015-05-20 15:16:39 -03:00
Gustavo Maximiliano Cortez 5b40a103b5
Updates POT for translation 2015-05-20 13:45:31 -03:00
Gustavo Maximiliano Cortez 9f6426388b
Fix to wide screen 2015-05-20 11:10:03 -03:00
Gustavo Maximiliano Cortez d0604331bd
Styling for tabs on create new wallet 2015-05-20 10:36:01 -03:00
Gustavo Maximiliano Cortez ce0a7584b3
Splits creating personal and multisign wallets 2015-05-20 04:05:13 -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
Gustavo Maximiliano Cortez cb2e6e45cf
Hide reference of wallets 1-1 on sidebar 2015-05-19 17:08:03 -03:00
Gustavo Maximiliano Cortez f516e84402 Merge pull request #2728 from matiu/feat/email
email for notifications
2015-05-19 15:43:49 -03:00
Gustavo Maximiliano Cortez 9b4e98753b
Fix strings for translation 2015-05-19 15:30:49 -03:00
Matias Alejo Garcia 837f6fced1 update to current BWC 2015-05-19 14:10:47 -03:00
Gustavo Maximiliano Cortez 3917a0aea0
Fix paypro modal 2015-05-19 12:29:53 -03:00
Matias Alejo Garcia 1e7098e626 fix /copayers title 2015-05-19 12:01:18 -03:00
Matias Alejo Garcia bf59f0c94f new form for emails 2015-05-19 12:01:17 -03:00
Matias Alejo Garcia 00c730ccc3 email prefernce for notifications 2015-05-19 12:01:17 -03:00
Matias Alejo Garcia 17deda9000 unify strings to "payment". Add retry on balance update 2015-05-18 16:21:36 -03:00
bechi 1f7e9b2227 add more buttons 2015-05-18 12:16:44 -03:00
bechi 0835c236f5 change buttons style 2015-05-18 12:16:44 -03:00
Gustavo Maximiliano Cortez 891b4f8109
Updates insight link on tx history 2015-05-18 11:38:33 -03:00
Gustavo Maximiliano Cortez 345e42688a
Fix uri payment for amount undefined 2015-05-15 20:10:12 -03:00
Gustavo Maximiliano Cortez 06fef225bd Merge pull request #2723 from matiu/feat/wallet-alias
Support wallet aliases
2015-05-14 16:11:18 -03:00
Rich Morgan 1b96737203 Minor formatting 2015-05-14 13:01:31 -04:00
Rich Morgan f3ae9dc7fd Minor formatting 2015-05-14 12:57:56 -04:00
Rich Morgan 78e3b2c25c Fixed typos 2015-05-14 12:51:26 -04:00
Rich Morgan ffc895f868 Fixed English language flow 2015-05-14 12:49:43 -04:00
Rich Morgan cf9605578a Fixed typos 2015-05-14 12:48:01 -04:00
Rich Morgan 5c1c7fe190 Fixed English language verbage 2015-05-14 12:45:39 -04:00
Matias Alejo Garcia d851f62c7f add wallet alias 2015-05-14 10:39:22 -03: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
Matias Alejo Garcia bd103fbd4f design review 2015-05-13 12:22:08 -03:00
Matias Alejo Garcia 51ad7d83dc import on splash 2015-05-13 11:58:19 -03:00
Gustavo Maximiliano Cortez b24ca23415
Update template.POT and spanish translation 2015-05-13 11:04:26 -03:00
Gustavo Maximiliano Cortez c24cee303d
Fix modals, copayer list 2015-05-13 10:56:08 -03:00
Matias Alejo Garcia 48e42a7949 Merge pull request #2709 from cmgustavo/bug/creating-profile
Bug/creating profile
2015-05-12 13:23:58 -03:00
Gustavo Maximiliano Cortez 3092d0b3a4
Fix splash 2015-05-12 12:51:32 -03:00
Gustavo Maximiliano Cortez cb7c0bd19d
Removes createProfile page. Fixes transition from splash to walletHome 2015-05-12 12:19:57 -03:00
Matias Alejo Garcia 59b101ba8c fix paypro info 2015-05-12 11:33:20 -03:00
Gustavo Maximiliano Cortez 4e092f33ba
Fixes creating profile logo 2015-05-12 11:32:10 -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 f56ff4c833 Merge pull request #2694 from matiu/anims
State Anims
2015-05-11 16:54:58 -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 c5e5a3d824 Merge pull request #2692 from bechi/splash-screen
improve splash screen
2015-05-11 14:42:15 -03:00
bechi bf6188a2f3 remove import option 2015-05-11 14:36:14 -03:00
Gustavo Maximiliano Cortez e973d4cfa0 Merge pull request #2696 from bechi/sidebar-color1
change color for sidebar
2015-05-11 14:18:14 -03:00
bechi 7827d33f5a change color for sidebar 2015-05-08 18:27:27 -03:00
Matias Alejo Garcia 5cf8db2378 anim at routes 2015-05-08 15:27:07 -03:00
Matias Alejo Garcia 061c4fbd8f transations working, new schema 2015-05-08 15:27:07 -03:00
Gustavo Maximiliano Cortez 2bb8bbc0a1
Fix tx-detail 2015-05-08 10:53:00 -03:00
Gustavo Maximiliano Cortez a5ae8f1803
Removes ng-animate. Fix animation 2015-05-07 19:02:38 -03:00
bechi fcc718e754 add translate atribute 2015-05-07 16:47:41 -03:00
bechi be6e61b3cb improve splash screen 2015-05-07 16:37:11 -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 ec08e50f86
Autocapitalize off on Email input 2015-05-07 11:30:32 -03:00
Gustavo Maximiliano Cortez 0731c47e32
Close button in correct position. Modal animation customizable 2015-05-07 11:07:33 -03:00
Gustavo Maximiliano Cortez 5ecc6de6f2
Fix indent walletHome.html 2015-05-06 16:10:16 -03:00
Gustavo Maximiliano Cortez 43a747b96d
Fix slide up/down for txp and tx 2015-05-06 11:16:19 -03:00
Gustavo Maximiliano Cortez e24628d775 New slide up/down for different states 2015-05-04 19:23:18 -03:00
Matias Alejo Garcia 5c3b65c38b add avance settings 2015-05-04 13:30:41 -03:00
bechi f37f27adea fix align close and icon 2015-04-30 17:57:05 -03:00
bechi 97fcfdf5fa fix topbar align 2015-04-30 16:52:27 -03:00
bechi 072464f3f8 fix splash screen 2015-04-30 16:16:28 -03:00
bechi 31cdda01cc change size to bottombar 2015-04-30 16:16:28 -03:00
bechi 59e164de02 change icon in some places 2015-04-30 16:16:27 -03:00
Gustavo Maximiliano Cortez ecee13d96f
Added strings to translate. Updates spanish 2015-04-30 13:03:30 -03:00
Gustavo Maximiliano Cortez cbf3d7cceb
Update translations for controllers and services 2015-04-29 19:19:10 -03:00
Gustavo Maximiliano Cortez 5437c9bf9e
Fix layout pref logs 2015-04-29 16:01:41 -03:00
Matias Alejo Garcia 5b88b82623 add customr swipe 2015-04-29 12:08:42 -03:00
Gustavo Maximiliano Cortez e44780379a Merge pull request #2654 from matiu/feat/touchdown
Feat/touchdown
2015-04-29 09:57:29 -03:00
Matias Alejo Garcia 6e8e9488fa fix non clickeable padding in sidebar 2015-04-28 20:31:01 -03:00
Matias Alejo Garcia 23f096844f fix menu and sidebar 2015-04-28 20:13:28 -03:00
bechi 7b99f50784 improve spend proposal pending 2015-04-28 18:15:25 -03:00
Matias Alejo Garcia a56507fe87 faster tab switching 2015-04-28 16:58:40 -03:00
Matias Alejo Garcia 969712c633 add touchdown elements 2015-04-28 15:02:35 -03:00
bechi 30ce436d1c fix bugs layout 2015-04-28 13:58:29 -03:00
bechi c4b179f6f2 fix button size on modal 2015-04-28 13:58:29 -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 Pando 2a785ca84b Fix image on About 2015-04-27 16:21:38 -03:00
Gustavo Maximiliano Cortez 6bd35493de Merge pull request #2640 from matiu/feat/modal2
Feat/modal2
2015-04-27 10:12:45 -03:00
Matias Alejo Garcia 520e4b2b85 add condition to local notif 2015-04-27 09:59:20 -03:00
Gustavo Maximiliano Cortez 47ae2f8e59 Improves response of close button 2015-04-27 03:51:41 -03:00
Matias Alejo Garcia 4ec42310f5 fix gen addr animation in ios 2015-04-27 03:33:57 -03:00
Matias Alejo Garcia 2f7f593ad6 do not hice create/join forms with working / no color on global pages 2015-04-27 03:03:08 -03:00
Gustavo Maximiliano Cortez 7bc284c0fd
Copy address to clipboad on mobile 2015-04-27 02:31:07 -03:00
Matias Alejo Garcia ccc22145b0 do not hide form when sending tx 2015-04-27 02:25:35 -03:00
Gustavo Maximiliano Cortez 5bf0b93089 Merge pull request #2638 from matiu/feat/gen-addr-anim
Feat/gen addr anim
2015-04-27 02:09:08 -03:00
Matias Alejo Garcia 9ab6c09d5d better -generating address- status 2015-04-26 18:41:21 -03:00
Matias Alejo Garcia 3abfb65087 add send logs by email 2015-04-25 21:08:19 -03:00
Matias Alejo Garcia f47d6b0564 view logs in UX 2015-04-25 14:42:23 -03:00
Gustavo Maximiliano Cortez 6f2cc4b673 Merge pull request #2629 from bechi/layout-details-12
fix more button
2015-04-24 17:52:24 -03:00
Gustavo Maximiliano Cortez 25580c9329
Fix spinner for joining and importing wallet 2015-04-24 17:23:33 -03:00
Gustavo Maximiliano Cortez 95ee12d07e Fix spinner creating wallet 2015-04-24 17:18:05 -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
bechi eb3d6c4c6e fix padding input 2015-04-24 16:15:04 -03:00
bechi d6b87f8c6c fix bottombar contrast 2015-04-24 16:15:04 -03:00
bechi 370b1579df fix remove tx button 2015-04-24 16:15:04 -03:00
bechi f99339cc7f fix address in txp details 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 993c263bff Merge pull request #2611 from cmgustavo/bug/backHome-wallet-incomplete
Fix goHome from "add" if focused wallet is incomplete
2015-04-24 03:57:31 -03:00
Gustavo Maximiliano Cortez ad89c6e9e5
Fix goHome from "add" if focused wallet is incomplete 2015-04-24 03:50:05 -03:00
Matias Alejo Garcia 06343f6fca rm error box from receive 2015-04-24 03:43:57 -03:00
Matias Alejo Garcia 460ddfa3bc fix error handler for join 2015-04-24 03:37:18 -03:00
Matias Alejo Garcia dae6f96709 fix error at copayers 2015-04-24 03:27:51 -03:00
Matias Alejo Garcia dc0e0bb91f Merge pull request #172 from cmgustavo/matias/bug/notif3-layout-pending
Clean pendingForUs when change wallet. Fix root.go
2015-04-24 03:19:36 -03:00
Gustavo Maximiliano Cortez 17f7483ec5 goHome after close preferences or add wallet 2015-04-24 03:22:06 -03:00
Matias Alejo Garcia d7be9caf29 better import notif 2015-04-24 03:14:18 -03:00
Matias Alejo Garcia 7098a8627f better create profile notif 2015-04-24 03:12:38 -03:00
Matias Alejo Garcia a927c34dd9 rm old file 2015-04-24 03:10:45 -03:00
Matias Alejo Garcia 7463e1e718 better join notification 2015-04-24 03:10:01 -03:00
Matias Alejo Garcia f6a0afa6f6 better create wallet notif 2015-04-24 03:08:04 -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
Gustavo Maximiliano Cortez 183202aeb3 Fix scroll for all pages 2015-04-24 02:17:54 -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
Gustavo Maximiliano Cortez eaa3247479 Fix preferences animation 2015-04-23 18:29:25 -03:00
Matias Alejo Garcia 3c00a4a06c Revert "rm fastclick"
This reverts commit ea7484512f.

Conflicts:
	src/js/controllers/index.js
2015-04-23 17:45:32 -03:00
bechi 1a5dc6a468 status notifications 2015-04-23 16:54:19 -03:00
Matias Alejo Garcia cd901f5b3e only show matching network wallet in payment intents 2015-04-23 16:17:18 -03:00
Matias Alejo Garcia 4f60626710 fixes one-page 2015-04-23 15:25:26 -03:00
Gustavo Maximiliano Cortez 5404f8f53d scroll 2015-04-23 15:23:21 -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 140440b224 Fix translate option 2015-04-22 18:41:30 -03:00
Gustavo Maximiliano Cortez 764caffd74 Fix preferencesLanguage 2015-04-22 15:54:44 -03:00
Gustavo Maximiliano Cortez 93e61b66df Update translation. Removed old files 2015-04-22 15:54:44 -03:00
Gustavo Maximiliano Cortez f7b1074941 Update template.pot. Enables auto-detect languages 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
Juan Ignacio Sosa Lopez c95db3405b Merge pull request #2593 from matiu/feat/walletHome-anim
walletHome animations
2015-04-22 14:05:57 -03:00
Matias Alejo Garcia 12c042dc50 Merge pull request #2594 from bechi/layout-details-06
change beta logo
2015-04-22 14:00:50 -03:00
bechi 96c8463f37 change beta logo 2015-04-22 13:58:37 -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 dcf941b8d3 Merge pull request #2584 from bechi/layout-details-05
fix notifications
2015-04-21 15:08:03 -03:00
bechi b16b6e9677 fix notifications 2015-04-21 13:14:02 -03:00
Matias Pando a8a1df04b1 Hiding menu on send.js 2015-04-21 13:07:14 -03:00
Gustavo Maximiliano Cortez 4b30c651dd Merge pull request #2580 from bechi/layout-details-04
change view on blockchain button
2015-04-21 12:20:22 -03:00
Gustavo Maximiliano Cortez 8806b5b82d Merge pull request #2569 from matiu/feat/invitation-working
better wording for wallet invitations
2015-04-20 21:40:55 -03:00
Gustavo Maximiliano Cortez 6d9d750952 Fix minor texts for translates 2015-04-20 18:48:42 -03:00
Gustavo Maximiliano Cortez cc8521d51e Removes unnecessary files 2015-04-20 18:44:34 -03:00
bechi dca6a6c637 change view on blockchain button 2015-04-20 16:52:01 -03:00
Matias Alejo Garcia 77acbf5c2b better wording for wallet invitations 2015-04-20 15:04:20 -03:00
Gustavo Maximiliano Cortez a82f477c20 Fixes transition of splash and creating wallet 2015-04-20 10:02:41 -03:00
Gustavo Maximiliano Cortez 30511f9d7a Fix TXP modal events 2015-04-17 18:10:22 -03:00
bechi c7d530fc33 fix close reset form 2015-04-17 16:16:28 -03:00
bechi c419ff5947 some changes on history 2015-04-17 15:27:48 -03:00
bechi 3770d3a1ac fix send notification 2015-04-17 15:21:20 -03:00
bechi 089c99b999 fix button txp details 2015-04-17 14:33:38 -03:00
Gustavo Maximiliano Cortez c2f2ad95ca Fix URI-payment for mobile 2015-04-16 16:56:15 -03:00
Matias Alejo Garcia 014390665a Merge pull request #2528 from bechi/layout-details-02
Layout details 02
2015-04-16 15:18:35 -03:00
Matias Alejo Garcia c728f2958f Merge pull request #2526 from cmgustavo/bug/minors-01
Bug/minors 01
2015-04-16 15:17:25 -03:00
bechi 652ab3c222 fix delete notification 2015-04-16 12:22:43 -03:00
Gustavo Maximiliano Cortez 5ce4269ba7 Merge pull request #2525 from matiu/bug/walletHome
Bug/wallet home
2015-04-16 12:18:09 -03:00
Gustavo Maximiliano Cortez 3e5f7d0a7b Fix update txp modals after sign, reject or broadcast 2015-04-16 12:14:23 -03:00
Matias Alejo Garcia 11980bcdf8 add color to copayers modal 2015-04-16 11:35:45 -03:00
Matias Alejo Garcia 8886979a9a add link to learn more... 2015-04-16 10:22:57 -03:00
bechi 633b603f25 fix password modal 2015-04-16 10:16:29 -03:00