Commit graph

199 commits

Author SHA1 Message Date
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
Manfred Karrer
7e55b7325a changed trade protocol to use tasks, added scheduler framework 2014-07-03 19:22:06 +02:00
Manfred Karrer
3463f07022 nav storage 2014-06-26 23:27:51 +02:00
Manfred Karrer
3d6c2a8c62 funds table update, lib update 11.3 (bloomfilter bug in 11.0) 2014-06-26 09:22:53 +02:00
Manfred Karrer
a91346252e orders section, offer table 2014-06-25 22:50:45 +02:00
Manfred Karrer
205259bee9 separate wallet addresses 2014-06-19 23:58:27 +02:00
Manfred Karrer
c2db60be67 integration of TomP2P for payment process (part 1), fund screen, setup redesign, orders screen 2014-05-15 12:31:41 +02:00
Manfred Karrer
6459184ce9 integration of TomP2P and basic use cases in dummy views tested 2014-05-10 18:31:55 +02:00
Manfred Karrer
8856e31d78 fix confirmations, add logback, ui stuff, add country(local) to bankaccount 2014-04-28 17:26:26 +02:00
Manfred Karrer
328ecf34fe integrate bitcoinj WalletAppKit 2014-04-15 01:29:34 +02:00
Manfred Karrer
63c1687a0c fix filtering 2014-04-11 14:46:00 +02:00
Manfred Karrer
bc09937785 initial commit. gui prototype v 0.1 2014-04-11 11:33:48 +02:00