Commit Graph

17 Commits

Author SHA1 Message Date
delvh
602abe8d3b
Apply code review suggestions from @CyB3RC0nN0R
Additionally added Tooltips to all current items in the SettingsScene,
added ReflectionUtil, changed the cursor on listcells and merged develop
into this branch
2020-08-02 20:26:22 +02:00
delvh
fab573efe1
Added logging and fixed some security concerns 2020-08-01 14:57:08 +02:00
DieGurke
12adb2e201
Merge branch 'develop' into f/new_ui 2020-08-01 10:49:40 +02:00
delvh
41cd11f180
Added ability to change the password, theoretically on client and server
(needs testing!)
2020-08-01 10:17:39 +02:00
delvh
fc63ea0a46
Added profile pic change mechanism on client and common side 2020-08-01 10:00:29 +02:00
delvh
45e18fdef1
Apply suggestions from code review
Co-authored-by: CyB3RC0nN0R <kske@outlook.de>
2020-07-28 08:53:10 +02:00
delvh
91be1db393
Added ability to save attachments 2020-07-27 12:00:49 +02:00
delvh
57599f5ea0
Refactored IsWriting to IsTyping 2020-07-25 17:13:50 +02:00
delvh
53901d5109
Apply suggestions from code review
Co-authored-by: CyB3RC0nN0R <kske@outlook.de>
2020-07-25 16:51:46 +02:00
delvh
407d71e781
Added IsWriting event on common, server and partially on client side
additionally fixed NullPointerException in ContactSearchScene and typo
in Javadoc

PS: this is the 1000th commit in Envoy! 🥳 🎉
2020-07-25 16:26:13 +02:00
0a4baad5a2
Merge branch 'develop' into f/new_ui
Conflicts:
	client/src/main/java/envoy/client/ui/controller/LoginScene.java
2020-07-18 10:49:24 +02:00
86abbebe68
Reconfigure Envoy Common Eclipse Project 2020-07-18 10:19:47 +02:00
43dfdc3334
Adjust message queries for handshake sync
This causes problems with group messages as the received date is null
sometimes even though the status is RECEIVED.

The ReceivedMessageProcessor on the client filters out the synced
messages at the moment.
2020-07-16 18:32:40 +02:00
90662b3610
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
delvh
c0676984e6 Persisted really important statement forever in comment 2020-07-15 21:48:06 +02:00
563499e9cf
Add ContactListCellFactory
- Refactor chatList to userList in ContactSearchScene and
  GroupCreationScene
- Narrow contact searches down to users on a datamodel basis
- Refactor ContactSearchRequest and ContactSearchResult to
  UserSearchRequest and UserSearchResult
2020-07-13 19:02:40 +02:00
b9311424df
Move Envoy Common to common/ subdirectory 2020-07-13 11:42:20 +02:00