Chris Beams
26b8bb09be
Apply copyright to FXML sources
...
Per http://www.gnu.org/licenses/gpl-howto.html
2014-08-26 15:56:15 +02:00
Chris Beams
be3beb5c13
Apply copyright to Java sources
...
Per http://www.gnu.org/licenses/gpl-howto.html
2014-08-26 15:56:14 +02:00
Chris Beams
d5e7b6cfdb
Add IDEA copyright configuration
2014-08-26 15:56:14 +02:00
Chris Beams
6ff63ce2c6
Ignore Vim swap files
2014-08-26 15:56:13 +02:00
Chris Beams
b1e85691ed
Remove duplicate gitignore entry
2014-08-26 15:56:13 +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
4358268d88
add qr code support and payment url to wallet app
2014-08-24 22:38:33 +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
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
ac2b8e3f41
use default country in bank account
2014-08-24 15:17:35 +02:00
Manfred Karrer
fc85a8ee17
improve addressentry handling
2014-08-24 14:38:16 +02:00
Manfred Karrer
00b41cf537
fixed problems with caching
2014-08-24 14:01:28 +02:00
Manfred Karrer
71ce70bf4b
add support for caching views
2014-08-24 01:43:27 +02:00
Manfred Karrer
3391f6f4d3
fixed remove offer bug
2014-08-23 19:55:23 +02:00
Manfred Karrer
bf08388ac9
override useCaching (need a bit more effort to use caching)
2014-08-22 18:35:17 +02:00
Manfred Karrer
656a517057
save last successful bootstrap method and use that afterwards directly (speed up bootstrap when fallbacks are used like port forwarding and relay). Relay mode cause still issues on the server, need to be fixed ba Thomas Bocek (see mailinglist)
2014-08-22 18:28:12 +02:00
Manfred Karrer
0a9a442baa
add jar plugin to pom
2014-08-22 02:51:06 +02:00
Manfred Karrer
7b49ab8218
fix main class in manifest
2014-08-22 01:54:14 +02:00
Manfred Karrer
9d0d81a7b8
fix bug with bank account
2014-08-21 18:32:19 +02:00
Manfred Karrer
0905fbd6b4
reformat
2014-08-20 21:56:03 +02:00
Manfred Karrer
7e8ee84ed1
fixed validation bugs and bugs at create order view
2014-08-20 21:55:27 +02:00
Manfred Karrer
844029d967
fixed network sync panel visibility
2014-08-20 11:06:11 +02:00
Manfred Karrer
a4beeeb447
new create offer layout
2014-08-11 23:03:50 +02:00
Manfred Karrer
17697afa24
improved startup, add splash screen, make it smoother
2014-08-11 13:40:16 +02:00
Manfred Karrer
89d5c9ee86
make volume and amount bi direct. editable and bindable, add validation for volume
2014-08-11 02:15:59 +02:00
Manfred Karrer
1bc0dbfa31
new validation impl., use bindings in create offer controller, profiler added, use caching for FXML loader
2014-08-10 23:59:18 +02:00
Manfred Karrer
83203554e9
fixed caching tabpane
2014-08-08 18:07:39 +02:00
Manfred Karrer
7d72122a91
use deamon for seednode
2014-08-08 12:48:49 +02:00
Manfred Karrer
af30d89921
use bindings in create offer controller
2014-08-07 18:44:10 +02:00
Manfred Karrer
a9be983caa
use bindings in create offer controller
2014-08-07 18:14:52 +02:00
Manfred Karrer
daecafa3c1
fix validation
2014-08-07 15:20:14 +02:00
Manfred Karrer
2cd3a5bae4
add offer validation
2014-08-07 14:33:30 +02:00
Manfred Karrer
7069fb6c4d
createOfferCoordinator updated
2014-08-06 18:47:20 +02:00
Manfred Karrer
0fdab0d309
create offer moved to domain
2014-08-06 17:18:15 +02:00
Manfred Karrer
3290586994
create offer moved to domain
2014-08-06 17:15:45 +02:00
Manfred Karrer
b7004d639c
create offer moved to domain
2014-08-06 17:08:58 +02:00
Manfred Karrer
7cac1eceec
refactored create offer process
2014-08-06 14:31:22 +02:00
Manfred Karrer
75581aa1fb
disable contract check
2014-08-06 01:28:53 +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
Manfred Karrer
4cf5dde824
Merge branch 'master' of https://github.com/rolandkofler/bitsquare
...
Conflicts:
README.md
2014-08-06 01:18:49 +02:00
Manfred Karrer
a6bce35b9f
update readme
2014-08-06 00:26:56 +02:00
Manfred Karrer
c3039e8361
update to bitcoinJ master
2014-08-06 00:21:08 +02:00
Manfred Karrer
e0e6df6383
update to bitcoinJ master
2014-08-05 23:30:17 +02:00
Manfred Karrer
ff7aa52d39
update to bitcoinJ master: trade process working, signing and contract open to fix
2014-08-05 21:58:33 +02:00
Manfred Karrer
0f04d3c483
update to bitcoinJ master
2014-08-05 20:00:47 +02:00
rolandkofler
3f85152027
an example for a centralized exchange was given
2014-08-05 08:41:24 +02:00
rolandkofler
3cde978297
Short description what it is.
...
In order to facilitate understanding of the project, a short description of its goals is proposed.
2014-08-05 08:38:50 +02:00