Commit Graph

7222 Commits

Author SHA1 Message Date
Christoph Atteneder
5e06153e49
Fix TextArea focus line positioning 2018-11-20 16:39:24 +01:00
Christoph Atteneder
559cd67b85
Show hand cursor on all buttons 2018-11-20 16:30:34 +01:00
Christoph Atteneder
26c9c4081b
Center align address label 2018-11-20 16:28:51 +01:00
Christoph Atteneder
7612fe3571
Adapt WitdrawalView to use full window width 2018-11-20 16:22:04 +01:00
Christoph Atteneder
94805128c3
Adapt DepositView to use full window width 2018-11-20 16:03:48 +01:00
Christoph Atteneder
fbb3020506
Fix confirmation progress indicator 2018-11-20 15:38:27 +01:00
Manfred Karrer
a64d695c10
Merge pull request #1942 from ripcurlx/ui-improvements
Redesign: Extend focus line and textfield/textarea padding
2018-11-19 13:45:06 -05:00
Christoph Atteneder
f122a4579f
Add padding for text area 2018-11-19 11:31:53 +01:00
Christoph Atteneder
16fe990424
Add padding to text input fields and extends focus line in create offer views 2018-11-19 11:12:30 +01:00
Manfred Karrer
2564ae93f4
Remove comment 2018-11-18 12:13:34 -05:00
Manfred Karrer
671e5e30a0
Merge branch 'sqrrm-confiscation-tracking' into release-candidate-0.9.0 2018-11-18 11:08:37 -05:00
Manfred Karrer
89b092b7ea
Small fixes
- Use Array list for PB list as PB lists are unmodifyable
- Rename method to contain the unspent property
- fix row index in view
2018-11-18 11:07:30 -05:00
sqrrm
ed50b97b3d
Fix bsqdashboard availableamount 2018-11-17 23:13:13 +01:00
sqrrm
e815c4b105
Use lockup txid to track confiscation
1. Every bond is defined by its lockup transaction. To make it easy to
track which bonds are confiscated it's easier to track them by only one
txid instead of using a map with a mix of lockup txoutputs and unlock
txoutputs.

To check if a txoutput has been confiscated it has to be checked against
the originiating lockup txid.

