Commit Graph

884 Commits

Author SHA1 Message Date
Manfred Karrer
e426a0ad4c Merge branch 'MultiSigWallet' into Development 2016-09-08 12:20:15 -05:00
Manfred Karrer
2d31aac9ad Use clear and addAll instead of setAll to avoid UnsupportedOperationException. Add try catch. 2016-09-08 09:31:14 -05:00
Manfred Karrer
6d28dd5c4a Add nr of trades to volume chart tooltip 2016-09-07 22:01:34 -05:00
Manfred Karrer
81668a82cc Fix issue with withdrawal if tx size exceeds 100kb limit. Show fee as sat/byte 2016-09-05 13:46:48 -05:00
Manfred Karrer
5e5367fc57 Add Multisig wallet view 2016-09-04 20:47:07 -05:00
Manfred Karrer
84a55d9c90 Change check to prec. 3 for making decision to display precision 8 or 4 2016-09-04 13:18:15 -05:00
Manfred Karrer
a497c73bac Added new payment method: Faster payments 2016-09-04 12:52:36 -05:00
Manfred Karrer
48e6cc34a8 Set currencyResult at filter to true if showAll is selected 2016-09-04 08:46:39 -05:00
Manfred Karrer
c7736beb96 Use setAll instead of clear + addAll 2016-09-03 22:47:59 -05:00
Manfred Karrer
afdc05cff8 Change warning popup if create offer pressed with no account for selected currency 2016-09-03 21:44:44 -05:00
Manfred Karrer
80b69109b9 Add support for other currency than countries default currency at cash deposit and add support for EUR for PerfectMoney 2016-09-03 20:17:25 -05:00
Manfred Karrer
56aaf3b37b Add support for other currency than countries default currency at bank accounts 2016-09-03 20:00:23 -05:00
Manfred Karrer
20fd318636 Add "extra requirements" field to cash deposit 2016-09-03 15:12:09 -05:00
Manfred Karrer
0fd74178a8 Add nr of disputes to details window and to table. Add onion addresses to table. 2016-09-03 13:26:35 -05:00
Manfred Karrer
2c18fb82eb Revert to detailed version of button label 2016-09-03 11:24:49 -05:00
Manfred Karrer
577df65df7 Add 2 more dispute result reasons 2016-09-03 10:44:27 -05:00
Manfred Karrer
83d411eba5 Prepare v0.4.9.6 2016-09-03 10:34:48 -05:00
Manfred Karrer
d6d1d63393 Add copy icon to fields 2016-08-29 21:48:09 +02:00
Manfred Karrer
0931ed9d2e Delay charts building for trades 2016-08-29 16:35:03 +02:00
Manfred Karrer
8169b0f768 Fix wrong column values 2016-08-29 16:30:52 +02:00
Manfred Karrer
a5f83c436a Improve wording 2016-08-29 14:52:31 +02:00
Manfred Karrer
983247cadc Improve wording 2016-08-29 14:27:53 +02:00
Manfred Karrer
3bb30b43c4 Use different wording in popups for cash deposit and postal money order 2016-08-29 13:36:53 +02:00
Manfred Karrer
0ff4e0051a Add sum column in markets/offer book, use precision 4 for BTC amounts 2016-08-29 12:45:42 +02:00
Manfred Karrer
36af9408c4 Add payment method column 2016-08-29 11:49:31 +02:00
Manfred Karrer
127f8469f7 Fix wording, remove nr of offers/trades if alphabet. sorting is used in market lists 2016-08-28 21:58:40 +02:00
Manfred Karrer
cd0ec19f4b Add null checks, cleanup 2016-08-28 18:31:23 +02:00
Manfred Karrer
956843ca14 Apply primary market based direction, add BTC if "buyer" or "seller" is used in info text, remove embedded app version in offerID, 2016-08-28 18:01:53 +02:00
Manfred Karrer
ee90e40c54 Use same currency list in offer book views as in market/offerbook 2016-08-28 14:40:49 +02:00
Manfred Karrer
01f25c0eae Move fillCurrencyListItems to GUIUtils 2016-08-28 14:00:40 +02:00
Manfred Karrer
81973e0a9e Move CurrencyListItem to util package 2016-08-28 13:40:26 +02:00
Manfred Karrer
b255120b86 Use primary market direction instead of bitcoin centric 2016-08-28 13:39:14 +02:00
Manfred Karrer
2249487763 Show only currencies in market view which are used in offers or trades,
Add checkbox in settings for sort policy of market currency list (alphabetically or by num of offers/trades)
2016-08-28 03:42:41 +02:00
Manfred Karrer
700f82099e Ignore offers in market offer book view which are further than 30% from best price if there are more then 3 offers on one side 2016-08-28 01:49:40 +02:00
Manfred Karrer
7a848406af Flip offer book table if altcoin, use ascending price for altcoin chart 2016-08-27 22:12:44 +02:00
Manfred Karrer
9d87dbef62 Reformat table headers 2016-08-26 20:42:58 +02:00
Manfred Karrer
5c2d7db3f8 Reformat amount/minAmount and volume/minVolume, prevent usage of payment methods with Banks in US at create offer 2016-08-26 19:50:28 +02:00
Manfred Karrer
a803077296 Prepare for v 0.4.9.5 2016-08-26 17:03:01 +02:00
Manfred Karrer
fd8f805405 Use https://bitsquare.io/downloads/ instead of GH URL 2016-08-26 17:02:02 +02:00
Manfred Karrer
54bd05be5f Merge branch 'master' into Development
Conflicts:
	gui/src/main/resources/i18n/displayStrings.properties
