Commit Graph

3535 Commits

Author SHA1 Message Date
ghubstan
d139d85ddd
Set desktop version property in resources file
Several repos are to be extracted from the main bisq repo, and their
distribution versions need to match the bisq desktop's version.

This change moves the desktop version property definition to a file
that can be read from Gradle builds having the bisq git submodule dependency,
i.e., version = file("bisq/desktop/src/main/resources/version.txt").text.trim()

Based on `master`.
2022-07-19 14:28:08 -03:00
Christoph Atteneder
4b24d209af
Merge pull request #6289 from jmacxx/fix_npe_payment_method_form
Fix NPE in account name creation
2022-07-12 09:51:04 +02:00
jmacxx
4351c20414
Fix NPE in account name creation. 2022-07-10 11:48:14 -05:00
Christoph Atteneder
da8cbabe3e
Revert to SNAPSHOT version 2022-07-08 21:30:04 +02:00
Christoph Atteneder
efe306aae6
Bump version number for v1.9.4 2022-07-04 09:52:27 +02:00
jmacxx
70b8666903
Increase width to fix truncation in displayed URL. 2022-06-30 20:22:34 +02:00
Christoph Atteneder
d627c8fa28
Merge pull request #6271 from jmacxx/xmr_subaddresses
Increase width to fix truncation in displayed URL.
2022-06-30 20:22:20 +02:00
chimp1984
b515ec7342
Update text and default series 2022-06-30 20:20:02 +02:00
chimp1984
70e2f7c53b
Add supply change series.
Remove BsqSupplyChange. Use existing methods for supply calculation
(existing method was incorrect as far I understand).
2022-06-30 20:19:52 +02:00
chimp1984
e08f7b6c09
Add new series. Regroup series. Add tooltips. 2022-06-30 20:19:38 +02:00
jmacxx
a5ba349574
Clear Tor directory when a new release is downloaded. 2022-06-30 20:19:25 +02:00
Christoph Atteneder
9b2c4807bf
Merge pull request #6274 from chimp1984/improve-dao-chats-legends
Improve dao chats legends
2022-06-30 20:17:04 +02:00
jmacxx
e1bc92eee5
Clear Tor directory when a new release is downloaded. 2022-06-30 07:04:17 -05:00
chimp1984
09cf4c8a73
Update text and default series 2022-06-29 19:01:20 +02:00
chimp1984
c91ba4a8e0
Add supply change series.
Remove BsqSupplyChange. Use existing methods for supply calculation
(existing method was incorrect as far I understand).
2022-06-29 18:50:43 +02:00
chimp1984
42d3df04f7
Add new series. Regroup series. Add tooltips. 2022-06-29 17:24:25 +02:00
jmacxx
1f5fc3f434
Increase width to fix truncation in displayed URL. 2022-06-29 07:28:44 -05:00
jmacxx
5e59eae17e
Correct wording of altcoin payto address label. 2022-06-28 11:04:36 +02:00
jmacxx
484c4b5f50
Correct wording of altcoin payto address label. 2022-06-27 22:00:16 -05:00
Christoph Atteneder
791ad62a51
Bump version number for v1.9.3 2022-06-23 09:39:04 +02:00
Christoph Atteneder
56d8842092
Merge branch 'master' of github.com:bisq-network/bisq into release/v1.9.2
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
2022-06-23 09:03:33 +02:00
Christoph Atteneder
a2d84b0174
Revert to SNAPSHOT version 2022-06-22 21:20:18 +02:00
Christoph Atteneder
043f1e4c70
Bump version number for v1.9.2 2022-06-21 20:39:23 +02:00
Christoph Atteneder
444f2183e5
Merge pull request #6236 from jmacxx/xmr_subaddresses
Feat: XMR subaddresses per account
2022-06-20 20:40:20 +02:00
jmacxx
97ab98a0cf
Remove rules/penalties popup and other unused text resource. 2022-06-14 13:28:35 -05:00
jmacxx
920e05562c
Feat: XMR subaddresses per account
incremente subaddress index at the start of the trade

Add subaccounts

Rename XmrAccountHelper to XmrAccountDelegate
Add map as final non null value

Persist subaccounts in User

Add display of used subaddresses and tradeId in account summary.
Main address and account index are the unique key for sub accounts.
Use the initial subaddress chosen by the user.

chimp1984 code review patch.

News badge/info for Account, disable old ones.

