Jean-Baptiste Dominguez
5a6139e6dc
Fix - 294
...
- Scan QR code bitcoincash adress (addressbook) without bitcoincash: is not working
2018-04-30 15:29:45 +09:00
Kadir Sekha
1c8990fc08
got address book working with bitcoin cash addresses
2018-01-11 19:07:12 +09:00
Gustavo Maximiliano Cortez
c9253c44f3
Adds bitcoin cash support for the address book
2017-09-19 10:58:58 -04:00
Gabriel Bazán
dbc49e9ce0
remove slider directive and replace sliders in paperwallet view
2017-05-08 10:38:08 -03:00
Gabriel Bazán
4c4a14d068
fix bug when changing selector too fast
2017-04-17 12:30:49 -03:00
Gustavo Maximiliano Cortez
53977ac00e
Replaces directive by an object of addressbook on walletDetails
2016-10-21 11:58:33 -03:00
Gustavo Maximiliano Cortez
dc21ac2a8c
Show contact if exist on tx list
2016-10-19 09:57:55 -03:00
Marty Alcala
777c2efc32
implement slide to pay
2016-10-07 20:03:51 -04:00
Gabriel Bazán
6575e078f6
fix slider
2016-10-04 17:24:59 -03:00
Jamal Jackson
4fc9076c7e
disable swiping when slide count is 1
2016-09-30 11:13:55 -04:00
Gabriel Bazán
cb64e57e45
requeriments to send
2016-09-21 12:17:00 -03:00
Gabriel Bazán
800765eeec
fixes
2016-09-20 15:59:32 -03:00
Gabriel Bazán
473feddfc8
use accept slider directive
2016-09-20 15:58:44 -03:00
Gustavo Maximiliano Cortez
32a9c208b7
Fix addressbook directive
2016-09-13 11:12:18 -03:00
Javier
f2257f2519
import from phrase and text done
2016-09-06 15:30:50 -03:00
Javier
48a2be626d
refactor
2016-08-25 17:31:23 -03:00
Javier
19419526e4
isolated scope - wallets filtered from controller
2016-08-25 17:31:23 -03:00
Javier
afb7386ec2
add execute directive flag
2016-08-25 17:31:23 -03:00
Javier
8a88e712e1
add not available message
2016-08-25 17:30:35 -03:00
Javier
fee7034863
fix receive wallet scope
2016-08-25 17:30:35 -03:00
Javier
d7fd3035ce
add filter wallet amount
2016-08-25 17:30:35 -03:00
Javier
4231dcadc7
fix address generate
2016-08-25 17:30:35 -03:00
Javier
26b58fd9ed
add wallet change events
2016-08-25 17:30:35 -03:00
Javier
d337e73d00
new wallets directive
2016-08-25 17:30:35 -03:00
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