Commit Graph

  • 8e5d166d75 Deleted unnecessary blank line delvh 2019-11-29 20:54:33 +0100
  • f3078bf7f3
    Fixed minor Javadoc errors delvh 2019-11-29 20:48:21 +0100
  • cb0e7db444 Fixed minor Javadoc errors delvh 2019-11-29 20:48:21 +0100
  • 2ea35bd97c
    Merge branch 'develop' into f/logging delvh 2019-11-29 20:33:42 +0100
  • 9e83cc1c66 Merge branch 'develop' into f/logging delvh 2019-11-29 20:33:42 +0100
  • 30d380857c Replaced print statements with logger statements. derharry333 2019-11-27 17:07:25 +0100
  • c93f9fe230 Replaced print statements with logger statements. derharry333 2019-11-27 17:07:25 +0100
  • d09432cecf Envoy Client v0.1-alpha CyB3RC0nN0R 2019-11-27 06:30:05 +0100
  • de23c185c6 Envoy Client v0.1-alpha kske 2019-11-27 06:30:05 +0100
  • ddc6e27abb Added settings object and light theme delvh 2019-11-23 13:25:12 +0100
  • 8f0bf6012a Added settings object and light theme delvh 2019-11-23 13:25:12 +0100
  • 85e31bc186 Merge branch 'develop' into f/actual_settings delvh 2019-11-23 09:20:54 +0100
  • da7f898f1a Merge branch 'develop' into f/actual_settings delvh 2019-11-23 09:20:54 +0100
  • 22a9fb7822 improved Javadoc in some files, especially UIColors delvh 2019-11-22 22:40:00 +0100
  • 7dc7ec385c improved Javadoc in some files, especially UIColors delvh 2019-11-22 22:40:00 +0100
  • 48b9176ac2 Implemented settings object and cleaned up ChatWindow delvh 2019-11-22 06:37:59 +0100
  • 92fb3d706c Implemented settings object and cleaned up ChatWindow delvh 2019-11-22 06:37:59 +0100
  • b4fa0b9ae4
    Merge pull request #28 from informatik-ag-ngl/b/message_synchronization DieGurke 2019-11-16 14:18:13 +0100
  • c22e9923ea Merge pull request #28 from informatik-ag-ngl/b/message_synchronization DieGurke 2019-11-16 14:18:13 +0100
  • 5e4e1449d2
    updated Javadoc delvh 2019-11-16 14:16:27 +0100
  • 812c4e82ec updated Javadoc delvh 2019-11-16 14:16:27 +0100
  • b657f2a516 Removed LocalDB#addWaitingMessageToLocalDB, fixed formatting CyB3RC0nN0R 2019-11-16 10:47:32 +0100
  • 84e8e42fbb Removed LocalDB#addWaitingMessageToLocalDB, fixed formatting kske 2019-11-16 10:47:32 +0100
  • eadccd7126 Preventing sent messages from being added to the sync again CyB3RC0nN0R 2019-11-16 08:23:04 +0100
  • 5a3365b4cb Preventing sent messages from being added to the sync again kske 2019-11-16 08:23:04 +0100
  • 73eb312a90 Mark all newly received messages in the current chat as read CyB3RC0nN0R 2019-11-16 08:06:07 +0100
  • 49ea688770 Mark all newly received messages in the current chat as read kske 2019-11-16 08:06:07 +0100
  • bbdf17d17b Loading config from properties before command line args CyB3RC0nN0R 2019-11-13 05:59:51 +0100
  • 63b1809c90 Loading config from properties before command line args kske 2019-11-13 05:59:51 +0100
  • 329339f05c
    Merge pull request #22 from informatik-ag-ngl/f/sync DieGurke 2019-11-09 18:08:50 +0100
  • 0b5dbe59dc Merge pull request #22 from informatik-ag-ngl/f/sync DieGurke 2019-11-09 18:08:50 +0100
  • a76f1aa743 Revised merge conflict changes DieGurke 2019-11-09 17:47:18 +0100
  • acb744a34d Revised merge conflict changes DieGurke 2019-11-09 17:47:18 +0100
  • 29d1fc784b
    Merge branch 'develop' into f/sync DieGurke 2019-11-09 17:23:15 +0100
  • c28f3e2e26 Merge branch 'develop' into f/sync DieGurke 2019-11-09 17:23:15 +0100
  • 06f2cdb028
    Merge pull request #2 from informatik-ag-ngl/f/sync CyB3RC0nN0R 2019-11-09 14:57:48 +0100
  • e52ced3222 Merge pull request #2 from informatik-ag-ngl/f/sync CyB3RC0nN0R 2019-11-09 14:57:48 +0100
  • a9b3224924 Edit syncTimeout property, made Config a singleton DieGurke 2019-11-09 14:23:26 +0100
  • e1ef85d702 Edit syncTimeout property, made Config a singleton DieGurke 2019-11-09 14:23:26 +0100
  • 817117905d Fixed reading messages DieGurke 2019-11-09 14:06:09 +0100
  • cd8a92c619 Fixed reading messages DieGurke 2019-11-09 14:06:09 +0100
  • 8cc132eeb5
    Removed empty lines CyB3RC0nN0R 2019-11-09 13:37:51 +0100
  • 42f3a97e8a Removed empty lines CyB3RC0nN0R 2019-11-09 13:37:51 +0100
  • f0a72d5851
    Fixed grammar CyB3RC0nN0R 2019-11-09 13:35:17 +0100
  • 4ff67c69a2 Fixed grammar CyB3RC0nN0R 2019-11-09 13:35:17 +0100
  • b8f05578fe
    Removed unnecessary TODO item CyB3RC0nN0R 2019-11-09 13:29:47 +0100
  • f69754d476 Removed unnecessary TODO item CyB3RC0nN0R 2019-11-09 13:29:47 +0100
  • 52f2f8e1c2 Revised structure DieGurke 2019-11-09 13:25:18 +0100
  • 6c212df309 Revised structure DieGurke 2019-11-09 13:25:18 +0100
  • 938b77ebfe
    Merge pull request #21 from informatik-ag-ngl/f/improved_UX delvh 2019-11-09 10:26:37 +0100
  • 493ec03ffb Merge pull request #21 from informatik-ag-ngl/f/improved_UX delvh 2019-11-09 10:26:37 +0100
  • 9c0be9cd9a Improved ChatWindow according to CyB3RC0nN0Rs Feedback delvh 2019-11-09 10:23:00 +0100
  • b70dabb02f Improved ChatWindow according to CyB3RC0nN0Rs Feedback delvh 2019-11-09 10:23:00 +0100
  • 9c88e14d07
    Update Client.java CyB3RC0nN0R 2019-11-09 10:04:58 +0100
  • d91fb6bf21 Update Client.java CyB3RC0nN0R 2019-11-09 10:04:58 +0100
  • 59fc855364 minor changes in ChatWindow and SettingsScreen delvh 2019-11-09 09:52:27 +0100
  • b1733372a0 minor changes in ChatWindow and SettingsScreen delvh 2019-11-09 09:52:27 +0100
  • 67f9f5133f Extracted updateUserStates method, fixed localDB initialization CyB3RC0nN0R 2019-11-09 09:38:10 +0100
  • c58a4a73d3 Extracted updateUserStates method, fixed localDB initialization kske 2019-11-09 09:38:10 +0100
  • 2d3d595164 Added KeyListeners for sending the message and an automatic line break delvh 2019-11-05 13:30:23 +0100
  • d9870f9b22 Added KeyListeners for sending the message and an automatic line break delvh 2019-11-05 13:30:23 +0100
  • d47727a584 Ignoring optional compile problems for generated sources CyB3RC0nN0R 2019-11-05 06:01:17 +0100
  • 6396764dd6 Ignoring optional compile problems for generated sources kske 2019-11-05 06:01:17 +0100
  • ba0c588c77 Sync Maxi 2019-11-04 23:10:53 +0100
  • a0dc25ba61 Sync Maxi 2019-11-04 23:10:53 +0100
  • 57ecfcb9fa Adjusted Java Doc Created Maxi 2019-11-01 12:17:00 +0100
  • 1225da6d35 Adjusted Java Doc Created Maxi 2019-11-01 12:17:00 +0100
  • 4adc23d902 Added automatic line separation and Keylistener for posting delvh 2019-10-31 22:11:50 +0100
  • 0edd9d998f Added automatic line separation and Keylistener for posting delvh 2019-10-31 22:11:50 +0100
  • f5037916c9
    Merge pull request #20 from informatik-ag-ngl/f/local_db CyB3RC0nN0R 2019-10-30 17:02:18 +0100
  • 239d2bb029 Merge pull request #20 from informatik-ag-ngl/f/local_db CyB3RC0nN0R 2019-10-30 17:02:18 +0100
  • 316936a1f8 Fixed Javadoc formatting and spelling CyB3RC0nN0R 2019-10-30 17:01:55 +0100
  • f1b6869945 Fixed Javadoc formatting and spelling kske 2019-10-30 17:01:55 +0100
  • d739f7a445
    Updated Javadoc for LocalDB File delvh 2019-10-30 08:10:40 +0100
  • 043219135f Updated Javadoc for LocalDB File delvh 2019-10-30 08:10:40 +0100
  • 46521d8230
    Updated Javadoc in Config File delvh 2019-10-30 07:45:33 +0100
  • 236564c32d Updated Javadoc in Config File delvh 2019-10-30 07:45:33 +0100
  • 09ae179728
    Merge branch 'develop' into f/local_db CyB3RC0nN0R 2019-10-30 06:26:50 +0100
  • f8ce1ee6d9 Merge branch 'develop' into f/local_db CyB3RC0nN0R 2019-10-30 06:26:50 +0100
  • 9108961522 Fixed formatting CyB3RC0nN0R 2019-10-30 06:19:50 +0100
  • 018753e115 Fixed formatting kske 2019-10-30 06:19:50 +0100
  • 57b3a57452 Updated .gitignore to include localDB CyB3RC0nN0R 2019-10-30 06:16:44 +0100
  • b88d4993ef Updated .gitignore to include localDB kske 2019-10-30 06:16:44 +0100
  • 0251d120df Fixed name of list properties CyB3RC0nN0R 2019-10-28 06:18:16 +0100
  • fef0cbd761 Fixed name of list properties kske 2019-10-28 06:18:16 +0100
  • 81865e954c * Replacing the message_schema.xsd and the user_schema.xsd with sync_schema.xsd. * Added UserStatus * Changed bindings.xml to support the UserStatus Enum properly. Maxi 2019-10-27 22:10:47 +0100
  • ab52fb5b3d * Replacing the message_schema.xsd and the user_schema.xsd with sync_schema.xsd. * Added UserStatus * Changed bindings.xml to support the UserStatus Enum properly. Maxi 2019-10-27 22:10:47 +0100
  • 6e4b4e4d4e Renamed ChatSynchronizer to LocalDB, added user-specific files CyB3RC0nN0R 2019-10-27 21:40:40 +0100
  • 07dc11eebd Renamed ChatSynchronizer to LocalDB, added user-specific files kske 2019-10-27 21:40:40 +0100
  • a9b55ee1fb Added EnvoyException class CyB3RC0nN0R 2019-10-27 21:35:05 +0100
  • 93503ae861 Added EnvoyException class kske 2019-10-27 21:35:05 +0100
  • 16a3d32875 Updated Javadoc for the whole Repository delvh 2019-10-27 20:23:36 +0100
  • ab3a18d4df Updated Javadoc for the whole Repository delvh 2019-10-27 20:23:36 +0100
  • 60c8b09b37 Added ChatSynchronizer class to store chats locally CyB3RC0nN0R 2019-10-27 17:25:58 +0100
  • d2dbf91b8a Added ChatSynchronizer class to store chats locally kske 2019-10-27 17:25:58 +0100
  • e492933dcf
    Merge pull request #17 from informatik-ag-ngl/b/user_load CyB3RC0nN0R 2019-10-26 21:15:24 +0200
  • 6f6388f595 Merge pull request #17 from informatik-ag-ngl/b/user_load CyB3RC0nN0R 2019-10-26 21:15:24 +0200
  • b1467a5cc3 Moved GET request implementations into a single method CyB3RC0nN0R 2019-10-26 18:31:49 +0200
  • 4147df262d Moved GET request implementations into a single method kske 2019-10-26 18:31:49 +0200
  • 09b995ea0f Reduced the number of user list requests to one CyB3RC0nN0R 2019-10-26 17:49:45 +0200