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
Manfred Karrer
ab6ae89c38
reformatting
2014-08-27 21:26:40 +02:00
Manfred Karrer
7fee8b665e
add input validators
2014-08-27 21:25:49 +02:00
Manfred Karrer
919cde4e43
removed unused code, comments, small refactorings
2014-08-26 21:52:04 +02:00
Manfred Karrer
d3d23cc459
refactor packages and rename protocol class for trade process, comments
2014-08-26 21:05:40 +02:00
Manfred Karrer
627b49c7c1
fixed locale problem with fiat comparison in tests, added comments
2014-08-26 18:19:24 +02:00
Manfred Karrer
5415878356
changed fiat comparison in tests, added comments
2014-08-26 17:58:37 +02:00
Manfred Karrer
98c6e34b23
fixed utest, update formatting added comments
2014-08-26 17:32:43 +02:00
Manfred Karrer
25b2afc545
merged with cbeams formatting changes. use MVP pattern for create offer screen (2. update)
2014-08-26 17:05:45 +02:00
Manfred Karrer
1c3c8b9d21
merged with cbeams formatting changes. use MVP pattern for create offer screen
2014-08-26 16:57:31 +02:00
Chris Beams
a31aa9c883
Organize import statements
2014-08-26 16:01:34 +02:00
Chris Beams
424d4e8ff8
Format else statements on new line
...
Based on Manfred's existing IDEA settings
2014-08-26 16:01:33 +02:00
Chris Beams
a3c4df8dc3
Adjust line wrapping by hand
2014-08-26 16:01:33 +02:00
Chris Beams
1ad1d318e8
Wrap lines at 120 chars
2014-08-26 16:01:33 +02:00
Chris Beams
7d6ca37d06
Apply formatting to Java sources
...
This is essentially the default IDEA formatting settings, with one tweak
made to allow same-line field annotations (useful particularly in the
case of the @FXML annotation)
2014-08-26 16:01:32 +02:00
Chris Beams
be3beb5c13
Apply copyright to Java sources
...
Per http://www.gnu.org/licenses/gpl-howto.html
2014-08-26 15:56:14 +02:00