Commit graph

194 commits

Author SHA1 Message Date
Manfred Karrer
d2e98ff93a Use localized strings for create offer screen and validators 2014-09-04 12:06:51 +02:00
Manfred Karrer
40107785ab Update to new Create offer UI 2014-09-04 02:52:16 +02:00
Manfred Karrer
8060ff6a88 ui mocks for registration process 2014-09-02 02:19:07 +02:00
Manfred Karrer
4624ebad94 improve UITestRunner 2014-09-01 19:38:49 +02:00
Manfred Karrer
99f644dd0e add create offer ui mocks 2014-09-01 19:00:05 +02:00
Manfred Karrer
c87a9a3acc changed formatter to use CoinFormat instead of BtcFormat 2014-08-29 23:15:14 +02:00
Manfred Karrer
8089f40601 changed return type in loadViewAndGetChildController to support new ui base classes 2014-08-29 20:07:11 +02:00
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
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
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
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
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
1c3c8b9d21 merged with cbeams formatting changes. use MVP pattern for create offer screen 2014-08-26 16:57:31 +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
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
fc85a8ee17 improve addressentry handling 2014-08-24 14:38:16 +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
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
d943ee0918 use tomp2p master branch 2014-07-31 19:43:46 +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
65d97819ac add system try support, add address to create offer screen 2014-07-07 16:28:40 +02:00
Manfred Karrer
5da272bdbf refactoring trade protocol 2014-07-04 18:16:51 +02:00
Manfred Karrer
7e55b7325a changed trade protocol to use tasks, added scheduler framework 2014-07-03 19:22:06 +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
7abbe21329 error handling, popups, code cleanup 2014-06-27 15:36:03 +02:00
Manfred Karrer
0545148f74 confidence fixed 2014-06-26 16:03:02 +02:00
Manfred Karrer
a91346252e orders section, offer table 2014-06-25 22:50:45 +02:00
Manfred Karrer
70522383c6 update listeners 2014-06-18 23:59:13 +02:00
Manfred Karrer
a03c24d664 add settings, arbitration selection, arb. registration, change setup, change funding, manage keys in wallet 2014-06-18 21:48:40 +02:00
Manfred Karrer
38199b9b5f account registration 2014-04-28 00:14:10 +02:00