2. Minor fixes of naming lockedup -> lockup and comments.
2018-11-17 23:13:13 +01:00
sqrrm
aa27d443a4
Display confiscated bond value 2018-11-17 23:13:13 +01:00
sqrrm
0c855f8dd0
Clearer param change validation 2018-11-17 23:13:13 +01:00
sqrrm
e577d0c4a9
Fix resource name 2018-11-17 23:13:13 +01:00
Manfred Karrer
aa05651ff4
Merge branch 'master' into release-candidate-0.9.0 2018-11-17 15:22:58 -05:00
Manfred Karrer
e37813c658
Merge pull request #1935 from freimair/externalTor
Bisq can now use an external Tor service
2018-11-17 14:02:11 -05:00
Manfred Karrer
c8416019f3
Merge pull request #1933 from ManfredKarrer/fix-temp-file-issue
Don't use a temp file for the sound file
2018-11-17 13:50:51 -05:00
Manfred Karrer
108ce1d72c
Merge pull request #1936 from ManfredKarrer/fix-formatting-issue
Convert long dash to short dash for minus values
2018-11-17 13:48:09 -05:00
Florian Reimair
717796103d Fixed tests as in: commit of shame 2018-11-17 18:44:10 +01:00
Florian Reimair
f0bfb3825a Declutter TorNetworkNode some more 2018-11-17 18:42:18 +01:00
Manfred Karrer
5f766b4cd5
Convert long dash to short dash for minus values
Fixes https://github.com/bisq-network/bisq/issues/1925
2018-11-17 12:32:42 -05:00
Florian Reimair
f493b5f619 Added hashes and Netlayer release 0.6 2018-11-17 18:14:18 +01:00
Manfred Karrer
43ace0b659
Don't use a temp file for the sound file
We play a silent sound to prevent app nap and network disconnections.
Instead of a temp file which got deleted on exit and recreated each
startup we store it once in the data directory root.
Fixes https://github.com/bisq-network/bisq/issues/1931
2018-11-17 12:06:59 -05:00
Florian Reimair
64c6e3d783 Connect with CookieAuthentication 2018-11-17 18:03:10 +01:00
Florian Reimair
139ec518fc Connect with PasswordAuthentication 2018-11-17 18:03:10 +01:00
Florian Reimair
63f8bbf8c5 Connect to external Tor with NullAuthentication 2018-11-17 18:03:10 +01:00
Florian Reimair
aa584acb92 Declutter TorNetworkNode 2018-11-17 18:03:10 +01:00
Florian Reimair
68d813fc0c Refactored TorNetworkNode 2018-11-17 18:02:49 +01:00
Manfred Karrer
46b972cba6
Merge branch 'release-candidate-0.9.0' of https://github.com/bisq-network/bisq into release-candidate-0.9.0 2018-11-17 11:42:27 -05:00
Manfred Karrer
834ac2c04f
Merge branch 'master' into release-candidate-0.9.0 2018-11-16 21:08:03 -05:00
Manfred Karrer
136c268dbb
Merge pull request #1928 from freimair/tor8.0.3
Use tor binaries from TorBrowser 8.0.3
2018-11-16 21:07:14 -05:00
Manfred Karrer
95554441e5
Merge pull request #1825 from MUEDEV/list-monetaryunit
List MonetaryUnit (MUE)
2018-11-16 20:38:46 -05:00
Manfred Karrer
5714ce5b70
Merge pull request #1818 from Actinium-project/update-asset-actinium
Update: Actinium (ACM) - Support p2sh-SegWit Addresses
2018-11-16 20:38:29 -05:00
Manfred Karrer
78e78f6b79
Merge pull request #1798 from alfredmox/list-mox-project
List MoX (MOX)
2018-11-16 20:37:56 -05:00
Manfred Karrer
ca78453e04
Merge pull request #1930 from ManfredKarrer/small-fixes
Cleanup
2018-11-16 20:33:40 -05:00
Manfred Karrer
ac7ed15bcc
Merge branch 'release-candidate-0.9.0' of https://github.com/bisq-network/bisq into release-candidate-0.9.0 2018-11-16 20:30:30 -05:00
Manfred Karrer
f3851145f0
Merge branch 'master' into release-candidate-0.9.0 2018-11-16 20:29:56 -05:00
Manfred Karrer
0c2c68e146
Put Blockstream explorer as first item in the list
Put Blockstream explorer as first item in the list so it will be
taken as default explorer.
2018-11-16 20:29:39 -05:00
Manfred Karrer
887ab1dc9f
Merge pull request #1924 from cbeams/revise-docs
Revise contributor / developer docs
2018-11-16 20:26:25 -05:00
Manfred Karrer
4bec5b3830
Cleanup 2018-11-16 20:18:47 -05:00
Florian Reimair
21a56cc127 worked around jitpack issue 2018-11-16 13:31:37 +01:00
Florian Reimair
3e25ee2cdd Use tor binaries from TorBrowser 8.0.3 2018-11-16 12:28:34 +01:00
Christoph Atteneder
a9136fed15
Remove unnecessary colons 2018-11-15 14:23:40 +01:00
Christoph Atteneder
445ec8478a
Add background color for password fields 2018-11-15 14:18:10 +01:00
Christoph Atteneder
5319eb39ef
Remove unnecessary colons 2018-11-15 14:17:46 +01:00
Christoph Atteneder
a46d5c167f
Improve layout 2018-11-15 13:58:33 +01:00
Chris Beams
44c326729b
Merge pull request #1901 from devinbileck/update-gradle-witness.jar
Update gradle-witness.jar
2018-11-15 11:41:25 +01:00