Commit graph

306 commits

Author SHA1 Message Date
8f5d10f0c0 Removed maven central repository 2016-09-27 10:44:30 +09:00
a22b32f607 Retry internet connections if all nodes disconnected 2016-09-25 20:17:26 +09:00
75d87b54c2 Also copy ID to clipboard on long click 2016-09-25 16:27:11 +09:00
858a2ac636 Always show QR code in UserInfoFragment 2016-09-25 15:31:55 +09:00
0ccfd100d3 Clicking on address copies it to the clipboard 2016-09-24 23:41:54 +09:00
f579608f6b Don't crash if we can't bind to server socket 2016-09-24 19:03:49 +09:00
a857002fa9 Fixed possible crash in Bluetooth code 2016-09-24 18:59:24 +09:00
d1768ea8b4 Removed exit button, made app always run on device start 2016-09-24 18:56:52 +09:00
6d65b739c6 Uncommented integration test code 2016-09-24 18:51:02 +09:00
ab5370cd86 Removed unused MaxConnections setting 2016-09-24 18:50:46 +09:00
68cb2253d9 Bumped version to 0.5.1 2016-09-23 21:40:58 +09:00
e9da8cd1f5 Updated slick to avoid crashes at startup 2016-09-22 09:42:54 +09:00
c4ee46c038 Bumped version to 0.5.0 2016-09-21 07:57:34 +09:00
81d8230abc Updated dependencies 2016-09-19 16:48:51 +09:00
083c0a2d03 Fixed Bluetooth scan not working on Android 6.0 2016-09-19 16:31:35 +09:00
1d7055f1d6 Fixed systemd unit 2016-09-19 06:09:54 +09:00
5bb97a1460 Removed maxConnections limit 2016-09-19 06:00:35 +09:00
69066c6744 Use single jar for release, no need for shell script 2016-09-19 05:31:20 +09:00
1d8736931f Added new default server 2016-09-19 05:03:49 +09:00
f3ec28fef8 Allow adding other device by address, auto request public key 2016-09-13 01:48:58 +02:00
127e4c9ff2 Formatting fixes 2016-08-27 03:08:20 +02:00
8bec10efb6 Changed license to MPLv2 (fixes #47) 2016-08-27 02:00:15 +02:00
1be5ca31ab Fixed screenshot size 2016-08-27 01:51:08 +02:00
213046048a Added bachelor thesis 2016-08-26 17:37:14 +02:00
8f2d0cfb73 Updated readme and screenshots 2016-08-26 17:30:05 +02:00
e886f1563a Limit retry count value to 6 2016-08-20 16:18:46 +02:00
882b518a7c Refactored class layout of core package. 2016-08-20 16:13:29 +02:00
7c9c6803dc Also sign header data 2016-08-20 15:48:07 +02:00
64fae3df99 Bumped version to 0.4.0 2016-07-17 18:09:36 +02:00
6bebfcf3cf Fixed crash on database upgrade. 2016-07-17 17:51:36 +02:00
343c5fca07 Fixed crashes in ChatFragment due to wrong date class. 2016-07-17 17:34:37 +02:00
acbcd68384 Added logging to MessageBuffer. 2016-07-17 17:34:24 +02:00
51b1feee4e Merge branch 'message-confirmations' 2016-07-17 17:05:31 +02:00
579d1f5717 Added message confirmations to protocol (ref #22). 2016-07-17 17:05:12 +02:00
338a51fea9 Fixed database test. 2016-07-15 21:06:57 +02:00
c1c7487d48 Force initial route generation for route change test. 2016-07-15 20:46:59 +02:00
6799deea9d Fixed crash when picking relays if a neighbor wasn't in the db. 2016-07-15 20:45:29 +02:00
989ec6efb1 Fixed test compile error. 2016-07-01 21:55:14 +02:00
45bb01cd8e Don't accept message if number of forwarding tokens is too high. 2016-07-01 21:55:05 +02:00
5310c34218 Merge branch 'relay-servers' 2016-06-24 13:35:42 +02:00
4a36fdbef2 Send messages via relays (fixes #26). 2016-06-24 13:34:59 +02:00
1add05b72f Store total node connection time in database. 2016-06-07 20:10:10 +02:00
23ee0f6da7 Added message buffer with automatic retry. 2016-06-02 21:36:48 +02:00
a0cd4248d9 Automatically delete old configs on integration test start. 2016-05-31 13:21:47 +02:00
7ce2e937ab Added extra trace logging for RREQ/RREP/RERR messages. 2016-05-31 12:26:23 +02:00
09ef3b3705 Bumped version to 0.3.0 2016-05-29 19:31:56 +02:00
d97986ae81 Merge branch 'aodvv2' 2016-05-29 18:38:21 +02:00
83fc696cc7 Implemented AODVv2, including integration test (fixes #33).
For documentation on how AODVv2 works, see this link:
https://datatracker.ietf.org/doc/draft-ietf-manet-aodvv2/

Note that this implementation is incompatible with AODVv2 itself,
as various details are changed, and not all features have been
implemented
2016-05-29 18:35:50 +02:00
2cc4928a99 Use SLF4J for logging. 2016-05-29 18:24:36 +02:00
8bafd62e35 Simplified ConnectionHandler interface. 2016-05-10 17:19:36 +09:00