|
d70a848ef3
|
Merge branch 'develop' into f/logout
Conflicts:
client/src/main/java/envoy/client/data/CacheMap.java
client/src/main/java/envoy/client/data/commands/SystemCommandsMap.java
client/src/main/java/envoy/client/net/Client.java
client/src/main/java/envoy/client/ui/Startup.java
client/src/main/java/envoy/client/ui/StatusTrayIcon.java
client/src/main/java/envoy/client/ui/controller/ChatScene.java
client/src/main/java/envoy/client/ui/controller/ContactSearchTab.java
|
2020-09-27 15:27:11 +02:00 |
|
|
61fbeda05e
|
Applied suggestions from @kske
|
2020-09-26 21:38:31 +02:00 |
|
|
618a4aa3cf
|
Merge remote-tracking branch 'origin/develop' into f/logout
Conflicts:
client/src/main/java/envoy/client/ui/controller/ContactSearchTab.java
|
2020-09-25 23:16:25 +02:00 |
|
|
108db1ae11
|
Fixed bug not re-performing handshake on logout
Fixes #31
|
2020-09-25 23:11:30 +02:00 |
|
|
af219274f5
|
Improved logout mechanism a bit, still pretty buggy
(and fixed some inconsistencies)
|
2020-09-24 18:18:41 +02:00 |
|
|
05d4917bb2
|
Added key shortcuts and system commands for logout, exit and settings
Additionally added **buggy** logout mechanism: LocalDB is not reset
properly and IndexOutOfBoundsExceptions occur in the UI
|
2020-09-23 23:11:32 +02:00 |
|
|
2d9283551a
|
Improved SystemCommand mechanism, added Alert- and ShutdownHelper, and
... added askForConfirmation option
|
2020-09-23 17:03:32 +02:00 |
|