Commit Graph

24 Commits

Author SHA1 Message Date
Kai S. K. Engelbart eebc5ab7ad Added custom Color class to envoy.ui with invert() and toHex() methods. 2019-12-23 11:28:00 +01:00
DieGurke 5090e81b56 Enter to Send and Revising
* Revised style and improved object architecture
* Added Enter to Send mechanism.
2019-12-23 00:03:22 +01:00
DieGurke 141b2371cc Formatting 2019-12-22 21:48:19 +01:00
DieGurke abe36d999a OnCloseMode
* Toggle Switch in general settings effects the onCloseMode of the
window.
* Saving in prefs.
* Styled the general settings screen and added some text.
2019-12-22 21:28:13 +01:00
DieGurke ea45c51cf0 Adjustment
* Adjusted standard dark theme
* Changed Save and Cancel buttons to PrimaryButtons
2019-12-21 13:18:20 +01:00
Kai S. K. Engelbart 1324356827 Moved local files to .envoy directory in user home
Fixes #57
2019-12-21 11:50:01 +01:00
Kai S. K. Engelbart 5570d845ae Added custom import organization preferences
Imports are converted to .* after 4 imports from the same package,
static imports are converted to .* after 2 imports from the same type
2019-12-21 07:54:15 +01:00
Kai S. K. Engelbart c7959e5287 Added and fixed existing Javadoc, configured Javadoc validation 2019-12-20 20:25:54 +01:00
delvh 95fa3a539f Merge branch 'develop' into f/javadoc 2019-12-20 12:58:06 +01:00
delvh 1e1b078a37 Updated malformed Javadoc 2019-12-20 12:53:40 +01:00
delvh e7f6826e37 Deleted an unnecessary comment as per @CyB3RC0nN0Rs request 2019-12-20 12:51:35 +01:00
delvh e8d15be940 Merge branch 'develop' into f/logger 2019-12-20 12:30:53 +01:00
delvh 7e02217002 Updated EnvoyLogger -> still not working 2019-12-18 17:11:56 +01:00
delvh 8267fa4d0d Implemented a (not working) own version of a logger
and reformatted code
2019-12-14 14:58:07 +01:00
DieGurke 049b2872db Merge branch 'develop' into b/incorrect_color_change 2019-12-14 14:03:02 +01:00
DieGurke 89b75b00c8 Fixes bugs with the incorrect applying of the changed colors.
Fixes #50
2019-12-14 11:22:37 +01:00
Kai S. K. Engelbart 5b84578a0a Removed user id, name and email from Settings 2019-12-14 09:58:25 +01:00
Kai S. K. Engelbart 0f64ce0a01 Added offline mode to Client
+ Saving the user ID in Settings
+ Loading the user ID from Settings in Client if the server can't be
reached
2019-12-11 18:52:30 +01:00
DieGurke ecfd3b17bf Revised requested changes besides 2 (please change by yourself) 2019-12-07 17:58:59 +01:00
DieGurke d36f3cc9dd Fixes themes list display bug and error when loading client with custom
theme
2019-12-07 13:31:08 +01:00
Kai S. K. Engelbart 057c21061b Implemented theme serialization to a file 2019-12-07 11:48:41 +01:00
DieGurke e245a129af Themes & Themes Configuration
Added themes to choose from and provides customization setting for
these.
2019-12-07 10:58:03 +01:00
delvh 8f0bf6012a Added settings object and light theme
Improvements:
* settings are implemented via Preferences API
* fixed "bug" that made partner name pane editable
* light theme is added as new display method
2019-11-23 13:25:12 +01:00
delvh 92fb3d706c Implemented settings object and cleaned up ChatWindow
Improvements:
* Settings were implemented
* Light theme support was implemented
* The readability of ChatWindow got improved
2019-11-22 06:37:59 +01:00