Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue #1] Application crashes (immediately) after choosing 'View log' from the menu. #1337

Open
wants to merge 4 commits into
base: beta
Choose a base branch
from

Commits on Sep 22, 2023

  1. * [Issue #1] Application crashes (immediately) after choosing ' View …

    …log' from the menu.
    
    Dropped the use of the org.ocpsoft.prettytime:prettytime library: This fixes the crashes due to the library using unsupported language features on older platforms.
    amaa-99 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a6769cf View commit details
    Browse the repository at this point in the history
  2. * [Issue #1] Application crashes (immediately) after choosing ' View …

    …log' from the menu.
    
    Addressed a couple of lint warnings.
    amaa-99 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    72f448c View commit details
    Browse the repository at this point in the history
  3. * [Issue #18] The date/time formatting is not consistent across all v…

    …iews.
    
    Corrected the date/time format in the details view (e.g. 19:00 would get displayed as '7:00').
    Changed the detail view to not show the host name field in case the host name is not known.
    amaa-99 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    821415d View commit details
    Browse the repository at this point in the history
  4. * [Issue #18] The date/time formatting is not consistent across all v…

    …iews.
    
    Removed commented out code and unused methods.
    amaa-99 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a5f1f16 View commit details
    Browse the repository at this point in the history