Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oxyplot/oxyplot-maui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.0
Choose a base ref
...
head repository: oxyplot/oxyplot-maui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.0
Choose a head ref
  • 20 commits
  • 13 files changed
  • 1 contributor

Commits on Jan 29, 2026

  1. GHA: update to .NET 10 SDK

    * requires removal of .NET 8 targets ...
    
    error NETSDK1202: The workload 'net8.0-android' is out of support and will not receive security updates in the future.
    Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
    janusw committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    eb1a170 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2026

  1. add net10.0 targets

    janusw committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    6360352 View commit details
    Browse the repository at this point in the history
  2. OxyplotMauiSample: update to net10.0

    * and upate XCode in GHA
    janusw committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    b63c652 View commit details
    Browse the repository at this point in the history
  3. GHA: build sample app in Debug mode

    * in order to speed up this step of the build jobs,
      which is taking particularly long (especially on MacOS)
    janusw committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    35d791b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b82cba0 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2026

  1. Merge pull request #25 from janusw/net10

    Update to .NET 10
    janusw authored Feb 8, 2026
    Configuration menu
    Copy the full SHA
    a05041d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2026

  1. fix a NullReferenceException on iOS

    * occurs in the OxyplotMauiSample when opening the PanModePage
    janusw committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    6744630 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3d3f9a View commit details
    Browse the repository at this point in the history
  3. OxyplotMauiSample: update MAUI to 10.0.40

    * in order to fix strange crashes when opening PanModePage
      (on Android and iOS)
    * $(MauiVersion) seems to resovle to 10.0.1 with .NET SDK 10.0.103
    janusw committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    cc4b097 View commit details
    Browse the repository at this point in the history
  4. MauiFontLoader.Load: use fontName as fallback if GetFont fails (on iOS)

    * and mirror the same behavior on MacCatalyst
    * as suggested by Copilot
    janusw committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    86646c8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #27 from janusw/fix_ios_crash

    Fix crash of sample app
    janusw authored Feb 15, 2026
    Configuration menu
    Copy the full SHA
    1e7b38b View commit details
    Browse the repository at this point in the history
  6. OxyplotMauiSample: replace ListView by CollectionView

    * in order to fix warnings like these:
    
    warning CS0618: 'ListView' is obsolete: 'ListView is deprecated. Please use CollectionView instead.'
    janusw committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    31fbbf6 View commit details
    Browse the repository at this point in the history
  7. OxyplotMauiSample: replace another ListView by CollectionView

    * in order to fix more deprecation warnings
    janusw committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    23b9302 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2026

  1. Configuration menu
    Copy the full SHA
    07352f1 View commit details
    Browse the repository at this point in the history
  2. OxyplotMauiSample: add some spacing in ExampleBrowser

    * for better layout and usability
    janusw committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    ea9d269 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #28 from janusw/net10_cleanup

    Replace ListView by CollectionView in sample app
    janusw authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    9993602 View commit details
    Browse the repository at this point in the history
  4. update SkiaSharp to 3.119.2

    janusw committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    7686a6b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #29 from janusw/update_skiasharp

    Update SkiaSharp
    janusw authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    d35b4bf View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2026

  1. update README

    janusw committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    e8b3b15 View commit details
    Browse the repository at this point in the history
  2. Release 1.2.0

    janusw committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    5cc7bd6 View commit details
    Browse the repository at this point in the history
Loading