Commit graph

132 commits

Author SHA1 Message Date
Manfred Karrer
aeb7730147 Use async handlers at Bootstrap 2014-10-24 19:35:12 +02:00
Manfred Karrer
f75c5340d2 Fix bug in relay mode 2014-10-24 14:18:10 +02:00
Manfred Karrer
f8df890a47 Add DHT test with 2 seed servers 2014-10-24 12:00:53 +02:00
Steve Myers
890c57d58a cleanup 2014-10-23 22:33:18 -07:00
Steve Myers
495715fdf4 updated seed peer mode to add all seed peers with a different peerID as peers 2014-10-23 22:21:14 -07:00
Steve Myers
fd9024f6ea updated seed peer mode to add all other seed peers with a different peerID 2014-10-23 22:13:21 -07:00
Manfred Karrer
4a315d55a7 Rename Pending trades to Open trades 2014-10-23 22:01:34 +02:00
Manfred Karrer
98b6f72f90 Use security deposit as flat rate instead of percentage, remove wording of collateral 2014-10-23 15:32:01 +02:00
Manfred Karrer
f81a584e70 Remove localhost server setup in WAN test 2014-10-23 14:13:33 +02:00
Manfred Karrer
3fddcddc1e Ignore network tests 2014-10-21 21:28:05 +02:00
Manfred Karrer
e42bae9148 Update to latest TomP2P master 2014-10-19 15:17:17 +02:00
Manfred Karrer
4454236264 Add server code and comments 2014-10-18 22:37:49 +02:00
Manfred Karrer
c8c5e821b8 Remove idleUDPSeconds settings 2014-10-18 22:24:19 +02:00
Manfred Karrer
c74a9098a1 Add tests for basic tomp2p usecases localhost and wan (via port forwarding) 2014-10-18 22:17:54 +02:00
Manfred Karrer
793b3d0f37 Pass client port form args 2014-10-15 10:36:59 +02:00
Manfred Karrer
68fc89f3f6 Update to changes in TomP2P snapshot 25 API 2014-10-14 22:44:20 +02:00
Manfred Karrer
f31e9b8892 Add test app for DHT storage and loading 2014-10-09 20:35:38 +02:00
Chris Beams
0d048de7fc
Add missing GPL headers
Per 8746ab7, IDEA's copyright configuration had been wiped out for some
time. Now that it is back in place, this change is the result of a
global "Update copyright..." action (with a bit of pruning afterward).
2014-10-05 20:00:38 +02:00
Chris Beams
041d8ec7a7
Upgrade to BitcoinJ 0.12-SNAPSHOT
- Update imports to reflect BitcoinJ's repackaging, including:

   git grep -l 'import com.google.bitcoin' | \
   xargs perl -p -i -e 's/import com.google.bitcoin/import org.bitcoinj/'

   git grep -l 'com.google.bitcoin' | \
   xargs perl -p -i -e 's/com.google.bitcoin/org.bitcoinj/'

 - Replace use of BitcoinJ's CoinFormat, which has now been renamed to
   MonetaryFormat, using:

   git grep -l 'CoinFormat' | \
   xargs perl -p -i -e 's/CoinFormat/MonetaryFormat/g'

 - Fix calls to BitcoinJ's Script#correctlySpends, whose signature has
   changed from 0.11 => 0.12.

See #98
2014-10-02 16:07:27 +02:00
Manfred Karrer
b9b7d4b3e0 Improve usability, fix bugs 2014-10-02 14:30:05 +02:00
Manfred Karrer
4b117b2e84 Remove useless test 2014-09-27 01:44:32 +02:00
Manfred Karrer
9ea6fb9b55 Remove old Controller classes 2014-09-26 11:42:12 +02:00
Manfred Karrer
1130da6a8f Remove static methods from BSFormatter 2014-09-26 10:36:51 +02:00
Manfred Karrer
19e71ffad2 Remove BitSquareValidator (was deprecated) 2014-09-26 10:04:07 +02:00
Manfred Karrer
f80758ca34 Update to new trade process UI 2014-09-23 22:20:30 +02:00
Manfred Karrer
c30646a11c Orderbook, Mainview, refactorings 2014-09-15 00:05:40 +02:00
Manfred Karrer
52b04206e8 Rename initialized to initialize, add null checks in base UI classes 2014-09-11 12:25:25 +02:00
Manfred Karrer
bd5f8d0020 Use DI for validators, add @Deprecated/TODOs, 2014-09-11 11:17:11 +02:00
Manfred Karrer
78d939f181 Change package structure 2014-09-11 01:08:34 +02:00
Manfred Karrer
cd606d4b96 Move Create offer to new package structure 2014-09-09 09:59:16 +02:00
Manfred Karrer
08dba76d9e Remove test using fees 2014-09-09 09:41:20 +02:00
Manfred Karrer
173073caf8 Refactor gui package structure to avoid cyclic dependencies 2014-09-09 09:38:47 +02:00
Manfred Karrer
05525e3558 Add account settings screens 2014-09-08 18:35:48 +02:00
Manfred Karrer
efc2100b26 Add payments account screen 2014-09-08 02:06:31 +02:00
Manfred Karrer
9732215c59 Add setup screens. 2014-09-07 13:04:31 +02:00
Manfred Karrer
c00c4b4400 Add setup process UIs. Improve navigation UI. 2014-09-06 12:32:02 +02:00
Manfred Karrer
2d13fa3d29 Add seed words ui mock 2014-09-04 12:58:34 +02:00
Manfred Karrer
d6d291702a Rename Localisation to BSResources 2014-09-04 12:08:21 +02:00
Manfred Karrer
d2e98ff93a Use localized strings for create offer screen and validators 2014-09-04 12:06:51 +02:00
Manfred Karrer
40107785ab Update to new Create offer UI 2014-09-04 02:52:16 +02:00
Manfred Karrer
8060ff6a88 ui mocks for registration process 2014-09-02 02:19:07 +02:00
Manfred Karrer
4624ebad94 improve UITestRunner 2014-09-01 19:38:49 +02:00
Manfred Karrer
99f644dd0e add create offer ui mocks 2014-09-01 19:00:05 +02:00
Manfred Karrer
c87a9a3acc changed formatter to use CoinFormat instead of BtcFormat 2014-08-29 23:15:14 +02:00
Manfred Karrer
8089f40601 changed return type in loadViewAndGetChildController to support new ui base classes 2014-08-29 20:07:11 +02:00
Manfred Karrer
d9e625a684 move calculations to model 2014-08-29 19:00:17 +02:00
Manfred Karrer
b91fe8273b changed validation 2014-08-29 16:14:25 +02:00
Manfred Karrer
fb89f087f0 fixed app dir problem with update to gradle. 2014-08-28 18:24:42 +02:00
Manfred Karrer
a8c3040fb3 updates with formatting 2014-08-28 12:53:27 +02:00
Manfred Karrer
56ca79a58f fix bug with formatting 2014-08-27 21:41:18 +02:00