Philipp van Kempen
Philipp van Kempen
I will hopefully be able to finish this in October. I also have a windows client again which helps to write docs for Linux/Windows/MacOS alltogether.
Shall we use `java.util.prefs.Preferences` as it seems to manage the OS-dependent stuff?
Personally, mainly for privacy reasons (e.g. GDPR), I have no interest in such feature. I am open for suggestions anyway.
Is there anything else except the launcher options which should be saved in a persistent way as well? (f.e. last username,...)
At a later point we could also add a dropdown to choose the language in the launcher. But as a prerequisite we might have to scan which language actually do...
> > > > > > > > Shall we use `java.util.prefs.Preferences` as it seems to manage the OS-dependent stuff? > > > > We could use it but preferences...
Should only the last used ip+port in the launcher window be remembered or the `--server` or `--port` input of the command line as well?
Saving the currently chosen preferences can happen just after submitting the dialog? Alternatively we could only save the setting if the following server connection was successful but this would be...
@pehala I have a quick question regarding your `ManifestVersionProvider`: If I run `new ManifestVersionProvider().getVersion()` it returns: `${COMMAND-FULL-NAME} 2.1.0.0-BETA` Is that intended? If yes, how can I get just the `2.1.0.0-BETA`...
Thank you very much for clarification, I will try it out later. I want to save the client version together with the preferences to have the ability to perform migrations...