Commit graph

297 commits

Author SHA1 Message Date
Manfred Karrer
8d8318a73a Add prefix to backup dir 2016-04-05 13:07:00 +02:00
Manfred Karrer
4c0cc738e4 Add rolling backup 2016-04-05 03:31:22 +02:00
Manfred Karrer
3158f0d386 Embed font 2016-04-04 12:06:59 +02:00
Manfred Karrer
d0e4792094 Add open directory method 2016-03-31 18:43:03 +02:00
Manfred Karrer
a1d9dd47df Change network/localDB version 2016-03-31 13:16:56 +02:00
Manfred Karrer
513bc79d58 Use OAEPWithSHA256AndMGF1Padding for RSA, add tests 2016-03-30 12:47:30 +02:00
Manfred Karrer
37b31a5d0a Savings wallet (WIP) 2016-03-30 02:46:02 +02:00
Manfred Karrer
9ac0740e33 Use RSA/ECB/PKCS1Padding for asym cipher, use WRAP_MODE/UNWRAP_MODE instead ENCRYPT_MODE/DECRYPT_MODE 2016-03-30 02:40:40 +02:00
Manfred Karrer
32e1a5a3ac Add check for deviation from market price at create offer 2016-03-22 19:59:37 +01:00
Manfred Karrer
fa11cb4a6b Add deposit funds screen 2016-03-22 00:33:05 +01:00
Manfred Karrer
5d4d7607f3 Start 0.3.7-SNAPSHOT 2016-03-20 17:28:48 +01:00
Manfred Karrer
c4a1105c09 Version 0.3.6 2016-03-20 13:38:09 +01:00
Manfred Karrer
b4581ae698 Start for version 0.3.6-SNAPSHOT 2016-03-15 14:47:36 +01:00
Manfred Karrer
62d4d50392 Version 0.3.5 2016-03-11 17:20:58 +01:00
Manfred Karrer
7c63e5ab00 Fix issues with delayed mailbox messages, handle ui state when peer is offline 2016-03-11 16:44:25 +01:00
Manfred Karrer
42c225f14f Cleanups 2016-03-11 00:03:31 +01:00
Manfred Karrer
44445cd411 Tests for Payment accounts matches 2016-03-10 14:06:00 +01:00
Manfred Karrer
bbe874c920 Fix scrollbar graphic bug 2016-03-04 20:54:50 +01:00
Manfred Karrer
2b3387d385 Fix missing spinner and incorrect error handling at take offer 2016-03-04 03:01:58 +01:00
Manfred Karrer
29aac699f8 Ass styles for buy/sell at confirmation popups, add focus colors 2016-03-02 11:39:56 +01:00
Manfred Karrer
31fb0fafa4 Add support 3 new types of bank accounts 2016-02-29 23:57:31 +01:00
Manfred Karrer
b511267340 Fix bug with missing broadcast 2016-02-27 00:44:33 +01:00
Manfred Karrer
6daf959f78 Rename ReportedPeer to Peer 2016-02-26 18:24:00 +01:00
Manfred Karrer
60c8de796a P2P network improvements, rename MarketPriceFeed to PriceFeed 2016-02-26 02:12:05 +01:00
Manfred Karrer
4bc8c70a83 P2P network improvements 2016-02-26 00:10:44 +01:00
Manfred Karrer
f0d727e345 P2P network improvements 2016-02-25 14:48:00 +01:00
Manfred Karrer
47ed630d4d Use global timer 2016-02-25 14:46:41 +01:00
Manfred Karrer
77511a43f5 Use byte array instead of PubKeys, Use uid for mailbox msg, Improve storage data structure, Renamings, Cleanup 2016-02-22 23:20:21 +01:00
Manfred Karrer
bb6334f6a0 Fix missing sequence nr and signature updates at refresh offers 2016-02-22 16:18:14 +01:00
Manfred Karrer
ae6b95eed8 Add disconnect/awake handlers (WIP) 2016-02-20 12:04:07 +01:00
Manfred Karrer
a406a94976 Fix wrong null check 2016-02-19 22:24:55 +01:00
Manfred Karrer
8b1c0e5e6f Add more logging, don't throw exception at timers 2016-02-19 22:21:56 +01:00
Manfred Karrer
bd3b55cf47 Use FXTimer instead of Java Timer, add idle detection for republish offers 2016-02-19 19:56:17 +01:00
Manfred Karrer
79de2bcb11 Optimize RefreshTTLMessage, add UIClock 2016-02-19 18:13:45 +01:00
Manfred Karrer
6a25e1c56c Use Persistable interface for local db data 2016-02-18 14:08:28 +01:00
Manfred Karrer
8792666f78 Add Payload interface 2016-02-18 13:25:27 +01:00
Manfred Karrer
7cdb779aae Moved ByteArray to P2PDataStorage class 2016-02-18 13:23:37 +01:00
Manfred Karrer
245d41f07d Make payload classes final, extract Attachment in own class 2016-02-18 13:05:35 +01:00
Manfred Karrer
58bb1868a3 Handle offer removal on disconnects 2016-02-18 00:42:22 +01:00
Manfred Karrer
17c780639f Handle offer removal on disconnect, cleanup 2016-02-17 17:33:53 +01:00
Manfred Karrer
efc365f7e3 Fix positioning issue for linux, change to new version nr for network and db 2016-02-10 23:14:12 +01:00
Manfred Karrer
2d7aecd2ed Add fee check to take offer, display spinner and txt, cleanup eventhandlers, hide support tickets tab for arbitr. if not arbitr. 2016-02-10 22:15:34 +01:00
Manfred Karrer
30f7ca69f8 Start v0.3.5-SNAPSHOT 2016-02-09 01:46:53 +01:00
Manfred Karrer
86284fe644 v0.3.4 2016-02-09 00:36:59 +01:00
Manfred Karrer
1f8b1b0e01 Improve UI, add notification popups, fee warning,... 2016-02-08 20:09:08 +01:00
Manfred Karrer
2c8bc3053b Dont store disconnected nodes with wrong version/invalid data... 2016-02-04 19:00:16 +01:00
Manfred Karrer
a264fa4e0b Use PopupManager for queuing popups, improve version handling, deactivate focus requests, add popup when getting disconnection because of version conflict 2016-02-04 13:16:40 +01:00
Manfred Karrer
c70df863d6 Improve tx and withdrawal screens, make multiple address selection possible at withdrawal 2016-02-03 15:43:55 +01:00
Manfred Karrer
85b2cb1d44 Improve close connection and shutdown handling 2016-02-02 21:07:45 +01:00
Manfred Karrer
4232a10f47 Improve loggings 2016-02-01 20:11:03 +01:00