Manfred Karrer
46eca9451f
Remove color from Tor icon
...
The purple of the tor icon clashes hard with out green.
I converted to greyscale.
@pedro, @christoph: Feel free to change to an alternative if you don't
like it...
2018-11-26 22:44:53 +01:00
Manfred Karrer
7f730451d6
Merge pull request #1973 from ripcurlx/ui-improvements
...
Redesign: UI Improvements and fixes
2018-11-26 19:29:29 +01:00
Christoph Atteneder
5f5f919ee0
Remove unnecessary check
2018-11-26 18:08:27 +01:00
Christoph Atteneder
aeaee6b180
Hide advanced options group immediately instead of animation
2018-11-26 16:02:32 +01:00
Manfred Karrer
a51d337c25
Merge branch 'release-candidate-0.9.0' into bug-fixes
2018-11-26 15:32:49 +01:00
Christoph Atteneder
52af509290
Remove setting visiblity of a bound property
2018-11-26 11:56:47 +01:00
Christoph Atteneder
b0683a461f
Update tray icons for macos
2018-11-26 11:46:33 +01:00
Christoph Atteneder
c7c20fb2ad
Merge pull request #1958 from ManfredKarrer/improve-backward-compatibility-with-new-arb-selection
...
Improve backward compatibility with new arb selection
2018-11-26 11:25:26 +01:00
Manfred Karrer
71162dddc3
Fix missing currency check at create offer
...
At create offer the last selected currency was applied without checking
if the currency matches. So when browsing an altcoin you got the last
fiat account selected in case u had multiple fiat accounts and selected
one in the past.
2018-11-26 00:53:28 +01:00
Manfred Karrer
735e4588ce
Merge branch 'release-candidate-0.9.0' into improve-backward-compatibility-with-new-arb-selection
2018-11-25 23:55:01 +01:00
Manfred Karrer
83190fb237
Merge branch 'release-candidate-0.9.0' into persist-selected-account-at-takeoffer
2018-11-25 23:54:23 +01:00
Manfred Karrer
0e64a7193d
Merge branch 'master' into release-candidate-0.9.0
2018-11-25 23:52:51 +01:00
Manfred Karrer
4930c1297e
Add getActivePaymentMethods for filtered payment methods
2018-11-25 03:21:12 +01:00
Manfred Karrer
065a3de4ea
Set visible state for isTradeFeeVisible in model
...
Because visible property of tradeFeeDescriptionLabel is bound we cannot
set it with tradeFeeDescriptionLabel.setVisible(false) in the activate()
method. We use the property in the model instead.
2018-11-25 03:04:02 +01:00
Manfred Karrer
edd7bbee62
Set oracle jdk as JAVA_HOME when building app
...
Open jdk does not has the java packager.
2018-11-25 03:01:38 +01:00
Manfred Karrer
feb6e64b75
Merge pull request #1960 from rex4539/http-to-https
...
http -> https
2018-11-24 22:44:49 +01:00
Dimitris Apostolou
4de530e5af
http -> https
2018-11-24 14:28:43 +02:00
Chris Beams
931f369fb6
Include executable name and version in help output
2018-11-24 13:24:03 +01:00
Manfred Karrer
880a8412fc
Merge pull request #1957 from j3ko/release-candidate-0.9.0
...
Add advanced cash payment method
2018-11-24 12:09:04 +01:00
Jeffrey Ko
dd3abd2996
make advanced cash payment method more consistent ok pay payment method
2018-11-24 13:26:12 +07:00
Manfred Karrer
d7fe1dbeb3
Handle edge cases with removed arbitrators
2018-11-24 00:44:56 +01:00
Manfred Karrer
319c043e43
Handle backward compatibility with new arbitr. selection
...
- Remove activationDate
- Refactor ProcessOfferAvailabilityResponse and handle offers from
old versions in case the available arbitrators has changed.
- Remove MakerVerifyMediatorSelection and TakerSelectArbitrator
The mediator handling should be removed as it is not used and not
intended anymore to be used with the current trade protocol, but we
leave that as it is a bit tricky to ensure backward compatibility.
Also the setting of the arbitrator in trade should be further refactored
but as it is also easy to break backward compatibility here we leave
that for now. As we work on the new trade protocol that domain will
become deprecated anyway in the next months...
2018-11-24 00:23:46 +01:00
Manfred Karrer
1ba0402dfb
Handle backward compatibility with new arbitration selection model.
2018-11-23 22:14:31 +01:00
Jeffrey Ko
4cd2ac8d40
Add advanced cash payment method
2018-11-23 20:50:03 +07:00
Manfred Karrer
15c776874e
Merge branch 'master' into release-candidate-0.9.0
...
# Conflicts:
# .editorconfig
2018-11-23 11:24:07 +01:00
Christoph Atteneder
be945c4854
Display payment account name if only one account is applicable
2018-11-22 12:30:13 +01:00
Christoph Atteneder
a7a65052c5
Increase padding for account limitation when adding a new payment account to not overlap validation errors
2018-11-22 12:29:50 +01:00
Christoph Atteneder
735ab3acda
Update payment account selection when payment accounts are changed
2018-11-22 12:28:42 +01:00
Christoph Atteneder
b0621fd7c4
Use monospace font for all columns if it is used in one column
2018-11-21 16:23:41 +01:00
Christoph Atteneder
0853f1dc6f
Position notification popups to be top-right aligned
2018-11-21 15:54:46 +01:00
Christoph Atteneder
4c95d030e8
Adapt layout of popup windows
2018-11-21 15:31:49 +01:00
Christoph Atteneder
5f78103bae
Reduce visible row count to not exceed window size
2018-11-21 12:03:44 +01:00
Christoph Atteneder
48b4c3ce9c
Increase first line padding
2018-11-21 11:49:57 +01:00
Christoph Atteneder
15b7b8593f
Hide row focus border in table views
2018-11-21 11:46:12 +01:00
Christoph Atteneder
c969228578
Hide percentage value in busy animation
2018-11-21 11:31:19 +01:00
Christoph Atteneder
7f0439a028
Adapt show wallet data window popup layout
2018-11-21 10:56:35 +01:00
Christoph Atteneder
3ee5296194
Use new brand color for volume
2018-11-21 10:48:44 +01:00
Christoph Atteneder
88955efae7
Synchronize padding between create and take offer views
2018-11-21 10:44:35 +01:00
Christoph Atteneder
d8487644bd
Remove dotted line for disabled text fields
2018-11-20 17:42:46 +01:00
Christoph Atteneder
b5f1ed7b45
Use mono space font in all columns (except button)
2018-11-20 17:31:28 +01:00
Christoph Atteneder
c6ba21e70f
Fix positioning of x and = icons
2018-11-20 17:31:04 +01:00
Christoph Atteneder
d5ea8a62ff
Improve density of payment account fields
2018-11-20 17:13:42 +01:00
Christoph Atteneder
a57d3fc8ba
Adapt TorSettingsView
2018-11-20 16:55:57 +01:00
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