Commit graph

57 commits

Author SHA1 Message Date
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
fcc3a2259d
Do not refresh if the same wallet is selected from sidebar 2015-06-12 15:00:51 -03:00
bechi
e44fbf9634 add more colours 2015-05-29 15:25:41 -03:00
bechi
e95228e37b add more colours 2015-05-29 11:43:50 -03:00
Gustavo Maximiliano Cortez
cb2e6e45cf
Hide reference of wallets 1-1 on sidebar 2015-05-19 17:08:03 -03:00
bechi
1f7e9b2227 add more buttons 2015-05-18 12:16:44 -03:00
Matias Alejo Garcia
d851f62c7f add wallet alias 2015-05-14 10:39:22 -03:00
Matias Alejo Garcia
9f5d09f1cc fix colors 2015-05-13 12:41:05 -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
e973d4cfa0 Merge pull request #2696 from bechi/sidebar-color1
change color for sidebar
2015-05-11 14:18:14 -03:00
bechi
7827d33f5a change color for sidebar 2015-05-08 18:27:27 -03:00
Matias Alejo Garcia
061c4fbd8f transations working, new schema 2015-05-08 15:27:07 -03:00
Gustavo Maximiliano Cortez
a5ae8f1803
Removes ng-animate. Fix animation 2015-05-07 19:02:38 -03:00
Gustavo Maximiliano Cortez
43a747b96d
Fix slide up/down for txp and tx 2015-05-06 11:16:19 -03:00
bechi
f37f27adea fix align close and icon 2015-04-30 17:57:05 -03:00
bechi
97fcfdf5fa fix topbar align 2015-04-30 16:52:27 -03:00
bechi
31cdda01cc change size to bottombar 2015-04-30 16:16:28 -03:00
bechi
59e164de02 change icon in some places 2015-04-30 16:16:27 -03:00
Gustavo Maximiliano Cortez
cbf3d7cceb
Update translations for controllers and services 2015-04-29 19:19:10 -03:00
Matias Alejo Garcia
5b88b82623 add customr swipe 2015-04-29 12:08:42 -03:00
Gustavo Maximiliano Cortez
e44780379a Merge pull request #2654 from matiu/feat/touchdown
Feat/touchdown
2015-04-29 09:57:29 -03:00
Matias Alejo Garcia
6e8e9488fa fix non clickeable padding in sidebar 2015-04-28 20:31:01 -03:00
Matias Alejo Garcia
23f096844f fix menu and sidebar 2015-04-28 20:13:28 -03:00
bechi
7b99f50784 improve spend proposal pending 2015-04-28 18:15:25 -03:00
Matias Alejo Garcia
969712c633 add touchdown elements 2015-04-28 15:02:35 -03:00
Gustavo Maximiliano Cortez
6bd35493de Merge pull request #2640 from matiu/feat/modal2
Feat/modal2
2015-04-27 10:12:45 -03:00
Gustavo Maximiliano Cortez
47ae2f8e59 Improves response of close button 2015-04-27 03:51:41 -03:00
Matias Alejo Garcia
2f7f593ad6 do not hice create/join forms with working / no color on global pages 2015-04-27 03:03:08 -03:00
Matias Alejo Garcia
f47d6b0564 view logs in UX 2015-04-25 14:42:23 -03:00
bechi
d6b87f8c6c fix bottombar contrast 2015-04-24 16:15:04 -03:00
Gustavo Maximiliano Cortez
68cc09f4ab
Fix spinner when sign/reject/remove/broadcast a transaction 2015-04-24 15:02:14 -03:00
Gustavo Maximiliano Cortez
ad89c6e9e5
Fix goHome from "add" if focused wallet is incomplete 2015-04-24 03:50:05 -03:00
Gustavo Maximiliano Cortez
17f7483ec5 goHome after close preferences or add wallet 2015-04-24 03:22:06 -03:00
Matias Alejo Garcia
1c2432316a Revert "Revert "WIP: Bug/notif2""
This reverts commit cd867d0171.

Conflicts:
	src/css/main.css
2015-04-23 23:51:21 -03:00
Matias Alejo Garcia
cd867d0171 Revert "WIP: Bug/notif2" 2015-04-23 23:01:46 -03:00
Matias Alejo Garcia
816901378e fix error notifications 2015-04-23 19:05:44 -03:00
Matias Alejo Garcia
30eb9bf0c5 error notifications 2015-04-23 18:28:35 -03:00
Gustavo Maximiliano Cortez
eaa3247479 Fix preferences animation 2015-04-23 18:29:25 -03:00
Matias Alejo Garcia
3c00a4a06c Revert "rm fastclick"
This reverts commit ea7484512f.

Conflicts:
	src/js/controllers/index.js
2015-04-23 17:45:32 -03:00
Matias Alejo Garcia
4f60626710 fixes one-page 2015-04-23 15:25:26 -03:00
Gustavo Maximiliano Cortez
5404f8f53d scroll 2015-04-23 15:23:21 -03:00
Matias Alejo Garcia
ea7484512f rm fastclick 2015-04-23 14:12:32 -03:00
Matias Alejo Garcia
faea6dfb6d rm ng class 2015-04-23 13:12:30 -03:00
Matias Alejo Garcia
589200b455 one page 2015-04-23 12:27:57 -03:00
Gustavo Maximiliano Cortez
140440b224 Fix translate option 2015-04-22 18:41:30 -03:00
Gustavo Maximiliano Cortez
93e61b66df Update translation. Removed old files 2015-04-22 15:54:44 -03:00
Gustavo Maximiliano Cortez
f7b1074941 Update template.pot. Enables auto-detect languages 2015-04-22 15:54:44 -03:00
Gustavo Maximiliano Cortez
401490df5e Bug fixes 2015-04-22 15:52:01 -03:00
Matias Alejo Garcia
12c042dc50 Merge pull request #2594 from bechi/layout-details-06
change beta logo
2015-04-22 14:00:50 -03:00
bechi
96c8463f37 change beta logo 2015-04-22 13:58:37 -03:00