Commit graph

2766 commits

Author SHA1 Message Date
sqrrm
15093720b9
Merge pull request #5625 from ripcurlx/unsigned-account-tooltip
Tooltip for unsigned accounts needs to provide more information
2021-08-16 12:15:43 +02:00
sqrrm
6881c3e0f7
Merge pull request #5640 from ripcurlx/update-public-key
Update expired public key
2021-08-16 11:03:12 +02:00
Christoph Atteneder
b9038fcf3a
Merge pull request #5651 from jmacxx/fix_edit_offer_extra_data
Fix issue with extraData field when editing offer
2021-08-16 10:17:51 +02:00
Christoph Atteneder
9db2c18f2c
Merge pull request #5649 from sqrrm/refund-double-payout-fix
Avoid creating more than one refund payout
2021-08-12 20:43:22 +02:00
jmacxx
8d9a03bc39
fix issue with extraData field when editing offer 2021-08-02 22:22:29 -05:00
sqrrm
8c666dba92
Avoid creating more than one refund payout
Double clicking the close ticketbutton creates two payout transactions.
This fix makes sure only one payout transaction is created for the
dispute.

Restarting the client allows for creating another refund transaction
for the dispute if needed.
2021-08-02 10:17:17 +02:00
jmacxx
3f511f3068
prevent negative suggested mining fee when burning BSQ for fees 2021-07-29 21:59:36 -05:00
Christoph Atteneder
4ef8242719
Update expired public key 2021-07-27 13:43:51 +02:00
Christoph Atteneder
4c451ebc11
Revert to SNAPSHOT version 2021-07-23 14:02:37 +02:00
jmacxx
5cc3f8680e
keep chatview listener open until ack, mailbox, or error 2021-07-23 08:05:56 +02:00
Christoph Atteneder
0cd20d6cc5
Increase MaxRam setting to 8g 2021-07-22 15:01:11 +02:00
Christoph Atteneder
548ecaa595
Update Java options as described in #5609 and #5550 2021-07-22 15:01:10 +02:00
Christoph Atteneder
4ae8ecaecb
Improve formatting and simplify code 2021-07-19 13:55:12 +02:00
BtcContributor
e357528ba5
Remove unused import 2021-07-19 13:55:11 +02:00
BtcContributor
351d26555e
Remove payment account info popup 2021-07-19 13:55:11 +02:00
BtcContributor
870448f5fa
Add review feedbacks from KaiWitt 2021-07-19 13:55:11 +02:00
BtcContributor
41e4e91044
Fix Codacy issues 2021-07-19 13:55:10 +02:00
BtcContributor
50b6f42525
Add Capitual payment method. Waiting for final Info text to add. 2021-07-19 13:55:10 +02:00
jmacxx
0523e44fa5
add dontShowAgain option to DAO resync popup 2021-07-19 09:29:04 +02:00
Christoph Atteneder
12b0a5bf80
Bump version number for v1.7.2 2021-07-16 20:37:10 +02:00
Christoph Atteneder
ef5ff1249b
Merge branch 'master' of github.com:bisq-network/bisq into release/v1.7.1
# Conflicts:
#	build.gradle
#	desktop/package/linux/Dockerfile
#	desktop/package/macosx/finalize.sh
#	desktop/package/macosx/insert_snapshot_version.sh
#	relay/src/main/resources/version.txt
2021-07-16 13:02:18 +02:00
Christoph Atteneder
a924e1058d
Revert to SNAPSHOT version 2021-07-16 12:58:55 +02:00
Christoph Atteneder
ee989a41fd
Adapt style to match @pedromvp design as close as possible 2021-07-16 11:35:52 +02:00
Christoph Atteneder
fdfcd06eab
Prevent to open wrong info popup when it is your own offer 2021-07-16 09:23:45 +02:00
Christoph Atteneder
31b08618fd
Update PopOver component 2021-07-16 09:23:12 +02:00
xyzmaker123
5458dbe90e
Update class name 2021-07-16 09:19:51 +02:00
xyzmaker123
54b93a4411
Update desktop/src/main/java/bisq/desktop/components/AccountStatusTooltipLabel.java
Co-authored-by: Christoph Atteneder <christoph.atteneder@gmail.com>
2021-07-16 09:19:50 +02:00
xyzmaker123
6bcd22bd55
Update desktop/src/main/java/bisq/desktop/components/AccountStatusTooltipLabel.java
Co-authored-by: Christoph Atteneder <christoph.atteneder@gmail.com>
2021-07-16 09:19:50 +02:00
xyzmaker123
b6e8f66553
Tooltip for unsigned accounts needs to provide more information 2021-07-16 09:19:49 +02:00
sqrrm
30b100dfc0
Merge pull request #5621 from ripcurlx/add-payment-account-payload-safeguards
Add payment account payload safeguards
2021-07-13 10:24:49 +02:00
Christoph Atteneder
325c1a76f6
Merge pull request #5615 from jmacxx/import_account_backups
Enable lost payment accounts to be imported from backups
2021-07-13 09:20:52 +02:00
Christoph Atteneder
ff49ec17e8
Add null handling for PaymentAccountPayload in multiple views 2021-07-12 14:56:35 +02:00
Christoph Atteneder
a01fb9e7f7
Only apply filter result for PaymentAccountPayloads if it is available 2021-07-12 14:56:34 +02:00
Christoph Atteneder
dfb97ca05f
Bump version number for v1.7.1 2021-07-12 14:52:38 +02:00
Christoph Atteneder
e858027e69
Add null handling for PaymentAccountPayload in multiple views 2021-07-12 11:39:12 +02:00
Christoph Atteneder
544aa7c2a0
Only apply filter result for PaymentAccountPayloads if it is available 2021-07-12 10:25:20 +02:00
jmacxx
ce0a2591a6
Enable lost payment accounts to be imported from backups 2021-07-10 21:41:48 -05:00
Christoph Atteneder
f4ca766a97
Merge pull request #5602 from jmacxx/fix_withdrawal_fee_bug
Fix custom withdrawal fee bug
2021-07-06 16:04:22 +02:00
Christoph Atteneder
b9db2426ba
Revert to SNAPSHOT version 2021-07-06 11:13:35 +02:00
jmacxx
4a6eab1af3
fix custom withdrawal fee bug 2021-07-05 08:54:36 -05:00
Christoph Atteneder
9f42035108
Bump version number for v1.7.0 2021-06-23 14:27:22 +02:00
sqrrm
8bc60d0909
Merge pull request #5573 from ripcurlx/add-hint-to-upgrade-to-tor-v3
Add hint to upgrade to tor v3
2021-06-23 13:41:03 +02:00
Christoph Atteneder
8d18e07f52
Apply PR Review suggestion by @sqrrm 2021-06-23 12:25:46 +02:00
Christoph Atteneder
6ab5ceca1a
Merge pull request #5563 from xyzmaker123/open-address-explorer
Fix incorrect tx link to tx explorer - fixes #5548
2021-06-22 16:45:49 +02:00
xyzmaker123
12a7fd60b2
Fix incorrect tx link to tx explorer - use @Setter 2021-06-17 20:57:52 +02:00
Christoph Atteneder
6c4f97ce7f
Merge pull request #5564 from xyzmaker123/own-offer-popup
Wrong information popup is shown when you click on own offer in offer book
2021-06-17 15:39:41 +02:00
Christoph Atteneder
1a59e92910
Merge pull request #5551 from jmacxx/chat_msg_ack
Improve Chat message reliability
2021-06-17 15:04:22 +02:00
xyzmaker123
cfdd4b4757
Fix incorrect tx link to tx explorer - update translations 2021-06-15 12:27:06 +02:00
Christoph Atteneder
ddd2ab490b
Merge pull request #5559 from jmacxx/dispute_tag_avatar
Feature to enable disputes user avatars and tag editing
2021-06-15 09:45:26 +02:00
Christoph Atteneder
6e213e9db8
Prevent reopen of disputes with tor node v2 addresses after cut off date 2021-06-14 17:11:31 +02:00