Commit graph

6405 commits

Author SHA1 Message Date
Christoph Atteneder
686ab45253
Extract arbitrator language check into ArbitratorManager 2018-08-14 12:06:07 +02:00
Manfred Karrer
c3e7fe0e41
Improve price alerts 2018-08-13 17:44:35 +02:00
Christoph Atteneder
6f110342bb
Add tests for arbitration language warning 2018-08-13 12:55:40 +02:00
Christoph Atteneder
b0296e28c4
Show warning if user selects language where native speaking arbitration support is not available 2018-08-13 12:21:45 +02:00
Manfred Karrer
fec12e5fdb
Merge pull request #1620 from ripcurlx/fix-reseting-of-amount-in-trade-statistics
Properly reset cell in amount column
2018-08-13 12:03:31 +02:00
Christoph Atteneder
29414133fa
Properly reset cell in amount column 2018-08-13 10:38:07 +02:00
Manfred Karrer
7e1dcba597
Merge branch 'master' into notifications 2018-08-12 16:41:14 +02:00
Manfred Karrer
be5d1917e0
Remove iphone 6 warning
Background App refresh need to be enabled (wlan+mobile data) and bisq
enabled (settings/general/Background App refresh). If that is not
enabled the app does not receive the messages even if it is open.
Apple has some weird logic who the name such "features" - you need
Background App refresh enabled to receive data if the app is not in
background.... I think another reason to push Apple in background...
2018-08-11 23:19:34 +02:00
Manfred Karrer
21be6bec81
Cleanup blind vote domain 2018-08-11 22:06:18 +02:00
Manfred Karrer
3bce2b828b
Add adjustment fro multiple ofg 10 EUR for HalCash
With ATMs one can withdraw only multiples of 10 EUR.
We adjust the input values the way that the EUR amount leads to
multiple of 10. MinAmount and amount will be adjusted.

Please note that a similar approach like implemented here for HalCash
can be used for removing the decimal places from fiat amounts to
improve privacy. We keep that for a follow up PR to not mix 2 different
use cases.
2018-08-11 20:48:42 +02:00
Manfred Karrer
671daacd18
Add more logs 2018-08-10 23:34:40 +02:00
Manfred Karrer
e7b3629a71
Add HalCash 2018-08-10 22:19:59 +02:00
Manfred Karrer
24991d739a
Change version from -SNAPSHOT to 0.9.0 2018-08-09 14:15:00 +02:00
Manfred Karrer
703bc08e79
Handle no-webcam case
Fixed https://github.com/bisq-network/bisq-desktop/issues/1618
2018-08-09 11:18:32 +02:00
Manfred Karrer
6e15721935
Merge pull request #1617 from blur-network/list-blur-asset
List Blur (BLUR)
2018-08-09 01:48:55 +02:00
blur-network
62c7a8fd11
List Blur (BLUR) 2018-08-08 19:11:06 -04:00
Manfred Karrer
c180f8767a
Remove BooleanVote and LongVote.
Make Vote to BooleanVote
2018-08-09 00:54:44 +02:00
Manfred Karrer
185eee2fcb
Cleanup ballot domain 2018-08-09 00:39:12 +02:00
Manfred Karrer
4fddc5d089
Cleanup proposal domain 2018-08-09 00:17:40 +02:00
Manfred Karrer
5844bd1717
Remove uid from Proposal
We can use the txId as unique ID
2018-08-08 23:40:18 +02:00
Manfred Karrer
dde3ba0a67
Cleanup proposal domain 2018-08-08 23:22:06 +02:00
Manfred Karrer
1d10de9b2c
Use DevEnv.logErrorAndThrowIfDevMode 2018-08-08 22:54:54 +02:00
Manfred Karrer
697e7ae058
Improve vote result view 2018-08-08 00:06:36 +02:00
Manfred Karrer
1df3dfe4c8
Refactoring
- Rename proposal view classes
2018-08-07 22:52:57 +02:00
Manfred Karrer
a88667f8bc
Refactor ProposalService classes 2018-08-07 15:41:54 +02:00
Manfred Karrer
fc741674bd
Refactoring
- Rename bisq.core.dao.state.ext package to bisq.core.dao.state.governance
2018-08-07 13:34:05 +02:00
Manfred Karrer
47c2977a75
Refactoring
- Fix issues with past refactorings (not applied imports)
2018-08-07 13:09:17 +02:00
Manfred Karrer
6d9572c04f
Refactoring
- Move role package inside governance
2018-08-07 13:04:33 +02:00
Manfred Karrer
975d7395b1
Refactor TxOutput and Block classes
- Add BaseTxOutput and BaseBlock class containing only immutable
blockchain-only data which is common in sub classes
- RawTxOutput extends BaseTxOutput, RawBlock extends BaseBlock
- TempTxOutput extends BaseTxOutput and has mutable data which can be
altered during tx parsing. TempTxOutput is only used during parsing
and gets converted to the immutable TxOutput when tx parsing is
completed.
- TxOutput extends BaseTx and is immutable and used to be stored in
the Block.
- Block extends BaseBlock and is persisted with the BsqState. The tx
list is not a immutable list bu the transactions in there are immutable.
Transactions gets added during parsing to the block which was gets added
to the BsqState when parsing starts.

