Commit Graph

4 Commits

Author SHA1 Message Date
Leon Hofmeister 08ce7a9f86
Apply suggestions from @kske 1 2020-10-01 09:22:50 +02:00
Leon Hofmeister 7468947728
Move SystemComandMap from ChatScene to its own component
Additionally created message specific commands with their own parser and
fixed separators not shown correctly in TextInputContextMenu
2020-09-30 22:31:10 +02:00
Kai S. K. Engelbart 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
Leon Hofmeister 2d9283551a
Improved SystemCommand mechanism, added Alert- and ShutdownHelper, and
... added askForConfirmation option
2020-09-23 17:03:32 +02:00