Commit Graph

17 Commits

Author SHA1 Message Date
Kai S. K. Engelbart 5e335a98bd Listening to message status changes, sending READ status updates 2020-02-05 07:09:25 +01:00
Kai S. K. Engelbart 44541936d3 Implemented receiving unread messages using a message cache
Fixes #98
2020-02-04 19:13:31 +01:00
Kai S. K. Engelbart 7e0ae2e831 Added Chat#isUnread() for future use in message notifications 2020-02-03 22:06:56 +01:00
Kai S. K. Engelbart 63990f6d57 Fixed message reading 2020-02-03 06:57:19 +01:00
Kai S. K. Engelbart 8e449d150b Removed old sync thread, implemented chat reading 2020-02-01 10:20:06 +01:00
Kai S. K. Engelbart 43851d9893 Started ComponentList integration for message list 2020-01-26 22:10:15 +01:00
Kai S. K. Engelbart 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
Kai S. K. Engelbart 142bcd53c1 Merge branch 'master' into develop 2019-12-21 21:23:19 +01:00
Kai S. K. Engelbart c7959e5287 Added and fixed existing Javadoc, configured Javadoc validation 2019-12-20 20:25:54 +01:00
Kai S. K. Engelbart de23c185c6 Envoy Client v0.1-alpha 2019-11-27 06:30:05 +01:00
delvh 0edd9d998f Added automatic line separation and Keylistener for posting
Improvements yet to be made (help wanted!):
* automatic line separation does not work
* automatic line separation needs a case for insertion of a String
* Keylistener for Posting does not work
* Method for listening to multiple keys needed (ctrl+enter)
* A template Settings screen was added, has yet to be polished
2019-10-31 22:11:50 +01:00
Kai S. K. Engelbart f8ce1ee6d9 Merge branch 'develop' into f/local_db 2019-10-30 06:26:50 +01:00
delvh ab3a18d4df Updated Javadoc for the whole Repository
Aside from the files ChatWindow, Client and SettingsScreen, theirs is
already in my commit in f/settings
2019-10-27 20:23:36 +01:00
Kai S. K. Engelbart d2dbf91b8a Added ChatSynchronizer class to store chats locally 2019-10-27 17:25:58 +01:00
Kai S. K. Engelbart 78f9f4c883 Changed message list to use JLabels as elements
* Using JLabel as message list element
* Managing sender and recipient in Client
* Reduced amount of ReST requests
2019-10-19 12:10:52 +02:00
delvh ea42bcc63b Formatted Chat file
Formatted Getters and Setters
2019-10-19 10:14:46 +02:00
Maxi 2761e178da Implemented multiple chat system
* Local saving of these and displaying the partner name
* Added display of timestamp in chat.

Closes #9
2019-10-19 09:59:45 +02:00