Commit Graph

  • f608b2d6ec Replaced custom clearableTextField with normal TextField DieGurke 2020-07-15 14:05:47 +02:00
  • abd0113588 Merge pull request #11 from informatik-ag-ngl/f/contact_control kske 2020-07-14 19:30:15 +00:00
  • ba336908d1 Add Generic ListViewFactory kske 2020-07-13 22:08:08 +02:00
  • 4bc393b055 Rename ContactSearchProcessor to UserSearchProcessor kske 2020-07-13 21:34:21 +02:00
  • bdd1b40107 Move pull request templates to .github/ kske 2020-07-13 19:35:17 +02:00
  • 0267a7bbab Fix FXML naming error kske 2020-07-13 19:16:48 +02:00
  • a437fb25da Fix FXML formatting kske 2020-07-13 19:12:03 +02:00
  • 659a468049 Add ContactListCellFactory kske 2020-07-13 19:02:40 +02:00
  • 062c9f418d Extract ContactControl from ChatControl kske 2020-07-13 17:55:00 +02:00
  • 4b34c4033d Build everything on Linux and Windows v0.1-beta kske 2020-07-13 15:37:27 +02:00
  • 3023039f50 Refactor Maven Project Structure kske 2020-07-13 15:06:10 +02:00
  • 34337c3838 Move Envoy Common to common/ subdirectory kske 2020-07-13 11:42:20 +02:00
  • 79cb8e821c Merge remote-tracking branch 'common/develop' into develop kske 2020-07-13 11:40:56 +02:00
  • 40dbc8152a Move Envoy Server Standalone to server/ subdirectory kske 2020-07-13 11:40:00 +02:00
  • ddbab84700 Merge remote-tracking branch 'server/develop' into develop kske 2020-07-13 11:38:42 +02:00
  • 0309d0d860 Move Envoy Client to client/ subdirectory kske 2020-07-13 11:37:45 +02:00
  • 0c4d807e41 Merge remote-tracking branch 'client/develop' into develop kske 2020-07-13 11:33:19 +02:00
  • 4ea3c8aa67 Initial commit kske 2020-07-13 11:30:57 +02:00
  • 540dad79eb Merge pull request #186 from informatik-ag-ngl/f/displayUnreadMessages CyB3RC0nN0R 2020-07-13 09:02:44 +00:00
  • 2901d52a31 Remove unnecessary empty line CyB3RC0nN0R 2020-07-13 08:47:44 +00:00
  • 64f7ae4071 Did some renaming DieGurke 2020-07-12 17:10:22 +02:00
  • 7d47c9247d Apply suggestions from code review DieGurke 2020-07-12 16:27:20 +02:00
  • 780f52640b Removed unnecessary userList refreshing DieGurke 2020-07-12 14:54:07 +02:00
  • 95cead4dee Adjusted ChatControl constructor and added Javadoc DieGurke 2020-07-12 14:46:35 +02:00
  • a6efe7cd9b Implemented good suggestion by @delvh regarding performance increase DieGurke 2020-07-12 14:34:07 +02:00
  • 4b3fa65822 Implemented some suggestions made by @delvh DieGurke 2020-07-12 13:07:46 +02:00
  • 7eefaa3556 Merge pull request #187 from informatik-ag-ngl/f/do_a_barrel_roll CyB3RC0nN0R 2020-07-12 09:52:14 +00:00
  • ebca09ed2b Tweaked random parameters a bit delvh 2020-07-11 21:45:54 +02:00
  • f0c5faf352 implemented "DO A BARREL ROLL!" - Easteregg delvh 2020-07-11 15:23:57 +02:00
  • 0b0b240fb1 When opening a chat holding unread messages, it scrolls to the first one DieGurke 2020-07-11 14:57:15 +02:00
  • 0cebaeacb5 Little Bug Fix DieGurke 2020-07-11 14:46:13 +02:00
  • ba4fdbe2f4 chats with most recent messages get moved to the top DieGurke 2020-07-11 14:18:38 +02:00
  • d6dca1efe0 Merge branch 'develop' into f/display_unread_messages DieGurke 2020-07-11 10:59:23 +02:00
  • faea75dcb1 UI isn't shown if there arn't any unread messages DieGurke 2020-07-11 10:46:17 +02:00
  • d675349c71 Implemented nice UI DieGurke 2020-07-11 10:40:42 +02:00
  • 408ac53777 Merge pull request #183 from informatik-ag-ngl/f/pictures CyB3RC0nN0R 2020-07-11 08:01:23 +00:00
  • 32b832f51a Merge pull request #49 from informatik-ag-ngl/f/password_in_login_credentials CyB3RC0nN0R 2020-07-11 07:26:16 +00:00
  • 1f44d03934 Add strong salted password hashing using PBKDF2 kske 2020-07-10 23:25:13 +02:00
  • 1c3d4baf06 Merge pull request #181 from informatik-ag-ngl/f/password_in_login_credentials CyB3RC0nN0R 2020-07-11 07:24:47 +00:00
  • 7f23adae1b Merge branch 'develop' into f/password_in_login_credentials CyB3RC0nN0R 2020-07-09 18:13:11 +00:00
  • f12cc25b43 Merge pull request #30 from informatik-ag-ngl/f/password_in_login_credentials CyB3RC0nN0R 2020-07-11 07:14:12 +00:00
  • 70da595a49 UnreadMessagesAmount gets displayed correctly now (despite refresh bug) DieGurke 2020-07-10 23:25:55 +02:00
  • de136294af Fix Javadoc typo CyB3RC0nN0R 2020-07-10 21:05:57 +00:00
  • 1f7e5e5a3a Added getUnreadAmount function and changed ContactListCellFac' constr. DieGurke 2020-07-10 22:41:59 +02:00
  • 63ea7a39c1 Added image preview when an image is used as attachment delvh 2020-07-10 20:53:28 +02:00
  • ee4f6e01f4 Added maximum size for displaying sent images delvh 2020-07-09 22:47:29 +02:00
  • d4b3d11d33 Merge pull request #182 from informatik-ag-ngl/f/cache_map CyB3RC0nN0R 2020-07-09 18:12:20 +00:00
  • e67665f0bd Add attachment creation support, display picture messages kske 2020-07-09 16:05:09 +02:00
  • 5d71ae5910 Improve a comment CyB3RC0nN0R 2020-07-09 14:07:34 +00:00
  • 900304c250 Fix hideous timing bug kske 2020-07-09 15:18:06 +02:00
  • 76536ed279 Add subclass consumption for Cache with CacheMap#getApplicable kske 2020-07-09 10:53:27 +02:00
  • 9c19d544d6 Simplify cache storage with a CacheMap class kske 2020-07-09 09:37:31 +02:00
  • b6840a99ce Adjust to new LoginCredentials API kske 2020-07-09 09:13:26 +02:00
  • 4f654cc2a5 Current working status delvh 2020-07-09 09:12:41 +02:00
  • 7c5cc2f220 Merge pull request #180 from informatik-ag-ngl/f/context_menu delvh 2020-07-08 22:08:53 +02:00
  • 793d388649 For the first time DELETED Javadoc delvh 2020-07-08 21:46:44 +02:00
  • 0cdaca1f54 Added context menu in MessageControl delvh 2020-07-08 21:31:02 +02:00
  • 96e413c0b4 Merge pull request #46 from informatik-ag-ngl/f/groupMessages CyB3RC0nN0R 2020-07-08 19:16:45 +00:00
  • 4b33926a36 Merge pull request #174 from informatik-ag-ngl/f/groupMessages CyB3RC0nN0R 2020-07-08 19:15:55 +00:00
  • a8443e6a50 Applied suggestions from @delvh DieGurke 2020-07-08 14:15:44 +02:00
  • 8ab8bbb0d4 Extracted into local variable DieGurke 2020-07-08 13:55:19 +02:00
  • 0bbb4c9f29 Adjusted Query and implemented pending groupMessageStatusChange proc*ing DieGurke 2020-07-08 13:53:10 +02:00
  • 267ed6726e Store password instead of password hash in LoginCredentials kske 2020-07-08 12:32:24 +02:00
  • d88f31a300 Merge branch 'develop' into f/groupMessages delvh 2020-07-08 09:04:51 +02:00
  • 6ef3683c88 Merge pull request #178 from informatik-ag-ngl/f/more_icons delvh 2020-07-08 08:56:48 +02:00
  • e14d5da997 Dismissed rethrowing of image loading error delvh 2020-07-07 21:00:45 +02:00
  • 9d5c430fe0 Defined theme specific icon folders, renamed icon loading method delvh 2020-07-07 17:02:39 +02:00
  • 8a42e2f049 Added multiple (recording) icons and change them on recording delvh 2020-07-06 22:35:06 +02:00
  • a16f8966fb Updated and simplified IconUtil API delvh 2020-07-06 22:33:04 +02:00
  • b6de5b2c20 Fix some inconsistencies kske 2020-07-06 16:14:14 +02:00
  • af765ee1f7 Filter out subclasses in ObjectMessageProcessor kske 2020-07-06 12:34:13 +02:00
  • 5374296e6c Active Code Review kske 2020-07-06 11:40:13 +02:00
  • d3a040c8c3 Merge pull request #177 from informatik-ag-ngl/f/attachment_display delvh 2020-07-06 10:00:14 +02:00
  • 8abd895324 Added attachment icons and notified user if an attachment is present delvh 2020-07-05 23:25:07 +02:00
  • 6a1bdc5fbb Merge pull request #176 from informatik-ag-ngl/f/maven_shading CyB3RC0nN0R 2020-07-05 20:27:44 +00:00
  • 95d411822b Merge branch 'develop' into f/groupMessages delvh 2020-07-05 17:01:11 +02:00
  • e33bc726ac Apply suggestions from code review (not everything) DieGurke 2020-07-05 16:53:27 +02:00
  • c463f6946a Add Linux and Windows JavaFX Dependencies kske 2020-07-05 16:19:51 +02:00
  • 097f8feb12 Fix fat JAR generation kske 2020-07-05 16:11:00 +02:00
  • da78d1cbb7 Merge pull request #172 from informatik-ag-ngl/f/voice_messages CyB3RC0nN0R 2020-07-05 14:03:00 +00:00
  • 85bfe18390 Cleaned up a bit delvh 2020-07-05 15:37:13 +02:00
  • dd8e88d28c Implemented GroupChat as subclass of Chat and adjusted calls of such DieGurke 2020-07-05 14:38:19 +02:00
  • 03a1596420 Add Exception Logging kske 2020-07-05 14:25:58 +02:00
  • 85e7f28839 Fixed display type of messages in all chats DieGurke 2020-07-05 13:53:00 +02:00
  • 83ddc02187 Reimplemented RECEIVED update sending to sender DieGurke 2020-07-05 13:28:48 +02:00
  • c5ab36d5ea Fixed bug regarding adding new Message to wrong chats DieGurke 2020-07-05 13:28:17 +02:00
  • e4e5e6376c Cancel an active recording if the chat is switched kske 2020-07-05 12:21:07 +02:00
  • a90f58afe0 Add Audio Playback Capability kske 2020-07-05 12:04:25 +02:00
  • 483ab9e344 Merge branch 'develop' into f/groupMessages kske 2020-07-05 11:15:00 +02:00
  • 8ba70407af Merge branch 'develop' into f/groupMessages CyB3RC0nN0R 2020-07-04 14:23:12 +00:00
  • a5b66c529d Merge pull request #173 from informatik-ag-ngl/b/restorable_scene delvh 2020-07-04 16:14:00 +02:00
  • d8b0e335f3 Apply suggestions from code review delvh 2020-07-04 16:07:10 +02:00
  • 9883a5ddd3 Apply suggestions from code review CyB3RC0nN0R 2020-07-04 14:00:09 +00:00
  • 4cbd724203 Added pending MessageStatusChanges READ to Query DieGurke 2020-07-04 15:59:48 +02:00
  • 96fc06a8e5 Implemented GroupMessageStatusChangeProcessor and a Cache for those DieGurke 2020-07-04 15:43:46 +02:00
  • 6f1ecd21f2 Fix subclass inclusion in EventBus kske 2020-07-04 15:20:47 +02:00
  • b597dec63a Partially fixed bug not showing "Add user to contact list?" - Alert delvh 2020-07-04 15:27:42 +02:00
  • 74290051ff Added ability to execute code when a scene is restored delvh 2020-07-04 15:26:12 +02:00
  • 39696ca671 Implemented Date name change DieGurke 2020-07-04 09:31:15 +02:00
  • 19fdb25bfa Detect LV Encoding Errors in Receiver kske 2020-07-03 23:37:25 +02:00