Andreas Schildbach
90f35ca8aa
Target Java 7 for core
...
Now that Android KitKat (4.4) seems to be the baseline for apps, we can make the switch to Java 7
official. We can finally use all language features (including try-with-resources) and most of the
API (not all, the Android API is still missing some packages).
2018-02-23 00:53:09 +01:00
Andreas Schildbach
49e6af3bd7
Remove some remaining mentions of Tor and Orchid.
2017-08-12 10:14:12 +02:00
Matthew Shaylor
0b3cc9c59f
Replace URLs to code.google.com by the appropriate GitHub URLs.
2016-04-19 23:15:37 +02:00
Mike Hearn
5a9bd2d797
Better README formatting
2015-07-28 12:43:30 +02:00
Mike Hearn
4543be4102
Add IRC button to README
...
Idea from @bumi
2015-07-28 12:42:30 +02:00
Andreas Schildbach
c017070398
Update README.md to mention Java 8.
2014-11-24 15:48:22 +01:00
Wojciech Langiewicz
8951e8814d
Adds coveralls.io support via maven plugin.
2014-11-03 14:19:52 +01:00
Mike Hearn
0a6f901b23
Renamespace to org.bitcoinj away from com.google.bitcoin, as bitcoinj is no longer a Google project and being namespaced under com.google causes issues with Sonatype/Maven Central.
...
To fixinate your code:
find . -name '*.java' | xargs sed -i .bak 's/import com.google.bitcoin./import org.bitcoinj./g;s/import static com.google.bitcoin./import static org.bitcoinj./g'
2014-09-30 17:05:07 +02:00
Gary Rowe
0ddbbfd5a4
Improved README to use Markdown and provide additional instructions for people getting started
2014-08-27 10:49:57 +01:00