Commit graph

42 commits

Author SHA1 Message Date
fotispap
c305a3cb03 Remove age from limitations of altcoin accounts 2018-10-03 22:26:50 +02:00
Manfred Karrer
2b5731ce7f
Add buyers payment account name to trade screen
In case the buyer has setup multiple accounts for a payment method
we show the used payment account for that offer in the trade screen.

See: https://github.com/bisq-network/bisq/issues/1733
2018-09-28 12:04:09 -05:00
Manfred Karrer
b03aab24b7
Change label for network selector 2018-09-25 21:03:02 -05:00
Manfred Karrer
86086c1e09
Adjust trade popup text for XMR
Fixes https://github.com/bisq-network/bisq/issues/1555
2018-09-24 13:01:33 -05:00
Christoph Atteneder
95f42fed21
Merge pull request #1716 from ManfredKarrer/small-improvements
Small improvements
2018-09-24 06:31:57 +02:00
Manfred Karrer
f0471bccfd
Warn user when closing with open offers
Fixes https://github.com/bisq-network/bisq/issues/1663
2018-09-23 13:48:01 -05:00
Manfred Karrer
38e910c366
Add contact info for seller in case of aa F2F trade
Fixes: https://github.com/bisq-network/bisq/issues/1707#issuecomment-423724283
2018-09-22 18:59:15 -05:00
Manfred Karrer
416d9ba8f3
Play silent sound to avoid standby mode
Apple disabled options do avoid App Nap in recent OSX versions.
Playing an inaudible sound marks the application for preventing to get
set to standby mode as well as App Nap mode.
The alternative to that "hack" would be to add OSX native code, but
even then it is likely only possible to prevent App Nap but not
sleep mode.
If Bisq is in App Nap mode offers cannot be taken as well the user loses
network connection and offers.
See: https://github.com/bisq-network/bisq/issues/1701
2018-09-21 14:50:03 -05:00
Manfred Karrer
705025fea9
Add info for Faster Payment that the receivers name is not required
See:
https://github.com/bisq-network/bisq/issues/1693
2018-09-18 17:34:58 -05:00
Manfred Karrer
824d231a69
Add Citibank to supported Zelle banks
See: https://github.com/bisq-network/payment-methods/issues/10
2018-09-15 09:54:14 -05:00
Aruna Surya
cd5c5eda65
Improve grammar of Welcome text 2018-09-13 20:01:10 +02:00
Aruna Surya
a89d22118d
Improve grammar of seed info 2018-09-11 21:40:40 +02:00
Christoph Atteneder
049655b685
Merge core repository at 4597613 2018-09-05 10:48:22 +02:00
Chris Beams
970095f9ab
Move core module to new bisq-core repository 2018-03-10 17:29:25 +01:00
Manfred Karrer
dd5fe5d197
Use Interface for read and write access to BsqBlcokChain. Use SingleThreadExecutor in Full- and LiteNodeExecutor. 2018-03-09 19:45:40 -05:00
Manfred Karrer
f268abe2e1 Merge DAO branch to Development branch 2017-06-27 01:30:24 +02:00
Manfred Karrer
e2fa679a68 Merge DAO branch to Development branch 2017-06-27 01:29:54 +02:00
Manfred Karrer
81bf4b65d4 Use sets instead of lists, fix threading issues 2015-11-05 23:23:15 +01:00
Manfred Karrer
9ef8b42509 add missing files 2015-10-28 13:34:03 +01:00
Manfred Karrer
7e6098bdaf Removed javafx Platform dependencies from core 2015-04-06 23:13:41 +02:00
Manfred Karrer
7d4b30e8db Move gui classes to gui module 2015-04-06 22:46:29 +02:00
Manfred Karrer
08dde43ffc Add locktime to payout tx 2015-04-06 21:44:01 +02:00
Manfred Karrer
eadfa64a31 Fix missing icons 2015-04-05 13:06:46 +02:00
Manfred Karrer
842a11252a Rename view packages 2015-04-05 02:51:34 +02:00
Manfred Karrer
bcb22ddaa3 Add new tab for funds 2015-04-05 02:00:38 +02:00
Manfred Karrer
0700a53561 Second trade process (WIP) 2015-03-30 23:25:24 +02:00
Manfred Karrer
0008202037 Cleanup from code inspection 2015-03-28 15:34:28 +01:00
Manfred Karrer
fcf9523aba Handle data init after trade interruption 2015-03-27 10:53:50 +01:00
Manfred Karrer
ec83feabfa Re-enable dht data protection 2015-03-20 14:25:17 +01:00
Manfred Karrer
ea1afdebee Remove peerAddress on shutdown 2015-03-19 21:12:33 +01:00
Manfred Karrer
a5d8a87c38 Fix bug with randomly failing tx signing caused by sorting of pub keys 2015-03-19 11:55:10 +01:00
Manfred Karrer
984cdc80ed Change handling of pending trades, add more logs 2015-03-18 17:05:14 +01:00
Manfred Karrer
769037e137 Change accessors 2015-03-18 11:52:12 +01:00
Manfred Karrer
831c001fb4 Fix display bug in pending trades 2015-03-17 16:41:51 +01:00
Manfred Karrer
e6744fb727 Handle errors at take offer screen 2015-03-17 13:25:15 +01:00
Manfred Karrer
1a5118f601 put logs into invisible directory 2015-03-17 09:08:47 +01:00
Manfred Karrer
25ff3d26f1 Refactor tx handling 2015-03-16 09:57:21 +01:00
Manfred Karrer
6e3f83b8e0 Refactor trade transactions 2015-03-15 23:46:46 +01:00
Manfred Karrer
ae058f37c8 Use Transaction instead of hex 2015-03-14 22:07:31 +01:00
Manfred Karrer
0c0efd3fe0 Add timeout handler to UI 2015-03-14 12:29:23 +01:00
Manfred Karrer
c5967f1494 Setup rolling logs 2015-03-13 21:50:28 +01:00
Manfred Karrer
dbf35b2423 Renamed gui module to core 2015-03-13 20:15:24 +01:00