Commit graph

27 commits

Author SHA1 Message Date
Gustavo Maximiliano Cortez
e2413ff620
Support valid-address testnet/livenet 2016-08-23 10:30:29 -03:00
Gustavo Maximiliano Cortez
ce833c6ef9
Clean directives. Fix mouse-wheel on input number 2016-08-23 09:37:21 -03:00
Matias Alejo Garcia
9aa7b99cf2
rm focusedClient 2016-08-22 14:50:05 -03:00
Matias Alejo Garcia
d4f39abc9a
rm focusedClient 2016-08-22 14:42:43 -03:00
Javier
93b543e878 disable mousewheel on numeric input fields 2016-07-12 11:13:15 -03:00
Matias Alejo Garcia
76b8c466d8
rm log 2016-06-21 13:02:32 -03:00
Matias Alejo Garcia
08fb478195
fix amount validation 2016-06-21 12:58:59 -03:00
Gustavo Maximiliano Cortez
c27759b770
Replaces custom-fastClick by Angular-Stateful-Fastclick (#4136)
* Replaces custom-fastClick by Angular-Stateful-Fastclick

* Resolves fastclick version
2016-04-29 12:16:53 -03:00
Gustavo Maximiliano Cortez
4e1faf28ea
Fix fast click compatibility for WP10 2016-03-04 17:43:42 -03:00
Gustavo Maximiliano Cortez
9fedae1a67 Updates tx modal 2016-02-17 10:49:26 -05:00
Gustavo Maximiliano Cortez
c25a592d1c Fix typo 2016-02-17 10:46:42 -05:00
Gustavo Maximiliano Cortez
b405510db3 Improvement open TX modal 2016-02-17 10:46:42 -05:00
Gustavo Maximiliano Cortez
ee33526129
Improve addressbook for mobile 2015-10-30 18:34:34 -03:00
Gustavo Maximiliano Cortez
6dd8b98dfc
Simple addressbook 2015-10-22 18:43:32 -03:00
bechi
1faaca8e5a logo default svg 2015-10-20 15:11:57 -03:00
bechi
39d1f52629 change png for svg 2015-10-20 14:47:25 -03:00
Kosta Korenkov
ea03b87a7e Create availableBalance directive for Send screen
..so it can be decorated by addon.
2015-09-03 14:44:50 +03:00
Kosta Korenkov
43e99c6b7a Add logo directive
.. so that logo can be overriden in addon.
2015-08-21 08:01:34 +03:00
Gustavo Maximiliano Cortez
cebd8fe06e
Allow only dots to separate decimals 2015-08-13 12:59:19 -03:00
Gustavo Maximiliano Cortez
ce05318d94
Replaces comma by dot 2015-08-07 17:21:22 -03:00
Gustavo Maximiliano Cortez
93028b9be0
Fixes decimal inputs 2015-08-07 11:23:32 -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
Matias Alejo Garcia
5b88b82623 add customr swipe 2015-04-29 12:08:42 -03:00
Gustavo Maximiliano Cortez
703022f054
Fix console error at init 2015-04-24 10:28:25 -03:00
Matias Alejo Garcia
67d140e981 fix changing wallet / form reset 2015-04-24 02:42:17 -03:00
Gustavo Maximiliano Cortez
cc45d5d081 Fix secret form validator 2015-04-16 12:12:12 -03:00
Matias Alejo Garcia
320de62f13 bwc 2015-04-11 10:53:15 -03:00
Renamed from js/directives.js (Browse further)