Commit graph

7680 commits

Author SHA1 Message Date
Christoph Atteneder
84c73f4ce4
Remove unnecessary uppercase 2018-12-11 16:48:59 +01:00
Christoph Atteneder
11a6dc9221
Fix upper case issue on label update 2018-12-11 16:47:30 +01:00
Christoph Atteneder
fe53c0b7bd
Trigger validation of volume when percentage price is changed. Fixes #2044. 2018-12-11 16:26:03 +01:00
Christoph Atteneder
2da9643606
Round volume in contract views. Fixes #2042. 2018-12-11 16:07:27 +01:00
sys96
9f52592a2c
List FourtyTwo (FRTY)
Official project URL: [http://coin42.co] (Temporary address: http://coin42.tk)
Official block explorer URL: [http://explorer.coin42.co]
2018-12-11 09:53:06 -05:00
Christoph Atteneder
ecc0424542
Prevent duplicate activation of account views. Fixes #2053. 2018-12-11 15:28:34 +01:00
Christoph Atteneder
63b7c2c75d
Merge pull request #2108 from ManfredKarrer/fix-missing-layout-update
Fix missing render update issue
2018-12-11 14:30:29 +01:00
Christoph Atteneder
e7e4484bdc
Reset previous selected tab to prevent unexpected lifecycle calls 2018-12-11 14:26:38 +01:00
Christoph Atteneder
98c2fd65ec
Use upper case in button labels 2018-12-11 14:26:02 +01:00
Manfred Karrer
bc8a6b676c
Set invisible before height is set to avoid flicker 2018-12-11 13:58:26 +01:00
Manfred Karrer
1769fcc067
Fix missing render update issue 2018-12-11 13:55:56 +01:00
Florian Reimair
6481543600 Configure gradle properly 2018-12-11 12:20:31 +01:00
Manfred Karrer
a54298690f
Update display string
- Remove info that you cannot import seeds from pre v0.5.0 wallets
2018-12-11 12:10:28 +01:00
Florian Reimair
bb266949e0 Use lombok/slf4j for logging 2018-12-11 12:05:09 +01:00
Christoph Atteneder
94a6c73e53
Use different install trigger to clean up local tor and app directories 2018-12-11 12:01:59 +01:00
Christoph Atteneder
b3091a381f
Merge pull request #2104 from m52go/refine-gui-text
Refine various ui strings
2018-12-11 11:53:59 +01:00
Florian Reimair
930cb8c56a Metrics can be renamed 2018-12-11 11:19:34 +01:00
Steve Jain
c433663808
Change customer service text 2018-12-10 18:36:06 -05:00
Steve Jain
1739034b3d
Refine various ui strings 2018-12-10 18:04:27 -05:00
Florian Reimair
a73c24fa1b Metrics can be reenabled via config 2018-12-10 21:19:30 +01:00
Florian Reimair
4d39d6b71a Basic configuration tests 2018-12-10 21:18:39 +01:00
Florian Reimair
da483a245e Metrics can be disabled via config 2018-12-10 16:42:49 +01:00
Florian Reimair
4796f1b01b Reloading config during runtime available 2018-12-10 16:28:45 +01:00
Florian Reimair
52c5a7efe1 Use configurable properties file 2018-12-10 16:04:27 +01:00
Christoph Atteneder
02b0f17fc9
Adapt to redesign 2018-12-10 15:24:02 +01:00
Christoph Atteneder
b9a286047f
Add script to clean up app directory and change privileges to poweruser 2018-12-10 15:20:34 +01:00
Florian Reimair
984aabfdd4 Periodical schedule 2018-12-10 14:47:34 +01:00
Florian Reimair
86d642596e Basic configuration infrastructure available 2018-12-10 14:46:10 +01:00
Manfred Karrer
57f66f35a3
Add more logs 2018-12-10 14:33:01 +01:00
Florian Reimair
df5b2dc15e Basic framework for Monitor 2018-12-10 13:57:14 +01:00
camthegeek
46be816af7 List Aeon (AEON) 2018-12-10 07:50:11 -05:00
Manfred Karrer
f3efe505bf
Use JFXButton for voting icons 2018-12-09 20:24:03 +01:00
Manfred Karrer
f7572cdca6
Revert https://github.com/bisq-network/bisq/pull/2099
Sorry was too fast with an untested ACK and merge.

- The icon loses it's color so its always black now. I think we should
stick with the colors.
- The duration was set to 10 seconds. I thinks that is too long.
- Not clear what the 'Object a = new Object() {{' definition means. I
assume you want a initializer block instead
('{ itemProperty().addListener.... }')
- We should maybe better make a small component out of that button
which behaves similar like the checkbox or radio button animation.
Maybe we can use those components instead of a normal button.
Or maybe the normal button animation from the new UI framework is enough.
2018-12-09 20:21:37 +01:00
Manfred Karrer
7f6aa8f80a
Merge pull request #2099 from sqrrm/voting-ui-background
Highlight the changed vote for 10 seconds
2018-12-09 19:46:38 +01:00
Manfred Karrer
a46ceac3c9
Merge pull request #2098 from ManfredKarrer/handle-rpc-errors
Handle rpc errors
2018-12-09 19:43:24 +01:00
sqrrm
cb26398b43
Update core/src/main/java/bisq/core/dao/node/full/FullNode.java
Co-Authored-By: ManfredKarrer <mk@nucleo.io>
2018-12-09 19:43:08 +01:00
sqrrm
eecf8c6553
Highlight the changed vote for 10 seconds 2018-12-09 15:39:26 +01:00
Manfred Karrer
53a050ab24
Add missing param 2018-12-09 14:34:57 +01:00
Manfred Karrer
f27918c28a
Handle RPC errors
- Trigger apply from snapshot if rpc error is detected
- Add warn handler to show only warning msg instead of error msg if
btc full node is not running in full mode
2018-12-09 14:32:16 +01:00
Manfred Karrer
a27391da16
Merge branch 'master' into handle-rpc-errors 2018-12-09 13:41:21 +01:00
Manfred Karrer
cad0156617
Update btcd-cli4j to 0.5.8.4 (commit hash 065d3786)
- Log btcd-cli4j version
- Update witness
- Update findbugs to 3.0.2
2018-12-09 13:38:08 +01:00
Christoph Atteneder
0bf2f9b88f
Merge pull request #2095 from ManfredKarrer/remove-basecurrencies-extra-nets
Remove testnet and regtest for dash and ltc
2018-12-09 06:48:49 +01:00
Astrych
c1ee78196c
List Pinkcoin (PINK) 2018-12-09 01:01:04 +01:00
Manfred Karrer
971a91eaf9
Merge pull request #2096 from ManfredKarrer/remove-BCH
Remove BCH
2018-12-08 19:41:42 +01:00
Manfred Karrer
6050bd5ea0
Map error handler to user thread 2018-12-08 18:39:15 +01:00
Manfred Karrer
6c0c3ace3c
Remove BCH
Applying the proposal "Remove BCH from Bisq"
(https://github.com/bisq-network/proposals/issues/61)
There have been 44 upvotes and 0 downvotes so a clear signal that the
Bisq community does not want to have BCH listed on Bisq.
2018-12-08 18:14:33 +01:00
Manfred Karrer
6c8f405488
Remove testnet and regtest for dash and ltc 2018-12-08 17:53:29 +01:00
Manfred Karrer
fb4c865647
Handle RPC errors 2018-12-08 15:37:56 +01:00
Manfred Karrer
2e4b8ea389
Merge pull request #2094 from sqrrm/voting-ui-fixes
Voting ui fixes
2018-12-08 14:48:42 +01:00
sqrrm
91f14f7faf
Show remove column header during proposal phase 2018-12-08 13:13:45 +01:00