Commit Graph

96 Commits

Author SHA1 Message Date
delvh
8056624249 refactored all getId()s to getID()s 2020-03-25 17:43:55 +01:00
delvh
7844133c4d Fixed Javadoc in GroupResizeEvent 2020-03-25 17:12:55 +01:00
delvh
cd88ef76ad Added GroupCreationEvent 2020-03-25 16:55:34 +01:00
delvh
e201ddb30d added GroupResizeEvent and NameChangeEvent
additionally refactored `getId()` method of Contact to `getID()`
2020-03-25 16:33:06 +01:00
DieGurke
60fbd2a000 Revised Code Style 2020-03-24 21:57:59 +01:00
DieGurke
28fb3e9d25 Revised toString method in Group and changed id to final in Contact 2020-03-24 21:11:16 +01:00
delvh
7a795e320b Added groups
additionally added:
* serialVersionUID is now equal to 0L
* Renamed classes with a two-letter initialism according to convention
2020-03-24 19:06:56 +01:00
44cc564be1 Adjusted serial version UIDs and Message#toString() 2020-03-24 17:29:16 +01:00
delvh
3d7199f146
Added support for forwarding messages (#17)
* Added message forwarding capability

* added newline at EOF for any file not having one at its end
2020-03-22 14:52:38 +01:00
ae7384c31a Updated maven-compiler-plugin to version 3.8.1 2020-03-07 18:47:09 +01:00
delvh
07e59a0d2d
Changed compiler compliance to 11, modularized all packages (#16)
* Created module- and package-info.java and changed JRE from 8 to 11

* Using JDK 11 as Build JDK and Maven build

Co-authored-by: Haramus Samsamus <kske@outlook.de>
2020-03-07 17:29:52 +01:00
6200317e09
Merge pull request #15 from informatik-ag-ngl/f/enhanced_config
Migrated Config, ConfigItem and EnvoyLog from envoy-client
2020-03-05 14:19:36 +01:00
af54ab4dc2 Migrated Config, ConfigItem and EnvoyLog from envoy-client 2020-03-02 19:16:28 +01:00
8a8e464d83
Update README.md 2020-02-13 09:47:23 +01:00
2bebfad6fb
Update README.md 2020-02-13 09:47:07 +01:00
78928a2f68
Update README.md 2020-02-13 09:46:52 +01:00
aef19de2dd
Merge pull request #14 from informatik-ag-ngl/f/advanced_login
Support classes for handshake rejection
2020-02-13 09:13:09 +01:00
eacfefb836 Fixed Event.Valueless#toString() to not display the null value 2020-02-12 22:15:42 +01:00
55e3630f6e Removed unnecessary instance variable from HandshakeRejectionEvent 2020-02-12 06:26:33 +01:00
3fcf990696
Merge branch 'develop' into f/advanced_login 2020-02-12 06:24:17 +01:00
45d77ef9b9 Clean-up, improved generic type usage in EventBus
Fixes #13
2020-02-12 05:58:40 +01:00
c6a53487be
Merge pull request #12 from informatik-ag-ngl/f/contact_search_result
Made Event<T> an abstract class, added ContactSearchResult
2020-02-11 16:59:47 +01:00
fe490c0001 Made Event<T> an abstract class, added ContactSearchResult 2020-02-11 16:53:41 +01:00
DieGurke
5b3ace1e2a
Merge pull request #10 from informatik-ag-ngl/f/contacts
Contact-handling related Events
2020-02-10 21:46:27 +01:00
d497553fca Small refactoring 2020-02-10 21:44:20 +01:00
DieGurke
a767f10ac9 Adjusted ContactsRequest 2020-02-09 23:58:09 +01:00
delvh
66653de4c2 adapted Javadoc slightly 2020-02-09 16:42:02 +01:00
DieGurke
e443c9149a Removed user id from Contacts 2020-02-08 13:44:05 +01:00
delvh
12ef0fca6f Removed ID artifact from LoginCredentials 2020-02-08 09:47:59 +01:00
delvh
4cfdf2f007 Added another default reason 2020-02-08 09:17:11 +01:00
delvh
5cae57139c Added default reasons to HandshakeRejectionEvent 2020-02-07 23:29:22 +01:00
delvh
2cbb708dca Updated LoginCredentials constructor 2020-02-07 22:37:48 +01:00
DieGurke
d6a4378db9 Contacts events
Created 2 events used for the contact list (add/remove) of the client
and requesting a list of users form the server.
2020-02-05 22:20:04 +01:00
DieGurke
51a58a111e
Merge pull request #9 from informatik-ag-ngl/b/README.md
Update README.md
2020-02-05 21:08:25 +01:00
DieGurke
6b9b9ea5d6
Update README.md
Added breaks
2020-02-05 21:06:14 +01:00
delvh
df54547ae0
Merge pull request #8 from informatik-ag-ngl/f/user_status_change_event
Added UserStatusChangeEvent
2020-02-04 21:28:33 +01:00
delvh
0d276cd3cd Updated toString methods according to @CyB3RC0nN0R s request 2020-02-04 21:27:20 +01:00
delvh
52768e5e88
Delete org.eclipse.jdt.ui.prefs
we live in a totalitarian regime in which individual preferences are not wanted
2020-02-04 21:18:32 +01:00
delvh
9e69da3978 Added toString method for Message- and UserstatusChangeEvents 2020-02-02 14:20:11 +01:00
delvh
8afafa014b Added UserStatusChange - Event 2020-02-01 11:32:55 +01:00
513a1c38aa
Merge pull request #7 from informatik-ag-ngl/f/login_or_registration
Adjusted data classes for user registration and id generation
2020-01-28 20:00:06 +01:00
e2013f7a09 Fixed typo 2020-01-28 19:58:23 +01:00
ae73fe32a7 Added HandshakeRejectionEvent and fixed some Javadoc 2020-01-28 18:58:44 +01:00
1fba872558 Made Event and its implementations serializable 2020-01-28 17:50:09 +01:00
dee7d2245f Made id a mandatory field in MessageBuilder
Added support for IdGenerator in the MessageBuilder constructor.
2020-01-28 17:32:33 +01:00
190b686cc6 Changed IdGenerator constructor to accept size instead of end index 2020-01-28 17:09:28 +01:00
40f6d41fff Renamed MessageIdGenerator to IdGenerator, added IdGeneratorRequest
Also removed src/test/resources from pom.xml.
2020-01-28 17:01:02 +01:00
e5c67b859b Added boolean registration to LoginCredentials 2020-01-18 10:27:29 +01:00
delvh
19bbaf7d7a Added a constructor for User as well as for MessageStatusChangeEvent 2020-01-18 10:10:56 +01:00
delvh
df9e4dd0c9 added byte array conversion for message attachment
in addition reformatted variable names as per @CyB3RC0nN0R s request
2020-01-11 14:17:51 +01:00