Manfred Karrer
|
0480e44fd7
|
Update code style settings
|
2016-10-31 12:34:08 +01:00 |
|
Manfred Karrer
|
dab1b56e75
|
Update code settings file
|
2016-09-04 14:57:03 -05:00 |
|
Manfred Karrer
|
e747392323
|
v0.4.9.6
|
2016-09-04 14:48:38 -05: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
|
c6ece486ed
|
move network code to module
|
2015-10-28 02:12:00 +01:00 |
|
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 |
|