Commit graph

114 commits

Author SHA1 Message Date
Gustavo Maximiliano Cortez
c2519ec89a
Fix camera-icon 2015-12-08 11:55:07 -03:00
Gustavo Maximiliano Cortez
9a80e86139
Fix UI issues 2015-12-08 11:50:28 -03:00
bechi
721bf3e9ea put wallet icon 2015-12-04 16:34:23 -03:00
bechi
1af6204cc1 fix name 2015-12-04 15:43:17 -03:00
bechi
e54e5522a5 add icons 2015-12-04 13:19:46 -03:00
bechi
5e279ee872 fix details 2015-12-04 12:27:16 -03:00
bechi
4bc58af524 add circle on nav bar 2015-12-04 11:43:08 -03:00
Gustavo Maximiliano Cortez
649299edd5
Fix tabs 2015-12-03 18:26:59 -03:00
bechi
85598c9211 fix tab link 2015-12-03 18:00:32 -03:00
bechi
b7498ee399 fix txp details 2015-12-03 17:55:46 -03:00
bechi
2346721d75 fix modal contacts 2015-12-03 17:34:32 -03:00
bechi
af904caa05 fix ui details 2015-12-03 17:01:19 -03:00
Gustavo Maximiliano Cortez
afc52d69ce
Updates tx-status, new design 2015-12-03 16:22:44 -03:00
Gustavo Maximiliano Cortez
93b935ee0a
New design for modals. Fix notification errors 2015-12-03 13:43:59 -03:00
Gustavo Maximiliano Cortez
917cf30014 Fix active-menu class 2015-12-02 17:04:37 -03:00
bechi
acff47b4ef fix some details 2015-12-02 16:51:56 -03:00
Gustavo Maximiliano Cortez
6f32927a72 Merge pull request #3576 from cmgustavo/bug/camera-position
Fix camera position
2015-12-02 16:07:06 -03:00
Gustavo Maximiliano Cortez
eec710d87b
Fix camera position 2015-12-02 16:01:25 -03:00
bechi
3c0d5d6450 navigation bar style 2015-12-02 15:57:36 -03:00
bechi
c7573b6e2f fix subheader & camera on send 2015-12-02 10:29:44 -03:00
Gustavo Maximiliano Cortez
9409b183fd Merge pull request #3561 from cmgustavo/feat/top-bar-colored
Change top-bar color & camera position
2015-12-01 17:42:29 -03:00
Gustavo Maximiliano Cortez
0c06a3d460
Change top-bar color 2015-12-01 17:16:39 -03:00
bechi
a6fea03f43 add icon & change bg color 2015-12-01 16:54:44 -03:00
bechi
51dffcc639 fix icons align on sidebar 2015-11-12 11:45:40 -03:00
Gustavo Maximiliano Cortez
ee33526129
Improve addressbook for mobile 2015-10-30 18:34:34 -03:00
Gustavo Maximiliano Cortez
bb73a058a0 Merge pull request #3340 from bechi/bug/tabs
fix tabs on manage wallet
2015-10-27 09:50:13 -03:00
bechi
09d1f1fc34 fix tabs on manage wallet 2015-10-23 15:08:33 -03:00
Gustavo Maximiliano Cortez
6dd8b98dfc
Simple addressbook 2015-10-22 18:43:32 -03:00
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