delvh
661823219c
Removed clicking into a tab to see that you cannot interact with it
...
Additionally re-ensured compliance with our CSS conventions.
2020-09-01 21:36:23 +02:00
88f28e60f1
Fixed a minor merging problem that wasn't fixed in the prior branch.
2020-08-31 11:54:20 +02:00
delvh
9bd06336eb
Fixed bug not allowing users without command line arguments
2020-08-31 09:02:07 +02:00
dc58290f22
Merge branch 'develop' into f/finishing_new_UI
2020-08-30 15:48:29 +02:00
6c32cf650e
Unified color specifications to HEX colors
2020-08-30 15:14:31 +02:00
f86f3ec200
Applied some minor changes requested by @delvh and CyberSomething (I really cant remember how your name is spelled)
...
Co-authored-by: CyB3RC0nN0R <kske@outlook.de>
Co-authored-by: delvh <dev.lh@web.de>
2020-08-29 12:01:51 +02:00
f581b83359
Added semi-proper light theme and fixed some coloring bugs.
2020-08-26 18:31:23 +02:00
e7d85bd968
unified id variable names to kebab-case
2020-08-26 15:50:46 +02:00
78ade078d4
Changed some more things requested by @delvh .
2020-08-26 15:12:03 +02:00
da309098b7
Added offline mode warning and note
2020-08-24 21:54:25 +02:00
46a883dda9
Added nice error handling when creating groups insted of alert
2020-08-23 22:29:13 +02:00
1d03128744
Removed old FXML file
2020-08-23 21:07:38 +02:00
72ffa71d6b
Fixed createButton disabling bug
2020-08-23 20:59:25 +02:00
bd75da1ab9
implemented groupCreationTab
2020-08-23 20:15:52 +02:00
f77795edb1
Removed alert when adding new user
2020-08-23 17:24:55 +02:00
dbf69c7cc1
Implemented BackButton functionality
2020-08-23 17:11:41 +02:00
d0f125f058
ContactSearchTab UI finished and reimplemented controller
2020-08-23 12:36:43 +02:00
b4397fe2f2
contactSearchTab
2020-08-22 21:50:05 +02:00
1fe83dbcc0
Implemented TabPane and done preparation for internal file loading
2020-08-22 21:02:49 +02:00
delvh
c784ebb787
Added option to disable attachments and groups on both client and server
2020-08-22 18:14:26 +02:00
delvh
4bbc4189ec
Updated config mechanism and added config for the server
...
Additionally fixed a small bug in EnvoyLog and envoy.server.Startup,
fixed Receiver not stopping when the server was stopped
and added access token authorization for the server config
2020-08-22 13:15:42 +02:00
cb95c40ad6
Initial commit
2020-08-20 11:02:51 +02:00
delvh
f4a3bfed97
Added option to autocreate bug issues on client and server side
...
Additionally cleaned up a few classes a bit
2020-08-16 17:14:41 +02:00
delvh
71bb329857
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
DieGurke
0901f900e7
Some minor fixes
...
Co-authored-by: delvh <dev.lh@web.de>
2020-08-01 17:24:15 +02:00
DieGurke
3fdbbfd756
redesigned the vertical scroll bar
2020-08-01 10:30:12 +02:00
DieGurke
74ebd158f2
Made the contact search area appealing for the eye and relocated buttons
2020-08-01 10:00:34 +02:00
DieGurke
268e4439d7
implemented contact search
2020-07-31 18:46:32 +02:00
delvh
9234e23fae
Fixed various bugs
...
These are:
* different size of addContact- and SettingsButton
* default icons in light mode for users and groups (even though they are
currently just the version used in dark mode)
* wrong preferred size of unnamed "Login" label in LoginScene
* unopenable LoginScene for some OS (Debian)
* white screen when the current scene is switched
Additionally cleaned up code a bit in MessageControl and
LoginScene(.java)
2020-07-29 21:59:55 +02:00
DieGurke
9ea8d24ab6
Adjusted MessageControl and linked css
2020-07-23 11:11:30 +02:00
DieGurke
79a121b6b5
Added name displaying of groupMessages in groupChats
2020-07-20 12:32:53 +02:00
DieGurke
01f81fadac
Fixed resize problems and some other stuff
2020-07-18 14:41:25 +02:00
0674035183
Reworked list cell framework to be more extensible
2020-07-18 11:50:49 +02:00
fa7be8c343
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
DieGurke
2e4a17c6c5
Fixed scaling problems (especially on lower res displays)
...
Still a problem with max width of column 1 and max size of stage due to
sizeToScene property on the stage
2020-07-17 17:02:58 +02:00
DieGurke
b4225b0d80
Implemented ProfilePics UI mechanism
2020-07-17 13:56:36 +02:00
698e260746
Turn logging off by default (ClientConfig)
...
Logging is still enabled through the client.properties however, where
console logging is set to FINER.
2020-07-17 00:29:48 +02:00
DieGurke
b88f260efc
Changed color of messageList background
2020-07-16 22:10:04 +02:00
DieGurke
7b693e0328
Fixed some issues
2020-07-16 21:52:07 +02:00
DieGurke
a21a5c8588
Improved top bar
2020-07-16 21:13:46 +02:00
DieGurke
c71c038317
Fixed styleSheet mess regarding the Lists
2020-07-16 19:07:27 +02:00
DieGurke
bf499da97d
Adjusted message Enter bar (field and buttons) and changed color
2020-07-16 18:17:52 +02:00
DieGurke
a76c2a347e
Relocated existing Components of chatScene and adjusted them a bit
2020-07-16 17:28:00 +02:00
DieGurke
e7e4c5af42
Login Scene is not resizable, logo gets loaded correctly
2020-07-16 16:02:03 +02:00
DieGurke
9a9a475c0e
Implemented completely new UI for the login scene
2020-07-15 18:45:55 +02:00
DieGurke
f608b2d6ec
Replaced custom clearableTextField with normal TextField
2020-07-15 14:05:47 +02:00
0267a7bbab
Fix FXML naming error
2020-07-13 19:16:48 +02:00
a437fb25da
Fix FXML formatting
2020-07-13 19:12:03 +02:00
659a468049
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
0309d0d860
Move Envoy Client to client/ subdirectory
2020-07-13 11:37:45 +02:00