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

Make Application.Properties obsolete and fix implementation #2158

Merged
merged 10 commits into from
Aug 25, 2021

Commits on Aug 18, 2021

  1. Mark Properties API's obsolete

    Redth committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    795d53d View commit details
    Browse the repository at this point in the history
  2. Make Deserializer do the right thing on each platform

    On Windows, use LocalApplication folder with a file, on iOS/MacCatalyst store the serialized blob into NSUserDefaults, on Android use the cache directory from essentials to store the file.
    Redth committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    92afd89 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

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

Commits on Aug 20, 2021

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

Commits on Aug 24, 2021

  1. Configuration menu
    Copy the full SHA
    18cc025 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0c8738 View commit details
    Browse the repository at this point in the history
  3. Fix iOS calls

    Redth committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    7605b5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4d36d9 View commit details
    Browse the repository at this point in the history
  5. Fix the tests

    mattleibow committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    dc62a89 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into application-properties-obsolete

    Jonathan Dick committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    5048d42 View commit details
    Browse the repository at this point in the history