Commit graph

7546 commits

Author SHA1 Message Date
Christoph Atteneder
b12ed390f0
Merge pull request #1983 from ManfredKarrer/send-mobile-msg-threaded
Send mobile notification msg in a thread.
2018-11-27 15:17:00 +01:00
Manfred Karrer
9ad211369b
Remove block explorer request classes
Those have never been used. They were in place or requesting non-wallet
transactions like the trade fee tx of the peer.
2018-11-27 14:53:46 +01:00
Manfred Karrer
f59914f160
Send mobile notification msg in a thread.
The http request can take a few seconds to return so we use a thread to
send it and return the result in a handler.
2018-11-27 14:32:51 +01:00
Manfred Karrer
d142ad8844
Merge pull request #1982 from ManfredKarrer/remove-ico-tokens-and-btc2
Remove ico tokens and btc2
2018-11-27 13:15:06 +01:00
Christoph Atteneder
c757a99cab
Cleanup GUIUtil 2018-11-27 11:56:53 +01:00
Christoph Atteneder
accd194332
Decrease padding of emergency wallet title window 2018-11-27 11:42:44 +01:00
Christoph Atteneder
c1599646e4
Increase padding of dispute details title 2018-11-27 11:42:17 +01:00
Christoph Atteneder
bf850047ba
Limit max size of confidence indicator 2018-11-27 11:35:34 +01:00
Christoph Atteneder
87f45cb0bb
Hide spinner after successful edit 2018-11-27 11:18:06 +01:00
Christoph Atteneder
12bebb3827
Move badge icon up 2018-11-27 11:09:28 +01:00
Chris Beams
aecfd2231d
Merge pull request #1979 from freimair/fixBrokenExecutables
Fix broken startScripts in $destinationDir/bin dirs
2018-11-27 10:36:28 +01:00
Chris Beams
2026da0b59
Fix applicationName variable interpolation error
Prior to this fix, the build failed with the following error:

    FAILURE: Build failed with an exception.

    * Where:
    Build file '/Users/cbeams/Work/bisq-network/bisq/build.gradle' line: 109

    * What went wrong:
    Execution failed for task ':desktop:installDist'.
    > No such property: bat for class: java.lang.String
2018-11-27 10:31:44 +01:00
Christoph Atteneder
ca5ce59e8e
Merge pull request #1974 from ManfredKarrer/update-store-db-files
Update store db files
2018-11-27 10:22:18 +01:00
Christoph Atteneder
6acc0cd0f2
Merge pull request #1975 from ManfredKarrer/make_tor_icon_grey
Remove color from Tor icon
2018-11-27 10:21:25 +01:00
Christoph Atteneder
c4521dcfed
Merge pull request #1976 from ManfredKarrer/hide-dao-options-in-mainnet
Hide dao options in mainnet
2018-11-27 10:20:10 +01:00
Florian Reimair
00f01748dd Fix broken executables in /bin dirs 2018-11-27 02:52:39 +01:00
Manfred Karrer
9d20fb2d6f
Cleanup, add final 2018-11-27 01:11:27 +01:00
Manfred Karrer
daed92eb18
Remove asset 2018-11-27 01:10:57 +01:00
Manfred Karrer
1e11d47ccb
Remove assets 2018-11-27 01:10:48 +01:00
Manfred Karrer
cc46722743
Remove Bitcoin 2
See https://github.com/bisq-network/proposals/issues/60
2018-11-27 01:09:52 +01:00
Manfred Karrer
3c5066027b
Remove ICO coins 2018-11-27 01:09:30 +01:00
Manfred Karrer
68eafcb223
Hide dao options in settings for mainnet 2018-11-27 01:01:47 +01:00
Manfred Karrer
1f4643dfbc
Fix display string 2018-11-26 23:52:34 +01:00
Manfred Karrer
46eca9451f
Remove color from Tor icon
The purple of the tor icon clashes hard with out green.
I converted to greyscale.
@pedro, @christoph: Feel free to change to an alternative if you don't
like it...
2018-11-26 22:44:53 +01:00
Manfred Karrer
7feabf5dbd
Merge branch 'release-candidate-0.9.0' of https://github.com/bisq-network/bisq into release-candidate-0.9.0 2018-11-26 20:03:14 +01:00
Manfred Karrer
ef794b3a82
Update store db files 2018-11-26 20:01:31 +01:00
Manfred Karrer
0ffe38a38e
Update comment 2018-11-26 19:59:15 +01:00
Manfred Karrer
7f730451d6
Merge pull request #1973 from ripcurlx/ui-improvements
Redesign: UI Improvements and fixes
2018-11-26 19:29:29 +01:00
Christoph Atteneder
5f5f919ee0
Remove unnecessary check 2018-11-26 18:08:27 +01:00
Christoph Atteneder
aeaee6b180
Hide advanced options group immediately instead of animation 2018-11-26 16:02:32 +01:00
Manfred Karrer
95e774b16d
Merge pull request #1971 from ManfredKarrer/remove-not-traded-asset
Remove not traded coin
2018-11-26 15:36:34 +01:00
Manfred Karrer
7ea76470d0
Merge pull request #1972 from ManfredKarrer/bug-fixes
Bug fixes
2018-11-26 15:36:25 +01:00
Manfred Karrer
a51d337c25
Merge branch 'release-candidate-0.9.0' into bug-fixes 2018-11-26 15:32:49 +01:00
Manfred Karrer
5802b01599
Remove not traded coin 2018-11-26 15:30:19 +01:00
Manfred Karrer
670345507d
Merge branch 'master' into release-candidate-0.9.0 2018-11-26 15:24:35 +01:00
Manfred Karrer
926744c962
Remove script files conflicting in copy task
@cbeams
The copy task below fails because the copied files are conflicting
with the project folder name.
I temporarily delete those files as I think they are duplicated
anyway (bisq-* are probably the one to use). Would be good if those
files don't get created in the first place.
The related *.bat files are also deleted.

