Commit graph

67 commits

Author SHA1 Message Date
Steve Myers
47232eebc2 Added command line arguments parser and flag to start app in seed mode. Also added default properties loader, but not using it yet. 2014-10-05 23:53:49 -07:00
Manfred Karrer
840cb547e4 Use "-" instead of "_" in app name when application arguments are used (Bitsquare-Alice) as Akka does not allow "_" in AkkaSystem names. 2014-10-05 19:17:37 +02:00
Manfred Karrer
c9b55c549f Merge branch 'master' of https://github.com/bitsquare/bitsquare 2014-10-05 18:59:52 +02:00
Manfred Karrer
89b7dac5b8 Moved window icon code to main class 2014-10-05 18:56:13 +02:00
Steve Myers
5e9f97953f Added built in dht seed node 2014-10-04 19:19:18 -07:00
Manfred Karrer
b9b7d4b3e0 Improve usability, fix bugs 2014-10-02 14:30:05 +02:00
Manfred Karrer
3c05af90f2 Improve UI 2014-09-30 15:49:01 +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
87d89f2dc6 Move arbitration screens to new account tab 2014-09-26 14:20:04 +02:00
Manfred Karrer
1a6fb9f5b5 Add System notification (simulated not OS native) 2014-09-25 02:40:57 +02:00
Manfred Karrer
f80758ca34 Update to new trade process UI 2014-09-23 22:20:30 +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
c30646a11c Orderbook, Mainview, refactorings 2014-09-15 00:05:40 +02:00
Manfred Karrer
892e831b8d Resolve more cyclic package dependencies 2014-09-11 02:06:00 +02:00
Manfred Karrer
0403eb82e5 Speedup startup 2014-09-09 16:30:50 +02:00
Manfred Karrer
05525e3558 Add account settings screens 2014-09-08 18:35:48 +02:00
Manfred Karrer
efc2100b26 Add payments account screen 2014-09-08 02:06:31 +02:00
Manfred Karrer
d2e98ff93a Use localized strings for create offer screen and validators 2014-09-04 12:06:51 +02:00
Manfred Karrer
fb89f087f0 fixed app dir problem with update to gradle. 2014-08-28 18:24:42 +02:00
Manfred Karrer
ab6ae89c38 reformatting 2014-08-27 21:26:40 +02:00
Manfred Karrer
919cde4e43 removed unused code, comments, small refactorings 2014-08-26 21:52:04 +02:00
Chris Beams
a31aa9c883
Organize import statements 2014-08-26 16:01:34 +02:00
Chris Beams
a3c4df8dc3
Adjust line wrapping by hand 2014-08-26 16:01:33 +02:00
Chris Beams
1ad1d318e8
Wrap lines at 120 chars 2014-08-26 16:01:33 +02:00
Chris Beams
7d6ca37d06
Apply formatting to Java sources
This is essentially the default IDEA formatting settings, with one tweak
made to allow same-line field annotations (useful particularly in the
case of the @FXML annotation)
2014-08-26 16:01:32 +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
Manfred Karrer
e2bf6ec652 add qr code support and payment url to wallet app 2014-08-24 20:11:13 +02:00
Manfred Karrer
71ce70bf4b add support for caching views 2014-08-24 01:43:27 +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
9d0d81a7b8 fix bug with bank account 2014-08-21 18:32:19 +02:00
Manfred Karrer
17697afa24 improved startup, add splash screen, make it smoother 2014-08-11 13:40:16 +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
0f04d3c483 update to bitcoinJ master 2014-08-05 20:00:47 +02:00
Manfred Karrer
bcbf5c8085 increase screen size 2014-08-01 16:50:01 +02:00
Manfred Karrer
603e86f14c refactoring: bank account, user, persistence 2014-08-01 16:45:42 +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
Manfred Karrer
d5a5db1d42 deactivate auto fill with mock 2014-07-12 18:28:18 +02:00
Manfred Karrer
2778779414 fix windows file rename bug 2014-07-09 13:34:35 +02:00
Manfred Karrer
64502c54c5 add alert icon to sys tray 2014-07-08 01:11:33 +02: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
4f26d76746 remove @Nullable/@NotNull annotations (too noisy and better use Optional/Either instead to avoid null pointer exc.) 2014-07-01 15:09:23 +02:00
Manfred Karrer
ebf2c559db add @Nullable/NotNull annotations, cleanup with intellij inspections 2014-06-30 02:17:26 +02:00
Manfred Karrer
2def1f5971 refactor nav enum 2014-06-28 23:47:35 +02:00