An instant messaging application with a self-hostable server.
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.
Go to file
delvh 63ea7a39c1 Added image preview when an image is used as attachment
additionally:
- added search icons
- solved problem of Scrollbars being shown too far from the right side
(all praise FX, Swing did not offer such a simple solution)
- relocated infoLabel into the highest row, is now located above the
messageList
2020-07-10 20:53:28 +02:00
.github Updated Templates 2020-07-02 08:53:11 +02:00
.settings Cleaned up a bit 2020-07-05 15:53:12 +02:00
src/main Added image preview when an image is used as attachment 2020-07-10 20:53:28 +02:00
.classpath Changed compiler compliance to 11, modularized all packages (#114) 2020-03-07 19:38:06 +01:00
.gitignore Performed updating of the UI on the UI thread 2020-04-09 22:30:24 +02:00
.project Merge branch 'master' into develop 2019-12-21 21:23:19 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-12-07 13:25:39 +01:00
CONTRIBUTING.md Create CONTRIBUTING.md 2020-01-03 21:27:49 +01:00
LICENSE Initial commit 2019-09-27 06:37:44 +02:00
README.md Fixed error not showing envoy icon in README.md 2020-06-25 13:02:04 +02:00
pom.xml Add Linux and Windows JavaFX Dependencies 2020-07-05 16:19:51 +02:00

README.md

Envoy Client

Envoy Client is one of two repositories needed to use the messenger Envoy.
The other one is Envoy Common.








Features

Envoy Client features a lot of things and many more are yet to come. Currently existing features are:

  • Users
    • Saving and loading of messages
    • Login via name
    • Settings to change the behavior of Envoy
  • UI
    • Appealing user interface
    • Changeable themes that store the colors used in Envoy
    • Possibility to run Envoy in the Background once it has been started
      • Possibility to exit Envoy
  • Connectivity
    • Sending messages to another person via a predefined server
    • Offline mode
  • Programming
    • API to change default configuration
    • Advanced logging possibilities
    • Access without Admin rights possible via local message storage in the home folder
    • Tons of Events to interact with
    • Detailed Javadoc to improve readability of code

Resources