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: dotnet/maui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.0.93
Choose a base ref
...
head repository: dotnet/maui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.0.100
Choose a head ref
  • 7 commits
  • 57 files changed
  • 7 contributors

Commits on Oct 14, 2024

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

Commits on Oct 26, 2024

  1. [release/8.0.1xx-sr10] Fix Button Regression with null image source (#…

    …25528)
    
    * Use the UIImage in a weakreference instead
    
    * remove unneeded call
    
    * use directives for variable
    
    * move the image ref stuff into ResizeImageIfNecessary
    
    * use the cgimage
    
    ---------
    
    Co-authored-by: tj-devel709 <tj.devel709@gmail.com>
    github-actions[bot] and tj-devel709 authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    3728357 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Increment build targets to iOS 18 (#25140)

    * Increment build targets to iOS 18
    
    * - increment xcode
    
    * - additional bumps
    
    * Update Versions.props
    
    * Update NuGet.config
    
    * Update EmbeddedFontLoader.iOS.cs
    
    * - CA1422
    
    * [housekeeping] Update & Consolidate Appium + driver versions (#24817)
    
    * Update appium + driver versions
    
    Updating to latest
    
    * Move appium versions to eng/Versions.props
    
    * Fix ps1 get-location
    
    * Check if appium is completely missing too
    
    No need to attempt to uninstall appium if it's not installed
    
    * - bump versions
    
    * - fix script
    
    ---------
    
    Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
    
    * Update dependencies from https://github.com/dotnet/xharness build 20241009.1
    
    Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
     From Version 10.0.0-prerelease.24501.1 -> To Version 10.0.0-prerelease.24509.1
    
    # Conflicts:
    #	eng/Version.Details.xml
    
    * Update dotnet-tools.json
    
    * Update Versions.props
    
    * Update Version.Details.xml
    
    * - fix logs
    
    * Update UITest.cs
    
    * Bump ASPNet Versions
    
    # Conflicts:
    #	eng/Versions.props
    
    # Conflicts:
    #	eng/Versions.props
    
    * Update dependencies from https://github.com/dotnet/xharness build 20241024.9 (#25553)
    
    Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
     From Version 10.0.0-prerelease.24514.1 -> To Version 10.0.0-prerelease.24524.9
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    # Conflicts:
    #	.config/dotnet-tools.json
    #	eng/Version.Details.xml
    #	eng/Versions.props
    
    * - update pools
    
    * - update versions
    
    * - update feed
    
    * - fix package source
    
    * - images fixes
    
    * [release/9.0.1xx] [net9.0] Run device tests arm (#25375)
    
    * Run on arm the device tests
    
    * no brew
    
    * install api35
    
    * add log installdefault api
    
    * use iOS pool
    
    * Maybe try skip this on handlers main build
    
    * Add new pool name
    
    ---------
    
    Co-authored-by: Rui Marinho <me@ruimarinho.net>
    # Conflicts:
    #	eng/pipelines/common/device-tests-steps.yml
    #	eng/pipelines/common/provision.yml
    #	eng/pipelines/device-tests.yml
    #	eng/pipelines/handlers.yml
    
    * - add parameters
    
    * Update provisioning.csx
    
    * Update provisioning.csx
    
    * - update iOS images
    
    * Move TitleViewSetOnShellWorksAfterNavigation to Appium (#25094)
    
    * Move TitleViewSetOnShellWorksAfterNavigation to Appium
    
    * - give width to editor so that it's visible
    
    * Disable TitleViewSetOnShellWorksAfterNavigation (#25125)
    
    ---------
    
    Co-authored-by: Jonathan Dick <jodick@microsoft.com>
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    5 people authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3658369 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. [release/8.0.1xx-sr10] Revert PR #23052 behavior under new app contex…

    …t switch (#25677)
    
    * Revert PR #23052 behavior under new Microsoft.Maui.UseLegacyMeasureInvalidatedBehavior app context switch
    
    * Align the switch name with .NET 9 switches
    
    ---------
    
    Co-authored-by: Filip Navara <filip.navara@gmail.com>
    github-actions[bot] and filipnavara authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    50b6e11 View commit details
    Browse the repository at this point in the history
  2. Disable NSToolbar Tabs (#25137)

    * Disable NSToolbar Tabs
    
    * - fix OS check
    
    * - fix tabbedview extentions PR
    
    * - bump targets
    
    * - add missing file
    
    * - add if/def for NET18.0 target
    
    * - add catalyst check
    
    * - switch to newer APIs for iOS and catalyst 18+
    
    * - if/def for iOS18
    PureWeen authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    f86576a View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Skip invalidation on propagation (#25652) (#25696)

    * Skip invalidation on propagation (#25652)
    
    * Skip Invalidation unless you're my immediate child
    
    * - fix override on test
    
    * Fix Legacy Layouts Invalidation Propagation
    
    * - use invalidation args to propagate depth
    # Conflicts:
    #	src/Controls/src/Core/Page/Page.cs
    #	src/Controls/src/Core/VisualElement/VisualElement.cs
    
    * - fix up UseLegacyMeasureInvalidatedBehaviorEnabled
    
    * - fix missing NS
    
    * - add test
    
    * - add screen shots
    
    * - snapshots
    
    * - final snapshots
    PureWeen authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    e29ebff View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Revert "Preview Branding for SR10 (#25267)" (#25736)

    This reverts commit 0e081b6.
    PureWeen authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f4dbb74 View commit details
    Browse the repository at this point in the history
Loading