2016-08-26 15:18:48 +02:00
Manfred Karrer
f40603744f Version 0.4.9.4 2016-08-26 15:14:33 +02:00
Manfred Karrer
2f1ea286e0 Add support for not recognized payment methods 2016-08-26 15:05:38 +02:00
Manfred Karrer
8d22db1bba Add holder name to cleadXchange, fix naming 2016-08-26 14:21:43 +02:00
Manfred Karrer
d0d46e953f Encode version nr into offer id 2016-08-26 11:32:05 +02:00
Manfred Karrer
a19ddaf90a Use textArea instead of textField for address field at postal money order form 2016-08-26 01:58:31 +02:00
Manfred Karrer
e8cdea6aa4 Add email to Cash deposit and extend info text 2016-08-25 20:15:08 +02:00
Manfred Karrer
f1406b666e Add Payment method: Cash deposit (global) 2016-08-25 19:22:41 +02:00
Manfred Karrer
cd4401a001 Add new payment methods: ClearXExchange, US Postal Money Order and US CashDeposit (WIP). Deactivate bank transfers for US. 2016-08-25 18:25:19 +02:00
Manfred Karrer
264649d73e Use formatter for "Price in EUR for 1 BTC" display 2016-08-25 15:03:23 +02:00
Manfred Karrer
d72fca1572 Add market price to offer book if "show all", use EasyBind for bindings 2016-08-25 14:53:07 +02:00
Manfred Karrer
1100671500 Fix wrong table headline in markets, improve wording for markets, show markets column in traces stats only at "show all" 2016-08-25 14:33:37 +02:00
Manfred Karrer
18d3dfd38b Store arbitrator pubKey in trade object to avoid null pointer when the arbitrator is not available in the trade process 2016-08-25 02:36:16 +02:00
Manfred Karrer
682e2d2d8e Remove rpm script 2016-08-25 00:40:42 +02:00
Manfred Karrer
69e8ebae3b Fix wrong priceFeedType for fiat 2016-08-24 23:04:49 +02:00
Manfred Karrer
1b78e44195 Add markets colums, adjust wordings and price display, add minPrecision, group btc precision to 2 digits 2016-08-23 23:04:12 +02:00
Manfred Karrer
cc092a7441 Change behavior of "Show all": Display all offers which are in the custom currency list not all currencies 2016-08-23 16:08:09 +02:00
Manfred Karrer
7af384cb30 Prepare for 0.4.9.3 2016-08-23 15:38:08 +02:00
Manfred Karrer
6187c5047b Add markets columns, fix layout 2016-08-23 15:31:13 +02:00
Manfred Karrer
80b49e8cd9 Rearranged columns to: price, btc amount, fiat/altcoin amount 2016-08-23 12:10:11 +02:00
Manfred Karrer
b24934f29f Rename useMarketBasedPrice to useMarketPriceMargin 2016-08-23 10:34:21 +02:00
Manfred Karrer
1357cc3536 Apply inverted price to markets screens, various refactorings, bugfixes 2016-08-23 10:31:43 +02:00
Manfred Karrer
483d8376fb Cleanup 2016-08-21 02:43:47 +02:00
Manfred Karrer
8d13df152a Fix layout and visibility bug for price feed provider logos, fix formatting issue with scientific notation 2016-08-21 02:40:59 +02:00
Manfred Karrer
a6958b570d Apply inverted price to create offer view 2016-08-20 21:47:59 +02:00
Manfred Karrer
75e4a1e5d2 Rename hasFiatValidDecimals to isFiatAlteredWhenPrecisionApplied 2016-08-20 10:49:45 +02:00
Manfred Karrer
36bd412105 Rename parseToFiatWith2Decimals to parseToFiatWithPrecision 2016-08-20 10:48:03 +02:00
Manfred Karrer
24fdd796be Add support for different altcoins precision 2016-08-20 10:47:22 +02:00
Manfred Karrer
3ff3abec48 Remove rounding 2016-08-20 10:45:38 +02:00
Manfred Karrer
7a827c970e Apply inverted price to trade charts 2016-08-19 22:55:15 +02:00
Manfred Karrer
57e3c19b89 Add formatPrice, formatVoluem and formatAmount methods. Apply inverted price to popups statistics and tables 2016-08-19 21:56:22 +02:00
Manfred Karrer
a51fa4850d Invert price in offerbook 2016-08-19 21:01:46 +02:00
Manfred Karrer
1c6376d462 Invert price in pending offers and trades 2016-08-19 20:45:14 +02:00
Manfred Karrer
5db6b34d8e Invert currency pair notation to confirm with standard 2016-08-19 20:17:25 +02:00
Manfred Karrer
239a26299f Invert price if altcoin 2016-08-19 20:10:20 +02:00
Manfred Karrer
c65d792280 Use formatter for currency pair display 2016-08-19 19:59:57 +02:00
Manfred Karrer
2ec65398d5 Remove inverted icon and useInvertedMarketPrice support 2016-08-19 19:57:54 +02:00
Manfred Karrer
fc4cb2c254 Invert currency pair display if altcoin 2016-08-19 19:56:12 +02:00
Manfred Karrer
506899e326 Remove ETC warning 2016-08-19 19:26:33 +02:00
Manfred Karrer
d0db09a56a Pack TradeStatistics file as resource and copy to dn dir at startup if not exist. Refactor delayed processing of trade statistics 2016-08-07 22:14:54 +02:00
Manfred Karrer
ea9510b0c0 Add name for checkCryptoThread 2016-08-07 18:52:20 +02:00
Manfred Karrer
c6a6712830 Persist tradestatistics storage map, optimize handling of received data, reduce num backups for navigation and P2PStorage 2016-08-07 16:45:11 +02:00
Manfred Karrer
96fea0c98c Show country name if only one country in accepted country list 2016-08-07 14:44:29 +02:00
Manfred Karrer
d2e3f2371c Improve payment method tooltip in orderbook 2016-08-07 14:26:55 +02:00
Manfred Karrer
4db16760f0 Improve auto-naming of accounts 2016-08-07 13:54:35 +02:00
Manfred Karrer
f7a7c4087b Prepare v 0.4.9.3 2016-08-07 04:17:13 +02:00
Manfred Karrer
cfd68a08a5 Enable sorting in network view table 2016-08-07 03:54:58 +02:00
Manfred Karrer
69ca617c07 Increase width 2016-08-07 03:09:59 +02:00
Manfred Karrer
1e4b9e820e Add reminder popup for password, seed words and backup. Change term cryptocurrencies to altcoins. Improve wording 2016-08-06 20:51:08 +02:00
Manfred Karrer
757cd320e7 Log memory periodically 2016-08-06 19:24:58 +02:00
Manfred Karrer
c70541d29f Add popup for wallet exception 2016-08-03 23:08:12 +02:00
Manfred Karrer
e3ce6e9125 Prepare for release 0.4.9.2 2016-07-30 00:32:40 +02:00
Manfred Karrer
6f59b7c87c Only use visible chart items for rendering price range 2016-07-29 23:52:01 +02:00
Manfred Karrer
c3143600da Move openWebpage method to GUIUtils. Add warning popup when tor is enabled for http 2016-07-29 23:41:18 +02:00
Manfred Karrer
e3480d0995 Cleanup logs. Use debug instead of info to get less load of logs if info is default log level 2016-07-29 18:24:34 +02:00
Manfred Karrer
5a5b996df1 Fix bug with casting tradeable to Trade 2016-07-29 15:50:53 +02:00
Manfred Karrer
2a79c77fcb Add "show all currencies" to trade statistics. 2016-07-29 04:27:05 +02:00
Manfred Karrer
03763929b3 Save fiat and altcoin currency lists to json files if dumpStatistics is set to true 2016-07-29 01:51:06 +02:00
Manfred Karrer
c275f56f41 Dont display bank name if null (if offer was created by old clients) 2016-07-29 01:02:44 +02:00
Manfred Karrer
5915e67007 Renaming of markets package to market 2016-07-28 15:27:12 +02:00
Manfred Karrer
70d9035652 Renaming of market UI classes 2016-07-28 15:25:10 +02:00