Manfred Karrer
|
b72c5aaebf
|
Change formatting rule RIGHT_MARGIN
|
2015-02-14 22:11:02 +01:00 |
|
Chris Beams
|
b890f37216
|
Introduce top-level viewfx package
Move general-purpose ui infrastructure to this new package, leaving
what's in io.bitsquare.gui truly specific to Bitsquare.
|
2014-11-25 22:08:50 +01: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 |
|
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
|
1ad1d318e8
|
Wrap lines at 120 chars
|
2014-08-26 16:01:33 +02:00 |
|
Chris Beams
|
9c3df7375a
|
Add IDEA formatting settings
|
2014-08-26 16:01:31 +02:00 |
|