Christoph Atteneder
559e3cd657
Use enum to prevent NPE errors in the future
2022-01-24 13:19:12 +01:00
Christoph Atteneder
013dc98236
Temporarily disable the DAO needs resync popup
...
This is only changed for this release to prevent false positives caused by #5974 .
2022-01-24 09:53:57 +01:00
xyzmaker123
ccd057c2a5
Fix csv export issue on open offers view
2022-01-22 13:59:19 +01:00
jmacxx
3aad0c8735
Fix issue of % price being zero when editing offer
2022-01-20 16:33:14 +01:00
Christoph Atteneder
6b963620dc
Merge pull request #5986 from jmacxx/fix_fat_finger_protection
...
Fix issue of % price being zero when editing offer
2022-01-20 16:33:00 +01:00
jmacxx
16b4e6aa89
Fix issue of % price being zero when editing offer
2022-01-20 08:01:55 -06:00
xyzmaker123
d4bbb4f5fc
Filter out the BSQ swap payment method from dropdown on edit/duplicate offer view
2022-01-20 13:49:18 +01:00
xyzmaker123
e993773d9f
Prevent reset offer values after switch to same currency payment account
2022-01-20 12:06:51 +01:00
jmacxx
1f917fa19d
Show proposal txId with explore and copy icons.
2022-01-18 13:31:51 -06:00
Christoph Atteneder
9da2da3af3
Deactivate action of button2 if not used
2022-01-17 10:26:33 +01:00
xyzmaker123
fb2880e1c9
Fix issue with edit button visibility
2022-01-17 10:26:25 +01:00
Christoph Atteneder
fd34053b6b
Deactivate action of button2 if not used
2022-01-17 10:09:47 +01:00
xyzmaker123
1f022b9b89
Fix issue with edit button visibility
2022-01-16 22:00:42 +01:00
Bisq GitHub Admin
808c3ad9d9
Merge pull request #5930 from xyzmaker123/modify-accepted-countries
...
SEPA Account - editable account name and accepted countries
2022-01-12 10:32:20 +01:00
Bisq GitHub Admin
8401b3885b
Merge pull request #5870 from jmacxx/mediation_payout_ux
...
Improve user experience once mediation has been accepted by both parties
2022-01-12 10:23:02 +01:00
Christoph Atteneder
96471f6509
Apply minor refactorings
2022-01-12 10:18:58 +01:00
Bisq GitHub Admin
553503d389
Merge pull request #5955 from xyzmaker123/edit-offer-button
...
Edit offer button
2022-01-12 09:42:39 +01:00
Bisq GitHub Admin
ddead5ef54
Merge pull request #5953 from jmacxx/logs_upload
...
Feature enabling log file upload to mediators
2022-01-12 09:41:32 +01:00
Christoph Atteneder
949d5eb27e
Minor refactorings
2022-01-11 13:02:44 +01:00
Christoph Atteneder
a1d0e570d1
Apply minor improvements and clean-ups
2022-01-11 12:36:44 +01:00
Christoph Atteneder
4a3e29daf5
Improve wording of trade completed notification popups
2022-01-11 11:02:55 +01:00
Bisq GitHub Admin
2c4d289b8a
Merge pull request #5931 from ripcurlx/fix-icon-color
...
Reset the icon color properly for market price margin information
2022-01-11 09:28:49 +01:00
Christoph Atteneder
b65393c9d7
Merge pull request #5950 from xyzmaker123/explorer-edit-indicator-styling
...
Editor explorer indicator styling
2022-01-10 20:32:00 +01:00
Christoph Atteneder
96878e5789
Merge pull request #5957 from jmacxx/fix_issue_5956
...
Wording for Bsq swap cancellation popups & withdrawal prompt
2022-01-10 12:01:33 +01:00
Christoph Atteneder
3cd67baabb
Merge pull request #5960 from jmacxx/dispute_payout_calc_allow_fractional_percent
...
Enable fractional percentages in dispute payout calculation field
2022-01-10 11:56:01 +01:00
xyzmaker123
1da71f6c66
SEPA Account - possibility to modify account name
2022-01-10 10:52:39 +01:00
xyzmaker123
b3bf1903be
SEPA Account - possibility to modify accepted countries
2022-01-10 10:52:25 +01:00
jmacxx
e00dbcdd83
Increase darkmode contrast for fillable fields
...
Fixes #5924
2022-01-08 13:09:57 -06:00
xyzmaker123
0ab0aed79a
Edit offer button
2022-01-08 12:24:27 +01:00
jmacxx
6b0fcf5cfb
Enable fractional percentages in dispute payout calculation field
2022-01-07 11:36:25 -06:00
jmacxx
99b4071bdf
Wording for Bsq swap cancellation popups & withdrawal prompt
2022-01-07 10:03:14 -06:00
jmacxx
9334cffc89
Feature enabling log file upload to mediators
2022-01-06 13:22:44 -06:00
xyzmaker123
4af0d2c3f9
Editor explorer indicator styling
2022-01-04 15:01:23 +01:00
Christoph Atteneder
b5fab6470e
Merge pull request #5914 from jmacxx/fix_fat_finger_protection
...
Fix fat finger protection in Offer Entry screen
2022-01-03 12:26:16 +01:00
jmacxx
d901faa29e
Fix fat finger protection issue
...
Normally, for currencies that have a market price feed, Bisq provents
the user from entering offers that are more than 50% away from spot.
It recently came to light via a mediation case that this fat finger
protection in Bisq has a flaw.
A certain sequence of focus operations in the enter offer screen
causes fat finger protection to turn off, and then the user is no
longer protected from making offers that are significantly out of
the market.
To reproduce the issue:
Go to BUY (or SELL) BTC for an market priced asset, e.g. ETH
Click Create New Offer
Click the up/down arrow icon to make sure the % from market price
edit box is selected at the top.
Close the dialog, this saves the selected price format.
Click Create New Offer
Enter 0.25 BTC
Tab to the next field.
Click the up/down arrow icon to make sure the fixed price edit box
is selected at the top. The price and deviation gets auto-populated
to market price and 0% deviation.
Enter a fixed price that is 10x higher than market value.
Click "Next" and the fat finger protection warning DOES NOT pop up.
This is because the deviation still shows 0%.
2021-12-28 16:29:21 -06:00
jmacxx
1162060e28
Simplify the trade complete summary dialog
2021-12-24 14:22:59 -06:00
jmacxx
9e753458e4
Fix NPE taking offer when an account has no selected currency
2021-12-21 21:26:26 -06:00
Christoph Atteneder
8bf6426393
Reset the icon color properly for market price margin information
2021-12-21 13:30:27 +01:00
Christoph Atteneder
23d1856a60
Merge pull request #5852 from ghubstan/create-swift-acct-with-api
...
Support and test creation of Swift accounts via API
2021-12-20 11:49:20 +01:00
Alva Swanson
f32f1d488a
OfferBook: Show Complete Text Of Action Button If Enough Space Available
...
Even if the app is maximized it does not show the full text of the
action button if the text is long. Switching Bisq to German and
maximizing the window reveals the problem.
Fixes #5862
2021-12-08 13:09:03 +01:00
Bisq GitHub Admin
5041dc57ef
Merge pull request #5886 from ripcurlx/add-bsq-swap-duplicate-offer-support
...
Add support to duplicate BSQ swap offers
2021-12-07 09:41:10 +01:00
Christoph Atteneder
0a31bf899e
Merge pull request #5858 from stejbac/add-asic-resistant-pow
...
Provide ASIC resistant PoW scheme for BSQ swaps
2021-12-07 09:34:50 +01:00
Christoph Atteneder
d85373adbb
Make Codacy happy
2021-12-06 11:12:17 +01:00
Christoph Atteneder
a1ecf35007
Apply suggestions and fix edge case when BSQ legacy payment account offer is duplicated
2021-12-06 11:04:01 +01:00
Christoph Atteneder
04fc0388db
Improve naming and remove unnecessary null check
2021-12-06 09:18:44 +01:00
Christoph Atteneder
ccda66d2c6
Improve warning when BSQ swap offer is removed
2021-12-03 12:21:03 +01:00
Christoph Atteneder
daf762f8fa
Add visual icon for duplicate offer functionality
2021-12-03 12:02:10 +01:00
Christoph Atteneder
6a384a7914
Add support to duplicate bsq swap offers also in History view
2021-12-03 11:25:24 +01:00
jmacxx
715c502c35
Fix NPEs in Portfolio View wrt. BSQ swap
2021-12-02 13:13:40 -06:00
Christoph Atteneder
1606439144
Add support to duplicate bsq swap offers
2021-12-02 13:39:11 +01:00