Commit Graph

1098 Commits

Author SHA1 Message Date
delvh
1067819a20 created feature integration PRTemplate 2020-01-03 14:31:22 +01:00
delvh
5912abdeec created bugfix pull request template 2020-01-03 14:28:11 +01:00
9318201fd5 Added ORM classes 2020-01-02 18:50:56 +02:00
891d6e3c43 Reverted some changes related to ORM 2020-01-02 18:50:04 +02:00
9f2a245ce8 Adder userId to Contacts 2020-01-02 17:46:20 +02:00
5bbf8c3503 Added contact initialization to handshake and ReceivedMessageProcessor 2020-01-02 17:11:41 +02:00
0f19a03cdc Added Contacts 2020-01-02 17:03:58 +02:00
delvh
c8d404ba16 Update README.md 2020-01-02 15:12:25 +01:00
delvh
d3d1061a29 Create CODE_OF_CONDUCT.md 2020-01-02 15:04:35 +01:00
delvh
bf458583db Update issue templates 2020-01-02 14:16:05 +01:00
delvh
be7459d18b Improved Message.java and User.java to remain compatible with database 2020-01-01 19:16:40 +01:00
96066863ca Added LoginDialog 2020-01-01 18:18:18 +02:00
delvh
9825204437 Merge pull request #5 from informatik-ag-ngl/f/unified_message
Replaced Message inheritance architecture by MessageAttachment class, added documentation
2019-12-31 23:21:09 +01:00
c56a0766b3 Added missing Javadoc tags. 2019-12-31 18:10:45 +02:00
7567452e35 Added MessageIdGenerator for providing unique message IDs in the future. 2019-12-31 18:10:12 +02:00
7e2956ca11 Acquiring user list through the sender object 2019-12-31 16:38:52 +02:00
565175cc67 Storing sender and recipient IDs in message, added contact list to User 2019-12-31 16:38:07 +02:00
46d9cd49f4 Added Client#sendMessage(Message), closing socket on exit 2019-12-31 11:57:11 +02:00
3cebdc8997 Integrated the new Message class from envoy-common 2019-12-31 11:27:52 +02:00
ba28b3aac6 Fixed member orders in some classes 2019-12-31 11:20:35 +02:00
1b4c2c1fb9 Added MessageBuilder, enhanced Javadoc 2019-12-31 11:16:52 +02:00
delvh
f438724ef7 built general message class instead of subtypes of it
additionally fixed malformed Javadoc in the entire repository
2019-12-30 18:49:48 +01:00
e66dba8812 Receiving objects from server on separate thread 2019-12-30 18:18:03 +02:00
3a15946284 Merge pull request #4 from informatik-ag-ngl/f/standalone_server_integration
Integrated Envoy Server Standalone
2019-12-30 16:50:17 +02:00
delvh
c670712acb Create maven.yml
Maven Build is automatically done on push
2019-12-30 15:32:34 +01:00
delvh
8d62e31edf Create stale.yml
Stale Issues (no progress for about 2 months) will be discarded automatically
2019-12-30 15:24:25 +01:00
delvh
557774945f Merge pull request #8 from informatik-ag-ngl/f/object_handling
Added method to handle incoming objects
2019-12-30 15:18:32 +01:00
delvh
901aa57f95 Updated Javadoc 2019-12-30 15:15:25 +01:00
2c9223236f Added ObjectProcessor interface with some implementations 2019-12-30 15:53:40 +02:00
9ebd8c7f11 Added Maven build workflow 2019-12-30 14:28:57 +02:00
delvh
b7af8aa7bd Changed code as requested by @CyB3RC0nN0R 2019-12-29 17:52:57 +01:00
delvh
1d35de3a39 Added method to handle incoming objects
(not finished as the methods to further process these "Events" have not
been implemented yet)
2019-12-29 14:16:39 +01:00
61d3d44ee5 Working on handshake mechanism with login 2019-12-29 12:54:05 +02:00
72b6d67602 Fixed bug in SerializationUtils, added toString to LoginCredentials 2019-12-29 12:53:16 +02:00
708ffc20da Added LoginCredentials, moved SerializationUtils to envoy-common 2019-12-29 11:47:35 +02:00
delvh
3c7032ceca changed Javadoc error
biggest commit of all times!
2019-12-29 10:45:36 +01:00
3a2e8dff32 Merge pull request #7 from informatik-ag-ngl/f/basic_infrastructure
Added basic infrastructure
2019-12-29 11:11:53 +02:00
d12adcb73a Fixed Javadoc error 2019-12-29 11:09:26 +02:00
2ce0a09af8 Moved event classes to envoy-common 2019-12-29 10:53:48 +02:00
2592334b05 Changed length of encoded message length to 4 bytes 2019-12-29 10:48:15 +02: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
cf05f8e1d3 Replaced sync XSD by custom objects
* Removed JAXB dependencies
* Added User, Message and TextMessage
* Changed version to 0.2-alpha in POM
2019-12-28 22:03:41 +02:00
c1182a97fe Merge pull request #85 from informatik-ag-ngl/b/activeThemeEdit
Fixed not updating theme when editing active theme bug.
2019-12-28 21:48:50 +02:00
e13438eefd Added basic lifecycle with object reading capabilities
* Added java-nio-server dependency
* Added ObjectMessageReader and ObjectMessageProcessor
* Added Startup class starting a Server instance
2019-12-28 15:48:39 +02:00
DieGurke
286f487fc9 Fixed not updating theme when editing active theme bug. 2019-12-27 17:34:28 +01:00
DieGurke
6150b995c4 Merge pull request #83 from informatik-ag-ngl/f/themeNameCollision
Theme name collision
2019-12-27 17:04:25 +01:00
DieGurke
b21b212695 Added a v 2019-12-27 17:04:02 +01:00
3df4556c49 Merge branch 'f/themeNameCollision' of https://github.com/informatik-ag-ngl/envoy-client into f/themeNameCollision 2019-12-27 16:58:43 +02:00
0785732f15 Added instantaneous theme change, fixed dialog modality 2019-12-27 16:56:48 +02:00
DieGurke
81e21c3652 Fixed Javadoc comment 2019-12-27 13:30:40 +01:00