Commit graph

139 commits

Author SHA1 Message Date
Gustavo Maximiliano Cortez
b817a14a65 Merge pull request #3268 from bechi/ui-glidera-01
UI-Glidera
2015-10-05 11:32:14 -03:00
Gustavo Maximiliano Cortez
434a53ecdd
Ref animations. Disabled for desktop 2015-10-01 02:13:33 -03:00
bechi
4e36f88b1c improve home glidera ui 2015-09-29 17:58:04 -03:00
bechi
526c7155b5 improve tx details ui 2015-09-29 14:54:03 -03:00
Gustavo Maximiliano Cortez
e9558cafaf
Uses the common qr-scanner directive for joining 2015-09-28 01:20:16 -03:00
Matias Alejo Garcia
de77a1f0a1 better display at mnemonic backup 2015-09-15 16:32:15 -03:00
Matias Alejo Garcia
4ac32f13a0 better texts and forms 2015-09-13 20:11:56 -03:00
bechi
fb9a6906f7 setup pages 2015-09-11 15:50:16 -03:00
bechi
86aa2d0ea7 add icon and fix sizes 2015-09-09 01:08:21 -03:00
bechi
96e132a50b add some icons 2015-09-08 21:12:57 -03:00
Gustavo Maximiliano Cortez
56d6abf360 Buy and Sell buttons 2015-09-05 14:32:30 -03:00
Kosta Korenkov
43e99c6b7a Add logo directive
.. so that logo can be overriden in addon.
2015-08-21 08:01:34 +03:00
Matias Alejo Garcia
3f71f44701 Merge pull request #3104 from cmgustavo/bug/start-copay
Bug/start copay
2015-08-20 11:04:50 -03:00
Gustavo Maximiliano Cortez
dc512f6459
Fix avatar padding 2015-08-19 17:41:10 -03:00
Gustavo Maximiliano Cortez
d29b36b935
Clear variable if wallet changed. Fix padding in home 2015-08-19 17:10:40 -03:00
Gustavo Maximiliano Cortez
cdf16f0485
Fix splash for large devices 2015-08-19 11:18:16 -03:00
Matias Alejo Garcia
e4651ef7b0 simplifies error handling at index + universal error popup 2015-08-12 13:04:39 -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
b580c3429d Merge pull request #2968 from troggy/addon-system
Addon support
2015-07-16 12:00:54 -03:00
Gustavo Maximiliano Cortez
4ac645ff3b
Fixes open modal for android < 4.3 2015-07-15 13:09:21 -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
aba30503ae
Fixed modals when dragging to left (iOS) 2015-06-30 02:33:51 -03:00
bechi
129f43d7bb fix style 2015-06-29 12:54:07 -03:00
Matias Alejo Garcia
7433b1b863 wallet selection popup, link to open it 2015-06-27 20:58:42 -03:00
Gustavo Maximiliano Cortez
c425eb31c2
Adds/Fixes smooth scroll on modals 2015-06-26 17:31:50 -03:00
bechi
14401312ce fix padding 2015-06-22 14:40:20 -03:00
bechi
0cdda72086 add style on send all 2015-06-22 14:35:28 -03:00
Gustavo Maximiliano Cortez
be6c132fbc
Fixes scrolling on modals for desktop versions 2015-06-11 15:44:54 -03:00
Gustavo Maximiliano Cortez
1224f89c17
Copay: Terms of Use in APP 2015-06-11 11:59:48 -03:00
Gustavo Maximiliano Cortez
24a381b077
Removes shadow on sidebar 2015-05-30 23:30:37 -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
Gustavo Maximiliano Cortez
d842387b81
Fix top 2015-05-29 19:15:39 -03:00
bechi
4d832258ee fix create tabs 2015-05-29 16:50:11 -03:00
Gustavo Maximiliano Cortez
1675c7f072
Fix scroll in modals 2015-05-29 16:30:17 -03:00
bechi
226a59f03c change default font 2015-05-28 17:24:30 -03:00
Gustavo Maximiliano Cortez
4708f6b9c4
Fix animation and topbar 2015-05-22 16:41:30 -03:00
Gustavo Maximiliano Cortez
aade8cd84b
No gradient for active button 2015-05-21 16:04:44 -03:00
Gustavo Maximiliano Cortez
3b8fff5bff
Disables opening link by long time pressing. Active button 2015-05-21 15:44:09 -03:00
Gustavo Maximiliano Cortez
9f6426388b
Fix to wide screen 2015-05-20 11:10:03 -03:00
Gustavo Maximiliano Cortez
2b655ed6c1
Normalize colors 2015-05-20 10:48:52 -03:00
Gustavo Maximiliano Cortez
d0604331bd
Styling for tabs on create new wallet 2015-05-20 10:36:01 -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
3917a0aea0
Fix paypro modal 2015-05-19 12:29:53 -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
919baa450a
Removes outline on tap for android 2015-05-18 10:32:49 -03:00
Matias Alejo Garcia
9f5d09f1cc fix colors 2015-05-13 12:41:05 -03:00
Matias Alejo Garcia
c59484bbb4 update animations 2015-05-13 11:29:36 -03:00
Gustavo Maximiliano Cortez
3afea0fb3e
Fixes duration for slide Left/Right 2015-05-12 10:10:47 -03:00