Commit graph

86 commits

Author SHA1 Message Date
Gustavo Maximiliano Cortez
434a53ecdd
Ref animations. Disabled for desktop 2015-10-01 02:13:33 -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
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
Gustavo Maximiliano Cortez
be6c132fbc
Fixes scrolling on modals for desktop versions 2015-06-11 15:44:54 -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
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
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
Gustavo Maximiliano Cortez
f56ff4c833 Merge pull request #2694 from matiu/anims
State Anims
2015-05-11 16:54:58 -03:00
Gustavo Maximiliano Cortez
2111d0a303 Fix modals for large screen 2015-05-11 15:15:55 -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
Matias Alejo Garcia
b8086aa522 fix flash on ios 2015-05-08 18:28:50 -03:00
bechi
7827d33f5a change color for sidebar 2015-05-08 18:27:27 -03:00
Matias Alejo Garcia
1c463254fa refactor anims 2015-05-08 16:54:32 -03:00
Matias Alejo Garcia
73634f125f update balance later 2015-05-08 15:27:07 -03:00
Matias Alejo Garcia
5cf8db2378 anim at routes 2015-05-08 15:27:07 -03:00
Matias Alejo Garcia
13cdc0dc46 fix easing 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
2f3d660695
Fix tx-notif and animation duration 2015-05-07 19:15:38 -03:00
Gustavo Maximiliano Cortez
a5ae8f1803
Removes ng-animate. Fix animation 2015-05-07 19:02:38 -03:00
Gustavo Maximiliano Cortez
1c3b5b8421
Fix margin bottom 2015-05-07 11:39:29 -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
f4e4767a53
Hide elements with z-index (fix modals on mobile) 2015-05-06 16:09:58 -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
17184c8d48 Slide up/down for all modals 2015-05-05 13:02:40 -03:00
Gustavo Maximiliano Cortez
e24628d775 New slide up/down for different states 2015-05-04 19:23:18 -03:00
bechi
66deb4bf0c fix vertical align 2015-04-30 18:09:07 -03:00
bechi
66fc4d2fab fix size close and back text 2015-04-30 18:05:59 -03:00
bechi
f37f27adea fix align close and icon 2015-04-30 17:57:05 -03:00