Commit Graph

86 Commits

Author SHA1 Message Date
Chris Beams
2fbf8744c4
Update forum, IRC, mailing list and newsletter links 2017-12-26 21:55:29 +01:00
Chris Beams
4475e5cf01
Lowercase @Bisq_Network => @bisq_network 2017-12-26 21:52:39 +01:00
Stephen Gornick
67a5f02b2c Branding change on README.md for @Bisq_Network Twitter account. 2017-12-25 23:01:38 -06:00
Manfred Karrer
7b072fee83
Reduce logo size in readme.md 2017-10-25 16:11:49 -05:00
Manfred Karrer
a98438561f
Reduce logo size in readme.md 2017-10-25 16:10:45 -05:00
Manfred Karrer
28eceaec53
Fix markdown in readme.md 2017-10-25 16:10:20 -05:00
Manfred Karrer
8ff42c9746
Reduce logo size in readme.md 2017-10-25 16:09:31 -05:00
Manfred Karrer
01cf823d7a
Prepare merge Dev 2017-10-11 07:21:50 -05:00
Chris Beams
0f2145d19c
Rename bisq-network/{bisq-exchange => exchange}
This is a follow on to 6ffa52a00. bisq-network/bisq-exchange is too
verbose, and other repositories have been shortened as well, e.g.
bisq-network/price-relay-node has become bisq-network/pricenode.
2017-09-05 14:55:42 +02:00
Chris Beams
6ffa52a006
Rename bitsquare/bitsquare => bisq-network/bisq-exchange 2017-08-23 15:36:17 +02:00
Yousef Amar
9243bac3b9 Update AUR link 2017-07-22 18:39:31 +02:00
Manfred Karrer
e2fa679a68 Merge DAO branch to Development branch 2017-06-27 01:29:54 +02:00
Erkan Yilmaz
6b1139a74d typo
typo
2016-11-11 09:17:02 +01:00
Manfred Karrer
f7e9a2f105 Add Forum link, cleanup... 2016-10-19 22:59:58 +02:00
Manfred Karrer
f0d97769c1 Update text regarding beta version 2016-04-28 12:28:46 +02:00
Janus Troelsen
143594614e now in beta, not alpha 2016-04-28 12:22:44 +02:00
Manfred Karrer
da506226d9 add AUR 2015-05-26 13:32:04 +02:00
Manfred Karrer
7e6098bdaf Removed javafx Platform dependencies from core 2015-04-06 23:13:41 +02:00
Manfred Karrer
7d4b30e8db Move gui classes to gui module 2015-04-06 22:46:29 +02:00
Manfred Karrer
8be2fc80be Update readme and build.md 2015-03-03 23:09:04 +01:00
Chris Beams
b13848154a Use "national currency" vs "fiat" where appropriate 2014-12-17 22:36:38 +01:00
Manfred Karrer
c17c08b07a Update video link 2014-12-16 02:41:33 +01:00
Chris Beams
e11d183a6e
Remove coveralls badge for now 2014-12-02 18:02:51 +01:00
Chris Beams
6c36b2fa46
Add 'appJar' and 'bootstapNodeJar' tasks to build
The build now exposes two explicit ShadowJar tasks: one for the main
JavaFX client (`appJar`) and one for the headless bootstrap node
(`bootstrapNodeJar`).

Run as follows:

    ./gradlew appJar
    -- or --
    ./gradlew bootstrapNodeJar

The resulting executable jar for each will be found in the `build/libs`
directory.

Thanks to @johnrengleman for his help at johnrengelman/shadow#108

Resolves #265
Resolves #252
2014-11-11 23:53:32 +01:00
Chris Beams
43cf337fe4
Support code coverage using JaCoCo and Coveralls
The Gradle build now supports generating code coverage reports using
JaCoCo. The reports can be run with:

    ./gradle jacocoTestReport

and then view the HTML output at:

    build/reports/jacoco/test/html/index.html

The bitsquare repository has now also been registered with a (free)
account at http://coveralls.io. Our Travis CI configuration has been
updated to publish JaCoCo XML test report data to coveralls.io, which
results in the reports found at:

 - https://coveralls.io/r/bitsquare/bitsquare