I push that change directly as currently both master and release
branch fail to build.
2018-11-26 15:24:06 +01:00
Christoph Atteneder
52af509290
Remove setting visiblity of a bound property 2018-11-26 11:56:47 +01:00
Christoph Atteneder
b0683a461f
Update tray icons for macos 2018-11-26 11:46:33 +01:00
Christoph Atteneder
da8b5fcf9d
Merge pull request #1967 from ManfredKarrer/remove_not-traded-assets
Remove not traded assets
2018-11-26 11:30:39 +01:00
Christoph Atteneder
c7c20fb2ad
Merge pull request #1958 from ManfredKarrer/improve-backward-compatibility-with-new-arb-selection
Improve backward compatibility with new arb selection
2018-11-26 11:25:26 +01:00
Christoph Atteneder
502d99f51b
Merge pull request #1938 from ManfredKarrer/persist-selected-account-at-takeoffer
Persist selected account at takeoffer
2018-11-26 11:24:06 +01:00
Manfred Karrer
fe2f5e15d1
Remove not traded coin 2018-11-26 03:28:26 +01:00
Manfred Karrer
7889015f1f
Remove testclasses 2018-11-26 02:40:19 +01:00
Manfred Karrer
0ba936ec9f
Remove not traded assets 2018-11-26 02:31:25 +01:00
Manfred Karrer
1f81acb4b8
Increase minTradeAmount to 0.01 btc, remove 0.7 coins from warmup phase 2018-11-26 02:31:06 +01:00
Manfred Karrer
48620d406c
Add comment for ICO tokens 2018-11-26 02:19:39 +01:00
Manfred Karrer
71162dddc3
Fix missing currency check at create offer
At create offer the last selected currency was applied without checking
if the currency matches. So when browsing an altcoin you got the last
fiat account selected in case u had multiple fiat accounts and selected
one in the past.
2018-11-26 00:53:28 +01:00
Manfred Karrer
735e4588ce
Merge branch 'release-candidate-0.9.0' into improve-backward-compatibility-with-new-arb-selection 2018-11-25 23:55:01 +01:00
Manfred Karrer
83190fb237
Merge branch 'release-candidate-0.9.0' into persist-selected-account-at-takeoffer 2018-11-25 23:54:23 +01:00
Manfred Karrer
0e64a7193d
Merge branch 'master' into release-candidate-0.9.0 2018-11-25 23:52:51 +01:00