wiz
5bef161c6b
Tweak class names for navigation button text size for Japanese locale
2019-08-24 14:05:07 +09:00
TyphooN
8e237b23ef
List Solo (XSL)
2019-08-23 17:11:51 -04:00
wiz
d32f390809
Increase top navigation button text size for Japanese locale
2019-08-24 02:17:43 +09:00
Christoph Sturm
31285b4419
Fix logging
...
don't log peer as optional [....onion]
2019-08-23 17:16:58 +02:00
Christoph Atteneder
0d9d1bdd8c
Merge pull request #3124 from battleofwizards/fix-dropdown-autocomplete-bugs
...
Fix bugs in SearchComboBox (improve autocomplete)
2019-08-23 11:10:35 +02:00
Devin Bileck
7da3bab9ca
Suppress RPC service log entries when running as DAO lite node
...
When running as DAO lite node, the following would get logged:
> INFO b.c.dao.node.full.RpcService: The value of rpchost is
> INFO b.c.dao.node.full.RpcService: Starting RPCService with btcd-cli4j
version 0.5.8.4 on 127.0.0.1:8332 with user null
So instead of logging it when instantiating the RPCService, log it when
setting up the service.
2019-08-23 01:38:08 -07:00
Christoph Atteneder
c9e6cd84fd
Merge pull request #3125 from plutomonkey/ergo
...
List Ergo (ERG)
2019-08-22 21:28:28 +02:00
Jason Davies
8ad5bf1d99
List Ergo (ERG)
2019-08-22 19:38:40 +01:00
Christoph Atteneder
b43a006832
Merge pull request #3127 from devinbileck/activate-dao-preferences
...
Fix incorrect DAO full node check when loading PreferencesView
2019-08-22 19:35:25 +02:00
Devin Bileck
1780090558
Fix incorrect DAO full node check when loading PreferencesView
...
When loading the preferences view, it would always log a warning
indicating that DAO full node is selected without providing required
parameters even though it wasn't selected.
2019-08-22 01:28:11 -07:00
battleofwizards
fed956f63f
Fix bugs in SearchComboBox (improve autocomplete)
...
Bisq's SearchComboBox implements a simple autocomplete. It is used
on the "add new altcoin account" form.
This fixes the following bugs in the SearchComboBox:
* no more dropdown flickering (fixed hide+show hack)
* space key no longer resets the text input
* unconfirmed changes no longer affect the form
* empty list no longer renders empty dropdown
This is a preparation step for using SearchComboBox more widely
in the project.
2019-08-21 22:19:31 +02:00
Christoph Sturm
5a67d9f092
fix random test failure.
2019-08-21 19:04:43 +02:00
sqrrm
61895102fd
Arbitrator sign accountAgeWitnesses
...
Automatically filter to only sign accounts that
- have chargeback risk
- bought BTC
- was winner in dispute
2019-08-21 17:43:29 +02:00
sqrrm
aed1e8027e
Publish signed witness
2019-08-21 17:35:43 +02:00
sqrrm
f40728b448
Merge pull request #3091 from christophsturm/remove-jdk-10-need
...
jdk10 is no longer needed to build and run the test suite
2019-08-21 17:23:03 +02:00
sqrrm
ad9715a2cd
Merge pull request #3108 from christophsturm/test-signed-witness
...
make sure that signed witness is immutable.
2019-08-21 16:31:37 +02:00
Florian Reimair
0731579a35
Merge pull request #3115 from christophsturm/only-add-kotlin
...
Apply kotlin plugin and convert one unused class to kotlin
2019-08-21 12:40:00 +02:00
Christoph Atteneder
8634181123
Merge pull request #3119 from wiz/wiz/btcnode2
...
Add wiz's 2nd Bitcoin node
2019-08-21 12:04:31 +02:00
wiz
4d2a819a65
Add wiz's 2nd Bitcoin node
2019-08-21 18:17:18 +09:00
Christoph Atteneder
b1ddb07015
Merge pull request #3118 from devinbileck/prevent-proposals-view-null-pointer-exception
...
Prevent NullPointerException in ProposalsView
2019-08-21 10:33:36 +02:00
Devin Bileck
b095086204
Prevent NullPointerException in ProposalsView
...
When activating the ProposalsView, the table height is updated on the
user thread. Sometimes the scene is unavailable and causes a
NullPointerException. This should at least prevent the exception.
Fixes #2883 and #3116
2019-08-21 00:59:30 -07:00
Christoph Sturm
9b046be39d
put version variables in alphabetical order.
2019-08-21 08:35:58 +02:00
sqrrm
f2f62c7033
Merge pull request #3112 from freimair/optimizations
...
Various optimizations
2019-08-20 22:08:19 +02:00
Christoph Sturm
26c053dae8
Apply kotlin plugin and convert one unused class to kotlin
...
just to check that everything works and to show how much simpler
kotlin code looks.
2019-08-20 16:07:07 +02:00
Christoph Sturm
856630d1f0
Improve naming
2019-08-20 12:49:42 +02:00
Florian Reimair
ecd01fd91d
Adjust log levels of price feed service
2019-08-20 12:08:02 +02:00
Florian Reimair
01e91cc35c
Adjust log levels of P2P connection class
2019-08-20 12:08:02 +02:00
Florian Reimair
5ff4bc2201
Adjust log level for DAO logging statements
2019-08-20 12:08:02 +02:00
Florian Reimair
bd3f999e5c
Only validate param change after parsing is done
2019-08-20 12:06:22 +02:00
Christoph Atteneder
85a93ba261
Merge pull request #3107 from christophsturm/christoph-more-tests
...
inject CorruptedDataFilesHandler instead of making it static
2019-08-20 11:34:14 +02:00
Christoph Atteneder
ab75db865b
Merge pull request #3103 from battleofwizards/auto-remove-whitespace-from-iban
...
Auto remove whitespace in the IBAN input field
2019-08-20 11:27:41 +02:00
Florian Reimair
0501412d8e
Fix performance issue with DaoResultView
2019-08-20 11:18:17 +02:00
Florian Reimair
53362868e0
Optimize initial tradestats processing
2019-08-20 11:14:43 +02:00
Florian Reimair
a56fc947e5
Use same seednodes for updatedDataReq
2019-08-20 11:06:40 +02:00
Christoph Sturm
f3b3ca9fc4
make sure that signed witness is immutable.
...
btw I do hate byte arrays
2019-08-19 20:14:21 +02:00
Christoph Sturm
2ccecd2738
fix formatting
2019-08-19 18:26:39 +02:00
Christoph Sturm
aae430887e
fix formatting, set method parameter wrapping to "chop if long"
2019-08-19 18:13:05 +02:00
Christoph Sturm
79b3e5baf3
inject storage where possible
2019-08-19 17:21:35 +02:00
Christoph Sturm
7694d4e7d1
change some storage creations to injection. ensure its not a singleton
2019-08-19 17:19:45 +02:00
Christoph Sturm
b543c7f148
remove unused test method
2019-08-19 17:08:20 +02:00
Christoph Sturm
b77cff9e26
inject CorruptedDataFilesHandler instead of making it static
2019-08-19 16:54:46 +02:00
Christoph Sturm
2383d7ea50
restore the test that was lost in a rebase of my test branch
2019-08-19 16:35:18 +02:00
battleofwizards
becfdc6819
Auto remove whitespace in the IBAN input field
...
When adding a payment account Bisq requires IBAN to be whitespace free.
It is annoying for the user to manually clean pasted IBAN of spaces.
In online banking IBAN-s are usually displayed *with* spaces for
better readability.
This commit auto-removes whitespace when user is leaving the input
field, right before validation, effectively allowing to paste
real world IBAN-s.
2019-08-17 22:36:26 +02:00
sqrrm
62c57cbab7
Merge pull request #3011 from WG91/master
...
List WORX (WORX)
2019-08-16 18:25:40 +02:00
sqrrm
56037f0a08
Merge pull request #3077 from freimair/gui_tweaks
...
Gui layout tweaks
2019-08-16 18:23:55 +02:00
sqrrm
4381eea242
Merge pull request #3086 from christophsturm/p2ptest
...
inject publickeyring
2019-08-16 18:22:38 +02:00
sqrrm
e82577bc86
Merge pull request #3089 from battleofwizards/remove-deprecated-asset-default-address-validator
...
Remove deprecated DefaultAddressValidator
2019-08-16 18:18:31 +02:00
sqrrm
74fc76db87
Merge pull request #3097 from battleofwizards/bump-protobuf-to-fix-warning
...
Update protobuf to fix annoying warnings
2019-08-16 18:17:08 +02:00
sqrrm
f947340f2b
Merge pull request #3098 from battleofwizards/gui-texts-replace-p2p-with-bisq
...
Replace "P2P network" with "Bisq network" in GUI
2019-08-16 18:16:41 +02:00
sqrrm
02def6e698
Merge pull request #3099 from battleofwizards/enhance-documentation-on-translation-process
...
Enhance docs/translation-process.md
2019-08-16 18:14:30 +02:00