Commit Graph

997 Commits

Author SHA1 Message Date
Maxi
00f70f19fb Added the setting of the senderID in the xml. 2019-10-12 17:35:58 +02:00
Maxi
00662a5046 Merge branch 'f/startup' of https://github.com/informatik-ag-ngl/envoy-client.git into develop 2019-10-12 16:43:43 +02:00
delvh
adefab34cc Added Startup class and login by username. 2019-10-12 14:45:58 +02:00
derharry333
430b999946 Fixed issue #5 in Envoy Server 2019-10-12 14:20:36 +02:00
1719267f87
Merge pull request #6 from informatik-ag-ngl/f/javadoc
Added Javadoc to config file.
2019-10-12 13:13:07 +02:00
leon
c2c5b6e105 Added Javadoc to Config file. 2019-10-12 11:52:29 +02:00
5ce2d87793
Merge pull request #4 from informatik-ag-ngl/f/config
Renamed EnvoyClient to Client, added Config class
2019-10-12 11:26:11 +02:00
68aca9d0ab Renamed EnvoyClient to Client, added Config class 2019-10-12 11:19:29 +02:00
5d454e05f9
Merge pull request #3 from informatik-ag-ngl/f/user_list
Added user list to chat window
2019-10-12 10:05:05 +02:00
674389f83e Added Javadoc, changed getFirstTextContent from public to private 2019-10-12 08:24:15 +02:00
f840419345 Replaces AbstractListModel with ListCellRenderer, optimized threading 2019-10-12 08:19:00 +02:00
a195ed2c7e Added MessageState enumeration and XJB file for message schema 2019-10-11 15:10:56 +02:00
a602e16372 Changed Sender element in message_schema.xsd to long to support user IDs 2019-10-10 21:23:51 +02:00
Maxi
cc8116b0dc Changed recipient type from String to long (now sending ID not name). 2019-10-09 21:55:50 +02:00
Maxi
4b449cef45 Added user list (abstractListModel), setting the recipientID (in message
object) by selecting user from the list.
2019-10-09 21:54:31 +02:00
d64e3af79d Using JAX-RS to retrieve user list 2019-10-07 17:35:57 +02:00
Maxi
4dcb1ce366 Added user list download 2019-10-07 16:14:14 +02:00
8b036021ab Fixed runtime error related to XML marshaling 2019-10-06 13:33:23 +02:00
ff175ca219 Fixed compile error caused by missing import declaration 2019-10-06 13:30:31 +02:00
delvh
bb4f8dffa9
Merge pull request #2 from informatik-ag-ngl/f/config
Added server.properties file
2019-10-06 12:44:10 +02:00
990785d1a8
Merge branch 'develop' into f/config 2019-10-06 10:45:19 +02:00
ab02a783c9 Fixed formatting 2019-10-06 10:41:32 +02:00
dddc6d4942
Merge pull request #1 from informatik-ag-ngl/f/user_schema
Added user_schema.xsd
2019-10-06 09:56:32 +02:00
91a0ab8d55 Renamed userListSchema to user_schema, changed id to long data type 2019-10-06 09:50:17 +02:00
Maxi
d6d4452dd7 New xsd schema to send all users to the client 2019-10-05 22:45:24 +02:00
a8df45900e Added support for new message schema 2019-10-05 18:20:38 +02:00
1e18b5b2b1 Expanded message_schema.xsd to support message lists 2019-10-05 15:05:41 +02:00
derharry333
87738d0117 Added server.properties 2019-10-05 14:37:24 +02:00
DieGurke
4a7bfd35f2
Merge pull request #1 from informatik-ag-ngl/f/ui
Added ChatWindow
2019-10-05 12:55:36 +02:00
b96f28921e Improved code style, added debug XML output 2019-10-05 12:48:21 +02:00
Maxi
7f32cd9072 Added Message List 2019-10-05 10:07:52 +02:00
fd463abd2b
Delete MANIFEST.MF 2019-09-30 10:02:40 +02:00
4e10010e09
Delete pom.xml 2019-09-30 10:02:31 +02:00
8ad8ee13bc
Delete pom.properties 2019-09-30 10:02:24 +02:00
2589f71371
Delete EnvoyClient.class 2019-09-30 10:02:12 +02:00
201f250477
Delete EnvoyClient$1.class 2019-09-30 10:02:03 +02:00
f143794aaa
Delete ChatWindow.class 2019-09-30 10:01:53 +02:00
84cd545f74
Delete ChatWindow$1.class 2019-09-30 10:01:41 +02:00
8b9443c456 Moved main method to ChatWindow, made message sending asynchronous 2019-09-30 09:53:16 +02:00
DieGurke
c082229ead
Add files via upload 2019-09-29 18:53:47 +02:00
e4e3e973a2 Added message sending request 2019-09-28 16:23:00 +02:00
5254a83e8c Updated message schema to support JAXB 2019-09-28 16:21:07 +02:00
4773eed28c Added message schema 2019-09-28 14:20:25 +02:00
be7f47164c Added dependency to envoy-common 2019-09-28 14:18:59 +02:00
aba7d6a767
Initial commit 2019-09-28 13:46:33 +02:00
4c9c0bf3a0 Added Maven project 2019-09-28 11:51:52 +02:00
e2a842eb15
Initial commit 2019-09-27 06:37:44 +02:00