Commit Graph

27 Commits

Author SHA1 Message Date
Sean Gilligan
da6d6be288 WalletTool: Move to its own wallettool submodule 2022-01-05 00:24:42 +01:00
Sean Gilligan
0d67977ca1 build.gradle: Update examples and tools submodules to JDK 11 2022-01-04 03:03:44 +01:00
Andreas Schildbach
49a9cddb18 README.md: update Android runtime requirement to Android 7.0
The Java runtime requirement is left unchanged at Java 8.
2021-12-24 11:43:58 +01:00
Sean Gilligan
a2cf303655 build.gradle: require JDK 11 for the build
Uses javac -release option to validate API for older JDK.
2021-12-24 11:35:37 +01:00
Andreas Schildbach
624284ea21 README.md: visually separate two command lines 2021-10-22 14:54:43 +02:00
Andreas Schildbach
5b785f8c9c README.md: update API requirement to Java 8 or Android 6 2021-09-29 21:38:48 +02:00
Andreas Schildbach
e9b42eae6d build.gradle: produce Java 8 bytecode for the core module
It will still only use the Java 7 API.
2021-09-28 16:38:31 +02:00
Sean Gilligan
7b435620f4 README.md: Update again now that we support Gradle 7 2021-09-01 08:33:16 +02:00
Andreas Schildbach
b8c0438da2 .travis.yml: Remove Travis CI
Travis has stalled building for open source projects.
2021-08-31 18:54:51 +02:00
Andreas Schildbach
d351bce293 README.md: Core has a max Gradle of 6.9 as well. 2021-08-23 17:40:07 +02:00
Sean Gilligan
19a7a50746 README.md: Reflect max Gradle of 6.9. 2021-08-23 13:57:32 +02:00
Sean Gilligan
86bdc1d119 README.md: Add GitHub Actions and Travis CI badges
Badges? We got your stinkin’ badges!
2020-04-27 00:44:42 +02:00
Sean Gilligan
0aef9836db build.gradle: Add 'application' plugin to tools subproject.
* Enable and configure Gradle application plugin
* Add wallet-tool instructions in project README.md
2020-03-12 00:25:19 +01:00
Andreas Schildbach
bfeb808b3b Require Gradle 4.4 for building. 2019-04-18 16:28:04 +02:00
Sean Gilligan
4daf6de1eb settings.gradle: If at least Java 11 and Gradle 4.10 are detected, wallet-template is being built again.
This also means wallet-template is under continuous integration by Travis again.
2019-02-26 11:56:32 +01:00
Sean Gilligan
4e52eb7c55 README.md: Add instructions for using Jitpack-powered SNAPSHOT builds. 2019-02-25 08:27:31 +01:00
Andreas Schildbach
aaa5262ef4 Migrate from Maven to Gradle 3.4 for building. 2018-05-01 16:49:30 +02:00
Andreas Schildbach
52d000b6f9 README.md: Remove mention of ForwardingService, it's outdated. 2018-03-22 19:45:07 +01:00
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