Commit graph

160 commits

Author SHA1 Message Date
bechi
bb7dd9390d fix button 2015-11-30 10:10:46 -03:00
bechi
7b407f707c ui details 2015-11-30 10:10:46 -03:00
bechi
f64b99938a details 2015-11-30 10:10:46 -03:00
bechi
7ceed35c29 first step of ui 2015-11-30 10:10:45 -03:00
Matias Alejo Garcia
bbec74dcb9 Merge pull request #3497 from bitpay/v1.5
Update v1.6 with changes on v1.5
2015-11-19 16:27:19 -03:00
bechi
5858bfc5b4 fix style on history sync 2015-11-19 11:28:43 -03:00
Matias Alejo Garcia
25300a1c4a fix margins 2015-11-17 14:11:27 -03:00
Matias Alejo Garcia
c1d19a2973 add title and button text 2015-11-17 14:03:03 -03:00
Matias Alejo Garcia
691139f2b1 refactor profile creation 2015-11-17 13:36:31 -03:00
bechi
f2375a7bac add style on disclaimer 2015-11-16 17:04:46 -03:00
Gabriel Bazán
b1d4e6224c license and profile creation in the same view 2015-11-16 12:00:24 -03:00
bechi
51dffcc639 fix icons align on sidebar 2015-11-12 11:45:40 -03:00
Gustavo Maximiliano Cortez
0c7415800d
Fix addressbook for foreigners languages 2015-11-04 17:05:00 -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
Matias Alejo Garcia
bc1ff3f6ff Merge pull request #3309 from cmgustavo/bug/ui-preferences
Bug/ui preferences
2015-10-23 12:13:17 -03:00
Gustavo Maximiliano Cortez
6dd8b98dfc
Simple addressbook 2015-10-22 18:43:32 -03:00
Gustavo Maximiliano Cortez
364c9833e3 Fix preferences layout for small screens 2015-10-20 17:33:18 -03:00
Matias Alejo Garcia
6a806a797a fix sizes 2015-10-08 12:10:49 -03:00
Matias Alejo Garcia
6869d90986 fix pref styles 2015-10-08 12:10:49 -03:00
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