- Change block time from seconds to ms
2018-08-06 19:53:38 +02:00
Manfred Karrer
468d5e01c6
Add a default impl. for BsqStateListener.onEmptyBlockAdded 2018-08-06 13:34:31 +02:00
Manfred Karrer
7bd22d1886
Remove grpc from build 2018-08-06 12:22:52 +02:00
Manfred Karrer
4a0c8b6dc1
Prepare for custom binary:
- Set version 0.8.0
- Use Bisq_notifications as app name
- Improve Relay
- Fix build issues
2018-08-06 02:11:58 +02:00
Manfred Karrer
4ce22ece97
Cleanups 2018-08-06 01:14:28 +02:00
Manfred Karrer
dbad3950ae
Merge branch 'master' into notifications 2018-08-06 00:56:46 +02:00
Manfred Karrer
d897d5a3f3
Renaming, cleanups 2018-08-06 00:52:13 +02:00
Manfred Karrer
85973ff50d
Cleanup 2018-08-05 23:44:03 +02:00
Manfred Karrer
bd80e9d97d
Add result view and show merit 2018-08-05 22:57:36 +02:00
Manfred Karrer
242fe68df8
Remove views 2018-08-05 22:49:59 +02:00
Manfred Karrer
1b4572a898
Merged 2018-08-04 22:18:41 +02:00
Manfred Karrer
608e80965b
Improve proposal and voting views 2018-08-04 22:07:41 +02:00
Manfred Karrer
d28205d960
Fix screen update 2018-08-02 11:24:34 +02:00
Manfred Karrer
70e086d414
Merge pull request #1611 from TheCircleFoundation/list-ccx-asset
List Conceal (CCX)
2018-07-30 08:55:58 +02:00
lumenano
83154f3869 List Conceal (CCX) 2018-07-29 12:38:44 +03:00
Manfred Karrer
5f8185a838
Add combined proposal vote view 2018-07-27 00:50:19 +02:00
Manfred Karrer
d2eae6b99e
Change order of dependencies
Just to retrigger a travis build as for some strange reasons core does not get resolved.
2018-07-26 18:14:31 +02:00
Manfred Karrer
1755388efa
Merge pull request #1610 from ManfredKarrer/refact-generics
Refact generics
2018-07-26 12:47:04 +02:00
Manfred Karrer
af614dfeff
Add combined proposal vote view (WIP) 2018-07-25 16:16:59 +02:00
Manfred Karrer
149c5a2fc0
Add types for addLabelComboBox 2018-07-25 15:27:21 +02:00
Manfred Karrer
84664006a4
Merge branch 'refact-generics' into voting
# Conflicts:
#	src/main/proto/pb.proto

Merge branch 'refact-generics' into voting

# Conflicts:
#	src/main/java/bisq/desktop/main/dao/DaoView.java
#	src/main/java/bisq/desktop/main/dao/voting/VotingView.java
#	src/main/java/bisq/desktop/main/dao/wallet/send/BsqSendView.java
#	src/main/java/bisq/desktop/util/GUIUtil.java
2018-07-25 15:22:43 +02:00
Manfred Karrer
d841a93e34
Add SafeVarargs annotation at Navigation.navigateTo 2018-07-25 15:08:03 +02:00