This is something that I forgot to do before 1.0 馃樋
There are several places where an old name is still used:
- Configuration directories (
~/.logview/, %APPDATA%\logview\)
- SDK download location (
~/.logview/, %LOCALAPPDATA%\logview\)
- Preference file names (
logview.properties, logview.json)
- Log file (
/tmp/logview.log, %TEMP%\logview.log)
Ideally, these should be named AndLogView where applicable. Additionally:
- On Linux, we should follow the XDG directory specifications.
- On macOS, log files should be stored in some user-accessible place. AFAIR, it isn't
/tmp there, but some place in /var.
.properties support should go away
To preserve user data, a migrator should be implemented. Migration can also be backported to 1.0.X, if necessary.
This is something that I forgot to do before 1.0 馃樋
There are several places where an old name is still used:
~/.logview/,%APPDATA%\logview\)~/.logview/,%LOCALAPPDATA%\logview\)logview.properties,logview.json)/tmp/logview.log,%TEMP%\logview.log)Ideally, these should be named
AndLogViewwhere applicable. Additionally:/tmpthere, but some place in/var..propertiessupport should go awayTo preserve user data, a migrator should be implemented. Migration can also be backported to
1.0.X, if necessary.