Commit Graph

2705 Commits

Author SHA1 Message Date
jmacxx
eb2184b9e4
if seller accepted mediation proposal then disable payment received button 2021-06-10 10:02:54 -05:00
Christoph Atteneder
992a6aad72
Merge pull request #5552 from jmacxx/warn_user_dao_out_of_sync
Remind user when their DAO state needs to be refreshed
2021-06-08 09:31:23 +02:00
andyheko
d5036cf972
Add a placeholder on the "Search Disputes" field 2021-06-07 17:32:31 -07:00
jmacxx
87261eca04
warn user when DAO needs resync 2021-06-07 16:20:19 -05:00
sqrrm
a8013f8bc0
Merge pull request #5543 from ripcurlx/minor-ui-cleanups
Minor UI cleanups
2021-06-02 15:28:36 +02:00
sqrrm
e9df2afcca
Merge pull request #5536 from ripcurlx/fix-broken-translation
Fix broken translation access
2021-06-02 15:27:11 +02:00
sqrrm
a181b4804b
Merge pull request #5542 from ripcurlx/set-deposit-after-offer-duplication
Set custom security deposit when cloning an offer
2021-06-02 15:26:40 +02:00
Christoph Atteneder
7883df2977
Merge pull request #5500 from BtcContributor/fix_uphold
Add Account owner full name field to Uphold payment method
2021-06-01 12:52:13 +02:00
Bisq GitHub Admin
806253b1bd
Merge pull request #5541 from bisq-network/release/v1.6.5
Release/v1.6.5
2021-05-31 15:34:27 +02:00
Christoph Atteneder
4e18fc3b59
Prevent information popup endless loop when duplicating an offer 2021-05-31 11:04:41 +02:00
Christoph Atteneder
4f75d83bc3
Remove offer duplication new feature info 2021-05-31 11:04:11 +02:00
Christoph Atteneder
a3e7d539b9
Remove XMR auto confirm feature hint 2021-05-31 11:03:33 +02:00
Christoph Atteneder
266fd44f87
Set custom security deposit when cloning an offer 2021-05-31 10:26:43 +02:00
Christoph Atteneder
351d5f13e7
Revert to SNAPSHOT version 2021-05-31 09:53:33 +02:00
Christoph Atteneder
caec38de5d
Revert setting of deposit when cloning an offer 2021-05-28 20:12:13 +02:00
Christoph Atteneder
b4520237b0
Revert setting of deposit when cloning an offer 2021-05-28 17:51:02 +02:00
Christoph Atteneder
84c3fb581b
Fix setting of buyer security deposit
The existing code failed if an offer was duplicated that had
a different minimum security deposit set. It is changed so that
it makes sure that the it never falls below the minimum buyer
security deposit and never exceeds the maximum security deposit
percentage.
2021-05-27 22:27:38 +02:00
Christoph Atteneder
05b265006a
Fix setting of buyer security deposit
The existing code failed if an offer was duplicated that had
a different minimum security deposit set. It is changed so that
it makes sure that the it never falls below the minimum buyer
security deposit and never exceeds the maximum security deposit
percentage.
2021-05-27 21:28:21 +02:00
Christoph Atteneder
31ddc866b8
Fix broken translation access 2021-05-27 11:07:37 +02:00
Christoph Atteneder
ca11587b1e
Merge pull request #5508 from andyheko/Remove-borders-on-separators-in-main-nav
Remove borders on separators in main nav Issue#5107
2021-05-25 20:53:19 +02:00
andyheko
e1d7da1312
Remove borders on separators in main nav #5107
change color of border to transparent on line#651 of bisq.css
2021-05-25 11:22:02 -07:00
Christoph Atteneder
3be0795eea
Update data stores for v1.6.5 2021-05-25 10:40:45 +02:00
Christoph Atteneder
59de78c332
Bump version number for v1.6.5 2021-05-21 20:00:49 +02:00
Christoph Atteneder
2fd5f40239
Reduce the number of connected BTC nodes from 9 to 7 2021-05-21 19:58:09 +02:00
Christoph Atteneder
a046db528a
Reduce the number of connected BTC nodes from 9 to 7 2021-05-21 17:19:38 +02:00
Christoph Atteneder
c6d6bbefa3
Merge pull request #5516 from cd2357/fix-raspi-build
Fix raspi build
2021-05-21 15:40:31 +02:00
Christoph Atteneder
bb5c494959
Merge pull request #5515 from cd2357/open-binaries-dir-on-finish
Package: Open binaries shared folder on finish
2021-05-21 15:39:40 +02:00
BtcContributor
ed6c046ff5
Add account owner on display account + fix a couple of minor issues 2021-05-21 11:53:06 +02:00
cd2357
8e2323c72c
Package: Remove y/n interaction: Enforce Java 11
Enforce JDK 11 for building and packaging. If user tries to package binaries using any other version, the packaging will fail.
2021-05-20 23:35:26 +02:00
cd2357
0109d92aa0
Package: Fix issue with raspi build
Fix packaging issue which sometimes caused issues with creating the raspi package on Windows (and other environments where a recent ./gradlew :desktop:build was not run recently).
2021-05-20 22:56:59 +02:00
cd2357
31b40d3fa6
Package: Open binaries shared folder on finish
If user selects Y at the last packaging step ("copy binaries to shared folder"), open an explorer window at the shared folder location after binaries are copied. Copy binaries to shared folder only after all binary processing is done (including sha generation).
2021-05-20 22:47:59 +02:00
Christoph Atteneder
f0725e56db
Merge pull request #5514 from cd2357/create-os-specific-jar-hash
Build: Include build platform in fat jar filename
2021-05-20 22:00:53 +02:00
Christoph Atteneder
3c4e212471
Merge pull request #5487 from cd2357/fix-mac-jar-hash
Fix mac jar hash
2021-05-20 21:56:12 +02:00
cd2357
12f074103a
Build: Include platform in filename of fat jar
Rename resulting fat jar in such a way that it includes the platform on
which it was built.
2021-05-20 20:38:52 +02:00
jmacxx
1cf6e76a24
reduce vertical spacing and fix issue with custom fee 2021-05-19 12:28:51 -05:00
BtcContributor
8dfe2601df
Restore proto order and add backward compatibility 2021-05-18 18:10:20 +02:00
Christoph Atteneder
8221bc54ef
Merge pull request #5485 from BtcContributor/cloneoffer_securitydeposit
Return correct security deposit percentage size/minimum deposit when cloning an offer
2021-05-18 16:33:33 +02:00
BtcContributor
2809e8d768
Add Account owner full name field to Uphold payment method 2021-05-17 11:24:07 +02:00
BtcContributor
e4d479d89c
Add brackets to if-else statement 2021-05-17 10:47:45 +02:00
BtcContributor
0940312d8b
Fix text overlapping in Wallet Info menu 2021-05-13 15:17:15 +02:00
cd2357
85fe297128
Checksum deterministic jar after signing
Copy the deterministic, signed jar to the binaries folder only after it has been processed. Once copied, it will be checksum-ed in the last packaging step.
2021-05-12 01:17:50 +02:00
cd2357
3f0dd29158
Generate checksums for generated binaries
Add SHA256 checksum for each generated binary.
2021-05-12 01:07:47 +02:00
BtcContributor
8af3573cfe
Reorganize code 2021-05-11 17:42:58 +02:00
BtcContributor
1ba42e0d91
Return correct security deposit percentage size when cloning an offer 2021-05-11 17:39:18 +02:00
BtcContributor
1a129b3fa9
Remove redundant code in updateItem 2021-05-11 10:23:51 +02:00
BtcContributor
77f5dc8822
Add case when you have multiple inputs and not all are selected 2021-05-11 10:13:00 +02:00
BtcContributor
3cb79956db
Fix custom fee rate field when custom inputs are used. 2021-05-11 09:46:30 +02:00
Christoph Atteneder
225a6f079f
Merge pull request #5473 from jmacxx/fix_edit_offer_focus_issue
Fix focus issue when enter key used to edit offer
2021-05-07 11:43:21 +02:00
Christoph Atteneder
4104fcd67f
Merge branch 'master' of github.com:bisq-network/bisq into release/v1.6.4
# Conflicts:
#	build.gradle
#	desktop/package/linux/Dockerfile
#	desktop/package/macosx/insert_snapshot_version.sh
#	relay/src/main/resources/version.txt
2021-05-07 10:47:05 +02:00
Christoph Atteneder
89729c41c9
Merge branch 'master' of github.com:bisq-network/bisq into release/v1.6.3
# Conflicts:
#	scripts/install_java.sh
2021-05-07 10:33:45 +02:00