Christoph Atteneder
9bce77d672
Merge pull request #3218 from christophsturm/more-logging-fixes
...
Only build string when its actually output
2019-09-06 17:11:43 +02:00
Christoph Sturm
1c8f869ed6
Only build string when its actually output
2019-09-06 16:20:53 +02:00
Christoph Atteneder
211eb1b4f1
Merge pull request #3213 from christophsturm/cleanup-thread-handling
...
Simplify thread handling and ensure proper they all have names
2019-09-06 16:15:15 +02:00
Christoph Atteneder
ec0b657967
Merge pull request #3216 from christophsturm/optimize-logging
...
More logging optimisations.
2019-09-06 16:12:55 +02:00
Christoph Atteneder
660f13044c
Merge pull request #3217 from erciccione/squash
...
Add "squash commits" to contributor's workflow
2019-09-06 16:12:06 +02:00
sqrrm
118d33af5a
Merge pull request #3214 from christophsturm/optimize-hotspots
...
Optimize some hotspots
2019-09-06 13:57:26 +02:00
erciccione
8b2ecb4693
CONTRIBUTING.md: add 'squash commits' to contributor's workflow
2019-09-06 12:36:19 +02:00
Christoph Sturm
84f3ef818d
More debug logging optimizing
2019-09-06 12:25:30 +02:00
Christoph Sturm
934e31d28c
don't calculate values twice
2019-09-06 12:25:30 +02:00
Christoph Sturm
42311ea7d3
optimize debug logging.
2019-09-06 12:25:30 +02:00
Christoph Sturm
ecaf592a60
Implement reviewer suggestions also in NetworkNode
2019-09-06 12:00:13 +02:00
Christoph Sturm
a3bf6ab4cb
Don't build debug strings when debug is not enabled.
2019-09-06 11:24:35 +02:00
Christoph Atteneder
b113c7a36e
Merge pull request #3207 from battleofwizards/remove-dead-pgp-from-keyring
...
Remove PGP keys from the KeyRing
2019-09-06 11:21:52 +02:00
Christoph Sturm
7173bb71b5
Don't build debug strings when debug is not enabled.
2019-09-06 11:14:19 +02:00
Christoph Sturm
4223036f47
name connection thread
2019-09-06 11:07:34 +02:00
Christoph Sturm
6273a58c3b
Assign even more thread names at thread creation.
2019-09-06 11:07:34 +02:00
Christoph Sturm
bcaac51830
Assign more thread names at thread creation.
2019-09-06 11:07:34 +02:00
Christoph Sturm
6cb206c257
Inline unused variable
2019-09-06 11:07:34 +02:00
Christoph Sturm
175899486e
Use try with resource.
2019-09-06 11:07:34 +02:00
Christoph Sturm
ac78f72c1e
Set thread name at thread creation
2019-09-06 11:07:34 +02:00
battleofwizards
82e9672e91
Remove PGP keys from the KeyRing
...
The PGP support was envisioned in the KeyRing but never fully
implemented. This removes the (essentially) dead code.
The protobuf message compatibility is implemented with `reserved`.
2019-09-05 14:30:33 +02:00
Christoph Atteneder
d4079cb161
Merge pull request #3205 from bisq-network/revert-3203-extend-code-style-config
...
Revert "Add autogenerated entry by Intellij (2019.2)"
2019-09-05 12:14:57 +02:00
Christoph Atteneder
28801acd2a
Revert "Add autogenerated entry by Intellij (2019.2)"
2019-09-05 11:56:52 +02:00
Christoph Atteneder
a8cc39d17e
Merge pull request #3203 from ripcurlx/extend-code-style-config
...
Add autogenerated entry by Intellij (2019.2)
2019-09-05 11:30:34 +02:00
Christoph Atteneder
305b5454dd
Add autogenerated entry by Intellij (2019.2)
2019-09-05 10:32:16 +02:00
Christoph Atteneder
574fe5b1a3
Merge pull request #3199 from bodymindarts/idea-docs
...
Update docs/idea-import.md for walkthrough with IDEA 2019.2
2019-09-05 09:00:05 +02:00
Christoph Atteneder
eea0bd6635
Merge pull request #3191 from wiz/hide-chart-vertical-grid-lines
...
Don't paint vertical grid lines on charts
2019-09-05 08:58:27 +02:00
Justin Carter
1c4cbc53fe
Update docs/idea-import.md for walkthrough with IDEA 2019.2
2019-09-04 14:11:37 +02:00
Christoph Atteneder
af95fcc9cf
Merge pull request #3186 from christophsturm/fix-exception-logging
...
Log Exceptions to logfile instead of STDERR
2019-09-04 10:33:45 +02:00
Christoph Atteneder
285e5f236d
Merge pull request #3189 from gordonel/patch-1
...
Change trader-facing language to gender-neutral
2019-09-04 10:33:23 +02:00
Christoph Atteneder
dd17e0834d
Merge pull request #3188 from wiz/beyond-the-css
...
Fix CSS styling bug caused by using Text() instead of Label()
2019-09-04 10:31:53 +02:00
Christoph Atteneder
16a2f07c21
Merge pull request #3192 from wiz/japanese-locale-chart-axis-bugfix
...
Reduce size of chart axis font to fit Japanese string
2019-09-04 10:26:13 +02:00
Christoph Atteneder
6adbc41247
Merge pull request #3193 from wiz/more-dark-mode-polishing
...
More UI polish for Dark Mode
2019-09-04 10:21:54 +02:00
Christoph Atteneder
2c9e927150
Merge pull request #3195 from battleofwizards/remove-bcprov-as-direct-dependency
...
Remove bcprov from direct dependencies - a major step towards eventually removing Bouncy Castle
2019-09-04 10:18:55 +02:00
Christoph Atteneder
8624c2604a
Merge pull request #3196 from battleofwizards/remove-json-simple-dependency
...
Remove json-simple dependency
2019-09-04 10:16:50 +02:00
battleofwizards
d27311f0a8
Remove json-simple dependency
...
Turns out it was only used in a dead code.
2019-09-03 16:53:41 +02:00
battleofwizards
1c580da5ed
Remove bouncycastle:bcprov from *direct* dependencies
...
We still depend on this jar *indirectly* via bouncycastle:bcpg,
which is used for PGP signature verification of Bisq Desktop updates.
This gets us closer to prospect of removing Bounce Castle dependency
entirely in the future.
Rationale for this direction:
* We are really only using Bouncy Castle for PGP sig verification
* Java's builtin cryptography got vastly better since 2000
* We should prefer boring and proven cryptography anyway
* Australian projects should be considered compromised,
and Bouncy Castle is run by Australian non-profit organization
* Bouncy Castle is a heavy dependency totaling 3.6MB
2019-09-03 15:07:22 +02:00
battleofwizards
e93a4efbc9
Remove Ergo coin as prep to remove Bouncy Castle
2019-09-03 15:03:35 +02:00
wiz
c7c2082aa3
More UI polish for Dark Mode
...
* Tweak contrast of background linear gradient
* Tweak background colors slightly darker
* Tweak foreground colors slightly lighter
* Tweak buy/sell buttons color slightly darker
* Tweak chart axis line and label font colors
2019-09-03 21:58:37 +09:00
battleofwizards
e974d616cf
Replace bouncycastle Base64 with java builtin Base64
...
Compatibility is assumed based on the following:
* Java follows RFC 4648 which is considered the "regular" Base64
* Bouncy Castle does *not* specify the standard but uses the same
charset and padding as RFC 4648:
https://github.com/bcgit/bc-java/blob/master/core/src/main/java/org/bouncycastle/util/encoders/Base64Encoder.java
2019-09-03 14:49:48 +02:00
wiz
97b6ba133d
Reduce size of chart axis font to fit Japanese string
2019-09-03 21:39:07 +09:00
battleofwizards
7719851658
Replace bouncycastle Hex with guava Hex
...
Hex encoding and decoding compatibility has been verified regarding
null, "", character case handling, and incorrect digits handling.
2019-09-03 13:54:32 +02:00
wiz
2618ac17ca
Don't paint vertical grid lines on charts
2019-09-03 20:21:24 +09:00
Gordon E
74215d1846
Update TakeOfferDataModel.java
2019-09-03 12:38:14 +03:00
Gordon E
7b2ab4adda
Update ApplyFilter.java
2019-09-03 12:36:42 +03:00
Gordon E
688bb4e423
Update displayStrings.properties
2019-09-03 12:35:38 +03:00
Gordon E
42a69c73bb
add missing corrections
2019-09-03 12:31:35 +03:00
Gordon E
a25aeef9e7
Update GetDataRequestHandler.java
2019-09-03 12:16:15 +03:00
Gordon E
ce43142507
Update TacWindow.java
2019-09-03 12:14:01 +03:00
Gordon E
e257df4244
Update displayStrings.properties
2019-09-03 12:12:19 +03:00