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

Unit tests implemented #7

Merged
merged 9 commits into from
Oct 23, 2023
Merged

Unit tests implemented #7

merged 9 commits into from
Oct 23, 2023

Commits on Jun 26, 2023

  1. Unit Test Init

    Hen676 committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    56b793e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Update AvaloniaUI to 11 + Created multiple new services

    Created SettingService, LocalDatabaseService and UploaderService.
    Database now uses SQLite instead of SQLite.Core.
    Removed ListView and ListViewModel and contents added to MainView and MainViewModel respectively.
    Moved Filter to Models.
    Renamed ListItem to EVTCFile plus removed un-needed folder.
    Hen676 committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    fd82e9d View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Basic tests + UI Updates

    - Added hook up to ThemeVarient toggle
    - Theme change no longer needs to close app to change theme
    - Added hook up to filter errored / unknown files toggle
    - Removed Sort commands from UI (Need to remove from code)
    - Updated naming convention in EVTCFile to be correct
    - Removed extra xaml in MainWindow + Clean up
    Hen676 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    f3c292b View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Filter TreeView + Refactoring

    Hen676 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    32594b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    4e0af27 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Comments + Code and UI Improvments

    Multiple comments through out MainWindowViewModel
    Updated folder picker to the new way
    Simplified the folder update vs search code
    Re-added clipboard support
    Add multiple loc strings to un-localised areas
    Fixed Language code for English
    Fixed EVTCFile missing PrimaryKey
    Hen676 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    7807c28 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Added Icons

    Hen676 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    23dc7c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Configuration menu
    Copy the full SHA
    115e873 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Language file update + Version bump

    - Version bump from V1.1.0 - V1.1.1
    - Add localisation for new encounters + new strings
    - Extracted close command to base view model
    - Add new encounters
    - Made services use splat
    Hen676 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    666d1bb View commit details
    Browse the repository at this point in the history