Commit graph

940 commits

Author SHA1 Message Date
DevAlexey
59294427b8 + Byteball address validation 2016-12-19 20:44:36 +03:00
Manfred Karrer
12ac797571 Fix IOP validation 2016-12-06 22:29:11 +01:00
hendry19901990
2d319211b4 Improved request 2016-12-06 09:26:08 -04:00
hendry19901990
5a45396e1c Improved the request from manfred!!! 2016-12-06 09:21:51 -04:00
hendry19901990
631aa86d0a changes 2016-12-05 17:10:52 -04:00
hendry19901990
b1280e118e update 2016-12-05 17:07:36 -04:00
hendry19901990
21028e5395 Created class IOPAddressValidator and IOPAddressValidatorTest 2016-12-04 22:52:57 -04:30
Manfred Karrer
86aac3967d Add example regex address verification and test 2016-12-02 17:00:51 +01:00
Manfred Karrer
d7ed22c2b8 Add check for ZEC to only allow t-addresses. Add info popup for ZEC and XZC 2016-12-01 20:27:04 +01:00
Manfred Karrer
ddf63cccd8 Improve logging, cleanup 2016-11-26 20:54:04 +01:00
Manfred Karrer
7acfdb23de Add tool for manually creating the payout tx. Change shortcuts 2016-11-26 18:16:12 +01:00
Manfred Karrer
38239749a9 Increase width of data columns 2016-11-19 16:53:54 +01:00
Manfred Karrer
fc4e7bfa62 Use default btc format (allow more then 4 decimal places) 2016-11-19 16:42:55 +01:00
Manfred Karrer
16a542696e Fix bug with displaying wrong tx id if deposit tx id was missing in trade process 2016-11-19 16:22:35 +01:00
Manfred Karrer
b454226c74 Fix wrong info 2016-11-19 14:46:04 +01:00
Manfred Karrer
3bf4c60567 Prepare for v0.4.9.8 2016-11-19 14:36:23 +01:00
Manfred Karrer
6ca66c6b8f Add export tool for wallet data 2016-11-19 14:31:26 +01:00
Manfred Karrer
f94a390b89 Dont apply TTL check for persisted data, increase timeouts, dont show btc nodes window at startup 2016-11-15 23:21:45 +01:00
Manfred Karrer
b800999614 Add popup for adding a full btc node ip address at first startup as well in settings 2016-11-15 01:13:24 +01:00
Manfred Karrer
3fb7cb1de4 Merge branch 'master' into Development 2016-11-13 22:56:31 +01:00
Manfred Karrer
08695377ce Rename method, use statics for prefix symbol 2016-11-13 22:30:53 +01:00
Manfred Karrer
e751958de1 Request Pricefeed via proxy and use new BtcAverage API and add coinmarketcap.
* Now all traffic is going over Tor (price requests from Poloniex could not be routed over Tor because they use Cloudflare)
* Added request to CoinMarketCap to get more prices for altcoins not listed at Poloniex
* Use 2 proxy price feed providers as hidden service for requesting accumulated BitcoinAverage (new API), Poloniex and CoinMarketCap price data
* Add program argument to add custom price feed providers
* Add module for running a own proxy price feed provider (requires BitcoinAverage API keys). Supports both clearnet and hidden service
* Display time of latest price update at tooltip over provider icon in market price widget
* Remove http proxy option because it is not needed anymore (Cloudflare issue with Poloniex solved by the proxy)
* Remove tor bridge support (was not solving GFW issues and caused only problems when connections to Tor failed at startup)
2016-11-13 21:12:46 +01:00
Ricardo Filipe
502e43f875 create a getter for the GUI symbols of trade currencies 2016-11-12 23:11:15 +00:00
Manfred Karrer
0eccfb87cc Merge branch 'master' into Development
# Conflicts:
#	gui/src/main/resources/i18n/in_dev/displayStrings_pt.properties
2016-11-06 23:23:00 +01:00
Manfred Karrer
021e13d602 Increase column width 2016-11-06 23:20:31 +01:00
riclas
dd0e914715 Add portuguese translation 2016-11-06 19:49:02 +00:00
Manfred Karrer
e9f3381034 Make onion address selectable in peer info popup, fix wording, fix comment 2016-11-04 13:48:19 +01:00
Manfred Karrer
c239b37b59 Add notification support to dispute view 2016-11-03 21:08:11 +01:00
Manfred Karrer
c1970a88a6 Fix bug with not supporting to restore seed words if current wallet files creation date is not matching original date 2016-11-02 22:48:04 +01:00
Manfred Karrer
01dcc4f2dc Add check for withdrawal in case the fees exceeds the available funds 2016-10-31 12:35:03 +01:00
Manfred Karrer
d4494d7325 Increase column width for date in trades statistics view 2016-10-30 17:26:12 +01:00
Manfred Karrer
930dbb44ed Fix wording 2016-10-30 17:08:15 +01:00
Rob Judd
2cf4dd0da8 Take out double backslashes added by stupid editor 2016-10-29 03:46:07 +10:00
Rob Judd
58b81327b9 Take out merge crap 2016-10-29 03:43:55 +10:00
Rob Judd
c97b85e2af Re-commit after merge 2016-10-29 03:39:27 +10:00
Rob Judd
0f73fe63c3 Update i18n files already partially done 2016-10-29 01:53:08 +10:00
Rob Judd
8612ac66e5 Update unfinished files to current level 2016-10-29 01:30:28 +10:00
Rob Judd
e025e1d2f8 Minor edit 2016-10-29 01:07:25 +10:00
datsiuk
b4f6c09fe4 Translation displayStrings_es.properties
I suppose special characters (á, é, í, ó, ú, ñ) are accepted.

Thesaurus:
arbitrator = árbitro 
fee = tasa, comisión
trade = trato, comercio
trader = comerciante
input = entrada, valor introducido
password = clave
2016-10-28 10:08:54 +02:00
Manfred Karrer
509e4727c3 Merge pull request #675 from jonathancross/deposit-view
Simplifying DepositView popup message
2016-10-25 18:28:26 +02:00
Jonathan Cross
b6b7a3736c
Simplifying DepositView popup message 2016-10-25 16:51:21 +02:00
Manfred Karrer
f51bf75003 Only open ext. wallet on left click (Fix for: https://github.com/bitsquare/bitsquare/issues/630) 2016-10-25 13:11:43 +02:00
Manfred Karrer
49f116dd1c Merge branch 'master' into Development 2016-10-25 03:56:04 +02:00
Jonathan Cross
708bc5cf9b
Repurposing Account view popup as intro 2016-10-25 02:42:15 +02:00
Manfred Karrer
8910a9869c Use IBAN/BIC for Sepa instead of Account no/Bank ID 2016-10-24 22:06:22 +02:00
Rob Judd
0543a51560 Remove from iss666 branch 2016-10-24 15:13:16 +10:00
Rob Judd
fd62d40060 Verbosity 2016-10-24 14:59:18 +10:00
Rob Judd
c258448f25 Verbosity 2016-10-24 14:57:52 +10:00
Rob Judd
b73c264a3d Consistency of forms 2016-10-24 14:56:00 +10:00
Rob Judd
cb37b4a421 Capitalization fix 2016-10-24 14:20:48 +10:00