Commit Graph

751 Commits

Author SHA1 Message Date
Christoph Atteneder
3890c9cb51
Move teaser page into separate view 2019-02-13 16:09:51 +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
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
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
Christoph Atteneder
a8f79fed6c
Fix broken usage of info tooltip 2019-02-05 16:42:40 +01:00
Christoph Atteneder
0aa931dce6
Display time of next make proposal phase 2019-02-05 15:52:42 +01:00
Christoph Atteneder
20a1cf567f
Improve not in make proposal phase state 2019-02-05 15:21:23 +01:00
Manfred Karrer
67b255562f
Merge pull request #2368 from oscarguindzberg/remove-libdohj
Remove libdohj dependency
2019-02-05 13:49:07 +01:00
Oscar Guindzberg
52e36187d1 Remove libdohj dependency 2019-02-05 09:33:58 -03:00
Christoph Atteneder
abcfa71fb5
Use highlight color without link behavior
Fixes #2139
2019-02-05 10:41:42 +01:00
Manfred Karrer
3824f6ce80
Merge pull request #2366 from ManfredKarrer/sqrrm-navigate-to-bond
Dao: Add link from confiscation proposal to bond view
2019-02-04 12:20:51 +01:00
Manfred Karrer
1b21030b11
Merge pull request #2365 from ManfredKarrer/dao-handle-burn-cases
Dao handle burn cases
2019-02-04 00:54:38 +01:00
Manfred Karrer
3dd8f20b79
User second method in navigationListener 2019-02-04 00:48:39 +01:00
sqrrm
16b766b91f
Highlight selected Bond when clicked through from ProposalDisplay
- Fix #2351
- Clean up warnings
2019-02-04 00:48:39 +01:00
sqrrm
ac59c20150
Add optional data argument to navigation 2019-02-04 00:48:39 +01:00
sqrrm
d5fc7743e8
Navigate to BondsView when clicked in ProposalDisplay 2019-02-04 00:48:39 +01:00
Manfred Karrer
3f4e641f19
Merge pull request #2355 from ManfredKarrer/dao-add-filter-flag-for-disable-dao
Dao add filter flag for disable dao
2019-02-04 00:17:08 +01:00
Manfred Karrer
ff6b303f5f
Cleanup 2019-02-04 00:07:09 +01:00
Manfred Karrer
c94726554c
Cleanup 2019-02-04 00:06:59 +01:00