Show XMR subaddress popup info at Account (news badge), not startup.
2022-06-14 09:53:44 -05:00
Christoph Atteneder
837679996a
Merge pull request #6233 from xyzmaker123/fix-duplicate-offer-npe
Fix NPE when duplicate offer with deleted account
2022-06-09 10:09:33 +02:00
Christoph Atteneder
6fdd47917f
Merge pull request #6241 from jmacxx/buyer_start_payment_gui
Start payment screen reftext message & sizing fixes.
2022-06-09 10:08:52 +02:00
Christoph Atteneder
49a466ff63
Merge pull request #6234 from jmacxx/aus_payid_buyer_form
Fix: Australia PayID was not displaying payment info on buyer trade
2022-06-09 10:06:08 +02:00
jmacxx
5bf2a78844
Start payment screen reftext message & sizing fixes. 2022-06-07 22:08:57 -05:00
jmacxx
82550314b4
Prevent account creation for banned Revolut GBP sort code 040075. 2022-06-04 10:47:27 -05:00
jmacxx
b1147b6504
Fix: Austrailia PayID was not displaying payment info on buyer trade. 2022-06-04 09:28:07 -05:00
xyzmaker123
3c670084f0
Handle BsqSwap account in hiding "duplicate offer" button logic 2022-06-02 09:10:56 +02:00
xyzmaker123
5df700824f
Hide "duplicate offer" button when no appropriate account exists 2022-06-01 22:00:58 +02:00
xyzmaker123
09f23f3b6c
Fix NPE when duplicate offer with deleted account 2022-06-01 10:49:32 +02:00
chimp1984
69b1a0027b
Compare canonicalTxKey with strict case check
Cleanups
2022-05-26 23:40:46 +02:00
chimp1984
d2557181d0
Add popup and info about using dedicated wallets when changing Bisq data dir 2022-05-26 23:31:30 +02:00
Christoph Atteneder
0ced87cd22
Merge pull request #6213 from jmacxx/check_trade_init_app_close
Improve wording & appearance of trade shutdown dialog.
2022-05-19 09:21:37 +02:00
jmacxx
62719615a9
Prevent shutdown if trade is in process of being taken. 2022-05-18 18:05:05 -05:00
Bisq GitHub Admin
671263c430
Merge pull request #6209 from ripcurlx/fix-matching-account-toggle
Update matching account toggle state when tab is selected
2022-05-18 11:34:07 +02:00
jmacxx
0726bdff7e
Prevent shutdown if trade is in process of being taken. 2022-05-17 12:10:23 -05:00
Christoph Atteneder
0edfd17ef3
Update matching account toggle state when tab is selected
Fixes #6199.
2022-05-17 11:13:08 +02:00
Bisq GitHub Admin
6fa87aea11
Merge pull request #6204 from chimp1984/add-revenue-chart
Add chart series for total trade fees
2022-05-16 16:58:27 +02:00
Christoph Atteneder
ad1685c646
Merge pull request #6201 from jmacxx/fix_issue_6151
Fix refresh issue with x-axis tick labels (Market/Trade charts)
2022-05-16 16:13:08 +02:00
chimp1984
0ed03fc790
Add series for burned BSQ from btc fees and arbitration 2022-05-15 23:42:18 +02:00
chimp1984
cb4eacdb64
Change colors, move seriesRevenue left 2022-05-15 18:58:55 +02:00
chimp1984
492182a97d
Add half-year and quarter periods 2022-05-15 17:35:02 +02:00
chimp1984
5f2a430e4e
Add chart series for total trade fees
Fix missing color adoption for BSQ supply series
2022-05-15 15:39:59 +02:00
jmacxx
0535279378
Fix refresh issue with x-axis tick labels. 2022-05-13 12:02:39 -05:00
jmacxx
336f335de5
Bugfix: Signed account must show signed age. 2022-05-11 08:57:36 -05:00
Christoph Atteneder
28332b9692
Use lambda expressions where possible 2022-05-10 11:20:52 +02:00
xyzmaker123
5299607c35
Show changes in BSQ Supply over time - refactor 2022-05-10 10:30:26 +02:00
xyzmaker123
219b408b6a
Show changes in BSQ Supply over time - dynamic calculation 2022-05-10 10:30:25 +02:00
xyzmaker123
5fb1167a28
Show changes in BSQ Supply over time 2022-05-10 10:30:25 +02:00
Christoph Atteneder
8a13076b37
Merge pull request #6188 from xyzmaker123/mark-own-offers
Mark user's own offers in Market -> Offer book
2022-05-09 13:10:50 +02:00
Bisq GitHub Admin
4d02eefab1
Merge pull request #6194 from bisq-network/release/v1.9.1
Release/v1.9.1
2022-05-09 12:30:23 +02:00
jmacxx
08267556ee
Fix NPE in column sorting when Memo is empty. 2022-05-07 21:47:21 -05:00
xyzmaker123
2b69e34b3a
Mark user's own offers in Market -> Offer book 2022-05-05 10:59:50 +02:00
Christoph Atteneder
dac6355c91
Revert to SNAPSHOT version 2022-05-03 10:06:10 +02:00
ghubstan
4d17f97445
Adjust to renamed class: AustraliaPayidAccountPayload 2022-05-02 09:52:12 +02:00
Christoph Atteneder
0e4d25f007
Bump version number for v1.9.1 2022-05-02 09:50:46 +02:00
ghubstan
0bd38c9fce
Adjust to renamed class: AustraliaPayidAccountPayload 2022-04-30 11:11:37 -03:00
Christoph Atteneder
ac263432cf
Revert to SNAPSHOT version 2022-04-29 10:26:57 +02:00
Christoph Atteneder
ae551ca151
Update number of open offers 2022-04-28 12:00:17 +02:00
Christoph Atteneder
bfb0f38d88
Update number of open offers 2022-04-28 11:58:04 +02:00
jmacxx
d89c3c8bf4
Add popup reminder to inform users of trading rules. 2022-04-28 11:29:32 +02:00
Christoph Atteneder
b71ffc2a4b
Merge pull request #6164 from jmacxx/popup_trading_rules
Add popup reminder to inform users of trading rules
2022-04-28 11:29:19 +02:00
Christoph Atteneder
6d3863dbc6
Merge pull request #6172 from xyzmaker123/refactor-cash-deposit-payload
Refactor CashDepositAccountPayload to extends BankAccountPayload
2022-04-28 11:28:03 +02:00
xyzmaker123
ca50662ff2
Refactor CashDepositAccountPayload to extends BankAccountPayload 2022-04-28 11:21:20 +02:00
Christoph Atteneder
f5bb7a03fc
Merge pull request #6177 from xyzmaker123/fix-edit-account-npe
Fix NPE on edition of CBM FasterPayments and USPostal accounts
2022-04-28 11:19:46 +02:00
xyzmaker123
1a87426807
Fix NPE on edition of CBM FasterPayments and USPostal accounts 2022-04-28 11:19:38 +02:00
jmacxx
688da0e806
Use maxTradePeriod from the PaymentMethod. 2022-04-28 11:17:55 +02:00
xyzmaker123
18e9fd4650
Fix NPE on edition of CBM FasterPayments and USPostal accounts 2022-04-28 08:59:05 +02:00
jmacxx
e0c13df89f
Use maxTradePeriod from the PaymentMethod. 2022-04-27 23:01:22 -05:00
Christoph Atteneder
575c085600
Fix incorrect volume binding for buy offers 2022-04-27 13:39:19 +02:00
Christoph Atteneder
9a9692179b
Fix incorrect volume binding for buy offers 2022-04-27 13:34:49 +02:00
xyzmaker123
b932f0fa64
Refactor CashDepositAccountPayload to extends BankAccountPayload 2022-04-27 13:12:35 +02:00
Christoph Atteneder
b4506ac2de
Merge pull request #6167 from xyzmaker123/fix-npe-same-bank-edit-account-name
Fix problems with editing account names
2022-04-27 13:00:59 +02:00
xyzmaker123
1cf03ca9d5
Refactor autoFillNameTextField in GeneralBankForm 2022-04-27 12:50:47 +02:00
xyzmaker123
3a1e1843c9
Fix NPE when switching to not use a custom account name 2022-04-27 12:50:39 +02:00
xyzmaker123
0607d0b37e
Fix NPE when editing same bank account name 2022-04-27 12:50:33 +02:00
jmacxx
40f6b002d2
Set appropriate enabled state of upload trader chat menu item. 2022-04-27 12:45:33 +02:00
jmacxx
6aea56380f
Set appropriate enabled state of upload trader chat menu item. 2022-04-26 10:53:56 -05:00
xyzmaker123
a696a2431e
Refactor autoFillNameTextField in GeneralBankForm 2022-04-26 13:48:54 +02:00
Christoph Atteneder
713defcfe7
Adapt buy BSQ direction to new navigation 2022-04-26 13:17:52 +02:00
Bisq GitHub Admin
e5f0359769
Merge pull request #6168 from ripcurlx/fix-buy-bsq-direction
Adapt buy BSQ direction to new navigation
2022-04-26 13:17:15 +02:00
xyzmaker123
3619278e51
Fix NPE when switching to not use a custom account name 2022-04-26 12:31:27 +02:00
Christoph Atteneder
c089e9220f
Adapt buy BSQ direction to new navigation 2022-04-26 12:21:31 +02:00
xyzmaker123
d7859ac240
Fix NPE when editing same bank account name 2022-04-26 09:18:57 +02:00
jmacxx
36165f686e
Add popup reminder to inform users of trading rules. 2022-04-25 21:11:13 -05:00
Christoph Atteneder
373f0c2bd1
Fix test 2022-04-25 09:57:57 +02:00
Christoph Atteneder
71da2de401
Only use default currency if payment account available
Fixes #6157
2022-04-25 09:57:44 +02:00
Christoph Atteneder
21c3edd756
Fix test 2022-04-25 09:56:38 +02:00
Christoph Atteneder
6e158c720c
Only use default currency if payment account available
Fixes #6157
2022-04-25 09:38:33 +02:00
Christoph Atteneder
23c62f1f0a
Improve translation key usage 2022-04-22 12:04:25 +02:00
Christoph Atteneder
5f41a3fb08
Improve translation key usage 2022-04-22 12:02:47 +02:00
Christoph Atteneder
dd6c8d1c30
Bump version number for v1.9.0 2022-04-22 11:36:43 +02:00
Christoph Atteneder
0466f41934
Merge pull request #6135 from ripcurlx/improve-navigation-structure
Improve navigation structure
2022-04-22 11:33:53 +02:00
Christoph Atteneder
7ad2dd0ba6
Set preferred currency as top altcoin
If it is a crypto currency and not a fiat currency
2022-04-22 10:41:15 +02:00
Christoph Atteneder
4447435e5f
Switch to open offers after creating a new offer 2022-04-22 10:01:35 +02:00
Christoph Atteneder
4ce861add1
Add create and take offer title 2022-04-22 09:37:49 +02:00
Christoph Atteneder
3ce374e7bb
Unify tab handling 2022-04-21 10:11:20 +02:00
Christoph Atteneder
89926d1efb
Improve help icon 2022-04-20 22:34:39 +02:00
Christoph Atteneder
0894037622
Add safeguard for already stored crypto currencies in preferences by older versions 2022-04-20 21:57:16 +02:00
Christoph Atteneder
e43a8aed36
Fix handling of preferred currency 2022-04-20 21:05:58 +02:00
Christoph Atteneder
108255bf8e
Move supported currencies into payment accounts 2022-04-20 17:57:07 +02:00
Christoph Atteneder
7ecd159697
Fix BSQ swap create offer handling (again) 2022-04-20 11:19:48 +02:00
Christoph Atteneder
be161669f1
Fix sorting issue for Altcoins 2022-04-20 11:16:04 +02:00
Christoph Atteneder
d41235cebd
Fix storage of crypto screen currency 2022-04-19 10:43:05 +02:00
Christoph Atteneder
e43bad1487
Fix offer count for Altcoins 2022-04-19 10:23:13 +02:00
Christoph Atteneder
348d1477e1
Fix broken option for BSQ Altcoin and BSQ Altcoin Instant 2022-04-19 10:18:33 +02:00
Christoph Atteneder
fce247cbc0
Fix a couple of issues regarding default currencies 2022-04-13 12:35:58 +02:00
jmacxx
c3e6a80f78
Add inbound Tor connectivity test. 2022-04-12 14:43:30 -05:00
Christoph Atteneder
2055cc5c10
Fix wrong check to show BSQ swap as default for create offer 2022-04-11 14:16:39 +02:00
Christoph Atteneder
098ece2a87
Only show BSQ accounts 2022-04-11 14:15:10 +02:00
Christoph Atteneder
542cc4d5cf
Remove close button duplication in DetailsWindows 2022-04-11 13:27:13 +02:00
Christoph Atteneder
9a3ed33238
Use Offer.isFiat helper method 2022-04-11 12:31:54 +02:00
Christoph Atteneder
63ea054026
Adapt amount and volume description for create offer 2022-04-11 12:12:47 +02:00
Christoph Atteneder
492ff35b09
Adapt amount and volume description for take offer 2022-04-11 11:32:55 +02:00
Christoph Atteneder
1712f7498e
Use BSQ Swap as default when BSQ offer is created 2022-04-11 11:05:36 +02:00
Christoph Atteneder
5b67766109
Properly rename main navigation
Otherwise it would display the old 'Buy BTC' and 'Sell BTC' navigation
2022-04-11 10:46:05 +02:00
Christoph Atteneder
b734420668
Fix navigation to specific offer book view 2022-04-11 10:30:18 +02:00
Christoph Atteneder
98285da146
Move OfferViewUtil 2022-04-11 10:29:27 +02:00
Christoph Atteneder
b70d102007
Fix BSQ swap labels 2022-04-08 18:02:27 +02:00
Christoph Atteneder
33725c2b4e
Adapt navigation labels back to currency code
and fix lots of minor issues
2022-04-08 17:49:33 +02:00
Christoph Atteneder
497158ad13
Fix rebase errors with master 2022-04-07 21:13:24 +02:00
Christoph Atteneder
a8189d7bb3
Adapt create offer process to new navigation structure 2022-04-07 20:49:18 +02:00
Christoph Atteneder
924e92aa47
Adapt take offer process to new navigation structure 2022-04-07 20:49:18 +02:00
Christoph Atteneder
e3ceb80a11
Show all payment methods
if currency does not support previous selected payment method in a different currency.
2022-04-07 20:49:17 +02:00
Christoph Atteneder
5781e3bd13
Add payment account filtering for remaining payment methods 2022-04-07 20:49:17 +02:00
Christoph Atteneder
875e5f4e87
Adapt offer book chart view to new navigational structure 2022-04-07 20:49:16 +02:00
Christoph Atteneder
98f355d3fa
Adapt navigational structure and offerbook handling to buy and sell different assets
Still missing correct create and take offer handling
2022-04-07 20:48:48 +02:00
Christoph Atteneder
298806150b
Merge pull request #6134 from jmacxx/fix_tradecount_bsqswap
Fix the avatar tradecount tag to include BSQ Swap trades.
2022-04-07 19:58:38 +02:00
jmacxx
d99bc93f84
Prevent multiple payout screens when agent repeat clicks close ticket. 2022-04-07 08:31:14 -05:00
jmacxx
aeea26725f
Fix the tradecount tag to include Bsq Swap trades. 2022-04-05 18:01:51 -05:00
Christoph Atteneder
c5de527596
Merge pull request #6122 from ghubstan/build-api-release-zipfiles
Create API cli and daemon releases as zip archives
2022-04-03 19:28:42 +02:00
ghubstan
eb1f452076
Double quote to prevent globbing and word splitting 2022-04-03 12:02:13 -03:00
Christoph Atteneder
37df7d4eca
Double quote to prevent globbing and word splitting 2022-04-01 09:07:19 +02:00
Christoph Atteneder
8fb266a0bb
Add signing for cli and daemon jar 2022-03-30 10:26:44 +02:00
ghubstan
037263dbc3
Double quote to prevent globbing and word splitting (codacy) 2022-03-28 12:15:00 -03:00
ghubstan
ddf127f883
Build cli and daemon release zip files before desktop release 2022-03-28 11:38:45 -03:00
Christoph Atteneder
178ba5dfb3
Use similar behavior as in Take Offer view to change buy BSQ button state for consistency reasons
Code worked before already as expected
2022-03-28 13:18:27 +02:00
Christoph Atteneder
2ee6b923b7
Show correct buy BSQ state on activation for take offer 2022-03-28 12:38:08 +02:00
Christoph Atteneder
a384071cff
Merge pull request #6109 from xyzmaker123/5979-price-validation
Update trigger price validation
2022-03-21 12:26:47 +01:00
xyzmaker123
55c55dbf47
Update trigger price validation - refactor 2022-03-21 11:43:09 +01:00
Christoph Atteneder
523635319f
Merge pull request #6111 from xyzmaker123/5189-trigger-price-prompt-truncation
Trigger price truncation of prompt text
2022-03-21 11:01:36 +01:00
Christoph Atteneder
06dd94f77a
Merge pull request #6107 from xyzmaker123/growth-241-validate-with-iban
IBAN validation for SEPA account
2022-03-18 12:38:47 +01:00
xyzmaker123
3dcc6e6e18
Trigger price truncation of prompt text 2022-03-18 09:56:58 +01:00
xyzmaker123
174bf2891d
Validate IBAN - merge listeners 2022-03-17 17:13:43 +01:00
xyzmaker123
044bc2d33b
Transactions View - Trade ID column 2022-03-17 15:57:01 +01:00
xyzmaker123
ab5d7dd928
Locked view - Trade ID column 2022-03-17 15:56:51 +01:00
xyzmaker123
a5912a8f5e
Reserved view - fix address column alignment 2022-03-17 15:56:50 +01:00
xyzmaker123
d548dcba07
Reserved view - Offer ID column 2022-03-17 15:56:35 +01:00
xyzmaker123
41256367af
Update trigger price validation 2022-03-17 12:42:41 +01:00
xyzmaker123
6164a1343a
Validate IBAN - adapt Sepa Instant 2022-03-17 08:23:59 +01:00
xyzmaker123
ab1a8a8a2b
SEPA IBAN - fix country code validation 2022-03-16 15:17:45 +01:00
xyzmaker123
7fc406761a
Validate if IBAN country code belongs to SEPA zone 2022-03-16 10:22:29 +01:00
xyzmaker123
fd776954cc
Validate IBAN to match selected country 2022-03-16 09:29:03 +01:00
Bisq GitHub Admin
c6293b5273
Merge pull request #6096 from bisq-network/release/v1.8.4
Release/v1.8.4
2022-03-11 15:57:55 +01:00
Bisq GitHub Admin
ffe1a206c5
Merge pull request #6097 from ripcurlx/fix-currency-selection-issue
Update currency related fields after switch of payment account
2022-03-11 15:56:45 +01:00
Christoph Atteneder
a188266d65
Merge pull request #6099 from jmacxx/mediation_enhancements_202203
Dispute subsystem enhancements
2022-03-11 15:55:42 +01:00
jmacxx
7e802e5e28
Dispute subsystem enhancements.
Dispute result show payout suggestion and penalty.
Feature allowing trader chat upload to dispute agents.
2022-03-10 20:20:37 -06:00
Christoph Atteneder
00dc7998ef
Update currency related fields after switch of payment account
Fixes #5999
2022-03-09 16:15:48 +01:00
Christoph Atteneder
43fb6462cc
Merge pull request #6041 from xyzmaker123/5300-default-currencies
Update currency filtering logic
2022-03-09 15:17:56 +01:00
Christoph Atteneder
0ea70dc36b
Merge pull request #6014 from xyzmaker123/6009-account-names-editable
Editable account names
2022-03-09 14:56:00 +01:00
Christoph Atteneder
80995a6212
Revert to SNAPSHOT version 2022-03-09 14:29:16 +01:00
xyzmaker123
f2533b1772
Currency filtering - fix logic 2022-03-08 11:13:29 +01:00
Christoph Atteneder
8136f0a6ca
Bump version number for v1.8.4 2022-03-07 16:42:10 +01:00
jmacxx
605e8886d0
Use a new key for settings badge.
Rename the key constant variable to SETTINGS_BADGE_KEY to clarify
that its value should be different each time it is used for a new
feature.
Use a key which describes the new feature being promoted.
2022-03-07 16:36:47 +01:00
jmacxx
e9c021eac6
Fix DAO needs resync popup.
The resync popup was being shown when flag isInConflictWithSeedNode
was set, but there is also a different relevant flag
isDaoStateBlockChainNotConnecting which can happen in certain
situations.  For that case we also need to show the popup.
2022-03-07 16:35:20 +01:00
Christoph Atteneder
b95c385ffd
Merge pull request #6087 from jmacxx/fix_dao_resync_popup
Fix DAO needs resync popup.
2022-03-07 16:35:12 +01:00
jmacxx
5b03c1a4c5
Fix DAO needs resync popup.
The resync popup was being shown when flag isInConflictWithSeedNode
was set, but there is also a different relevant flag
isDaoStateBlockChainNotConnecting which can happen in certain
situations.  For that case we also need to show the popup.
2022-03-04 14:17:53 -06:00
Christoph Atteneder
c4a941c352
Merge pull request #6085 from jmacxx/5396_privacy_enhancement
Use a new key for settings badge.
2022-03-03 22:11:52 +01:00
xyzmaker123
462eaec85c
Currency filtering - possibility to search for all currencies 2022-03-03 18:16:52 +01:00
jmacxx
8fa44d7bfe
Use a new key for settings badge.
Rename the key constant variable to SETTINGS_BADGE_KEY to clarify
that its value should be different each time it is used for a new
feature.
Use a key which describes the new feature being promoted.
2022-03-03 07:44:08 -06:00
Christoph Atteneder
24bd47508b
Revert to SNAPSHOT version 2022-03-03 11:32:48 +01:00
xyzmaker123
fcbe3cb6b1
Fix: revert account name on change selected account 2022-02-28 14:33:34 +01:00
xyzmaker123
e6320cdf06
Optimize imports 2022-02-28 13:53:38 +01:00
xyzmaker123
01b1512705
Edit account names - fiat forms 2022-02-28 13:53:37 +01:00
xyzmaker123
702a31f1d6
Edit account names - altcoin forms 2022-02-28 13:53:37 +01:00
xyzmaker123
e8ee3fa4c3
Edit account names - refactor method name 2022-02-28 13:53:32 +01:00
jmacxx
01ddce498e
Disable roll over popups in combobox item renderers.
Due to JFX bug https://bugs.openjdk.java.net/browse/JDK-8265835
2022-02-21 20:24:05 +01:00
jmacxx
a9630feb19
Disable roll over popups in combobox item renderers.
Due to JFX bug https://bugs.openjdk.java.net/browse/JDK-8265835
2022-02-21 12:54:51 -06:00
jmacxx
99be324aba
Improve BSQ swap error messaging.
Re-enable popup warning indicating when DAO needs to be resynced.
2022-02-21 14:50:41 +01:00
Christoph Atteneder
b739b4c347
Merge pull request #6063 from jmacxx/bsq_swap_improve_dao_errmsg
Improve BSQ swap error messaging & DAO resync popup.
2022-02-21 14:50:31 +01:00
jmacxx
0f60bfaebb
Omit copy icon for popups without any textual message. 2022-02-21 14:49:20 +01:00
Christoph Atteneder
e293437826
Merge pull request #6067 from jmacxx/copy_popup_to_clipboard
Cosmetic cleanup for popup message copy function.
2022-02-21 14:49:11 +01:00
jmacxx
b54a85dca9
Omit copy icon for popups without any textual message. 2022-02-20 21:29:09 -06:00
jmacxx
a302380e1e
Improve BSQ swap error messaging.
Re-enable popup warning indicating when DAO needs to be resynced.
2022-02-19 22:15:13 -06:00
xyzmaker123
a3bc6ea726
Fix NPE issue when edit fresh account 2022-02-18 17:06:47 +01:00
xyzmaker123
d70397214f
Fix NPE issue when edit fresh account 2022-02-18 16:24:58 +01:00
Christoph Atteneder
602101c117
Bump version number for v1.8.3 2022-02-17 10:49:55 +01:00
Christoph Atteneder
d8f66c0725
Merge pull request #6045 from xyzmaker123/5634-fix-nullable-contract
Fix failed trades view when contract is null
2022-02-17 10:38:29 +01:00
Christoph Atteneder
70d91883f5
Merge pull request #6049 from jmacxx/fix_issue_6046
Show buyer/seller in terms of BTC
2022-02-17 10:36:26 +01:00
Christoph Atteneder
12a797d9e4
Merge pull request #6053 from jmacxx/display_signed_account_age
Show signed status when applicable in Trade & Dispute info screens
2022-02-17 10:35:41 +01:00
jmacxx
b1e88e8338
Add ability to copy popup text to clipboard. 2022-02-16 19:26:37 -06:00
jmacxx
1227781d43
Show signed status when applicable in Trade & Dispute screens 2022-02-16 16:09:08 -06:00
jmacxx
d5cccfaa66
Show buyer/seller in terms of BTC 2022-02-15 18:17:53 -06:00
Christoph Atteneder
d671b6805a
Merge pull request #6032 from jmacxx/sign_verify_msg_dao
Sign/Verify message for DAO bonded roles
2022-02-15 21:01:21 +01:00
xyzmaker123
8f6dff604b
Fix failed trades view when contract is null 2022-02-14 17:27:24 +01:00