DieGurke
97d58f70f5
Adjusted pom.xml
2020-06-11 13:39:38 +02:00
delvh
5d76bbbcb0
restored compatibility with envoy common (and envoy server standalone)
2020-04-02 22:03:43 +02:00
c6d074b84a
Prepare JavaFX integration
...
* Added JavaFX and FXML dependencies to pom.xml and module-info.java
* Added Startup Application
* Added ChatScene with ChatSceneController
2020-03-26 20:23:25 +01:00
delvh
9896339f92
Changed compiler compliance to 11, modularized all packages ( #114 )
...
* added module- and package-info.java, changed JRE from 8 to 11
* updated maven from Java 1.8 to 11
Co-authored-by: CyB3RC0nN0R <kske@outlook.de>
2020-03-07 19:38:06 +01:00
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
18c693a6d6
Fixed error message layout in LoginDialog
...
Updated envoy-common dependency to v0.2-alpha in pom.xml
2020-02-13 10:11:25 +01:00
17eeed0bfb
Split Client#onlineInit method up into performHandshake and initReceiver
2020-02-12 07:53:24 +01:00
768b637ce8
Added assembly plugin configuration for JAR packaging to pom.xml
2020-02-05 21:53:39 +01:00
c0f4e5d270
Implemented message ID generation and generator requests
...
* Persisting IdGenerator in LocalDB
* Added Client#requestIdGenerator()
* Listening to MessageCreationEvents in ChatWindow
2020-01-29 07:44:25 +01:00
0c1c3f6fce
Removed src/test/resources folder
2020-01-27 07:06:38 +01:00
0165d6aa27
Prepared user registration implementation
2020-01-18 10:34:04 +01:00
c7366650a4
Replaced local dependency by jitpack.io dependency
2020-01-11 11:46:20 +01:00
88c810c2f4
Started integration of new server architecture
...
* Removed JAX-RS dependency from POM
* Changed version in POM to 0.3-alpha
The errors that appear throughout LocalDB and Client are caused by the
architecture change and will be removed in future commits.
2019-12-28 22:20:43 +02:00
36910930bd
Added message sending request
2019-09-28 16:23:00 +02:00
9bae208d3f
Added dependency to envoy-common
2019-09-28 14:18:59 +02:00
f8a2126f10
Added Maven project
2019-09-28 11:51:52 +02:00