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/client/src/main/java/envoy/client/data
Leon Hofmeister dd477b6cbc
Fix several bugs
These are:
- not immediately updating ChatScene if a contact was blocked and both
are online
- ContactSearchTab showing previously entered text on reopening (without
showing suggestions)
- users not getting notified if someone else blocked them while they
were offline
- no logger statements in UserUtil

Still to do:
- Move ContextMenu from chatList to ChatControl
- Test behavior for groups
2020-10-19 18:09:19 +02:00
..
audio Remove Javadoc header from all source files 2020-09-25 14:29:23 +02:00
commands Notify user about unsuccessful system command execution 2020-10-07 21:48:11 +02:00
shortcuts Add Enhanced Keyboard Shortcut Mechanism (#91) 2020-10-12 16:12:23 +02:00
Cache.java Merge branch 'develop' into f/logout 2020-09-27 15:27:11 +02:00
CacheMap.java Merge branch 'develop' into f/logout 2020-09-27 15:27:11 +02:00
Chat.java Fix several bugs 2020-10-19 18:09:19 +02:00
ClientConfig.java Remove Javadoc header from all source files 2020-09-25 14:29:23 +02:00
Context.java Remove Javadoc header from all source files 2020-09-25 14:29:23 +02:00
GroupChat.java Add partially working blocking and deletion (for both client and server) 2020-10-19 18:09:19 +02:00
LocalDB.java Fix several bugs 2020-10-19 18:09:19 +02:00
Settings.java Merge branch 'develop' into f/logout 2020-09-27 15:27:11 +02:00
SettingsItem.java Remove Javadoc header from all source files 2020-09-25 14:29:23 +02:00
package-info.java Move Envoy Client to client/ subdirectory 2020-07-13 11:37:45 +02:00