Christoph Atteneder
ee5574ca97
Merge pull request #2417 from ripcurlx/improve-initialization-screen
...
Extend initialization message to improve readability during app startup
2019-02-14 15:38:39 +01:00
Christoph Atteneder
0220b33185
Remove DAO initialization info and change the Bitcoin network initialization information as well
2019-02-14 15:11:26 +01:00
Christoph Atteneder
12ea7186d2
Adapt DAO news view to match design
2019-02-14 15:03:33 +01:00
Christoph Atteneder
c815a88c44
Use material design link icon
2019-02-14 14:46:46 +01:00
Manfred Karrer
11bc11fd24
Remove code for Venmo, Cashapp and OKPay
...
- We had an automate remove accounts for those payment methods for long
time, so we can assume that no traders have any of those accounts still
in their persisted user objects and it is safe to completely remove them.
Only part where we cannot remove it is the PB definitions (actually I
think we could remove those as well, but not 100% sure and it seems to
be more safe to mark those as deprecated and leave the entries).
2019-02-13 21:34:51 -05:00
Manfred Karrer
3fc9f45233
Refactor PaymentMethod
...
- Assign paymentMethods in static final field
- Add static fields for default trade limits
- Remove deprecated payment methods
- Remove onAllServicesInitialized and use static initializer instead
- Re-purpose maxTradeLimit for indicating risk factor
- Calculate real trade limit in the getMaxTradeLimitAsCoin method
- Rename getActivePaymentMethods to getPaymentMethods
2019-02-13 21:07:32 -05:00
Manfred Karrer
a961567dd6
Merge pull request #2412 from ManfredKarrer/add-null-check-at-syncMinAmountWithAmount
...
Add null check
2019-02-13 19:07:49 -05:00
Manfred Karrer
8134229250
Rename minAmount to minAmountAsCoin
2019-02-13 16:20:18 -05:00
Manfred Karrer
bd1e23e7d4
Merge pull request #2419 from ripcurlx/improve-governance-layout
...
Improve governance layout
2019-02-13 13:02:53 -05:00
Christoph Atteneder
3890c9cb51
Move teaser page into separate view
2019-02-13 16:09:51 +01:00
Christoph Atteneder
d392067048
Also hide containers to remove unnecessary padding
2019-02-13 11:18:21 +01:00
Christoph Atteneder
92c1b62bf4
Reduce unnecessary padding of selected proposal block
2019-02-13 10:59:46 +01:00
Manfred Karrer
2cbcf77a9e
Add imports
2019-02-12 11:57:22 -05:00
Manfred Karrer
f632dfbbbb
Add imports
2019-02-12 11:55:04 -05:00
Manfred Karrer
1a3b8b51a1
Remove BisqEnvironment.isBaseCurrencySupportingBsq()
...
We don't support any other base currencies anymore, so that method
resulted always to true and could be removed.
2019-02-12 11:22:35 -05:00
Manfred Karrer
2ef69c1ce8
Replace BisqEnvironment.isDAOActivated with DevEnv.isDaoActivated
2019-02-12 11:16:27 -05:00
Manfred Karrer
40a6f99dc7
Add null check
2019-02-12 11:11:27 -05:00
Christoph Atteneder
5447e5050a
Improve padding of make proposal button
2019-02-12 16:17:15 +01:00
Christoph Atteneder
10c6175954
Hide boxes for voteResult and myVote
2019-02-12 16:10:15 +01:00
Manfred Karrer
90c99f9eda
Merge pull request #2411 from ripcurlx/hide-dao-initialization-on-mainnet
...
Add DAO synchronization handling for Mainnet
2019-02-12 09:55:44 -05:00
Manfred Karrer
fc9119bd2b
Merge pull request #2409 from ripcurlx/fix-make-proposal-initialization
...
Update view on activation with block at current chain height
2019-02-12 09:54:01 -05:00
Christoph Atteneder
8b2af872e4
Only check if DAO is activated as there is only one base currency (BTC) available anyways
2019-02-12 15:23:05 +01:00
Christoph Atteneder
057c8fbdf7
Add DAO synchronization handling for Mainnet
2019-02-12 15:20:44 +01:00
Christoph Atteneder
277084ce39
Update view on activation with block at current chain height
2019-02-12 15:02:11 +01:00
Manfred Karrer
d1faa846ea
Merge pull request #2410 from ripcurlx/add-utm-parameters-for-website-links
...
Add utm parameters to bisq.network links
2019-02-12 07:58:05 -05:00
Manfred Karrer
fdafb1cc3a
Remove requestTxFee method with empty handler
2019-02-12 07:43:02 -05:00
Manfred Karrer
a4b39135f8
Remove empty lines
2019-02-12 07:41:59 -05:00
Christoph Atteneder
eb2e1a96bf
Add utm parameters to bisq.network links to be able to track referral traffic from client
2019-02-12 12:35:33 +01:00
Christoph Atteneder
14d53303e6
Merge pull request #2388 from ripcurlx/add-indication-for-unparsed-bsq-transactions
...
Add indication that BSQ transactions are not up to date
2019-02-11 15:33:18 +01:00
Christoph Atteneder
f7f4f072c9
Merge pull request #2379 from ripcurlx/improve-fund-your-offer-popup
...
Show BSQ trading fee more explicitly when funding your offer
2019-02-11 15:32:06 +01:00
Christoph Atteneder
6bea5daea0
Add indication that BSQ transactions are not up to date
2019-02-11 10:58:14 +01:00
Christoph Atteneder
dfeb6b0db9
Wait until proposal is published before resetting the form
2019-02-11 09:46:37 +01:00
Christoph Atteneder
a47f1def99
Merge pull request #2386 from ripcurlx/add-warning-for-bonded-role-if-insufficient-funds
...
Show warning for bonded role if user has insufficient funds
2019-02-11 08:50:28 +01:00
Manfred Karrer
8cdc759903
Merge pull request #2394 from ripcurlx/show-new-badge-on-dao-menu-item
...
Show DAO news badge
2019-02-11 02:14:33 +01:00
Manfred Karrer
12d2879f7f
Merge pull request #2371 from ManfredKarrer/dao-fix-majorityvote-issue
...
Dao fix majorityvote issue
2019-02-09 14:56:48 +01:00
Manfred Karrer
01bd0983d6
Use property file for display string
2019-02-09 08:38:16 -05:00
Devin Bileck
3f6d81c20b
Improve handling when unable to connect to tor
...
Issue: If an IOException is raised when attempting to create
tor and the hidden service, the application will just quit without
any indication to the user. One particular scenario where this occurs
is mentioned in https://github.com/bisq-network/bisq/issues/2398 .
Cause: There is an explicit statement to exit the application when an
IOException is raised.
Fix: Rather than just exit the application, show an error message
and inform the user what went wrong.
2019-02-08 13:57:25 -08:00
Christoph Atteneder
861f222013
Only show news badge on Mainnet if DAO is not live
2019-02-08 16:00:43 +01:00
Christoph Atteneder
2cdf6b7175
Show DAO news badge in version 0.9.4+ until section visited
2019-02-08 15:52:06 +01:00
Christoph Atteneder
10f7007037
Add application launchers for UI test files
2019-02-07 21:18:34 +01:00
Christoph Atteneder
fd3e947d00
Show warning for bonded role if user has insufficient funds
2019-02-07 11:49:49 +01:00
Christoph Atteneder
f43032dab3
Show BSQ trading fee next to BTC total amount that needs to be used to fund the trade
2019-02-06 17:28:59 +01:00
Christoph Atteneder
b9ff455368
Fix positioning of icons
2019-02-06 17:13:45 +01:00
Christoph Atteneder
e9846d664a
Wait until fee from service is received before total information popups are created
2019-02-06 16:34:42 +01:00
Manfred Karrer
a110d7d82d
Merge branch 'master' into dao-fix-majorityvote-issue
...
# Conflicts:
# desktop/src/main/java/bisq/desktop/main/dao/governance/make/MakeProposalView.java
2019-02-06 11:37:00 +01:00
Manfred Karrer
31a54b29bd
Cleanup DaoStateListener handlers
2019-02-06 01:11:31 +01:00
Manfred Karrer
1d5d9678bf
Add popup for invalid votes
2019-02-06 00:50:24 +01:00
Manfred Karrer
d10d91bb84
Make methods in DaoStateListener default
...
To avoid empty handlers I have set all methods to default so the client
code implements only the used one.
Move handler code from onNewBlockHeight to
onParseTxsCompleteAfterBatchProcessing to avoid too much UI updates
while parsing.
2019-02-06 00:43:02 +01:00
Manfred Karrer
dcf40bcfb5
Refactor: Add handler, make onMissedSecondTick default
2019-02-05 20:43:46 +01:00
Manfred Karrer
69b8dacae4
Move DaoUtil to bisq.core.dao.presentation
2019-02-05 16:59:59 +01:00