Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Use XmlSerializer instead of insecure BinaryFormatter in TransferDataSource #1114

Merged
merged 6 commits into from
Feb 21, 2023

Commits on Feb 16, 2023

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

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    c997892 View commit details
    Browse the repository at this point in the history
  2. Explicitly set Xwt TargetFramework

    Explicitly set the TargetFramework in Xwt.csproj
    to netstandard2.0, so that it builds properly on
    Windows (where it otherwise would default to
    .NET Framework 4.6.1).
    BretJohnson committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    c2c3eaa View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

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

Commits on Feb 20, 2023

  1. Use XML serialization instead of JSON serialization

    XML serialization works better than JSON for Android designer
    data - it's formatted better and is more mature, with more
    options supported.
    BretJohnson committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    6ed2ea5 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

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