Commit graph

453 commits

Author SHA1 Message Date
Manfred Karrer
d9e625a684 move calculations to model 2014-08-29 19:00:17 +02:00
Manfred Karrer
b91fe8273b changed validation 2014-08-29 16:14:25 +02:00
Chris Beams
ed5cc4d628
Disable logging to file 2014-08-28 21:17:07 +02:00
Chris Beams
7560591d05
Set default logging level to WARN vs. TRACE
To avoid information overload during normal operation.
2014-08-28 21:17:07 +02:00
Chris Beams
4a58c2e040
Polish whitespace in logback.xml 2014-08-28 21:17:07 +02:00
Manfred Karrer
d30a41b54b added description of ui architecture pattern used 2014-08-28 19:34:47 +02:00
Manfred Karrer
fb89f087f0 fixed app dir problem with update to gradle. 2014-08-28 18:24:42 +02:00
Manfred Karrer
a8c3040fb3 updates with formatting 2014-08-28 12:53:27 +02:00
Manfred Karrer
56ca79a58f fix bug with formatting 2014-08-27 21:41:18 +02:00
Manfred Karrer
ab6ae89c38 reformatting 2014-08-27 21:26:40 +02:00
Manfred Karrer
7fee8b665e add input validators 2014-08-27 21:25:49 +02:00
Manfred Karrer
5449e9d31c update logo and sys tray icon 2014-08-27 14:35:51 +02:00
Manfred Karrer
8e22e42556 update MVP for create offer, improve addressTF, balanceTF, create inputvalidator 2014-08-27 01:29:34 +02:00
Manfred Karrer
e8761467ca small bugfixes 2014-08-26 22:03:15 +02:00
Manfred Karrer
919cde4e43 removed unused code, comments, small refactorings 2014-08-26 21:52:04 +02:00
Manfred Karrer
d3d23cc459 refactor packages and rename protocol class for trade process, comments 2014-08-26 21:05:40 +02:00
Manfred Karrer
fd62cbe9ef removed most SuppressWarning annotations, added comments 2014-08-26 18:31:35 +02:00
Manfred Karrer
627b49c7c1 fixed locale problem with fiat comparison in tests, added comments 2014-08-26 18:19:24 +02:00
Manfred Karrer
5415878356 changed fiat comparison in tests, added comments 2014-08-26 17:58:37 +02:00
Manfred Karrer
77431b3d94 added comments 2014-08-26 17:44:55 +02:00
Chris Beams
1955250ae8
Apply formatting to strip trailing whitespace 2014-08-26 17:36:59 +02:00
Manfred Karrer
98c6e34b23 fixed utest, update formatting added comments 2014-08-26 17:32:43 +02:00
Manfred Karrer
25b2afc545 merged with cbeams formatting changes. use MVP pattern for create offer screen (2. update) 2014-08-26 17:05:45 +02:00
Manfred Karrer
a9794a79d2 Merge remote-tracking branch 'origin/master'
Conflicts:
	src/main/java/io/bitsquare/gui/trade/createoffer/CreateOfferController.java
	src/main/java/io/bitsquare/gui/util/BSFormatter.java
2014-08-26 16:58:34 +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
bf6652c340
Add trailing newline 2014-08-26 16:31:35 +02:00
Chris Beams
e4be536b63
Polish Javadoc 2014-08-26 16:31:21 +02:00
Chris Beams
75299b4311
Remove Bitsquare GPL copyright from Oracle sources
Certain sources are already copyrighted by Oracle. This commit partially
reverts be3beb5 by deleting the copyright headers that were added there.
All Oracle copyright headers remain intact.
2014-08-26 16:29:35 +02:00
Chris Beams
3fcc56f849
Collapse TODO comments onto single line 2014-08-26 16:28:58 +02:00
Chris Beams
fcd9966978
Remove code that has been commented out 2014-08-26 16:26:16 +02:00
Chris Beams
a31aa9c883
Organize import statements 2014-08-26 16:01:34 +02:00
Chris Beams
424d4e8ff8
Format else statements on new line
Based on Manfred's existing IDEA settings
2014-08-26 16:01:33 +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
23b2cabf19
Apply formatting to XML sources 2014-08-26 16:01:32 +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
681f2d55b8
Convert sources to unix line endings
Performed with the following command:

    $ git ls-files | xargs dos2unix
2014-08-26 16:01:26 +02:00
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
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
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