This repository has been archived on 2021-12-05. You can view files and clone it, but cannot push or open issues or pull requests.
envoy/common/src/main/java/envoy/event
Kai S. K. Engelbart 07c4ccf3c8 Prepare handshake synchronization
Common
* Replace LocalDateTime with Instant everywhere

Client
* Display message creation date with system time zone in MessageControl
* LocalDB#users now strictly contains Users
* lastSync time stamp in LocalDB (saved per user)
* isOnline parameter in save function (lastSync updated if true)
* lastSync time stamp in LoginCredentials
* No ClientConfig#getLoginCredentials because of missing information,
  moved to LoginScene
* Pass LocalDB#lastSync to LoginCredentials in LoginScene

Server
* Explicit lastSync parameter for
  PersistenceManager#getPending(Group)Messages

This sends the correct time stamp to the server, however the JPQL
queries have yet to be adjusted.
2020-07-16 17:04:35 +02:00
..
contact Add ContactListCellFactory 2020-07-13 19:02:40 +02:00
ElementOperation.java Move Envoy Common to common/ subdirectory 2020-07-13 11:42:20 +02:00
Event.java Move Envoy Common to common/ subdirectory 2020-07-13 11:42:20 +02:00
EventBus.java Move Envoy Common to common/ subdirectory 2020-07-13 11:42:20 +02:00
GroupCreation.java Move Envoy Common to common/ subdirectory 2020-07-13 11:42:20 +02:00
GroupMessageStatusChange.java Prepare handshake synchronization 2020-07-16 17:04:35 +02:00
GroupResize.java Move Envoy Common to common/ subdirectory 2020-07-13 11:42:20 +02:00
HandshakeRejection.java Move Envoy Common to common/ subdirectory 2020-07-13 11:42:20 +02:00
IDGeneratorRequest.java Move Envoy Common to common/ subdirectory 2020-07-13 11:42:20 +02:00
MessageStatusChange.java Prepare handshake synchronization 2020-07-16 17:04:35 +02:00
NameChange.java Move Envoy Common to common/ subdirectory 2020-07-13 11:42:20 +02:00
UserStatusChange.java Move Envoy Common to common/ subdirectory 2020-07-13 11:42:20 +02:00
package-info.java Move Envoy Common to common/ subdirectory 2020-07-13 11:42:20 +02:00