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

Refactor SecureStorage into an interface #4668

Merged
merged 10 commits into from Feb 24, 2022

Commits on Feb 14, 2022

  1. Configuration menu
    Copy the full SHA
    0b9b9e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    514c54d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57dce25 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    27c9e02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf4559d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    761b017 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c43ef1 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    6c1fd1b View commit details
    Browse the repository at this point in the history
  2. Refactor to match other platform API's

    In a few other PR's for Essentials refactoring we started adding the `IPlatformX` interface as a place to host platform specific things.
    
    This adjusts to the same pattern used there.
    Redth committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    7e9f312 View commit details
    Browse the repository at this point in the history
  3. Expose alias to internal again

    Redth committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    f363606 View commit details
    Browse the repository at this point in the history