Commit graph

20 commits

Author SHA1 Message Date
Sam Cheng Hung
7b26261512 Update: Fixes memo cut-off, changes memo to textarea, auto-expand based on content length, display memo while transaction is in Receiving state 2018-03-22 11:50:26 +09:00
Kadir Sekha
12853152af added bitcoin cash js to project for address translations 2018-01-08 13:35:59 +09:00
Gustavo Maximiliano Cortez
35cd6ce4cc
New flow to link the bitpay card 2016-10-13 17:50:21 -03:00
Marty Alcala
777c2efc32 implement slide to pay 2016-10-07 20:03:51 -04:00
Gustavo Maximiliano Cortez
d6601637f9
Adds gravatar 2016-09-13 17:39:01 -03:00
Gustavo Maximiliano Cortez
0a047782bb
New directive copy-to-clipboard multiplatform 2016-08-23 12:16:05 -03:00
Gustavo Maximiliano Cortez
ed9531fa46
Ref Gruntfile. Removes foundation dependencies 2016-08-15 11:37:15 -03:00
Matias Alejo Garcia
c836bb62c2
change ui-view to ion-nav-view 2016-08-11 16:28:54 -03:00
Gustavo Maximiliano Cortez
4bb2375ed0
Ref and add pbkdf2 as angular module 2016-08-10 16:08:27 -03:00
Gabriel Bazán
0cca8f6367
remove angular foundation and use only ionic modals 2016-06-22 15:00:27 -03:00
Javier
a54df263e2 replace all toggle buttons 2016-06-04 16:31:06 -03:00
Javier
b9c9d9968f remove unnecessary dependencies - ignore fonts folder 2016-06-04 16:31:06 -03:00
Javier
c1324dd19c ionic integration 2016-06-04 16:31:06 -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
0efbf28f1a
Generate CSV using a new plugin 2016-02-16 12:33:39 -05:00
Kosta Korenkov
9dfca68354 Rename module to copayApp.addons 2015-07-10 14:59:18 +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
a5ae8f1803
Removes ng-animate. Fix animation 2015-05-07 19:02:38 -03:00
Matias Alejo Garcia
5b88b82623 add customr swipe 2015-04-29 12:08:42 -03:00
Matias Alejo Garcia
320de62f13 bwc 2015-04-11 10:53:15 -03:00