Commit Graph

326 Commits

Author SHA1 Message Date
Chris Beams
c744fa21df
Enable Travis CI build
Per instructions at http://docs.travis-ci.com/user/getting-started.
See https://travis-ci.org/bitsquare/bitsquare

Resolves #86
2014-09-29 09:28:11 +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
ba3d04fed1 Add config file support for seednode selection, Fix resource loading bug with checkpoint file for mainnet 2014-09-29 03:01:01 +02:00
Manfred Karrer
a5a04fe72c Add config file support for network type selection 2014-09-29 01:44:50 +02:00
Manfred Karrer
d2b1c5f37c Add window icon, change texts, remove balance display 2014-09-28 03:31:27 +02:00
Manfred Karrer
4b117b2e84 Remove useless test 2014-09-27 01:44:32 +02:00
Manfred Karrer
14b452efc3 Fine tune trade process 2014-09-27 01:39:55 +02:00
Manfred Karrer
026a3e4b93 Remove deprecated method from Formatter 2014-09-26 14:23:35 +02:00
Manfred Karrer
87d89f2dc6 Move arbitration screens to new account tab 2014-09-26 14:20:04 +02:00
Manfred Karrer
9ea6fb9b55 Remove old Controller classes 2014-09-26 11:42:12 +02:00
Manfred Karrer
33148a9a8a Clean up orders package 2014-09-26 11:18:11 +02:00
Manfred Karrer
1130da6a8f Remove static methods from BSFormatter 2014-09-26 10:36:51 +02:00
Manfred Karrer
19e71ffad2 Remove BitSquareValidator (was deprecated) 2014-09-26 10:04:07 +02:00
Manfred Karrer
a7e6fd96c7 Remove TomP2P dependency in ArbitratorBrowser 2014-09-26 09:57:17 +02:00
Manfred Karrer
d207b65cc7 Remove deposit screen (not needed anymore as deposit are done in context) 2014-09-26 09:35:22 +02:00
Manfred Karrer
a4fd70f49b Add null check 2014-09-26 02:34:21 +02:00
Manfred Karrer
da2e7fd968 Reformatting 2014-09-26 02:24:24 +02:00
Manfred Karrer
299589ccf4 Add notifiaction logos 2014-09-26 02:23:54 +02:00
Manfred Karrer
76b6bcfc22 Cleanup 2014-09-26 02:21:34 +02:00
Manfred Karrer
63df466281 Add closed trades and open offers UIs 2014-09-26 01:23:52 +02:00
Manfred Karrer
8ae0dd8b41 Use CopyOnWriteArrayList for listeners 2014-09-25 19:39:48 +02:00
Manfred Karrer
2840311853 Clean up pending trades 2014-09-25 14:29:48 +02:00
Manfred Karrer
1a6fb9f5b5 Add System notification (simulated not OS native) 2014-09-25 02:40:57 +02:00
Manfred Karrer
4f43033439 Change Maven to Gradle 2014-09-24 10:46:50 +02:00
Manfred Karrer
1e692ec8c4 Update 2 to new trade process UI 2014-09-24 00:58:25 +02:00
Manfred Karrer
f80758ca34 Update to new trade process UI 2014-09-23 22:20:30 +02:00
Manfred Karrer
a650aef811 Color changes 2014-09-20 19:09:00 +02:00
Manfred Karrer
99d552da07 Use new logo and colors 2014-09-20 17:25:34 +02:00
Manfred Karrer
02b82b63ef Fix width problem with info component 2014-09-19 00:47:15 +02:00
Manfred Karrer
30751b017b Add new Take offer screen 2014-09-17 23:51:54 +02:00
Manfred Karrer
e04ed033e0 Make access package local 2014-09-17 20:15:14 +02:00
Manfred Karrer
c668d3578d Fix bug that bank account list was not populated 2014-09-17 00:02:34 +02:00
Manfred Karrer
d0ccc365dc Add missing fx:id 2014-09-16 23:48:48 +02:00
Manfred Karrer
c5c9b14c31 Cleanup 2014-09-16 23:41:54 +02:00
Manfred Karrer
24108cdcde Fix remove offer bug. Changed polling, fix problems with empty offer list. 2014-09-16 15:05:05 +02:00
Manfred Karrer
333c367ded Add logs 2014-09-16 13:05:17 +02:00
Manfred Karrer
1ca97369aa Add retina version for all img 2014-09-16 03:53:43 +02:00
Manfred Karrer
97facb6bbf Use CSS for Retina ready images 2014-09-16 02:09:32 +02:00
Manfred Karrer
908874fd92 Rename ImageUtil methods 2014-09-16 01:34:30 +02:00
Manfred Karrer
f0f5ddd4ec Move Enum to Navigation, renamings 2014-09-15 23:17:39 +02:00
Manfred Karrer
33e8a8f921 Refactor navigation handling 2014-09-15 23:08:03 +02:00
Manfred Karrer
4384125985 Add missing img 2014-09-15 18:37:56 +02:00
Manfred Karrer
46a3b7aafa Remove retina tag 2014-09-15 18:03:09 +02:00
Manfred Karrer
526382bdc0 Store last nav item in nav manager 2014-09-15 17:07:58 +02:00
Manfred Karrer
e145faf46f Rename nav images 2014-09-15 17:00:51 +02:00
Manfred Karrer
1a5d9b6d6c Rename Overlay- and NaviagtionController 2014-09-15 15:29:27 +02:00
Manfred Karrer
ed52955a19 Use css for testing retina support 2014-09-15 15:23:41 +02:00
Manfred Karrer
6f05579c4b Update style 2014-09-15 02:42:21 +02:00
Manfred Karrer
7dc8d66614 Remove Anchorpane in OrderBookView 2014-09-15 02:15:50 +02:00
Manfred Karrer
3b5a59ac55 Change Logo img 2014-09-15 02:02:17 +02:00