Manfred Karrer
af754706f6
Add Sepa instant payment
2017-11-23 19:13:43 -05:00
Manfred Karrer
6137ec53ae
Merge branch 'Development'
2017-11-23 09:02:58 -05:00
Christoph Atteneder
fd8c923a40
Remove unused translation keys
2017-11-17 15:12:30 +01:00
Manfred Karrer
1897d892f4
Fix build script and print altcoin list for webpage
2017-11-16 13:58:22 -05:00
Manfred Karrer
e6248b8611
Release candidate v0.6.0
2017-11-16 10:40:39 -05:00
Manfred Karrer
0175c43d9d
Fix display strings. Add info when btc localhost is used
2017-11-16 09:34:07 -05:00
Manfred Karrer
d99461deee
Use new data structure for TradeStatistics
2017-11-15 19:22:11 -05:00
sqrrm
50ffed89cc
Fix some grammar
2017-11-14 19:07:19 +01:00
Chris Beams
05896e3369
Update fee estimate URL from 21.co => earn.com
...
Per the announcement quoted below at
https://news.earn.com/21-co-is-now-earn-com-3e37e50c444f , this change
updates all instances of the bitcoinfees.21.co to bitcoinfees.earn.com.
> Our Bitcoin Fees and Bitnodes services will now be canonically hosted
at bitcoinfees.earn.com and bitnodes.earn.com respectively. You can
still access them via bitcoinfees.21.co and bitnodes.21.co — though
there will be the slight overhead of a 301 redirect, so you should
update to the earn.com versions of the URLs for maximum performance.
2017-11-13 13:02:00 +01:00
Manfred Karrer
2778456b13
Cleanup seed restore screens. Add try/cathc for wallet encryption. Add more warnings when applying seed words.
2017-11-12 21:01:57 -05:00
Manfred Karrer
32180c9fa4
Add <open log file> button to error msg popup
2017-11-12 20:16:31 -05:00
Manfred Karrer
9f22836405
Merge branch 'particl' of https://github.com/rynomster/exchange into rynomster-particl
2017-11-12 18:21:09 -05:00
Manfred Karrer
2583ddf044
Fix text. Improve logging. Add check for BankAccount
2017-11-12 12:45:48 -05:00
rynomster
71700a2a87
Add Particl
2017-11-12 19:35:59 +02:00
Manfred Karrer
1a3bdf0f71
Add receipt requirement to WU trade process
2017-11-12 08:52:58 -05:00
Manfred Karrer
7b4ae3f3e4
Use upper case for Bisq
2017-11-11 20:10:35 -05:00
Ricardo Filipe
21d2dc70d6
update translations
2017-11-12 00:45:46 +00:00
Ricardo Filipe
a20d64a491
sync fork with upstream
2017-11-12 00:42:27 +00:00
Ricardo Filipe
e171106f7c
update translated languages
2017-11-12 00:22:20 +00:00
Manfred Karrer
6f0a7e7036
Add missing parts for WU support
2017-11-11 15:23:10 -05:00
Nolaan
53919fb6c8
Western Union payment method
...
Prepare Western Union Paymenet Method UI and logic.
2017-11-11 16:45:41 +01:00
Manfred Karrer
01d4c6fb8c
Set delay for persistence in each client
2017-11-10 21:17:40 -05:00
Manfred Karrer
5e95e162bf
Add user defined currencies to offers and trades list in market screen
2017-11-10 14:08:29 -05:00
Manfred Karrer
a4ac3115e1
Improve wording
2017-11-10 13:40:53 -05:00
Manfred Karrer
330a531e01
Add dispute to list before setting state in trade (caused bug in UI)
2017-11-10 13:29:02 -05:00
Manfred Karrer
209b57a8ee
Refactor isCapabilitySupported method and add test
2017-11-09 15:25:41 -05:00
Manfred Karrer
c72888c86d
Deable dev mode
2017-11-09 14:40:01 -05:00
Manfred Karrer
6e19c69a47
Add maxTradePeriod to PaymentAccountPayload again as it would break trade contract otherwise
2017-11-09 14:34:37 -05:00
Manfred Karrer
706710a555
devtest wip
2017-11-09 13:08:51 -05:00
Manfred Karrer
7e3b7f22cf
Remove outdated in_dev translation files
2017-11-08 11:21:07 -05:00
Manfred Karrer
677d7dc477
Set v0.6.0
2017-11-08 11:11:51 -05:00
Manfred Karrer
f74280b641
Disable devmode
2017-11-08 11:08:43 -05:00
Manfred Karrer
96081ddb63
Add provided bitcoin nodes and filter message for deactivating public network selection.
2017-11-07 23:43:08 -05:00
Manfred Karrer
d68b2fae70
Add open tor network settings button at startup if not connected after 10 sec
2017-11-06 22:17:26 -05:00
Manfred Karrer
58ed7c9e6a
Make user selection in tor network settings persistable
2017-11-06 21:49:19 -05:00
Manfred Karrer
fa2b14ba0c
Add default bridges from Tor browser and UI
2017-11-04 22:46:06 -05:00
Manfred Karrer
cb568ac05a
Merge branch 'Development' into netlayer
...
# Conflicts:
# core/src/main/java/io/bisq/core/user/PreferencesPayload.java
2017-11-04 14:42:56 -05:00
Chris Beams
e1a6f87a98
Reformat Java sources with Editorconfig settings
...
This change is the result of a global reformatting in IDEA now that
`.editorconfig` settings are in place. Note that Editorconfig's
`continuation_indent_size` property [1] was also added and set to 8
here, as this reflects the dominant style already present in the
codebase. i.e. in created a much smaller diff to set the continuation
indent to 8 that would have been created leaving this property out and
letting it default to 4.
[1]: https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties
2017-11-04 20:11:30 +01:00
Manfred Karrer
04bc3d7ef4
Merge branch 'Development' into netlayer
2017-11-04 10:55:56 -05:00
Manfred Karrer
00d868dd9d
Remove excuded keys when requesting the account witness data
2017-11-03 11:22:19 -05:00
Manfred Karrer
2621f1d639
Merge branch 'Development' into mrosseel-netlayer
2017-11-02 10:05:27 -05:00
Mike Rosseel
0ec4b5edac
Merging and adapting old bridges UI code to new bisq structure
...
Had to merge by hand because of the many changes in the new bisq
structure. Also removed the 'default bridges' concept because it's
discouraged to do that.
Open issues: UI screen is still WIP, and bitcoinj SOCKS proxy error
which makes that we can't connect to bitcoin nodes anymore.
Signed-off-by: Mike Rosseel <mike@eon-consult.be>
2017-11-02 15:50:06 +01:00
Manfred Karrer
f1a3c6e7b2
Fix bugs described in issue #989
2017-11-01 18:38:00 -05:00
Manfred Karrer
ab4d7b066b
Fix bug with not displaying correct price market label and latest bisq price
2017-10-30 18:52:41 -05:00
Manfred Karrer
57069900ee
Fix position in list of new altcoin
2017-10-30 15:10:18 -05:00
Manfred Karrer
c5af0808b3
Merge branch 'Development' of https://github.com/ivkovnikola/exchange into ivkovnikola-Development
2017-10-30 12:32:23 -05:00
Manfred Karrer
ae0aef325d
Fix wording
2017-10-27 19:58:48 -05:00
Manfred Karrer
63cdbaf23b
Fix wrong currency display and text in take offer screen
2017-10-27 19:38:22 -05:00
Manfred Karrer
065a57606a
Show recommended miner fee in popup when ask user for funding offer
2017-10-27 18:25:08 -05:00
ivkovnikola
8a3abcca43
Merge request for INXT
2017-10-27 20:23:57 +02:00