Commit Graph

61 Commits

Author SHA1 Message Date
Manfred Karrer
87e2119b84 Allow sorting in tables 2016-01-28 13:26:57 +01:00
Manfred Karrer
495616edea version 0.3.3 2016-01-27 19:02:01 +01:00
Manfred Karrer
a417768782 Remove local repo for bitcoinj 2016-01-18 18:47:15 +01:00
Manfred Karrer
7407915db8 Use bitcoinj jar from https://github.com/bitsquare/bitcoinj 2016-01-18 17:32:03 +01:00
Manfred Karrer
995a23a619 use a fork of bitcoinj with removed HttpDiscovery (serialization issues, privacy issues) 2016-01-18 16:01:16 +01:00
Manfred Karrer
9653ff8437 remove maintainancemanager, adopt fees, adopt timer delays, v. 0.3.2.3 2016-01-14 14:05:52 +01:00
Manfred Karrer
c2dbd55e77 Remove walletprefix, fix key event listener, v 0.3.2.23-snapshot 2015-12-29 00:36:19 +01:00
Manfred Karrer
2701af82bc Version 0.3.2.2 2015-12-28 13:33:58 +01:00
Manfred Karrer
b1c4d7b636 change pom files for 0.3.2.2-SNAPSHOT 2015-12-20 20:20:14 +01:00
Manfred Karrer
5b4a360b26 RC version 0.3.1 2015-11-18 17:32:02 +01:00
Manfred Karrer
f8adaaed62 Cleanup dependencies 2015-11-11 18:25:07 +01:00
Manfred Karrer
8347b9f572 add tor sub projects as modules 2015-11-06 00:43:21 +01:00
Manfred Karrer
d33ebbed27 cleanup, deactivate updateservice 2015-11-05 23:59:49 +01:00
Manfred Karrer
def492a22a Update guava, cleanup threading 2015-11-05 20:55:55 +01:00
Manfred Karrer
3711519e3a Update bouncycastle, cleanup, renamings 2015-11-02 01:57:00 +01:00
Manfred Karrer
c6ece486ed move network code to module 2015-10-28 02:12:00 +01:00
Manfred Karrer
9006224ca9 Change maven version nr to 0.3.2-SNAPSHOT 2015-05-22 16:56:07 +02:00
Manfred Karrer
f971a787ba prepare for version 0.3.1. 2015-05-18 18:05:10 +02:00
Manfred Karrer
27381b0e98 Update to tomp2p beta7, UpdateFX 1.6, add Dev mode,... 2015-05-15 03:29:52 +02:00
Manfred Karrer
47f7f3b0bb Config log to file, add CrashFX (UI side) 2015-04-08 16:24:15 +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
aa1e141900 Version 0.1.3 interrupted trade process working fine 2015-03-28 23:12:18 +01:00
Manfred Karrer
917dd3522b Refactor persistence (add Storage class) 2015-03-24 17:16:34 +01:00
Manfred Karrer
c4905baef3 Use bitcoinJ fork 2015-03-23 12:40:20 +01:00
Manfred Karrer
1b883cf386 Reformat 2015-03-14 09:43:10 +01:00
Manfred Karrer
dbf35b2423 Renamed gui module to core 2015-03-13 20:15:24 +01:00
Manfred Karrer
3a90fcd022 Remove common module, rename net to bootstrap 2015-03-13 20:13:18 +01:00
Manfred Karrer
86ec3380b2 Add net module 2015-03-07 00:58:57 +01:00
Manfred Karrer
2e556de8b2 Prepare for tag 2015-03-07 00:06:29 +01:00
Manfred Karrer
dce1c5be7d Add Snapshot 2015-03-06 23:50:08 +01:00
Manfred Karrer
b964a88cea Set version nr to 0.1.1 2015-03-06 23:44:29 +01:00
Manfred Karrer
6b4f528f47 UpdateFX with maven build (tested only on mac) 2015-02-27 23:47:23 +01:00
Chris Beams
7c176be3a0
Remove Maven pom 2014-08-28 13:56:06 +02:00
Manfred Karrer
98c6e34b23 fixed utest, update formatting added comments 2014-08-26 17:32:43 +02:00
Manfred Karrer
1c3c8b9d21 merged with cbeams formatting changes. use MVP pattern for create offer screen 2014-08-26 16:57:31 +02:00
Chris Beams
ecbc5c009a
Remove misplaced and duplicate dependency from pom
The dependency declaration for net.glxn:qrgen:1.3 added in commit
4358268d88 was placed outside the
<dependencies> element, resulting in pom validation errors and breaking
the build. This commit removes the offending <dependency> element, as it
is a duplicate of the original declaration added to the pom months ago
in commit 328ecf34fe.
2014-08-25 14:23:48 +02:00
Manfred Karrer
e2bf6ec652 add qr code support and payment url to wallet app 2014-08-24 20:11:13 +02:00
Manfred Karrer
0a9a442baa add jar plugin to pom 2014-08-22 02:51:06 +02:00
Manfred Karrer
a6bce35b9f update readme 2014-08-06 00:26:56 +02:00
Manfred Karrer
0f04d3c483 update to bitcoinJ master 2014-08-05 20:00:47 +02:00
Steve Myers
950ab93114 Updated maven javafx plugin dependency
http://stackoverflow.com/questions/19407959/javafx-maven-plugin-and-api-
incompatibility
2014-07-31 23:26:02 -07:00
Manfred Karrer
d943ee0918 use tomp2p master branch 2014-07-31 19:43:46 +02:00
Manfred Karrer
79a52a6e38 Merge branch 'master' of https://github.com/bitsquare/bitsquare 2014-07-31 18:54:01 +02:00
Manfred Karrer
57d5ddcc4f updated to master branch of tomp2p. refactored messaging. bootstrapping to seed node (server supported). right management. 2014-07-31 18:45:58 +02:00
Steve Myers
06a0a4fb41 added dependency to javafx maven plugin
This is to get around javafx-maven-plugin issue with latest maven
version. see:
http://stackoverflow.com/questions/19407959/javafx-maven-plugin-and-api-
incompatibility
2014-07-27 17:01:37 -07:00
Manfred Karrer
d23a965cdc fix app path 2014-07-08 00:39:23 +02:00
Manfred Karrer
5a04af595b packed into mac app 2014-07-07 18:59:55 +02:00
Manfred Karrer
65d97819ac add system try support, add address to create offer screen 2014-07-07 16:28:40 +02:00
Manfred Karrer
fd1f23ea62 refactoring trade protocol, reformatting 2014-07-05 15:37:34 +02:00