For more information on the JaCoCo and Coveralls Gradle plugins, see:

 - http://www.gradle.org/docs/current/userguide/jacoco_plugin.html
 - https://github.com/kt3k/coveralls-gradle-plugin
2014-11-03 13:56:14 +01:00
Lloyd
68a73a7279 Update README.md
Added a link to the Bitsquare website
2014-11-01 15:02:26 +08:00
Manfred Karrer
74fa325aee Use https 2014-10-28 15:59:44 +01:00
Manfred Karrer
57a466da85 Update links 2014-10-28 15:58:38 +01:00
Manfred Karrer
f937bd1a99 Remove bitcointalk forum link 2014-10-15 21:19:58 +02:00
Manfred Karrer
9af8a3b8df Update to https://bitsquare.io 2014-10-15 20:51:00 +02:00
Manfred Karrer
655c9fb166 Fix URL for screencasts 2014-10-08 01:35:00 +02:00
Chris Beams
756966c965 Update README.md 2014-10-03 19:22:04 +02:00
Chris Beams
17cddd0cfc
Refine README
See #95
2014-10-03 17:00:50 +02:00
Chris Beams
6db403b93f
Update and simplify README
Resolves #95
2014-10-02 19:00:21 +02:00
Manfred Karrer
3a17d5062b Add linux java8 install commands 2014-09-30 21:43:27 +02:00
Chris Beams
a30409ebaf
Update IRC channel from #bitsquare.io => #bitsquare 2014-09-29 11:22:07 +02:00
Manfred Karrer
94f4b2aeb0 Change logo 2014-09-29 10:47:17 +02:00
Chris Beams
2e9a07a6c5
Add Travis CI build status badge to README
See #86
2014-09-29 09:35:10 +02:00
Chris Beams
d536258871
Use published snapshots for BitcoinJ and TomP2P
Bitsquare depends on specific versions of BitcoinJ and TomP2P that have
not previously been published to any maven repository--until now. Based
on the 'published' branch of the bitcoinj [1] and tomp2p [2] forks under
the bitsquare organization, snapshots have been published to a temporary
repository [3] that has been made available to us by JFrog.

To be as explicit as possible, these custom-published snapshots have
had their version numbers qualified with the short hash of the commit
they were built from. So for bitcoinj, the dependency is no longer
0.12-SNAPSHOT, but 0.12.308de4e-SNAPSHOT. For TomP2P, the version has
gone from 5.0-Alpha24-SNAPSHOT to 5.0-Alpha24.805623c-SNAPSHOT.
Accordingly, these qualified versions are now reflected in the
dependency declarations in build.gradle.

This means that it is no longer necessary to build bitcoinj and tomp2p
locally in order to get up and running with Bitsquare development, and
the README has been updated accordingly. And it also means we can now
set up a Travis CI build with ease (which shall be done with #86).

Resolves #97

[1]: https://github.com/bitsquare/bitcoinj/tree/published
[2]: https://github.com/bitsquare/tomp2p/tree/published
[3]: http://partnerdemo.artifactoryonline.com/partnerdemo/libs-snapshots-local/
2014-09-29 08:49:23 +02:00
Manfred Karrer
4f43033439 Change Maven to Gradle 2014-09-24 10:46:50 +02:00
Manfred Karrer
02b82b63ef Fix width problem with info component 2014-09-19 00:47:15 +02:00
Manfred Karrer
223b32e603 update readme 2014-08-27 14:50:24 +02:00
Manfred Karrer
fade2bc28f update logo 2014-08-27 14:49:32 +02:00
Manfred Karrer
d9c6c8dd90 update twitter link 2014-08-27 14:09:34 +02:00
Manfred Karrer
4844cdd3c4 add more contact links 2014-08-27 13:14:30 +02:00
Manfred Karrer
4e2f977ff0 adjust bank account combobox and balance label 2014-08-24 17:53:43 +02:00
Manfred Karrer
5fa7872606 update readme with new videos 2014-08-24 15:20:51 +02:00
Manfred Karrer
e382a0262d update readme 2014-08-06 01:22:02 +02:00
Manfred Karrer
a40f8255d3 merged rolands commit 2014-08-06 01:20:58 +02:00
Manfred Karrer
0ce1f1e415 merged rolands commit 2014-08-06 01:20:03 +02:00