Commit Graph

21 Commits

Author SHA1 Message Date
DieGurke a6efe7cd9b Implemented good suggestion by @delvh regarding performance increase 2020-07-12 14:34:07 +02:00
DieGurke 70da595a49 UnreadMessagesAmount gets displayed correctly now (despite refresh bug) 2020-07-10 23:25:55 +02:00
DieGurke 1f7e5e5a3a Added getUnreadAmount function and changed ContactListCellFac' constr. 2020-07-10 22:41:59 +02:00
DieGurke dd8e88d28c Implemented GroupChat as subclass of Chat and adjusted calls of such 2020-07-05 14:38:19 +02:00
Kai S. K. Engelbart 483ab9e344 Merge branch 'develop' into f/groupMessages 2020-07-05 11:15:00 +02:00
DieGurke 289f2b7032 Implemented GroupMessage reading (sending the right event)
Note: changed a lambda expression in LocalDB and not 100% sure if it is correct
2020-07-03 13:47:40 +02:00
Kai S. K. Engelbart 7f536eacc6 Fix insertion of oldest message 2020-07-01 08:58:02 +02:00
Kai S. K. Engelbart c54e7085ce Fix message insertion into empty list and from sender 2020-07-01 08:45:39 +02:00
Kai S. K. Engelbart 26a8650353 Fix message order with insertion method
Fixes #168
2020-07-01 08:36:21 +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 e50078cc35 Shorten event names, compatibility verification 2020-06-20 11:00:58 +02:00
Kai S. K. Engelbart 6c7a80c708 Reading the current chat if it changes or a message is received
Closes #144
2020-06-12 10:54:55 +02:00
delvh 487c6a6573 Added BASIC group capability (#128)
* Changed serialVersionUID everywhere to 0L

* Added support for GroupResizeEvents and NameChangeEvents

Co-authored-by: CyB3RC0nN0R <kske@outlook.de>
2020-04-02 09:23:47 +02:00
Kai S. K. Engelbart 67433275bd Fixed chat loading from LocalDB into messagList 2020-03-29 09:16:29 +02:00
Kai S. K. Engelbart bd0da338a7 Added user and message loading and message posting 2020-03-28 15:32:24 +01:00
delvh 364ec6f04e Renamed every identifier according to new convention 2020-03-26 16:06:18 +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 0a81273860 Revised the rendering and selection mechanism in ComponentList 2020-03-21 16:10:59 +01:00
delvh 4c94686172 added newline at EOF for any file not having one at its end 2020-03-14 19:59:37 +01:00
Kai S. K. Engelbart 4afe073e79 Integrated WriteProxy into the sending process 2020-02-06 21:28:02 +01:00
Kai S. K. Engelbart 81dcee27f1 Renamed database package to data, moved Chat to data package 2020-02-05 20:58:30 +01:00