jmacxx
8e21682e92
Add P2P network status indicator.
2022-08-18 10:46:39 -05:00
xyzmaker123
d84b472307
Possibility to copy addresses / transaction ids
2022-08-17 13:49:48 +02:00
Christoph Atteneder
706e6b3942
Merge pull request #6302 from xyzmaker123/6301-reset-trigger-price
...
Reset trigger price after switch to fixed price (edit offer)
2022-08-17 13:33:23 +02:00
Christoph Atteneder
ad921294d2
Merge pull request #6307 from Android-X13/fix-issue-6263
...
Fix/improve clickable areas of toggle buttons
2022-08-17 13:32:58 +02:00
Christoph Atteneder
01ba30abc3
Merge pull request #6309 from Android-X13/peer-info-window
...
Show Peer Info window only when left-clicking on avatar
2022-08-17 13:31:53 +02:00
Christoph Atteneder
17ca74d0a9
Merge pull request #6319 from Android-X13/blockchain-url-usage
...
Cleanup blockchain explorer URL code & add tests
2022-08-17 13:26:43 +02:00
xyzmaker123
e3ccb3c895
Updating DAO->Governance menu to indicate vote possible
2022-08-15 11:32:22 +02:00
Android-X13
402eb99404
Fix clickable area of toggle buttons
2022-08-15 04:18:41 +03:00
Android-X13
d11d74332e
Cleanup - update names of ordered tasks in DaoChartView
2022-08-14 20:42:35 +03:00
Android-X13
2dcb77c009
Fix NPE when accessing BSQ SUPPLY
2022-08-14 20:36:03 +03:00
Android-X13
582e1771e5
Remove boolean parameter from GUIUtil block explorer methods
2022-08-12 16:49:52 +03:00
Android-X13
e42d5543df
Add curly braces to conditional statements
2022-08-12 14:50:23 +03:00
Android-X13
9ee3d34aa9
Add tests for blockchain URLs
2022-08-10 20:10:36 +03:00
Android-X13
4ae5d55000
Standardize blockchain explorer URL usage
2022-08-10 18:53:30 +03:00
xyzmaker123
98ca3d3cac
Send funds - don't use all available funds by default
2022-08-09 13:46:00 +02:00
Christoph Atteneder
07168a3fc7
Merge pull request #6311 from jmacxx/fix_qrcode_copypaste
...
Fix ability to copypaste QR code URL
2022-08-07 21:35:38 +02:00
Christoph Atteneder
ffcd96673e
Merge pull request #6306 from chimp1984/update_dao_node
...
Update dao node
2022-08-07 20:40:26 +02:00
Christoph Atteneder
b346a5bcc0
Merge pull request #6303 from jmacxx/resend_dispute_signature
...
Allow mediated payout signature message to be re-sent
2022-08-07 20:37:03 +02:00
jmacxx
50dc05c551
Fix ability to copypaste QR code URL.
2022-08-05 13:06:58 -05:00
Android-X13
7ca21b6ee6
Show Peer Info window only when left-clicking on avatar
2022-08-03 15:44:56 +03:00
Android-X13
1cb59ef2df
Fix clickable area of Enable Offers toggle button
2022-08-01 02:41:10 +03:00
chimp1984
ef81bde7f2
Add export feature for signed account age witness
2022-07-31 14:40:18 +02:00
jmacxx
c528934eb3
Allow dispute signature message to be re-sent.
2022-07-28 11:43:28 -05:00
xyzmaker123
c1ed35f8f0
Reset trigger price after switch to fixed price (edit offer)
2022-07-28 09:51:25 +02:00
chimp1984
2b6dd187c6
Add export feature for account age
2022-07-25 20:50:43 +02:00
chimp1984
2628eea9db
Add bsq bonds
2022-07-25 00:12:13 +02:00
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
jmacxx
4351c20414
Fix NPE in account name creation.
2022-07-10 11:48:14 -05: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
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
484c4b5f50
Correct wording of altcoin payto address label.
2022-06-27 22:00:16 -05: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