Commit Graph

980 Commits

Author SHA1 Message Date
29d2eeaa7e Fixed horizontal message placement
This commit contains potentially unstable changes to ComponentList. If
the ListCellRenderer is not set, the class might behave in an unexpected
way.
2020-03-17 10:08:58 +01:00
461a395439 Working on message scaling 2020-03-17 09:37:19 +01:00
011e85c18e Working on line wrapping and message height (borders currently broken) 2020-03-16 21:49:02 +01:00
DieGurke
c9c2cd9f4d Message displaying
Implemented message status icons and revised message displaying
(unfinished)
2020-03-16 19:08:26 +01:00
e93cd8761f Added IconUtil utility class 2020-03-16 14:30:14 +01:00
delvh
2127018b58 fixed minor inconveniences 2020-03-16 11:21:41 +01:00
delvh
d0fded868e implemented UserComponentListRenderer 2020-03-15 19:11:02 +01:00
delvh
9ef9282432 Added multiple selection capability to the component list 2020-03-15 18:55:07 +01:00
delvh
b4e8a67b93 Implemented method to forward a message 2020-03-14 22:44:03 +01:00
delvh
9eaa9dc9d2 Created packages ui.renderer and ui.primary 2020-03-14 21:34:17 +01:00
delvh
4c94686172 added newline at EOF for any file not having one at its end 2020-03-14 19:59:37 +01:00
00e6d6c8a1 Fixed NullPointerException caused by ComponentListModel 2020-03-14 17:10:11 +01:00
delvh
b23c506d77 fixed typo 2020-03-14 17:04:51 +01:00
7f2c4d0519 Fixed state errors in offline mode (#116)
* Display all contacts as offline while in offline mode

* Update message status to sent after relaying message cache
2020-03-14 16:58:19 +01:00
delvh
129587b312 Fixed bug concerning modularity 2020-03-14 15:08:58 +01:00
delvh
349ffeaa25 Added the display of multi-line messages (#115)
* Added multi-line messages

* Added shutdown method for LoginDialog

* Fixed login bug in LoginDialog

* Added a maximum length for messages

* Implemented update of component list elements on resizing

* Improved visual appearance of some files
2020-03-14 11:17:43 +01:00
delvh
a89f0939e8 Changed compiler compliance to 11, modularized all packages (#29)
* added package- and module-info.java, changed JRE from 8 to 11

* moved ObjectProcessor into the processors package

Co-authored-by: CyB3RC0nN0R <kske@outlook.de>
2020-03-07 22:04:02 +01:00
delvh
9896339f92 Changed compiler compliance to 11, modularized all packages (#114)
* added module- and package-info.java, changed JRE from 8 to 11

* updated maven from Java 1.8 to 11

Co-authored-by: CyB3RC0nN0R <kske@outlook.de>
2020-03-07 19:38:06 +01:00
9998234b3d Updated maven-compiler-plugin to version 3.8.1 2020-03-07 18:47:09 +01:00
delvh
5ff9253236 Changed compiler compliance to 11, modularized all packages (#16)
* Created module- and package-info.java and changed JRE from 8 to 11

* Using JDK 11 as Build JDK and Maven build

Co-authored-by: Haramus Samsamus <kske@outlook.de>
2020-03-07 17:29:52 +01:00
930d1cebe1 Migrated configuration and logging to Envoy Common (#113)
* Moved client specific configuration to ClientConfig

* Finished ClientConfig integration, checking init state in EnvoyLog

* Migrated Config, ConfigItem and EnvoyLog to envoy-common

* Updated envoy-common dependency to develop-SNAPSHOT
2020-03-05 14:27:40 +01:00
d9186ac821 Merge pull request #15 from informatik-ag-ngl/f/enhanced_config
Migrated Config, ConfigItem and EnvoyLog from envoy-client
2020-03-05 14:19:36 +01:00
26c947cbce Migrated Config, ConfigItem and EnvoyLog from envoy-client 2020-03-02 19:16:28 +01:00
69537d843d Added selection capability to ComponentList (#112)
* Fixed Javadoc error in EnvoyLog

* Added selection support to ComponentList using MouseListener injection

* Added selection support to MessageListRenderer

* Clearing selection when reselecting an already selected element
2020-02-22 19:01:47 +01:00
80b94a6e73 Merge pull request #110 from informatik-ag-ngl/f/enhanced_logging
Logger hierarchy integration for EnvoyLog
2020-02-18 17:06:31 +01:00
866c8c1a48 Merge pull request #28 from informatik-ag-ngl/b/db_received_date
Fixed missing message received dates in database
2020-02-18 16:54:27 +01:00
delvh
ca2fa5d1e2 Added newline at the end of PersistenceManager 2020-02-18 16:36:31 +01:00
aaa6044ade Adjusted logging locations and levels 2020-02-18 16:34:14 +01:00
delvh
47ca47a761 Added null check to ObjectMessageProcessor 2020-02-18 16:28:32 +01:00
9c73289bda Updated Javadoc in EnvoyLog 2020-02-18 16:10:33 +01:00
c692fe25ff Adder EnvoyLog#attach(String) method to log specific packages 2020-02-18 08:14:04 +01:00
5f9ebd4c43 Fixed logger level configuration, using logger hierarchy
Loggers are now created with a class object
2020-02-18 07:16:35 +01:00
1b3ef2a712 Appended timestamp to log file names 2020-02-16 21:53:10 +01:00
2813b54e32 Copying received and read dates in Message#toCommonMessage() 2020-02-16 10:31:17 +01:00
87ca90c333 Added received and read dates to database message copy constructor
Fixes #24
2020-02-15 22:47:14 +01:00
0347715d72 Moved PersistenceManager into data package, refactored transaction use 2020-02-15 22:43:20 +01:00
247ad73472 Merge pull request #109 from informatik-ag-ngl/f/invalid_login
Reacting to HandshakeRejectionEvents
2020-02-13 10:13:52 +01:00
8b6356e48a Merge pull request #27 from informatik-ag-ngl/f/reject_handshake
Produce HandshakeRejectionEvents
2020-02-13 10:12:05 +01:00
18c693a6d6 Fixed error message layout in LoginDialog
Updated envoy-common dependency to v0.2-alpha in pom.xml
2020-02-13 10:11:25 +01:00
8b822de470 Updated alpha releases of envoy-common and java-nio-server in pom.xml 2020-02-13 10:00:56 +01:00
84a7b41d65 Update README.md 2020-02-13 09:47:23 +01:00
b6ef51d515 Update README.md 2020-02-13 09:47:07 +01:00
e9b2e337f9 Update README.md 2020-02-13 09:46:52 +01:00
2cc2af68e5 Merge pull request #14 from informatik-ag-ngl/f/advanced_login
Support classes for handshake rejection
2020-02-13 09:13:09 +01:00
8c1cfedb2e Fixed entering offline mode 2020-02-12 22:22:29 +01:00
3c8b5291ed Fixed Event.Valueless#toString() to not display the null value 2020-02-12 22:15:42 +01:00
98a51e1106 Fixed ConnectionManager#isOnline(long), moved ConnectionManager to net 2020-02-12 22:01:32 +01:00
0201afee25 Added Maven assembly plugin configuration for JAR packaging 2020-02-12 17:35:58 +01:00
8714c8fe0e Performing handshake and online init in LoginDialog 2020-02-12 17:31:20 +01:00
0861497e6e Increased ID generation range to 200 2020-02-12 07:53:54 +01:00