Commit Graph

17 Commits

Author SHA1 Message Date
Kai S. K. Engelbart 76536ed279 Add subclass consumption for Cache with CacheMap#getApplicable 2020-07-09 10:53:27 +02:00
delvh 3e4e7a1a40 Cleaned up Envoy client: no more <br><br>, is now <p>
...and some other funny mistakes found in Javadoc
2020-06-26 23:36:14 +02:00
Kai S. K. Engelbart 66eddab143 Fix double status increment on cached message relay 2020-06-26 09:28:48 +02:00
Kai S. K. Engelbart 0bbade44a7 Merge branch 'develop' into f/compatibility_verification
Conflicts:
	src/main/java/envoy/client/net/Client.java
	src/main/java/envoy/client/net/MessageStatusChangeEventProcessor.java
	src/main/java/envoy/client/ui/Startup.java
	src/main/java/envoy/client/ui/controller/ChatScene.java
	src/main/java/envoy/client/ui/controller/ContactSearchScene.java
	src/main/java/envoy/client/ui/controller/GroupCreationScene.java
	src/main/java/envoy/client/ui/controller/LoginScene.java
2020-06-23 08:43:20 +02:00
Kai S. K. Engelbart e50078cc35 Shorten event names, compatibility verification 2020-06-20 11:00:58 +02:00
delvh 9bf28acfcb Added improved logging capabilities 2020-06-13 22:36:52 +02:00
Kai S. K. Engelbart f876f4e05c Add received messages to their chat 2020-06-10 13:05:44 +02:00
delvh 364ec6f04e Renamed every identifier according to new convention 2020-03-26 16:06:18 +01:00
delvh 5c2abe7c1c Renamed classes with a two-letter initialism according to convention 2020-03-24 18:38:47 +01:00
Kai S. K. Engelbart 86d437760d Normalized since tags to fit envoy-common and envoy-server
Envoy vXXX -> Envoy Client vXXX
2020-03-23 21:52:59 +01:00
Kai S. K. Engelbart 7f2c4d0519 Fixed state errors in offline mode (#116)
* Display all contacts as offline while in offline mode

* Update message status to sent after relaying message cache
2020-03-14 16:58:19 +01:00
Kai S. K. Engelbart 930d1cebe1 Migrated configuration and logging to Envoy Common (#113)
* Moved client specific configuration to ClientConfig

* Finished ClientConfig integration, checking init state in EnvoyLog

* Migrated Config, ConfigItem and EnvoyLog to envoy-common

* Updated envoy-common dependency to develop-SNAPSHOT
2020-03-05 14:27:40 +01:00
Kai S. K. Engelbart aaa6044ade Adjusted logging locations and levels 2020-02-18 16:34:14 +01:00
Kai S. K. Engelbart 5f9ebd4c43 Fixed logger level configuration, using logger hierarchy
Loggers are now created with a class object
2020-02-18 07:16:35 +01:00
Kai S. K. Engelbart 84e350c02e Removed event handler casts, simplified logging statements 2020-02-12 06:12:04 +01:00
Kai S. K. Engelbart e1f248c2b8 Added logging statement to WriteProxy#flushCache() 2020-02-07 09:39:15 +01:00
Kai S. K. Engelbart bf38d2f19f Added WriteProxy with creation method in Client, added caches to LocalDb 2020-02-06 21:03:08 +01:00