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

gtk ongoing #37

Merged
merged 3,320 commits into from
Apr 14, 2023
Merged

gtk ongoing #37

merged 3,320 commits into from
Apr 14, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    fa9ce65 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/xharness build 202…

    …20722.1 (dotnet#8935)
    
    Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
     From Version 1.0.0-prerelease.22369.1 -> To Version 1.0.0-prerelease.22372.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    dee27cb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'net6.0'

    mattleibow committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    83ae546 View commit details
    Browse the repository at this point in the history
  4. [Android] Fix clear button not working on Entry (dotnet#7992)

    * Fix issue Entry clear button not working
    
    * Updated EditTextExtensions
    
    * Update clear button visibility when text changes
    
    Co-authored-by: E.Z. Hart <hartez@gmail.com>
    jsuarezruiz and hartez authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    8ed80a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7604a5d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

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

Commits on Jul 24, 2022

  1. Add Admin check for removing needs-info labels (dotnet#8933)

    * Add Admin check for removing needs-info labels
    "Write" is a separate permission from "Admin" so we need to check both when applying certain rules
    
    * Update fabricbot.json
    Eilon authored Jul 24, 2022
    Configuration menu
    Copy the full SHA
    2d5729f View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/xamarin/xamarin-android b…

    …uild 6.0.4xx-0b8d593a61bb49120fdf817e8dfdbc4b33937772-1
    
    Microsoft.Android.Sdk.Windows
     From Version 32.0.446 -> To Version 32.0.447
    
    Dependency coherency updates
    
    Microsoft.Dotnet.Sdk.Internal
     From Version 6.0.400-rtm.22364.21 -> To Version 6.0.400-rtm.22371.2 (parent: Microsoft.Android.Sdk.Windows
    dotnet-maestro[bot] authored and Redth committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    180c992 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. [create-pull-request] automated change (dotnet#8949)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    db59d99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc22f17 View commit details
    Browse the repository at this point in the history
  3. [Android] Fix Border Background not changed to Brush once we set the …

    …Gradient (dotnet#7926) Fixes dotnet#7885
    
    * Fix the issue
    
    * Added Device Tests
    
    Co-authored-by: Rui Marinho <me@ruimarinho.net>
    jsuarezruiz and rmarinho authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    8b0fba1 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    9ea83b0 View commit details
    Browse the repository at this point in the history
  2. [create-pull-request] automated change (dotnet#8995)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    4170251 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'net6.0'

    # Conflicts:
    #	src/Core/src/PublicAPI/net-android/PublicAPI.Unshipped.txt
    rmarinho committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    e3f8bd4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76b3578 View commit details
    Browse the repository at this point in the history
  5. Update dependencies from https://github.com/xamarin/xamarin-android b…

    …uild 6.0.4xx-2c639362ff709d9f9c090d8bb363b2d6b67945ce-1 (dotnet#8992)
    
    Microsoft.Android.Sdk.Windows
     From Version 32.0.447 -> To Version 32.0.448
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    fbe227e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5dc95b4 View commit details
    Browse the repository at this point in the history
  7. Make CalendarDatePickerExtensions.ToDateFormat internal until .NET 7 (d…

    …otnet#8930)
    
    * Internalize added APIs
    
    * Update CalendarDatePickerExtensions.cs
    
    Co-authored-by: Rui Marinho <me@ruimarinho.net>
    jfversluis and rmarinho authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    d4d2076 View commit details
    Browse the repository at this point in the history
  8. [Windows] Fix DatePicker TextColor property (dotnet#7995)

    * Fix Windows DatePicker TextColor
    
    * Updated implementation
    
    * Added Windows DatePicker DeviceTests
    
    * - remove public API changes
    
    * - clean up handlers
    
    * - fix ext methods
    
    * - fix windows attach tests
    
    * Update PublicAPI.Unshipped.txt
    
    * - remove ToDateTimeOffset ext for now
    
    Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
    jsuarezruiz and PureWeen authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    aa3698f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d6fb975 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5e68060 View commit details
    Browse the repository at this point in the history
  11. Bump Xamarin.AndroidX.Navigation.Fragment from 2.4.2.1 to 2.5.0 (dotn…

    …et#8977)
    
    * Bump Xamarin.AndroidX.Navigation.Fragment from 2.4.2.1 to 2.5.0
    
    Bumps [Xamarin.AndroidX.Navigation.Fragment](https://github.com/xamarin/AndroidX) from 2.4.2.1 to 2.5.0.
    - [Release notes](https://github.com/xamarin/AndroidX/releases)
    - [Commits](https://github.com/xamarin/AndroidX/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Xamarin.AndroidX.Navigation.Fragment
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump other Xamarin.AndroidX.Navigation
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Rui Marinho <me@ruimarinho.net>
    dependabot[bot] and rmarinho authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    48b8998 View commit details
    Browse the repository at this point in the history
  12. Bump Microsoft.CodeAnalysis.NetAnalyzers (dotnet#8982)

    Bumps [Microsoft.CodeAnalysis.NetAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 7.0.0-preview1.22369.1 to 7.0.0-preview1.22373.2.
    - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases)
    - [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md)
    - [Commits](https://github.com/dotnet/roslyn-analyzers/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.CodeAnalysis.NetAnalyzers
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    6978678 View commit details
    Browse the repository at this point in the history
  13. Update dependencies from https://github.com/dotnet/xharness build 202…

    …20725.5 (dotnet#9012)
    
    Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
     From Version 1.0.0-prerelease.22372.1 -> To Version 1.0.0-prerelease.22375.5
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    5248c4b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    61d4072 View commit details
    Browse the repository at this point in the history
  2. [create-pull-request] automated change (dotnet#9018)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    5ae30e0 View commit details
    Browse the repository at this point in the history
  3. Handle null/empty PropertyName in the INPC.PropertyChanged event (dot…

    …net#8418) Fixes dotnet#1111
    
    * Remove duplicate classes and fix issue
    
    * Fix all overloads and added tests
    jfversluis authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    7bc3da8 View commit details
    Browse the repository at this point in the history
  4. Bump Xamarin.AndroidX.Lifecycle.LiveData from 2.4.1.2 to 2.5.0 (dotne…

    …t#8981)
    
    Bumps [Xamarin.AndroidX.Lifecycle.LiveData](https://github.com/xamarin/AndroidX) from 2.4.1.2 to 2.5.0.
    - [Release notes](https://github.com/xamarin/AndroidX/releases)
    - [Commits](https://github.com/xamarin/AndroidX/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Xamarin.AndroidX.Lifecycle.LiveData
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    50b5e0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a950b83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    331a3dc View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Bump Markdig from 0.22.1 to 0.23.0 (dotnet#9026)

    Bumps [Markdig](https://github.com/xoofx/markdig) from 0.22.1 to 0.23.0.
    - [Release notes](https://github.com/xoofx/markdig/releases)
    - [Changelog](https://github.com/xoofx/markdig/blob/master/changelog.md)
    - [Commits](xoofx/markdig@0.22.1...0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: Markdig
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    9204813 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2048851 View commit details
    Browse the repository at this point in the history
  3. Bump System.Memory from 4.5.4 to 4.5.5 (dotnet#9025)

    Bumps [System.Memory](https://github.com/dotnet/corefx) from 4.5.4 to 4.5.5.
    - [Release notes](https://github.com/dotnet/corefx/releases)
    - [Commits](https://github.com/dotnet/corefx/commits)
    
    ---
    updated-dependencies:
    - dependency-name: System.Memory
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    bf13e62 View commit details
    Browse the repository at this point in the history
  4. [xaml] add compiled StrokeShapeTypeConverter (dotnet#8849)

    Context: dotnet#4293 (comment)
    
    The `dotnet new maui` template was spending some time in:
    
        5.13ms (0.02%) microsoft.maui.controls!Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter.ConvertFrom(System.ComponentModel.ITypeDe
    
    This amount of time is spent by a single value:
    
        <Style TargetType="Border">
            <Setter Property="StrokeShape" Value="Rectangle"/>
        </Style>
    
    I went ahead and implemented a compiled converter for all "shape"
    syntax, except for one:
    
        PathShape="Path M16.484421,0.73799322C20.831404,0.7379931 24.353395,1.1259904 24.353395,1.6049905 24.353395,2.0839829 20.831404,2.4719803 16.484421,2.47198 12.138443,2.4719803 8.6154527,2.0839829 8.6154527,1.6049905 8.6154527,1.1259904 12.138443,0.7379931 16.484421,0.73799322z M1.9454784,0.061995983C2.7564723,5.2449602 12.246436,11.341911 12.246436,11.341911 13.248431,19.240842 9.6454477,17.915854 9.6454477,17.915854 7.9604563,18.897849 6.5314603,17.171859 6.5314603,17.171859 4.1084647,18.29585 3.279473,15.359877 3.2794733,15.359877 0.82348057,15.291876 1.2804796,11.362907 1.2804799,11.362907 -1.573514,10.239915 1.2344746,6.3909473 1.2344746,6.3909473 -1.3255138,4.9869594 1.9454782,0.061996057 1.9454784,0.061995983z M30.054371,0C30.054371,9.8700468E-08 33.325355,4.9249634 30.765367,6.3289513 30.765367,6.3289513 33.574364,10.177919 30.71837,11.30191 30.71837,11.30191 31.175369,15.22988 28.721384,15.297872 28.721384,15.297872 27.892376,18.232854 25.468389,17.110862 25.468389,17.110862 24.040392,18.835847 22.355402,17.853852 22.355402,17.853852 18.752417,19.178845 19.753414,11.279907 19.753414,11.279907 29.243385,5.1829566 30.054371,0z"
    
    Digging into the details, I found it would be a lot of work to
    implement this for `Path` string syntax. For now it is at least
    slightly better for `Path`, in that we'll generate:
    
        compiledTypeConverter.PathShape = new Path
        {
            Data = (Geometry)new PathGeometryConverter().ConvertFromInvariantString("M16.484421,0.73799322C20.831404,0.7379931 24.353395,1.1259904 24.353395,1.6049905 24.353395,2.0839829 20.831404,2.4719803 16.484421,2.47198 12.138443,2.4719803 8.6154527,2.0839829 8.6154527,1.6049905 8.6154527,1.1259904 12.138443,0.7379931 16.484421,0.73799322z M1.9454784,0.061995983C2.7564723,5.2449602 12.246436,11.341911 12.246436,11.341911 13.248431,19.240842 9.6454477,17.915854 9.6454477,17.915854 7.9604563,18.897849 6.5314603,17.171859 6.5314603,17.171859 4.1084647,18.29585 3.279473,15.359877 3.2794733,15.359877 0.82348057,15.291876 1.2804796,11.362907 1.2804799,11.362907 -1.573514,10.239915 1.2344746,6.3909473 1.2344746,6.3909473 -1.3255138,4.9869594 1.9454782,0.061996057 1.9454784,0.061995983z M30.054371,0C30.054371,9.8700468E-08 33.325355,4.9249634 30.765367,6.3289513 30.765367,6.3289513 33.574364,10.177919 30.71837,11.30191 30.71837,11.30191 31.175369,15.22988 28.721384,15.297872 28.721384,15.297872 27.892376,18.232854 25.468389,17.110862 25.468389,17.110862 24.040392,18.835847 22.355402,17.853852 22.355402,17.853852 18.752417,19.178845 19.753414,11.279907 19.753414,11.279907 29.243385,5.1829566 30.054371,0z")
        };
    
    In writing test cases and reviewing `StrokeShapeTypeConverter`, I found:
    
    * Missing test case for `Line` string syntax
    * Missing test cases for many shapes with no numbers -- many of these
      actually would fail with `IndexOutOfRangeException`.
    
    After fixing up the failing tests, I updated the
    `CompiledTypeConverter` test for each case of "shape" string syntax
    that is supported:
    
    * Ellipse
    * Line
    * Polygon
    * Polyline
    * Rectangle
    * RoundRectangle
    * Path
    
    In the `CompiledConverters` test, previously we'd generate:
    
        compiledTypeConverter.EllipseShape = (IShape)new StrokeShapeTypeConverter().ConvertFromInvariantString("Ellipse");
        compiledTypeConverter.LineShape = (IShape)new StrokeShapeTypeConverter().ConvertFromInvariantString("Line");
        compiledTypeConverter.LineShapeTwo = (IShape)new StrokeShapeTypeConverter().ConvertFromInvariantString("Line 1,2");
        compiledTypeConverter.LineShapeFour = (IShape)new StrokeShapeTypeConverter().ConvertFromInvariantString("Line 1,2,3,4");
        compiledTypeConverter.PolygonShape = (IShape)new StrokeShapeTypeConverter().ConvertFromInvariantString("Polygon 10,110 60,10 110,110");
        compiledTypeConverter.PolylineShape = (IShape)new StrokeShapeTypeConverter().ConvertFromInvariantString("Polyline 0 48, 0 144, 96 150, 100 0, 192 0, 192 96, 50 96, 48 192, 150 200 144 48");
        compiledTypeConverter.RectangleShape = (IShape)new StrokeShapeTypeConverter().ConvertFromInvariantString("Rectangle");
        compiledTypeConverter.RoundRectangleShape = (IShape)new StrokeShapeTypeConverter().ConvertFromInvariantString("RoundRectangle 1,2,3,4");
        compiledTypeConverter.PathShape = (IShape)new StrokeShapeTypeConverter().ConvertFromInvariantString("Path M16.484421,0.73799322C20.831404,0.7379931 24.353395,1.1259904 24.353395,1.6049905 24.353395,2.0839829 20.831404,2.4719803 16.484421,2.47198 12.138443,2.4719803 8.6154527,2.0839829 8.6154527,1.6049905 8.6154527,1.1259904 12.138443,0.7379931 16.484421,0.73799322z M1.9454784,0.061995983C2.7564723,5.2449602 12.246436,11.341911 12.246436,11.341911 13.248431,19.240842 9.6454477,17.915854 9.6454477,17.915854 7.9604563,18.897849 6.5314603,17.171859 6.5314603,17.171859 4.1084647,18.29585 3.279473,15.359877 3.2794733,15.359877 0.82348057,15.291876 1.2804796,11.362907 1.2804799,11.362907 -1.573514,10.239915 1.2344746,6.3909473 1.2344746,6.3909473 -1.3255138,4.9869594 1.9454782,0.061996057 1.9454784,0.061995983z M30.054371,0C30.054371,9.8700468E-08 33.325355,4.9249634 30.765367,6.3289513 30.765367,6.3289513 33.574364,10.177919 30.71837,11.30191 30.71837,11.30191 31.175369,15.22988 28.721384,15.297872 28.721384,15.297872 27.892376,18.232854 25.468389,17.110862 25.468389,17.110862 24.040392,18.835847 22.355402,17.853852 22.355402,17.853852 18.752417,19.178845 19.753414,11.279907 19.753414,11.279907 29.243385,5.1829566 30.054371,0z");
    
    And now we generate:
    
        compiledTypeConverter.EllipseShape = new Ellipse();
        compiledTypeConverter.LineShape = new Line();
        compiledTypeConverter.LineShapeTwo = new Line(1.0, 2.0, 0.0, 0.0);
        compiledTypeConverter.LineShapeFour = new Line(1.0, 2.0, 3.0, 4.0);
        compiledTypeConverter.PolygonShape = new Polygon(new PointCollection(new Point[3]
        {
            new Point(10.0, 110.0),
            new Point(60.0, 10.0),
            new Point(110.0, 110.0)
        }));
        compiledTypeConverter.PolylineShape = new Polyline(new PointCollection(new Point[10]
        {
            new Point(0.0, 48.0),
            new Point(0.0, 144.0),
            new Point(96.0, 150.0),
            new Point(100.0, 0.0),
            new Point(192.0, 0.0),
            new Point(192.0, 96.0),
            new Point(50.0, 96.0),
            new Point(48.0, 192.0),
            new Point(150.0, 200.0),
            new Point(144.0, 48.0)
        }));
        compiledTypeConverter.RectangleShape = new Rectangle();
        compiledTypeConverter.RoundRectangleShape = new RoundRectangle
        {
            CornerRadius = new CornerRadius(1.0, 2.0, 3.0, 4.0)
        };
        compiledTypeConverter.PathShape = new Path
        {
            Data = (Geometry)new PathGeometryConverter().ConvertFromInvariantString("M16.484421,0.73799322C20.831404,0.7379931 24.353395,1.1259904 24.353395,1.6049905 24.353395,2.0839829 20.831404,2.4719803 16.484421,2.47198 12.138443,2.4719803 8.6154527,2.0839829 8.6154527,1.6049905 8.6154527,1.1259904 12.138443,0.7379931 16.484421,0.73799322z M1.9454784,0.061995983C2.7564723,5.2449602 12.246436,11.341911 12.246436,11.341911 13.248431,19.240842 9.6454477,17.915854 9.6454477,17.915854 7.9604563,18.897849 6.5314603,17.171859 6.5314603,17.171859 4.1084647,18.29585 3.279473,15.359877 3.2794733,15.359877 0.82348057,15.291876 1.2804796,11.362907 1.2804799,11.362907 -1.573514,10.239915 1.2344746,6.3909473 1.2344746,6.3909473 -1.3255138,4.9869594 1.9454782,0.061996057 1.9454784,0.061995983z M30.054371,0C30.054371,9.8700468E-08 33.325355,4.9249634 30.765367,6.3289513 30.765367,6.3289513 33.574364,10.177919 30.71837,11.30191 30.71837,11.30191 31.175369,15.22988 28.721384,15.297872 28.721384,15.297872 27.892376,18.232854 25.468389,17.110862 25.468389,17.110862 24.040392,18.835847 22.355402,17.853852 22.355402,17.853852 18.752417,19.178845 19.753414,11.279907 19.753414,11.279907 29.243385,5.1829566 30.054371,0z")
        };
    jonathanpeppers authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    b9f7ba2 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. [create-pull-request] automated change (dotnet#9057)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    d39b3be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e6492f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Bump Xamarin.Build.Download from 0.11.2 to 0.11.3 (dotnet#9070)

    Bumps [Xamarin.Build.Download](https://github.com/xamarin/XamarinComponents) from 0.11.2 to 0.11.3.
    - [Release notes](https://github.com/xamarin/XamarinComponents/releases)
    - [Commits](https://github.com/xamarin/XamarinComponents/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Xamarin.Build.Download
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    5722a49 View commit details
    Browse the repository at this point in the history
  2. Bump Microsoft.CodeAnalysis.NetAnalyzers (dotnet#9105)

    Bumps [Microsoft.CodeAnalysis.NetAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 7.0.0-preview1.22373.2 to 7.0.0-preview1.22379.1.
    - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases)
    - [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md)
    - [Commits](https://github.com/dotnet/roslyn-analyzers/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.CodeAnalysis.NetAnalyzers
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    4295ee4 View commit details
    Browse the repository at this point in the history
  3. Pin net6 branch (dotnet#9051)

    * Ping net6 branch
    
    * Update global.json
    PureWeen authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    64e944f View commit details
    Browse the repository at this point in the history
  4. Exclude global.json from iOS Bundle Resources (dotnet#8724)

    * Exclude `global.json` from iOS Bundle Resources
    
    * Exclude globa.json with PublishFolderType=None
    
    * Update Microsoft.AspNetCore.Components.WebView.Maui.targets
    TanayParikh authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    0bb81e2 View commit details
    Browse the repository at this point in the history
  5. [Housekeeping] Added more Windows Device Tests (added around 900 test…

    …s) (dotnet#8854)
    
    * Added pending Windows Device Tests (added around 800 tests)
    
    * Fixed failing tests
    
    * Added more tests
    
    * - fixup additional winui tests
    
    * - synchronize processing counts
    
    * - fix up layout tests and nav handler tests
    
    * - skip layout/switch tests
    
    * - remove code changes
    
    * - fix comment
    
    * - remove conditional block for windows
    
    * - remove sets of tests setill not filled in on winui
    
    Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
    jsuarezruiz and PureWeen authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    e01d0db View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    631e820 View commit details
    Browse the repository at this point in the history
  2. [C] default Binding ctor bind to SelfPath (dotnet#8010)

    I traced this issue back to 2014, when we introduced default Biding ctor
    for XAML purposes. From code, Binding was never meant to be used
    Path-less, but here we are...
    
    - fix dotnet#7977
    StephaneDelcroix authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    c6d8608 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. [create-pull-request] automated change (dotnet#9158)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    f1c3588 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    48ff70f View commit details
    Browse the repository at this point in the history
  2. Convert Controls.Tests from NUnit to xUnit (dotnet#9123)

    * Convert Controls.Tests from nUnit to xUnit
    
    * Rebase and update newer tests
    
    * Fix broken windows test
    
    * Make sure style tests have proper compatibility context
    hartez authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    40eda01 View commit details
    Browse the repository at this point in the history
  3. Update dependencies from https://github.com/dotnet/xharness build 202…

    …20801.2 (dotnet#9137)
    
    Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
     From Version 1.0.0-prerelease.22375.5 -> To Version 1.0.0-prerelease.22401.2
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    c4f3880 View commit details
    Browse the repository at this point in the history
  4. [net6.0] Update dependencies from xamarin/xamarin-android (dotnet#9110)

    * Update dependencies from https://github.com/xamarin/xamarin-android build 6.0.4xx-8252660f877acd99c515f06e1d7176985fa610b1-1
    
    Microsoft.Android.Sdk.Windows
     From Version 32.0.448 -> To Version 32.0.449
    
    * Update dependencies from https://github.com/xamarin/xamarin-android build 6.0.4xx-db363531052c33aae5c03f904699964fe4d66930-1
    
    Microsoft.Android.Sdk.Windows
     From Version 32.0.448 -> To Version 32.0.450
    
    Dependency coherency updates
    
    Microsoft.NETCore.App.Ref
     From Version 6.0.7 -> To Version 6.0.8 (parent: Microsoft.Android.Sdk.Windows
    
    * Update dependencies from https://github.com/xamarin/xamarin-android build 6.0.4xx-2bec98b7b7c09451fd29681af198a9eeb2db44ee-1
    
    Microsoft.Android.Sdk.Windows
     From Version 32.0.448 -> To Version 32.0.451
    
    Dependency coherency updates
    
    Microsoft.NETCore.App.Ref
     From Version 6.0.7 -> To Version 6.0.8 (parent: Microsoft.Android.Sdk.Windows
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    33a168b View commit details
    Browse the repository at this point in the history
  5. Update dependencies from https://github.com/xamarin/xamarin-macios bu…

    …ild 20220803.2 (dotnet#9161)
    
    Microsoft.iOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.macOS.Sdk , Microsoft.tvOS.Sdk
     From Version 15.4.442 -> To Version 15.4.447
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    f83ca72 View commit details
    Browse the repository at this point in the history
  6. Fixes for case-sensitive filesystems (dotnet#9076)

    * TFM casing fix
    
    * Controls.Core.csproj case-sensitive fixes
    
    * Compatibility.csproj casesensitive fixes
    moljac authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    0b6a3d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4508838 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d94a1ad View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Add public triage information (dotnet#9136)

    * Create TriageProcess.md
    
    * Add more
    
    * Update fabricbot.json
    
    * Update fabricbot.json
    
    * Rearrange files + add README
    
    * Try exclude docs and .github from CI
    
    * Revert "Try exclude docs and .github from CI"
    
    This reverts commit 735a704.
    jfversluis authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    ad835e4 View commit details
    Browse the repository at this point in the history
  2. [create-pull-request] automated change (dotnet#9208)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    cc8a118 View commit details
    Browse the repository at this point in the history
  3. Bump Microsoft.CodeAnalysis.NetAnalyzers (dotnet#9185)

    Bumps [Microsoft.CodeAnalysis.NetAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 7.0.0-preview1.22379.1 to 7.0.0-preview1.22403.2.
    - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases)
    - [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md)
    - [Commits](https://github.com/dotnet/roslyn-analyzers/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.CodeAnalysis.NetAnalyzers
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    22a6e00 View commit details
    Browse the repository at this point in the history
  4. Fix TextColor for SearchBar and CheckBox on Windows (dotnet#9121)

    * Fix Checkbox and Searchbar text color extensions
    
    * Update HandlerTestBaseOfT.Windows.cs
    
    * Update HandlerTestBaseOfT.Windows.cs
    PureWeen authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    87f1331 View commit details
    Browse the repository at this point in the history
  5. [X] simpilfy and avoid duplication in conversion (dotnet#7143)

    Simplify, and unify in a single place, the way we look for
    TypeConverters on BP, properties, and type.
    
    Remove a unused IValueProvider, fix code here and there
    
    Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
    StephaneDelcroix and mattleibow authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    b8ec9fb View commit details
    Browse the repository at this point in the history
  6. Update fabricbot.json

    jfversluis committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    9eeb562 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Update repro.md (dotnet#9226)

    createa -> create
    eltociear authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    48a14f2 View commit details
    Browse the repository at this point in the history
  2. [create-pull-request] automated change (dotnet#9225)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    77f1020 View commit details
    Browse the repository at this point in the history
  3. Update bug-report.yml

    mattleibow authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    84dfae4 View commit details
    Browse the repository at this point in the history
  4. Update dependencies from https://github.com/dotnet/xharness build 202…

    …20805.1 (dotnet#9257)
    
    Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
     From Version 1.0.0-prerelease.22401.2 -> To Version 1.0.0-prerelease.22405.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    8e8b297 View commit details
    Browse the repository at this point in the history
  5. [VisualDiagnostics] Allow RegisterSourceInfo to update existing targe…

    …ts (dotnet#8947)
    
    UI Tools depends on RegisterSourceInfo to give us the accurate source info for where elements are placed within XAML files. However, there's a slight issue with the current implementation. It checks if a target element has already been registered and if it has, it won't register the other item.
    
    This causes problems for correctly parsing the XAML Tree and affects the Live Visual Tree and XAML Hot Reload. For example, lets say you have a custom control called "CardView." This control is in its own XAML Content View. The current RegisterSourceInfo methods will hit this XAML, hit CardView, and register that Content View page. However, lets say you then use that CardView within your app, in MainPage. When MAUI parses the existing tree and calls RegisterSourceInfo for the elements within MainPage, the CardView implementations will be skipped, because RegisterSourceInfo was _already created_ for it for the original Content View page. This is incorrect, we want the source info for where CardView is implemented _within_ an existing XAML page.
    
    This PR updates the logic for RegisterSourceInfo so it can update an existing target if given one. That should fix our issues with Hot Reloading properties of custom controls.
    
    This should also match what WPF does for its RegisterSourceInfo implementation,
    
    https://github.com/dotnet/wpf/blob/c8742b5c39f72927e8598825291d6cf4e593df10/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Diagnostics/XamlSourceInfoHelper.cs#L97
    
    It's also documented in their code for why this should be the case.
    https://github.com/dotnet/wpf/blob/c8742b5c39f72927e8598825291d6cf4e593df10/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Diagnostics/XamlSourceInfoHelper.cs#L120-L131
    drasticactions authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    a878e73 View commit details
    Browse the repository at this point in the history
  6. Disconnect old handler after setting new handler (dotnet#8781)

    * Disconnect old handler after setting new handler
    
    * - add check for disconnect call
    
    * - more disconnect
    
    * - fix up order of setting handlers
    
    * - fix cast check
    
    * Update TestNavigationPage.cs
    
    * - change to xunit
    
    * - fix namespaces
    PureWeen authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    324731f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64cc0c3 View commit details
    Browse the repository at this point in the history
  8. Combined Dependabot androidx PR's (dotnet#9267)

    * Bump Xamarin.AndroidX.Navigation.UI from 2.5.0 to 2.5.1
    
    Bumps [Xamarin.AndroidX.Navigation.UI](https://github.com/xamarin/AndroidX) from 2.5.0 to 2.5.1.
    - [Release notes](https://github.com/xamarin/AndroidX/releases)
    - [Commits](https://github.com/xamarin/AndroidX/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Xamarin.AndroidX.Navigation.UI
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump Xamarin.AndroidX.Navigation.Runtime from 2.5.0 to 2.5.1
    
    Bumps [Xamarin.AndroidX.Navigation.Runtime](https://github.com/xamarin/AndroidX) from 2.5.0 to 2.5.1.
    - [Release notes](https://github.com/xamarin/AndroidX/releases)
    - [Commits](https://github.com/xamarin/AndroidX/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Xamarin.AndroidX.Navigation.Runtime
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump Xamarin.AndroidX.MediaRouter from 1.3.0.1 to 1.3.1
    
    Bumps [Xamarin.AndroidX.MediaRouter](https://github.com/xamarin/AndroidX) from 1.3.0.1 to 1.3.1.
    - [Release notes](https://github.com/xamarin/AndroidX/releases)
    - [Commits](https://github.com/xamarin/AndroidX/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Xamarin.AndroidX.MediaRouter
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump Xamarin.AndroidX.Navigation.Fragment from 2.5.0 to 2.5.1
    
    Bumps [Xamarin.AndroidX.Navigation.Fragment](https://github.com/xamarin/AndroidX) from 2.5.0 to 2.5.1.
    - [Release notes](https://github.com/xamarin/AndroidX/releases)
    - [Commits](https://github.com/xamarin/AndroidX/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Xamarin.AndroidX.Navigation.Fragment
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump Xamarin.AndroidX.Navigation.Common from 2.5.0 to 2.5.1
    
    Bumps [Xamarin.AndroidX.Navigation.Common](https://github.com/xamarin/AndroidX) from 2.5.0 to 2.5.1.
    - [Release notes](https://github.com/xamarin/AndroidX/releases)
    - [Commits](https://github.com/xamarin/AndroidX/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Xamarin.AndroidX.Navigation.Common
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump Xamarin.AndroidX.Lifecycle.LiveData from 2.5.0 to 2.5.1
    
    Bumps [Xamarin.AndroidX.Lifecycle.LiveData](https://github.com/xamarin/AndroidX) from 2.5.0 to 2.5.1.
    - [Release notes](https://github.com/xamarin/AndroidX/releases)
    - [Commits](https://github.com/xamarin/AndroidX/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Xamarin.AndroidX.Lifecycle.LiveData
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Redth and dependabot[bot] authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    bf6f0b8 View commit details
    Browse the repository at this point in the history
  9. Stop copying content stream in .NET MAUI Blazor Windows (dotnet#9254)

    Fixes: dotnet#9206
    
    microsoft/CsWinRT#670 and https://task.ms/31565319 have been marked as resolved. This PR removes the existing logic which copies the content into a memory stream, and replaces it with a call to `AsRandomAccessStream()` (`IRandomAccessStream` is still required per the `CoreWebView2` API).
    
    I tried out CSS hot reload with this change and things are working as expected. Not sure if there's a particular behavior/technique we can use to verify the validity of this change. Spoke with @Eilon regarding this, and per his recollection things were immediately hanging, and that's why this change was necessitated.
    TanayParikh authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    060839f View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'origin/net6.0'

    # Conflicts:
    #	eng/Versions.props
    #	src/Core/tests/DeviceTests/Handlers/HandlerTestBaseOfT.Windows.cs
    mattleibow committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    08ca198 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    7a0660c View commit details
    Browse the repository at this point in the history
  2. Update fabricbot.json

    jfversluis authored and Redth committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    fd21659 View commit details
    Browse the repository at this point in the history
  3. Add props file that allows us to easily isolate to a single TFM (dotn…

    …et#9195)
    
    * Android Only TFM
    
    * - add props file to enable specific platform targeting
    
    * - add comment
    
    * - change file name and use copy local approach
    
    * Update Directory.Build.props
    
    * - update cake file
    
    * - only copy file if switches are set
    PureWeen authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    fb0cd1e View commit details
    Browse the repository at this point in the history
  4. Bump xunit.runner.utility from 2.4.1 to 2.4.2 (dotnet#9258)

    Bumps [xunit.runner.utility](https://github.com/xunit/xunit) from 2.4.1 to 2.4.2.
    - [Release notes](https://github.com/xunit/xunit/releases)
    - [Commits](xunit/xunit@2.4.1...2.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: xunit.runner.utility
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    32eedd7 View commit details
    Browse the repository at this point in the history
  5. [iOS] Expose ApplicationSignificantTimeChange method in lifecycle eve…

    …nts (dotnet#7526)
    
    * Expose ApplicationSignificantTimeChange method in lifecycle events
    * Updated public APIs
    
    Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
    Co-authored-by: Rui Marinho <me@ruimarinho.net>
    3 people authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    a4a2e96 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Fix the TFM order for VS (dotnet#9297)

    * Fix the TFM order
    
    * Update Directory.Build.props
    PureWeen authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    e8ff689 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'net6.0'

    PureWeen committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    b51c12f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Fix [Android] CollectionView EmptyView SelectionMode=Single on Android (

    dotnet#9215) Fixes dotnet#9060
    
    * Fixed null reference when we have EmptyView and SelectionMode = signle
    
    * Moved null check out of loop
    
    * Moved adapter null check to the begging of the method
    yurkinh authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    0c5a570 View commit details
    Browse the repository at this point in the history
  2. Bump Xamarin.GooglePlayServices.Maps from 118.0.2.1 to 118.0.2.2 (dot…

    …net#9312)
    
    Bumps [Xamarin.GooglePlayServices.Maps](https://github.com/xamarin/GooglePlayServicesComponents) from 118.0.2.1 to 118.0.2.2.
    - [Release notes](https://github.com/xamarin/GooglePlayServicesComponents/releases)
    - [Commits](https://github.com/xamarin/GooglePlayServicesComponents/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Xamarin.GooglePlayServices.Maps
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    2ea32d0 View commit details
    Browse the repository at this point in the history
  3. Update dependencies from https://github.com/dotnet/xharness build 202…

    …20808.1 (dotnet#9278)
    
    Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
     From Version 1.0.0-prerelease.22405.1 -> To Version 1.0.0-prerelease.22408.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    93aeab2 View commit details
    Browse the repository at this point in the history
  4. Bump Microsoft.Web.WebView2 from 1.0.1264.42 to 1.0.1293.44 (dotnet#9284

    )
    
    Bumps Microsoft.Web.WebView2 from 1.0.1264.42 to 1.0.1293.44.
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.Web.WebView2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    0d0cca6 View commit details
    Browse the repository at this point in the history
  5. Bump Microsoft.VisualStudio.DesignTools.Extensibility (dotnet#9309)

    Bumps Microsoft.VisualStudio.DesignTools.Extensibility from 17.2.32505.113 to 17.3.32804.24.
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.VisualStudio.DesignTools.Extensibility
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    2b8be7f View commit details
    Browse the repository at this point in the history
  6. Bump Microsoft.JSInterop from 6.0.7 to 6.0.8 (dotnet#9310)

    Bumps [Microsoft.JSInterop](https://github.com/dotnet/aspnetcore) from 6.0.7 to 6.0.8.
    - [Release notes](https://github.com/dotnet/aspnetcore/releases)
    - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
    - [Commits](dotnet/aspnetcore@v6.0.7...v6.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.JSInterop
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    2c0ff60 View commit details
    Browse the repository at this point in the history
  7. Bump Microsoft.AspNetCore.Authorization from 6.0.7 to 6.0.8 (dotnet#9315

    )
    
    Bumps [Microsoft.AspNetCore.Authorization](https://github.com/dotnet/aspnetcore) from 6.0.7 to 6.0.8.
    - [Release notes](https://github.com/dotnet/aspnetcore/releases)
    - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
    - [Commits](dotnet/aspnetcore@v6.0.7...v6.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.AspNetCore.Authorization
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    631d7dd View commit details
    Browse the repository at this point in the history
  8. Bump Xamarin.Firebase.AppIndexing from 120.0.0.8 to 120.0.0.9 (dotnet…

    …#9308)
    
    Bumps [Xamarin.Firebase.AppIndexing](https://github.com/xamarin/GooglePlayServicesComponents) from 120.0.0.8 to 120.0.0.9.
    - [Release notes](https://github.com/xamarin/GooglePlayServicesComponents/releases)
    - [Commits](https://github.com/xamarin/GooglePlayServicesComponents/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Xamarin.Firebase.AppIndexing
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    5bac30a View commit details
    Browse the repository at this point in the history
  9. Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 (dotnet#9307)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](microsoft/vstest@v17.2.0...v17.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    d7b3548 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1b8b298 View commit details
    Browse the repository at this point in the history
  11. [foldable] Package reference instead of project reference (dotnet#6514)

    Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
    conceptdev and mattleibow authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    a8ac748 View commit details
    Browse the repository at this point in the history
  12. Bump Castle.Core from 5.0.0 to 5.1.0 (dotnet#9316)

    Bumps [Castle.Core](https://github.com/castleproject/Core) from 5.0.0 to 5.1.0.
    - [Release notes](https://github.com/castleproject/Core/releases)
    - [Changelog](https://github.com/castleproject/Core/blob/master/CHANGELOG.md)
    - [Commits](castleproject/Core@v5.0.0...v5.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: Castle.Core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    7962dc1 View commit details
    Browse the repository at this point in the history
  13. Fix incorrect MSBuild property name for catalyst (dotnet#9350)

    ### Description
    
    Fix the wrong variable name being used to isolate down to just catalyst builds
    PureWeen authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    68a1163 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'net6.0'

    PureWeen committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    579d5dc View commit details
    Browse the repository at this point in the history
  15. Bump Microsoft.AspNetCore.Components.Web from 6.0.7 to 6.0.8 (dotnet#…

    …9318)
    
    Bumps [Microsoft.AspNetCore.Components.Web](https://github.com/dotnet/aspnetcore) from 6.0.7 to 6.0.8.
    - [Release notes](https://github.com/dotnet/aspnetcore/releases)
    - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
    - [Commits](dotnet/aspnetcore@v6.0.7...v6.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.AspNetCore.Components.Web
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    3e56978 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    dfc6ee7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1f1f690 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. [windows] Release builds use $(PublishReadyToRun) by default (dotne…

    …t#9357)
    
    Context: https://docs.microsoft.com/dotnet/core/deploying/ready-to-run
    Fixes: dotnet#9299
    
    One of the biggest wins we see for MAUI startup on Windows is to
    enable "Ready to Run", which seems to improve startup by as much as
    50% in templates or sample apps with a reasonable increase in app size.
    
    For example, the `dotnet new maui` template built for `win-x64`:
    
        45375824 PublishReadyToRun-false.msix
        59687908 PublishReadyToRun-true.msix
    
    This setting is already used by the WindowsAppSdk templates via
    publish profiles:
    
        Properties\PublishProfiles\win10-x64.pubxml
        Properties\PublishProfiles\win10-x86.pubxml
        Properties\PublishProfiles\win10-arm64.pubxml
    
    These files are just MSBuild files, but they all contain:
    
        <PublishReadyToRun>true</PublishReadyToRun>
    
    In .NET MAUI, I think we should just put this as a default in our
    MSBuild targets, and customers get it by default for `Release` builds.
    You can "opt out" of `PublishReadyToRun` by setting it to `false`.
    jonathanpeppers authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    74ef5c8 View commit details
    Browse the repository at this point in the history
  2. Bump Microsoft.AspNetCore.Authentication.Facebook from 6.0.7 to 6.0.8 (

    …dotnet#9314)
    
    Bumps [Microsoft.AspNetCore.Authentication.Facebook](https://github.com/dotnet/aspnetcore) from 6.0.7 to 6.0.8.
    - [Release notes](https://github.com/dotnet/aspnetcore/releases)
    - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
    - [Commits](dotnet/aspnetcore@v6.0.7...v6.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.AspNetCore.Authentication.Facebook
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    e141b3b View commit details
    Browse the repository at this point in the history
  3. Bump Microsoft.AspNetCore.Components.WebView from 6.0.7 to 6.0.8 (dot…

    …net#9319)
    
    Bumps [Microsoft.AspNetCore.Components.WebView](https://github.com/dotnet/aspnetcore) from 6.0.7 to 6.0.8.
    - [Release notes](https://github.com/dotnet/aspnetcore/releases)
    - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
    - [Commits](dotnet/aspnetcore@v6.0.7...v6.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.AspNetCore.Components.WebView
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    12f683b View commit details
    Browse the repository at this point in the history
  4. [create-pull-request] automated change (dotnet#9365)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    1d36a08 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef5e813 View commit details
    Browse the repository at this point in the history
  6. Bump Microsoft.AspNetCore.Authentication.MicrosoftAccount from 6.0.7 …

    …to 6.0.8 (dotnet#9313)
    
    * Bump Microsoft.AspNetCore.Authentication.MicrosoftAccount
    
    Bumps [Microsoft.AspNetCore.Authentication.MicrosoftAccount](https://github.com/dotnet/aspnetcore) from 6.0.7 to 6.0.8.
    - [Release notes](https://github.com/dotnet/aspnetcore/releases)
    - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
    - [Commits](dotnet/aspnetcore@v6.0.7...v6.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.AspNetCore.Authentication.MicrosoftAccount
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update other Authentication
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Rui Marinho <me@ruimarinho.net>
    dependabot[bot] and rmarinho authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    24c0868 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

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

Commits on Aug 16, 2022

  1. Update DEVELOPMENT.md

    mattleibow authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    da1b5a6 View commit details
    Browse the repository at this point in the history
  2. Improve design type converters (dotnet#9447)

    * Improve design type converters
    
    * Add new tests to cake
    etvorun authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    02f0b53 View commit details
    Browse the repository at this point in the history
  3. [net6.0] Update dependencies from xamarin/xamarin-android (dotnet#9383)

    Changes: dotnet/android@2bec98b...4acf6c6
    Changes: dotnet/installer@5585982...5f7c64b
    Changes: dotnet/runtime@00f82ac...6bb76b3
    Changes: dotnet/emsdk@52e9452...1026ad5
    
    Updates:
    
    * Microsoft.Android.Sdk.Windows: from 32.0.451 to 32.0.455
    * Microsoft.Dotnet.Sdk.Internal: from 6.0.400-rtm.22371.2 to 6.0.401-servicing.22414.1
    * Microsoft.NETCore.App.Ref: from 6.0.8 to 6.0.9
    * Microsoft.NET.Workload.Emscripten.Manifest-6.0.300: from 6.0.4 to 6.0.8
    dotnet-maestro[bot] authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    094c267 View commit details
    Browse the repository at this point in the history
  4. Bump Microsoft.WindowsAppSDK from 1.1.3 to 1.1.4 (dotnet#9435)

    Bumps [Microsoft.WindowsAppSDK](https://github.com/microsoft/windowsappsdk) from 1.1.3 to 1.1.4.
    - [Release notes](https://github.com/microsoft/windowsappsdk/releases)
    - [Commits](microsoft/WindowsAppSDK@v1.1.3...v1.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.WindowsAppSDK
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    6c6e4bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc6670e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Add ctors to MauiMKWebView (dotnet#9441) Fixes dotnet#9429

    * Add ctors to MauiMKWebView
    
    * - convert handler references over to WeakReferences
    
    * - add null check for handlers
    PureWeen authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    fad9463 View commit details
    Browse the repository at this point in the history
  2. [create-pull-request] automated change (dotnet#9480)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    f6ce3f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d9a27c View commit details
    Browse the repository at this point in the history
  4. Convert more Android controls to AppCompat counterparts (dotnet#9342)

    * Convert to AppCompat
    
    * Fix SearchView reference
    
    * Fix SearchBarRenderer InputType
    
    * Build you SearchBarRenderer!
    
    * Update PlatformTestFixture.cs
    
    * - address DisplayPrompt
    
    Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
    jfversluis and PureWeen authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    228384c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    111c131 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    1b5e0b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdca567 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b9792f View commit details
    Browse the repository at this point in the history
  4. Update DEVELOPMENT.md

    mattleibow authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    90858c2 View commit details
    Browse the repository at this point in the history
  5. [main] Update dependencies from dotnet/xharness (dotnet#9434)

    * Update dependencies from https://github.com/dotnet/xharness build 20220811.1
    
    Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
     From Version 1.0.0-prerelease.22408.1 -> To Version 1.0.0-prerelease.22411.1
    
    * Update dependencies from https://github.com/dotnet/xharness build 20220815.1
    
    Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
     From Version 1.0.0-prerelease.22408.1 -> To Version 1.0.0-prerelease.22415.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    Co-authored-by: Rui Marinho <me@ruimarinho.net>
    3 people authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    4c47461 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56a0c13 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33b70f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Merge branch 'net6.0'

    mattleibow committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    412027d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f1496f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bb3d14 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. Tooltip Text support for Views (dotnet#8864)

    * Add tooltip interface and property to view
    
    * Declare new tooltip API's
    
    * Use tooltip text in sample
    
    * Switch to tooltipcompat on android
    
    * Added tooltip text tests
    
    * Move tests to core
    
    * Add missing test implementations
    
    * Skip tooltip test on old android api levels
    
    Tooltips are only supported in the Android API as of 26+.  Prior to this, the TooltipCompat.SetToolTipText emulates the behavior however there is no TooltipCompat.GetToolTipText equivalent, so there's no way to actually 'get' the text that's currently set For now there's no valid way to test these cases, so we'll skip them for now.
    
    * - shift to using tooltip class in core
    
    * - move tooltip to attached property
    
    * - Tizen fixes
    
    * - fix API definitions
    
    * - IToolTipElement
    
    * - change content to text
    
    * Update ToolTipProperties.cs
    
    * - delete override file if it exists
    
    Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
    Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
    3 people authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    b34a4f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. [create-pull-request] automated change (dotnet#9560)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    ae71866 View commit details
    Browse the repository at this point in the history
  2. Bump Microsoft.CodeAnalysis.NetAnalyzers (dotnet#9545)

    Bumps [Microsoft.CodeAnalysis.NetAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 7.0.0-preview1.22403.2 to 7.0.0-preview1.22418.3.
    - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases)
    - [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md)
    - [Commits](https://github.com/dotnet/roslyn-analyzers/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.CodeAnalysis.NetAnalyzers
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    e593d03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48ba4a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8f0c30 View commit details
    Browse the repository at this point in the history
  5. [Graphics.Gtk] move LineBreakMode.cs to Microsoft.Maui.Graphics.Platf…

    …orm.Gtk & renamings to be more convergent with Maui.Core LineBreakMode-Api
    lytico committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    3ca6c08 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d07f9cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a7a7c2c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9efaa5c View commit details
    Browse the repository at this point in the history
  9. Merge branch 'lytico/gtksharp/merge/dotnet_main-main_linux_210831' in…

    …to lytico/gtk-ongoing
    
    # Conflicts:
    #	.nuspec/Microsoft.Maui.Controls.MultiTargeting.targets
    #	Directory.Build.props
    #	Microsoft.Maui.sln
    #	NuGet.config
    #	src/Compatibility/Core/src/AppHostBuilderExtensions.cs
    #	src/Compatibility/Core/src/Compatibility.csproj
    #	src/Compatibility/Core/src/Forms.cs
    #	src/Compatibility/Core/src/Gtk2/FontNamedSizeService.cs
    #	src/Controls/samples/Controls.Sample/Controls/BordelessEntry/BordelessEntryHandler.cs
    #	src/Controls/samples/Controls.Sample/Startup.cs
    #	src/Controls/src/Core/Platform/PlatformEffect.cs
    #	src/Core/src/Handlers/View/ViewHandler.cs
    #	src/Core/src/Handlers/View/ViewHandlerOfT.cs
    #	src/Core/src/Handlers/Window/WindowHandler.cs
    #	src/Core/src/ImageSources/IImageSourceService.cs
    #	src/Core/src/ImageSources/ImageSourceService.cs
    #	src/Core/src/Platform/IMauiContext.cs
    #	src/Essentials/src/Essentials.csproj
    lytico committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    23717f7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d973557 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2b34482 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'net6.0'

    mattleibow committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    98e2c9e View commit details
    Browse the repository at this point in the history
  13. Propagate semantic properties from FlyoutItem (dotnet#9270)

    * Propagate semantic properties from FlyoutItem
    
    * Update ShellFlyoutRecyclerAdapter.cs
    
    * Update ShellFlyoutItemView.cs
    
    * - convert test to xunit
    
    * - remove nav item children automation peers
    
    * - fix tabstop on shell header view
    
    * - API update
    
    Co-authored-by: Rachel Kang <rachelkang@microsoft.com>
    PureWeen and rachelkang authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    331f739 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    49db101 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ee1074a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    09546dd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7270bc2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    39128c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. [create-pull-request] automated change (dotnet#9593)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    6bc7275 View commit details
    Browse the repository at this point in the history
  2. [Windows] Notify changes in Picker ItemsSource (dotnet#9584) Fixes do…

    …tnet#9239 Fixes dotnet#9496
    
    * Notify changes in Picker ItemsSource (without using ObservableCollection)
    
    * Added device test
    jsuarezruiz authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    7689601 View commit details
    Browse the repository at this point in the history
  3. [net6.0] Update dependencies from xamarin/xamarin-android (dotnet#9504)

    * Update dependencies from https://github.com/xamarin/xamarin-android build 6.0.4xx-432462a7584c4f18031f34475736d2a316b1048a-1
    
    Microsoft.Android.Sdk.Windows
     From Version 32.0.455 -> To Version 32.0.457
    
    * Update dependencies from https://github.com/xamarin/xamarin-android build 6.0.4xx-4ff990f092fed87a2fb875b54effa4a6a85308ee-1
    
    Microsoft.Android.Sdk.Windows
     From Version 32.0.455 -> To Version 32.0.456
    
    * Update dependencies from https://github.com/xamarin/xamarin-android build 6.0.4xx-f4192510ebba2439fd2fef84b987b63866f83b85-1
    
    Microsoft.Android.Sdk.Windows
     From Version 32.0.455 -> To Version 32.0.458
    
    * Update dependencies from https://github.com/xamarin/xamarin-android build 6.0.4xx-c461d705fa63d6604aa3739814deffaef61e2c61-1
    
    Microsoft.Android.Sdk.Windows
     From Version 32.0.455 -> To Version 32.0.459
    
    Dependency coherency updates
    
    Microsoft.Dotnet.Sdk.Internal
     From Version 6.0.401-servicing.22414.1 -> To Version 6.0.401-servicing.22415.11 (parent: Microsoft.Android.Sdk.Windows
    
    * Update dependencies from https://github.com/xamarin/xamarin-android build 6.0.4xx-e624545a8f7e97fa6b4b64ddfa6cc99d5c867c18-1
    
    Microsoft.Android.Sdk.Windows
     From Version 32.0.455 -> To Version 32.0.460
    
    Dependency coherency updates
    
    Microsoft.Dotnet.Sdk.Internal,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Manifest-6.0.300
     From Version 6.0.401-servicing.22414.1 -> To Version 6.0.401-servicing.22415.11 (parent: Microsoft.Android.Sdk.Windows
    
    * Update dependencies from https://github.com/xamarin/xamarin-android build 6.0.4xx-48f6b30172730f069c2279965cb62eb4041b66c0-1
    
    Microsoft.Android.Sdk.Windows
     From Version 32.0.455 -> To Version 32.0.461
    
    Dependency coherency updates
    
    Microsoft.Dotnet.Sdk.Internal,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Manifest-6.0.300
     From Version 6.0.401-servicing.22414.1 -> To Version 6.0.401-servicing.22415.11 (parent: Microsoft.Android.Sdk.Windows
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
    3 people authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    125f08d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0283aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e8bb35 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a4241a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44f7cf3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    889ba54 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a238a5d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f761c4f View commit details
    Browse the repository at this point in the history
  11. Context menu support for Windows and MacCatalyst (dotnet#9174)

    * Context menus for all Views
    
    Add context menu (right-click menu) support for Windows and MacCatalyst.
    
    Fixes dotnet#7777
    
    * Add Public API info
    
    * Update PublicAPI.Unshipped.txt
    
    * - add tests and fix BC propagation
    
    * - cleanup winui handler
    
    * - add comment and issue reference
    
    * - add some additional samples for testing
    
    * - add link to github issue
    
    * - simplify ios mapcontextflyout
    
    * - cleanup
    
    * - Convert to MenuFlyout
    
    * - fix handler names
    
    * - fix test names
    
    * - inline creating of args
    
    * - add FlyoutBase API
    
    * - fix Tizen API
    
    * - fix device tests
    
    * - switch to attached property
    
    * - IContextFlyoutElement
    
    * - fixed BP
    
    * - fix propagated bindingcontext
    
    * - rewire context menu code to be more on demand ios
    
    - wire up context menu for MKWebView
    
    * Update ContextFlyoutTests.Windows.cs
    
    * Update Element.Impl.cs
    
    * - fix extra ZIndex APIs
    
    Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
    Eilon and PureWeen authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    9e81449 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e8b7590 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e5b6f62 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aa55972 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fc38f13 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e67d021 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8b4e1cf View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. [Controls.Gtk] PlatformConfigurationExtensions.cs: add Gtk & draft Ca…

    …rouselViewHandler.Gtk
    lytico committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    e7690e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ff7c99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d76eca8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3540913 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e10d2bb View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Display orientation should not use window size (dotnet#9641)

    * Windows display size is the Screen not Window
    
    * Clean up unused externs
    mattleibow authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    6ade66b View commit details
    Browse the repository at this point in the history
  2. Secondary ButtonMask (dotnet#9589)

    * Add Secondary ButtonMask to TapGesture
    
    * - fix up gallery
    
    * - add right or left click
    
    * - fix unshipped APIs
    
    * - wire up gesture recognizer positions
    
    * - update catalyst and android
    
    * - wire up context menu locations
    
    * - add tests for adding/removing interactions
    
    * - add android checks for secondary button
    
    * - fix accessibility check
    
    - fix send tapped
    
    * - remove additional noise
    
    * - fix gallery and clean up code for pixel conversions
    
    * - fix instantiation calls
    PureWeen authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    67e3562 View commit details
    Browse the repository at this point in the history
  3. Update dependencies from https://github.com/xamarin/xamarin-macios bu…

    …ild 20220824.6 (dotnet#9638)
    
    Microsoft.iOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.macOS.Sdk , Microsoft.tvOS.Sdk
     From Version 15.4.447 -> To Version 15.4.448
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    b565036 View commit details
    Browse the repository at this point in the history
  4. [net6.0] Update dependencies from xamarin/xamarin-android (dotnet#9635)

    * Update dependencies from https://github.com/xamarin/xamarin-android build 6.0.4xx-2a10a64a6ea45d1c0edbe46b77f39a00b1ae0aaa-1
    
    Microsoft.Android.Sdk.Windows
     From Version 32.0.461 -> To Version 32.0.462
    
    * Update dependencies from https://github.com/xamarin/xamarin-android build 6.0.4xx-246e84b7ee6fbe354ec5a4f5747669af73b800ec-1
    
    Microsoft.Android.Sdk.Windows
     From Version 32.0.461 -> To Version 32.0.463
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    9f48565 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e09859c View commit details
    Browse the repository at this point in the history
  6. Update DEVELOPMENT.md

    mattleibow authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    2f6b8c4 View commit details
    Browse the repository at this point in the history
  7. [MacCatalyst] Fix Button appearance on Catalyst using UIDeviceFamily 6 (

    dotnet#7841)
    
    * Fix Button appearance on Catalyst using UIDeviceFamily 6
    
    * Fix the build
    
    * [MacCatalyst] Better fix when using buttons in ui optimized for the mac
    
    Co-authored-by: Rui Marinho <me@ruimarinho.net>
    jsuarezruiz and rmarinho authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    de4d44e View commit details
    Browse the repository at this point in the history
  8. Fix typo in ScrollToRequest.cs (dotnet#9661)

    * Fix typo in ScrollToRequest.cs
    
    * Fix api on Tizen
    
    * Fix Public API
    
    Co-authored-by: lindexi <lindexi_gd@163.com>
    rmarinho and lindexi authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    94d7b96 View commit details
    Browse the repository at this point in the history
  9. [create-pull-request] automated change (dotnet#9618)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    f20e639 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. [create-pull-request] automated change (dotnet#9665)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    97af07e View commit details
    Browse the repository at this point in the history
  2. Replace Tizen Backend engine (dotnet#9620)

    * Remove comment
    
    * Remove image resource on Tizen project
    
    * Remove space
    
    * Fix compatibility issue (#41)
    
    * Fix compatibility issue
    
    * Fix Compatibility Resource path
    
    * Bump to latest
    
    - Modal Navigation Manager (dotnet#1563)
    - Implement the basic WindowHandler (dotnet#1468)
    - Don't extract native defaults, meaning users can no longer reset a color back to a platform theme (dotnet#1485)
    - Implement Alerts (Alert, Prompt and ActionSheet) (dotnet#1328)
    - And so on.
    
    * [SingleProject] Fix Issues (#50)
    
    * Bumt to latest
    
    - Effects (dotnet#1574)
    - Improve Window and AnimationManager (dotnet#1653)
    - and so on
    
    * Add Microsoft.Maui.Graphics.Skia as PackageReference
    
    * Add Essentials.Samples.Tizen (#24)
    
    * Add Essentials.Samples.Tizen
    
    * Add guard for null exception
    
    * Fix Essentials.Samples for Tizen
    
    * Fix csproj for net6
    
    * Remove Forms.Init
    
    * Fix build error (#60)
    
    * Update referenced Tizen.UIExtensions version (#61)
    
    * Add BlazorWebView skeleton code (#62)
    
    * Bump to latest (#71)
    
    - Window lifecycle (dotnet#1754)
    - Move New Navigation Handler to Core and make it internal (dotnet#1800)
    - Scrollview handler (dotnet#1669)
    - ScrollView Resize + Window Handler Resize (dotnet#1676)
    - Font AutoScalingEnabled (dotnet#1774)
    - Rename Font Properties (dotnet#1755)
    - Update layout system to ensure native measure/arrange are called for all controls, even from Page subclasses (dotnet#1819)
    - IContainer as IList<IView> (dotnet#1724)
    - Implement Layout padding for new StackLayouts and GridLayout (dotnet#1749)
    - Delete all the TabIndex, TabStop, Focusable things! (dotnet#1777)
    - Introduce SetSemanticFocus API via SemanticExtensions (dotnet#1829)
    - Improve Window and AnimationManager (dotnet#1653)
    - And so on
    
    * Remove IPage on Tizen (#72)
    
    - Merge IFrameworkElement and IView and Remove IPage (dotnet#1875)
    
    * Add Blazor webview (#67)
    
    * Add Blazor webview
    
    * Replace space to tab
    
    * remove space
    
    * Fix entry cursor error (#68)
    
    * Fix entry cursor error
    
    * Update code referring to android extension
    
    * Remove duplicate code & Add exception cases
    
    * Code fixes for consistency
    
    * Fix nullable issue (#77)
    
    * Fix Image loading (#78)
    
    * Fix nested layout issue (#79)
    
    Co-authored-by: 허강호/Common Platform Lab(SR)/Principal Engineer/삼성전자 <kangho.hur@samsung.com>
    
    * Fix issues caused by bump up (#75)
    
    * Fix issues caused by bump up
    
    * Update Tizen file provider
    
    * Update file provider with proper path
    
    * Fix unmatched partial method (#84)
    
    * Fixes incorrect parameter type for ILayoutManager.ArrangeChildren (Rectangle -> Size). (#91)
    
    * Make the HandlerToRendererShim simple
    
    * Revert "Fixes incorrect parameter type for ILayoutManager.ArrangeChildren (Rectangle -> Size). (#91)" (#97)
    
    This reverts commit c54ac83.
    
    * Refactor the LayoutHandler (#99)
    
    * Fix layout measure issue (#100)
    
    * Fix LayoutHandler Update issue (#103)
    
    * Fix LayoutHandler Update issue
    
    * Implement InvalidateMeasure propagation
    
    * Update MapBackground
    
    * Add InitializationOptions (#107)
    
    * Add InitializationOptions
    
    * Set UseSkiaSharp true as default
    
    * Apply DP as default
    
    * Fix SKClipperView to have proper size (#115)
    
    * Fix Essentials sample (#108)
    
    * Fix Essentials sample for Tizen
    
    * Remove UseSkiaSharp flag
    
    * Remove MaterialComponents
    
    * Fix Tizen flag
    
    * Remove CustomRenderer
    
    * Add ShellHandler (#64)
    
    * Add ShellHandler
    
    * Move ShellView into Platform/Tizen
    
    * Update ShellView
    
    * Move the code for embedded tizen resources to csproj
    
    * Add UIExtenstions for shell
    
    * MAUI workload for Tizen (#66)
    
    * Fix build and runtime error after bumping to latest code
    
    * Fix HandlerToRendererShim dispose (#127)
    
    * Add ShellSearchView (#121)
    
    * Add ShellSearchView
    
    * Fix the layout issue in ShellSearchResultList
    
    * Enable nullable
    
    * Fix maximum height of ShellSearchResultList
    
    * Fix scaling issue on Clip (#130)
    
    * Fix DisplayResolutionUnit sync issue (#134)
    
    * Fix build error (#137)
    
    * Replace SkiaGraphicsView with local patch (#135)
    
    This commit will be revert when upstream code is updated
    
    * Support Min/Max Height/Width on IView and applying MauiApp/MauiAppBuilder pattern
    
    - Support Min/Max Height/Width on IView (dotnet#2265)
    - Updating .NET MAUI to use MauiApp/MauiAppBuilder pattern and use MS.Extensions.DependencyInjection (dotnet#2137)
    
    * Fix Tizen Templates (#144)
    
    * Fix webview break caused by updated dependency (#143)
    
    * Update the Tizen.UIExtension.ElmSharp version (#145)
    
    * Reomve internal UIExtensions compoments for Shell (#147)
    
    * Adds missing implementation after bumping to latest main
    
    * [Tizen] Adds BoxView Handler
    
    * [Tizen] Implement ProgressColor property in ProgressBarHandlers
    
    - Implement ProgressColor property in ProgressBarHandlers (dotnet#600)
    
    * [Tizen] Handle ContentViews and templated content in new layout system
    
    * Bump to latest (rc1)
    
    - ImageButtonHandler and Handler Re-usability (dotnet#2352)
    - Remove IBoxView (dotnet#2619)
    - Add SupportedOSPlatformVersion (dotnet#2565)
    - Merge all the .NET 6 projects/solutions (dotnet#2505)
    - Shadow Support (dotnet#570)
    - Add IndicatorView handler(dotnet#2038)
    
    * [Tizen] Apply graphics related code review feedback
    
    * [Tizen] Port H/V TextAlignment to Editor/Picker Handler
    
    * [Tizen] Add TVShellView (#183)
    
    * [Tizen] Add TVShellView
    
    * [Tizen] Update TVShellView
    
    * [Tizen] Update NativeView for Shell
    
    * [Tizen] Update ShellView
    
    * [Tizen] Change default FlyoutBackgroundColor for TV
    
    * [Tizen] Enable nullable
    
    * Refactor WrapperView to draw drawable features (#186)
    
    * Refactor WrapperView to draw drawable features
    
    * Update class names and devide files
    
    * Override NeesContainer to remove duplicated code
    
    * Update class names
    
    * [Tizen] Adds ApplicationHandler
    
    * Fix Background issue of Frame (#193)
    
    * Fix UpdateBackground (#194)
    
    * Fix UpdateBackground
    
    * Add ContentView Background mapper
    
    * Fix Editor/Entry/Label/Layout Background
    
    * Add IWrapperViewCanvas.Content
    
    * Add PageHandler Background mapper
    
    * Restore WrapperView
    
    * Remove unnecessary namespace
    
    * [Tizen] Fix build error on PageHandler
    
    * [Tizen] Apply ITextButton related changes
    
    * [Tizen] Add Shadows (#233)
    
    * [Tizen] Add Shadows
    
    * [Tizen] Apply review comments
    
    * [Tizen] Move updating shape in proper position
    
    * [Tizen] Update BackgroundDrawable
    
    * [Tizen] Apply review comments
    
    * [Tizen] Add BorderDrawable (#224)
    
    * Move to platform specific
    
    * Fix border handler for Tizen
    
    * Rename ToDrawable method
    
    * Fix border content layout
    
    * Fix BorderView
    
    * Apply rebase
    
    * [Tizen] Fix entry cursor issue (#222)
    
    * Fix entry cursor issue
    
    * Fix UpdateSelectionLength method
    
    * [Tizen] Remove TVNavigationDrawer TVNavigationView (#223)
    
    * [Tizen] Remove TVNavigationDrawer TVNavigationView
    
    * [Elmsharp] Update Tizen.UIExtensions version
    
    * [Tizen] Initial Multi Window support
    
    * [Tizen] Fix MauiContext
    
    * [Tizen] Refactor Border by defining MauiDrawable (#248)
    
    * [Tizen] Refactor Border by defining MauiDrawable
    
    * [Tizen] Apply review comments
    
    * [Tizen] Remove unnecessary type casting
    
    * [Tizen] Move getting path logic to drawable
    
    * [Tizen] Obsolete AndExpand & Remove IsolatedStorage
    
    * Fix tizen solution (.sln) correctly
    
    * [Tizen] Add VerticalTextAlignment
    
    * [Tizen] Fix Scoping of MauiContext
    
    * [Tizen] Use CoreApplication as native app type
    
    * [Tizen] Applying upstream changes
    
    * [Tizen] Add ContainerView to Layout if it's present
    
    * [Tizen] Initial Reloadyfy support
    
    * [Tizen] Initial IVisualDiagnosticOveraly support
    
    * [Tizen] Move types in the Platform folder into the Platform namespaces
    
    * Fix CollectionView layout issue (#288)
    
    * Fix CollectionView layout issue
    
    * Remove unnecessary code
    
    * [Tizen] ZIndex proof-of-concept
    
    * Fix ScrollView ContentSize and Padding margin (dotnet#291)
    
    * Fix ScrollView ContentSize and Padding margin
    
    * Fix MapRequestScrollTo
    
    * Update src/Core/src/Handlers/ScrollView/ScrollViewHandler.Tizen.cs
    
    Co-authored-by: 허강호/Common Platform Lab(SR)/Principal Engineer/삼성전자 <kangho.hur@samsung.com>
    
    * Update src/Core/src/Handlers/ScrollView/ScrollViewHandler.Tizen.cs
    
    Co-authored-by: 허강호/Common Platform Lab(SR)/Principal Engineer/삼성전자 <kangho.hur@samsung.com>
    
    * Remove MapContentSize
    
    Co-authored-by: 허강호/Common Platform Lab(SR)/Principal Engineer/삼성전자 <kangho.hur@samsung.com>
    
    * Implements WindowOverlay and VisualDiagnosticsOverlay (dotnet#294)
    
    * Implements WindowOverlay and VisualDiagnosticsOverlay
    
    * Apply code review
    
    * [Tizen] Fix Image Handler
    
    * Remove GetDesiredSize (dotnet#295)
    
    * [Tizen] Fix ButtonHandler
    
    * [Tizen] Organize and centralize HandlerExtensions
    
    * Refactor WrapperView and Fix Issue (dotnet#302)
    
    * Refactor WrapperView
    
    * Use Thickness type for Shadow margin
    
    * Update variable name
    
    * Update class name to GraphicsExtensions
    
    * Fix essentials sample for Tizen (dotnet#305)
    
    * [Tizen] Fix NativeView casting issue
    
    * Fix BlazorWebview binary resource issue (dotnet#317)
    
    * [Tizen] Handle query strings in Blazor static assets by trimming them out
    
    * Refactor MauiContext (dotnet#330)
    
    * [Tizen] Adds PaintExtensions
    
    * [Tizen] Implement CursorPosition in IEditor/ITextInput Handlers
    
    * [Tizen] Remove GetNative
    
    * [Tizen] Update Microsoft.NET.Sdk.Maui/WorkloadManifest
    
    * [Tizen] Bump to latest
    
    * [Tizen] Use legacy compat renderers temporarily
    
    * [Tizen] Implement IPlatformApplication.Current
    
    * [Tizen] Fix INativeViewHandler to return more expected NativeView
    
    * [Tizen] Remove legacy TFMs
    
    * [Tizen] Remove `IPlatformInvalidate` and `Device.Invalidate()
    
    * [Tizen] Fix Essential sample build error
    
    * [Tizen] Refactor Essential's implementations
    
    * [Tizen] Renaming public APIs Native -> Platform
    
    * [Tizen] Interfaced Handler for Label, Page, NavigationView, Picker,
    ProgressBar, SwipeView
    
    * [Tizen] Moved GetPlatformSize logic into a new service
    
    * [Tizen] Interfaced handler for Switch, TimePicker, WebView, Slider,
    SearchBar, RefreshView, RadioButton
    
    * [Tizen] Fix build error after rebasing
    
    * [Tizen] Move TabbedPageHandler to TabbedViewHandler
    
    * [Tizen] Backport p14 changes
    
    * [Tizen] Loaded/Unloaded events and propagate Window
    
    * [Tizen] Implement FillRule property in Polygon/PolylineHandler
    
    * [Tizen] Add install tizen to provision.yml
    
    * [Tizen] Move package version into Versions.props
    
    * Adds the Tizen backend
    
    * [Tizen] Add Resizetizer Tizen Implementation
    
    * Bump to latest and fix build error
    
    * Bump to latest
    
    - Apply to start adding in APIs for adding legacy renderers via assembly scanning (dotnet#1333)
    - Update to IMauiContext (dotnet#1357)
    - and so on
    
    * Bump to latest
    
    - Apply to patch related to Animation (dotnet#1436)
    - Apply to register Microsoft.Maui.Graphics Platforms (dotnet#1441)
    - and so on.
    
    * Bump to latest
    
    - Modal Navigation Manager (dotnet#1563)
    - Implement the basic WindowHandler (dotnet#1468)
    - Don't extract native defaults, meaning users can no longer reset a color back to a platform theme (dotnet#1485)
    - Implement Alerts (Alert, Prompt and ActionSheet) (dotnet#1328)
    - And so on.
    
    * Bumt to latest
    
    - Effects (dotnet#1574)
    - Improve Window and AnimationManager (dotnet#1653)
    - and so on
    
    * Fix build error (#60)
    
    * Bump to latest (#71)
    
    - Window lifecycle (dotnet#1754)
    - Move New Navigation Handler to Core and make it internal (dotnet#1800)
    - Scrollview handler (dotnet#1669)
    - ScrollView Resize + Window Handler Resize (dotnet#1676)
    - Font AutoScalingEnabled (dotnet#1774)
    - Rename Font Properties (dotnet#1755)
    - Update layout system to ensure native measure/arrange are called for all controls, even from Page subclasses (dotnet#1819)
    - IContainer as IList<IView> (dotnet#1724)
    - Implement Layout padding for new StackLayouts and GridLayout (dotnet#1749)
    - Delete all the TabIndex, TabStop, Focusable things! (dotnet#1777)
    - Introduce SetSemanticFocus API via SemanticExtensions (dotnet#1829)
    - Improve Window and AnimationManager (dotnet#1653)
    - And so on
    
    * Bump to latest
    
    * Fix Essentials sample (#108)
    
    * Fix Essentials sample for Tizen
    
    * Remove UseSkiaSharp flag
    
    * Remove MaterialComponents
    
    * Fix Tizen flag
    
    * Remove CustomRenderer
    
    * Add ShellHandler (#64)
    
    * Add ShellHandler
    
    * Move ShellView into Platform/Tizen
    
    * Update ShellView
    
    * Move the code for embedded tizen resources to csproj
    
    * Add UIExtenstions for shell
    
    * MAUI workload for Tizen (#66)
    
    * Fix build and runtime error after bumping to latest code
    
    * Fix Essentials (#146)
    
    * Fix Essentials sample for tizen
    
    * Add SemanticScreenReader for Tizen
    
    * Fix Startup
    
    * Adds missing implementation after bumping to latest main
    
    * Bump to latest (rc1)
    
    - ImageButtonHandler and Handler Re-usability (dotnet#2352)
    - Remove IBoxView (dotnet#2619)
    - Add SupportedOSPlatformVersion (dotnet#2565)
    - Merge all the .NET 6 projects/solutions (dotnet#2505)
    - Shadow Support (dotnet#570)
    - Add IndicatorView handler(dotnet#2038)
    
    * Refactor WrapperView to draw drawable features (#186)
    
    * Refactor WrapperView to draw drawable features
    
    * Update class names and devide files
    
    * Override NeesContainer to remove duplicated code
    
    * Update class names
    
    * [Tizen] Adds ApplicationHandler
    
    * Fix UpdateBackground (#194)
    
    * Fix UpdateBackground
    
    * Add ContentView Background mapper
    
    * Fix Editor/Entry/Label/Layout Background
    
    * Add IWrapperViewCanvas.Content
    
    * Add PageHandler Background mapper
    
    * Restore WrapperView
    
    * Remove unnecessary namespace
    
    * [Tizen] Add BorderDrawable (#224)
    
    * Move to platform specific
    
    * Fix border handler for Tizen
    
    * Rename ToDrawable method
    
    * Fix border content layout
    
    * Fix BorderView
    
    * Apply rebase
    
    * [Tizen] Refactor Border by defining MauiDrawable (#248)
    
    * [Tizen] Refactor Border by defining MauiDrawable
    
    * [Tizen] Apply review comments
    
    * [Tizen] Remove unnecessary type casting
    
    * [Tizen] Move getting path logic to drawable
    
    * [Tizen] Fix Scoping of MauiContext
    
    * [Tizen] Applying upstream changes
    
    * [Tizen] Move types in the Platform folder into the Platform namespaces
    
    * [Tizen] Fix ButtonHandler
    
    * [Tizen] Organize and centralize HandlerExtensions
    
    * Refactor MauiContext (dotnet#330)
    
    * Add NUI handler
    
    * [Tizen] Refactor MauiApplication and MauiContext (#216)
    
    * Add AlertManager (#214)
    
    * Code clean up (#218)
    
    * Fix build error on Controls.Sample (#225)
    
    * [Tizen] Initail CollectionViewHandler for NUI
    
    * Fix PlatformEffect NativeView type (#231)
    
    * Fix Control.Sample correctly (#234)
    
    * Fix NamedSize (#242)
    
    * Update NavigationPageRenderer (#238)
    
    - Implement title view
    
    * Fix build errors and apply upstream changes
    
    * Refactoring Window and modal (#246)
    
    * Obsolete AndExpand & fix build eror
    
    * [NUI] Implement BlazorWebView (#259)
    
    * Implement BlazorWebView
    
    * Update NUI WebView alias name
    
    * Bump to latest
    
    * Fix MinimumWidth/Height MaximumWidth/Height (#270)
    
    * [NUI] Add GestureManager (#272)
    
    * Add gesture handler
    
    * enable nullable
    
    * use lazy
    
    * Remove unnessary EFL code in ScrollViewHandler (#274)
    
    * Add TabbedPage Renderer (#275)
    
    * [NUI] Implement WrapperView enabling Border and Shadow (#273)
    
    * [NUI] Add MauiDrawable enabling Border and Shadow
    
    * [NUI] Remove BorderView type and refactor
    
    * Refactor StrokeExtensions
    
    * Remove unnecessary code
    
    * Update a way clearing content
    
    * [NUI] Add Picker handler (#276)
    
    * Add Picker handler
    
    * Apply code review
    
    * Change timing adding event handler
    
    * Update Picker on touch (dotnet#293)
    
    * Fix NeedsContainer (dotnet#306)
    
    * Update FrameRenderer to support Brush (dotnet#309)
    
    * Fix minor layout issue (dotnet#314)
    
    * Fix build error
    
    * Fix ScrollView ContentSize (dotnet#324)
    
    * Refactor Maui context (dotnet#328)
    
    * Fix build error after bumping to latest
    
    * [Tizen] Add ImageButtonHandler (dotnet#334)
    
    * [NUI] Implement Editor/Entry handler (dotnet#335)
    
    * Implement Editor/Entry handler
    
    * Fix measure issue
    
    * Update paramer name
    
    * Fix if statement
    
    * Fix Editor/Entry CursorPosition issue (dotnet#336)
    
    * [NUI] Add CollectionViewHandler (dotnet#352)
    
    * Fix EmptyView on CollectionView
    
    * Add CollectionViewHandler
    
    * Add SearchBar handler (dotnet#354)
    
    * Implement Clip (dotnet#384)
    
    * Bump to latest
    
    * [NUI] Add TimePickerHandler (dotnet#390)
    
    * [NUI] Add TimePickerHandler
    
    * Update button placement
    
    * Clean up code after rebase (dotnet#399)
    
    * Fix TabbedPage to use Controls.Grid instead Compatibility.Grid (dotnet#400)
    
    * Fix Controls MapText (dotnet#406)
    
    * Fix focus management (dotnet#407)
    
    * Update WrapperView (dotnet#409)
    
    * Update Tizen platform to tizen10.0 (dotnet#416)
    
    * Update WebView handler and MauiWebView handler (dotnet#417)
    
    * Update Label shadow (dotnet#420)
    
    * Fix build error after rebase
    
    * Fix InputTransparent (dotnet#424)
    
    * Implement CarouselView handler (dotnet#428)
    
    * Fix GestureManager crash issue (dotnet#432)
    
    * Update WebView EvaluateJavaScript async (dotnet#435)
    
    * Fix CascadeInputTransparent (dotnet#442)
    
    * Add NavigationView handler (dotnet#449)
    
    * Update WindowOverlay handler (dotnet#452)
    
    * Update ViewExtensions (dotnet#455)
    
    * Update ImageSourceService (dotnet#454)
    
    * Fix MauiSearchBar IsEnabled property (dotnet#458)
    
    * Add SwipeView handler (dotnet#460)
    
    * Clean code after rebase
    
    * Fix GetPath to return a correct path (dotnet#465)
    
    * Update for focus navigation (dotnet#459)
    
    * Cleanup code after rebase
    
    * Fix build error after rebase
    
    * Implement UpdateBackgroundImageSourceAsync extensions method (dotnet#479)
    
    * [NUI] Update SliderHandler with NUI slider component (dotnet#487)
    
    * Update SliderHandler with NUI compnent
    
    * Update SliderHandler with review feedback
    
    * Update with review feedback
    
    * Fix GetPlatformViewBounds as Pixel coordinate (dotnet#488)
    
    * Fix ScrollView content size update issue (dotnet#492)
    
    * Implement Controls.Compatibility for tizen (dotnet#493)
    
    * Optimize Layout Measure (dotnet#495)
    
    * Code cleanup after code rebase
    
    * Fix z-order on Layout (dotnet#497)
    
    * [NUI] Update StepperHandler (dotnet#498)
    
    * Update StepperHandler
    
    * Apply Review comment
    
    * Fix Frame measure (dotnet#501)
    
    * Fix BorderView (dotnet#500)
    
    * Add RadioButton handler (dotnet#499)
    
    * Fix CollectionView Item measure (dotnet#502)
    
    * Fix Measure contraint convert (dotnet#504)
    
    * Fix WrapperView measure (dotnet#507)
    
    * Implement Missing mapper (dotnet#509)
    
    * Fix WrapperView Width/HeightSpecification (dotnet#510)
    
    * Fix ShapeView (dotnet#511)
    
    * Optimize View measure (dotnet#513)
    
    * Fix NavigationPage disposing pages (dotnet#514)
    
    * Fix build error after rebase
    
    * Fix WebView (dotnet#515)
    
    * Fix TableView (dotnet#516)
    
    * Fix Compatibility Cell templates (dotnet#517)
    
    * [NUI] Add IndicatorViewHandler (dotnet#518)
    
    * Add IndicatorViewHandler
    
    * Update review comment
    
    * Add space
    
    * Fix ListViewRenderer (dotnet#519)
    
    * Fix Binding error on CollectionView (dotnet#520)
    
    * Fix layout issue when view was shown from hide (dotnet#522)
    
    * [NUI] Fix ImageButton Clicked (dotnet#523)
    
    * Fix ImageButton Clicked
    
    * Apply review comment
    
    * Fix BlazorWebView RequestIntercept issue (dotnet#524)
    
    * Fix Layout size issue (dotnet#525)
    
    * Fix build error after rebase
    
    * [NUI] Add DatePicker Handler (dotnet#528)
    
    * Add DatePicker
    
    * Add missing class
    
    * Update Style and Use DummyPopupPage
    
    * Refactoring with MauiTimePicker
    
    * add new file
    
    Co-authored-by: Jay Cho <chojoong@gmail.com>
    
    * Fix GetBoundingBox/OverlayWindow touch point coordinate to DP (dotnet#529)
    
    * Fix CollectionView EmptyView HeaderFooter (dotnet#530)
    
    * Update DateTimePicker width on horizontal (dotnet#531)
    
    * Fix DisconnectHandler (dotnet#532)
    
    * Update Page default background color (dotnet#533)
    
    * Clean up NuGet.config (dotnet#535)
    
    * [NUI] Update font size (dotnet#536)
    
    * Update FontNamedSize
    
    * adjust font size on tv profile
    
    * Add RefreshViewHandler (dotnet#490)
    
    * [Tizen] Refactor compat renderers (dotnet#538)
    
    * [Tizen] Refactor the TabbedPageRenderer (dotnet#541)
    
    * [Tizen] Add FlyoutViewHandler (dotnet#540)
    
    * Add FlyoutView
    
    * Update FlyoutView to cover TV drawer
    
    * Add missing connecting handler
    
    * Update handler implementation using extensions
    
    * Simplify code
    
    Co-authored-by: Jay Cho <chojoong@gmail.com>
    
    * [Tizen] Add MauiPicker (dotnet#543)
    
    * Add MenuIcon to Toolbar (dotnet#542)
    
    * Add MenuIcon to Toolbar
    
    * Apply Reviews
    
    Co-authored-by: Jay Cho <chojoong@gmail.com>
    
    * [Tizen] Add ShellHandler (dotnet#539)
    
    * [NUI] Add ShellHandler
    
    * Update PublicAPI.Shipped.txt file
    
    * Fix build error
    
    * Update AppHostingBuilder
    
    * Update ShellView with review feedback
    
    * Remove unnecessary code
    
    * Update Shell navigation stack
    
    * Add IDisposable interface
    
    * Update ShellSectionView
    
    * Update AdppHostBuilderExtensions
    
    * Rebase and update toolbar to resolve conflict
    
    * Remove ShellContentHandler and update ToolbarHandler
    
    * Update ShellView to handle DrawerToggleVisible
    
    * Remove unnecessary code
    
    * Fix build error after rebase
    
    Co-authored-by: Kangho Hur <kangho.hur@samsung.com>
    Co-authored-by: 조중현/Common Platform Lab(SR)/Engineer/삼성전자 <jh5.cho@samsung.com>
    Co-authored-by: 김성수/Common Platform Lab(SR)/Staff Engineer/삼성전자 <sung-su.kim@samsung.com>
    Co-authored-by: 박인서/Common Platform Lab(SR)/Associate/삼성전자 <inseo9.park@samsung.com>
    Co-authored-by: 민성현/Common Platform Lab(SR)/Staff Engineer/삼성전자 <shyun.min@samsung.com>
    Co-authored-by: Jay Cho <chojoong@gmail.com>
    
    Co-authored-by: Kangho Hur <kangho.hur@samsung.com>
    Co-authored-by: 조중현/Common Platform Lab(SR)/Engineer/삼성전자 <jh5.cho@samsung.com>
    Co-authored-by: 김성수/Common Platform Lab(SR)/Staff Engineer/삼성전자 <sung-su.kim@samsung.com>
    Co-authored-by: 박인서/Common Platform Lab(SR)/Associate/삼성전자 <inseo9.park@samsung.com>
    Co-authored-by: 민성현/Common Platform Lab(SR)/Staff Engineer/삼성전자 <shyun.min@samsung.com>
    Co-authored-by: Jay Cho <chojoong@gmail.com>
    7 people authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    a27241f View commit details
    Browse the repository at this point in the history
  3. Bump System.Text.Json from 6.0.5 to 6.0.6 (dotnet#9603)

    Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 6.0.5 to 6.0.6.
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v6.0.5...v6.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: System.Text.Json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    79cac92 View commit details
    Browse the repository at this point in the history
  4. [main][Tizen] Replace Tizen Backend engine (dotnet#9619)

    * Remove comment
    
    * Remove image resource on Tizen project
    
    * Remove space
    
    * Fix compatibility issue (#41)
    
    * Fix compatibility issue
    
    * Fix Compatibility Resource path
    
    * Bump to latest
    
    - Modal Navigation Manager (dotnet#1563)
    - Implement the basic WindowHandler (dotnet#1468)
    - Don't extract native defaults, meaning users can no longer reset a color back to a platform theme (dotnet#1485)
    - Implement Alerts (Alert, Prompt and ActionSheet) (dotnet#1328)
    - And so on.
    
    * [SingleProject] Fix Issues (#50)
    
    * Bumt to latest
    
    - Effects (dotnet#1574)
    - Improve Window and AnimationManager (dotnet#1653)
    - and so on
    
    * Add Microsoft.Maui.Graphics.Skia as PackageReference
    
    * Add Essentials.Samples.Tizen (#24)
    
    * Add Essentials.Samples.Tizen
    
    * Add guard for null exception
    
    * Fix Essentials.Samples for Tizen
    
    * Fix csproj for net6
    
    * Remove Forms.Init
    
    * Fix build error (#60)
    
    * Update referenced Tizen.UIExtensions version (#61)
    
    * Add BlazorWebView skeleton code (#62)
    
    * Bump to latest (#71)
    
    - Window lifecycle (dotnet#1754)
    - Move New Navigation Handler to Core and make it internal (dotnet#1800)
    - Scrollview handler (dotnet#1669)
    - ScrollView Resize + Window Handler Resize (dotnet#1676)
    - Font AutoScalingEnabled (dotnet#1774)
    - Rename Font Properties (dotnet#1755)
    - Update layout system to ensure native measure/arrange are called for all controls, even from Page subclasses (dotnet#1819)
    - IContainer as IList<IView> (dotnet#1724)
    - Implement Layout padding for new StackLayouts and GridLayout (dotnet#1749)
    - Delete all the TabIndex, TabStop, Focusable things! (dotnet#1777)
    - Introduce SetSemanticFocus API via SemanticExtensions (dotnet#1829)
    - Improve Window and AnimationManager (dotnet#1653)
    - And so on
    
    * Remove IPage on Tizen (#72)
    
    - Merge IFrameworkElement and IView and Remove IPage (dotnet#1875)
    
    * Add Blazor webview (#67)
    
    * Add Blazor webview
    
    * Replace space to tab
    
    * remove space
    
    * Fix entry cursor error (#68)
    
    * Fix entry cursor error
    
    * Update code referring to android extension
    
    * Remove duplicate code & Add exception cases
    
    * Code fixes for consistency
    
    * Fix nullable issue (#77)
    
    * Fix Image loading (#78)
    
    * Fix nested layout issue (#79)
    
    Co-authored-by: 허강호/Common Platform Lab(SR)/Principal Engineer/삼성전자 <kangho.hur@samsung.com>
    
    * Fix issues caused by bump up (#75)
    
    * Fix issues caused by bump up
    
    * Update Tizen file provider
    
    * Update file provider with proper path
    
    * Fix unmatched partial method (#84)
    
    * Fixes incorrect parameter type for ILayoutManager.ArrangeChildren (Rectangle -> Size). (#91)
    
    * Make the HandlerToRendererShim simple
    
    * Revert "Fixes incorrect parameter type for ILayoutManager.ArrangeChildren (Rectangle -> Size). (#91)" (#97)
    
    This reverts commit c54ac83.
    
    * Refactor the LayoutHandler (#99)
    
    * Fix layout measure issue (#100)
    
    * Fix LayoutHandler Update issue (#103)
    
    * Fix LayoutHandler Update issue
    
    * Implement InvalidateMeasure propagation
    
    * Update MapBackground
    
    * Add InitializationOptions (#107)
    
    * Add InitializationOptions
    
    * Set UseSkiaSharp true as default
    
    * Apply DP as default
    
    * Fix SKClipperView to have proper size (#115)
    
    * Fix Essentials sample (#108)
    
    * Fix Essentials sample for Tizen
    
    * Remove UseSkiaSharp flag
    
    * Remove MaterialComponents
    
    * Fix Tizen flag
    
    * Remove CustomRenderer
    
    * Add ShellHandler (#64)
    
    * Add ShellHandler
    
    * Move ShellView into Platform/Tizen
    
    * Update ShellView
    
    * Move the code for embedded tizen resources to csproj
    
    * Add UIExtenstions for shell
    
    * MAUI workload for Tizen (#66)
    
    * Fix build and runtime error after bumping to latest code
    
    * Fix HandlerToRendererShim dispose (#127)
    
    * Add ShellSearchView (#121)
    
    * Add ShellSearchView
    
    * Fix the layout issue in ShellSearchResultList
    
    * Enable nullable
    
    * Fix maximum height of ShellSearchResultList
    
    * Fix scaling issue on Clip (#130)
    
    * Fix DisplayResolutionUnit sync issue (#134)
    
    * Fix build error (#137)
    
    * Replace SkiaGraphicsView with local patch (#135)
    
    This commit will be revert when upstream code is updated
    
    * Support Min/Max Height/Width on IView and applying MauiApp/MauiAppBuilder pattern
    
    - Support Min/Max Height/Width on IView (dotnet#2265)
    - Updating .NET MAUI to use MauiApp/MauiAppBuilder pattern and use MS.Extensions.DependencyInjection (dotnet#2137)
    
    * Fix Tizen Templates (#144)
    
    * Fix webview break caused by updated dependency (#143)
    
    * Update the Tizen.UIExtension.ElmSharp version (#145)
    
    * Reomve internal UIExtensions compoments for Shell (#147)
    
    * Adds missing implementation after bumping to latest main
    
    * [Tizen] Adds BoxView Handler
    
    * [Tizen] Implement ProgressColor property in ProgressBarHandlers
    
    - Implement ProgressColor property in ProgressBarHandlers (dotnet#600)
    
    * [Tizen] Handle ContentViews and templated content in new layout system
    
    * Bump to latest (rc1)
    
    - ImageButtonHandler and Handler Re-usability (dotnet#2352)
    - Remove IBoxView (dotnet#2619)
    - Add SupportedOSPlatformVersion (dotnet#2565)
    - Merge all the .NET 6 projects/solutions (dotnet#2505)
    - Shadow Support (dotnet#570)
    - Add IndicatorView handler(dotnet#2038)
    
    * [Tizen] Apply graphics related code review feedback
    
    * [Tizen] Port H/V TextAlignment to Editor/Picker Handler
    
    * [Tizen] Add TVShellView (#183)
    
    * [Tizen] Add TVShellView
    
    * [Tizen] Update TVShellView
    
    * [Tizen] Update NativeView for Shell
    
    * [Tizen] Update ShellView
    
    * [Tizen] Change default FlyoutBackgroundColor for TV
    
    * [Tizen] Enable nullable
    
    * Refactor WrapperView to draw drawable features (#186)
    
    * Refactor WrapperView to draw drawable features
    
    * Update class names and devide files
    
    * Override NeesContainer to remove duplicated code
    
    * Update class names
    
    * [Tizen] Adds ApplicationHandler
    
    * Fix Background issue of Frame (#193)
    
    * Fix UpdateBackground (#194)
    
    * Fix UpdateBackground
    
    * Add ContentView Background mapper
    
    * Fix Editor/Entry/Label/Layout Background
    
    * Add IWrapperViewCanvas.Content
    
    * Add PageHandler Background mapper
    
    * Restore WrapperView
    
    * Remove unnecessary namespace
    
    * [Tizen] Fix build error on PageHandler
    
    * [Tizen] Apply ITextButton related changes
    
    * [Tizen] Add Shadows (#233)
    
    * [Tizen] Add Shadows
    
    * [Tizen] Apply review comments
    
    * [Tizen] Move updating shape in proper position
    
    * [Tizen] Update BackgroundDrawable
    
    * [Tizen] Apply review comments
    
    * [Tizen] Add BorderDrawable (#224)
    
    * Move to platform specific
    
    * Fix border handler for Tizen
    
    * Rename ToDrawable method
    
    * Fix border content layout
    
    * Fix BorderView
    
    * Apply rebase
    
    * [Tizen] Fix entry cursor issue (#222)
    
    * Fix entry cursor issue
    
    * Fix UpdateSelectionLength method
    
    * [Tizen] Remove TVNavigationDrawer TVNavigationView (#223)
    
    * [Tizen] Remove TVNavigationDrawer TVNavigationView
    
    * [Elmsharp] Update Tizen.UIExtensions version
    
    * [Tizen] Initial Multi Window support
    
    * [Tizen] Fix MauiContext
    
    * [Tizen] Refactor Border by defining MauiDrawable (#248)
    
    * [Tizen] Refactor Border by defining MauiDrawable
    
    * [Tizen] Apply review comments
    
    * [Tizen] Remove unnecessary type casting
    
    * [Tizen] Move getting path logic to drawable
    
    * [Tizen] Obsolete AndExpand & Remove IsolatedStorage
    
    * Fix tizen solution (.sln) correctly
    
    * [Tizen] Add VerticalTextAlignment
    
    * [Tizen] Fix Scoping of MauiContext
    
    * [Tizen] Use CoreApplication as native app type
    
    * [Tizen] Applying upstream changes
    
    * [Tizen] Add ContainerView to Layout if it's present
    
    * [Tizen] Initial Reloadyfy support
    
    * [Tizen] Initial IVisualDiagnosticOveraly support
    
    * [Tizen] Move types in the Platform folder into the Platform namespaces
    
    * Fix CollectionView layout issue (#288)
    
    * Fix CollectionView layout issue
    
    * Remove unnecessary code
    
    * [Tizen] ZIndex proof-of-concept
    
    * Fix ScrollView ContentSize and Padding margin (dotnet#291)
    
    * Fix ScrollView ContentSize and Padding margin
    
    * Fix MapRequestScrollTo
    
    * Update src/Core/src/Handlers/ScrollView/ScrollViewHandler.Tizen.cs
    
    Co-authored-by: 허강호/Common Platform Lab(SR)/Principal Engineer/삼성전자 <kangho.hur@samsung.com>
    
    * Update src/Core/src/Handlers/ScrollView/ScrollViewHandler.Tizen.cs
    
    Co-authored-by: 허강호/Common Platform Lab(SR)/Principal Engineer/삼성전자 <kangho.hur@samsung.com>
    
    * Remove MapContentSize
    
    Co-authored-by: 허강호/Common Platform Lab(SR)/Principal Engineer/삼성전자 <kangho.hur@samsung.com>
    
    * Implements WindowOverlay and VisualDiagnosticsOverlay (dotnet#294)
    
    * Implements WindowOverlay and VisualDiagnosticsOverlay
    
    * Apply code review
    
    * [Tizen] Fix Image Handler
    
    * Remove GetDesiredSize (dotnet#295)
    
    * [Tizen] Fix ButtonHandler
    
    * [Tizen] Organize and centralize HandlerExtensions
    
    * Refactor WrapperView and Fix Issue (dotnet#302)
    
    * Refactor WrapperView
    
    * Use Thickness type for Shadow margin
    
    * Update variable name
    
    * Update class name to GraphicsExtensions
    
    * Fix essentials sample for Tizen (dotnet#305)
    
    * [Tizen] Fix NativeView casting issue
    
    * Fix BlazorWebview binary resource issue (dotnet#317)
    
    * [Tizen] Handle query strings in Blazor static assets by trimming them out
    
    * Refactor MauiContext (dotnet#330)
    
    * [Tizen] Adds PaintExtensions
    
    * [Tizen] Implement CursorPosition in IEditor/ITextInput Handlers
    
    * [Tizen] Remove GetNative
    
    * [Tizen] Update Microsoft.NET.Sdk.Maui/WorkloadManifest
    
    * [Tizen] Bump to latest
    
    * [Tizen] Use legacy compat renderers temporarily
    
    * [Tizen] Implement IPlatformApplication.Current
    
    * [Tizen] Fix INativeViewHandler to return more expected NativeView
    
    * [Tizen] Remove legacy TFMs
    
    * [Tizen] Remove `IPlatformInvalidate` and `Device.Invalidate()
    
    * [Tizen] Fix Essential sample build error
    
    * [Tizen] Refactor Essential's implementations
    
    * [Tizen] Renaming public APIs Native -> Platform
    
    * [Tizen] Interfaced Handler for Label, Page, NavigationView, Picker,
    ProgressBar, SwipeView
    
    * [Tizen] Moved GetPlatformSize logic into a new service
    
    * [Tizen] Interfaced handler for Switch, TimePicker, WebView, Slider,
    SearchBar, RefreshView, RadioButton
    
    * [Tizen] Fix build error after rebasing
    
    * [Tizen] Move TabbedPageHandler to TabbedViewHandler
    
    * [Tizen] Backport p14 changes
    
    * [Tizen] Loaded/Unloaded events and propagate Window
    
    * [Tizen] Implement FillRule property in Polygon/PolylineHandler
    
    * [Tizen] Add install tizen to provision.yml
    
    * [Tizen] Move package version into Versions.props
    
    * Adds the Tizen backend
    
    * [Tizen] Add Resizetizer Tizen Implementation
    
    * Bump to latest and fix build error
    
    * Bump to latest
    
    - Apply to start adding in APIs for adding legacy renderers via assembly scanning (dotnet#1333)
    - Update to IMauiContext (dotnet#1357)
    - and so on
    
    * Bump to latest
    
    - Apply to patch related to Animation (dotnet#1436)
    - Apply to register Microsoft.Maui.Graphics Platforms (dotnet#1441)
    - and so on.
    
    * Bump to latest
    
    - Modal Navigation Manager (dotnet#1563)
    - Implement the basic WindowHandler (dotnet#1468)
    - Don't extract native defaults, meaning users can no longer reset a color back to a platform theme (dotnet#1485)
    - Implement Alerts (Alert, Prompt and ActionSheet) (dotnet#1328)
    - And so on.
    
    * Bumt to latest
    
    - Effects (dotnet#1574)
    - Improve Window and AnimationManager (dotnet#1653)
    - and so on
    
    * Fix build error (#60)
    
    * Bump to latest (#71)
    
    - Window lifecycle (dotnet#1754)
    - Move New Navigation Handler to Core and make it internal (dotnet#1800)
    - Scrollview handler (dotnet#1669)
    - ScrollView Resize + Window Handler Resize (dotnet#1676)
    - Font AutoScalingEnabled (dotnet#1774)
    - Rename Font Properties (dotnet#1755)
    - Update layout system to ensure native measure/arrange are called for all controls, even from Page subclasses (dotnet#1819)
    - IContainer as IList<IView> (dotnet#1724)
    - Implement Layout padding for new StackLayouts and GridLayout (dotnet#1749)
    - Delete all the TabIndex, TabStop, Focusable things! (dotnet#1777)
    - Introduce SetSemanticFocus API via SemanticExtensions (dotnet#1829)
    - Improve Window and AnimationManager (dotnet#1653)
    - And so on
    
    * Bump to latest
    
    * Fix Essentials sample (#108)
    
    * Fix Essentials sample for Tizen
    
    * Remove UseSkiaSharp flag
    
    * Remove MaterialComponents
    
    * Fix Tizen flag
    
    * Remove CustomRenderer
    
    * Add ShellHandler (#64)
    
    * Add ShellHandler
    
    * Move ShellView into Platform/Tizen
    
    * Update ShellView
    
    * Move the code for embedded tizen resources to csproj
    
    * Add UIExtenstions for shell
    
    * MAUI workload for Tizen (#66)
    
    * Fix build and runtime error after bumping to latest code
    
    * Fix Essentials (#146)
    
    * Fix Essentials sample for tizen
    
    * Add SemanticScreenReader for Tizen
    
    * Fix Startup
    
    * Adds missing implementation after bumping to latest main
    
    * Bump to latest (rc1)
    
    - ImageButtonHandler and Handler Re-usability (dotnet#2352)
    - Remove IBoxView (dotnet#2619)
    - Add SupportedOSPlatformVersion (dotnet#2565)
    - Merge all the .NET 6 projects/solutions (dotnet#2505)
    - Shadow Support (dotnet#570)
    - Add IndicatorView handler(dotnet#2038)
    
    * Refactor WrapperView to draw drawable features (#186)
    
    * Refactor WrapperView to draw drawable features
    
    * Update class names and devide files
    
    * Override NeesContainer to remove duplicated code
    
    * Update class names
    
    * [Tizen] Adds ApplicationHandler
    
    * Fix UpdateBackground (#194)
    
    * Fix UpdateBackground
    
    * Add ContentView Background mapper
    
    * Fix Editor/Entry/Label/Layout Background
    
    * Add IWrapperViewCanvas.Content
    
    * Add PageHandler Background mapper
    
    * Restore WrapperView
    
    * Remove unnecessary namespace
    
    * [Tizen] Add BorderDrawable (#224)
    
    * Move to platform specific
    
    * Fix border handler for Tizen
    
    * Rename ToDrawable method
    
    * Fix border content layout
    
    * Fix BorderView
    
    * Apply rebase
    
    * [Tizen] Refactor Border by defining MauiDrawable (#248)
    
    * [Tizen] Refactor Border by defining MauiDrawable
    
    * [Tizen] Apply review comments
    
    * [Tizen] Remove unnecessary type casting
    
    * [Tizen] Move getting path logic to drawable
    
    * [Tizen] Fix Scoping of MauiContext
    
    * [Tizen] Applying upstream changes
    
    * [Tizen] Move types in the Platform folder into the Platform namespaces
    
    * [Tizen] Fix ButtonHandler
    
    * [Tizen] Organize and centralize HandlerExtensions
    
    * Refactor MauiContext (dotnet#330)
    
    * Add NUI handler
    
    * [Tizen] Refactor MauiApplication and MauiContext (#216)
    
    * Add AlertManager (#214)
    
    * Code clean up (#218)
    
    * Fix build error on Controls.Sample (#225)
    
    * [Tizen] Initail CollectionViewHandler for NUI
    
    * Fix PlatformEffect NativeView type (#231)
    
    * Fix Control.Sample correctly (#234)
    
    * Fix NamedSize (#242)
    
    * Update NavigationPageRenderer (#238)
    
    - Implement title view
    
    * Fix build errors and apply upstream changes
    
    * Refactoring Window and modal (#246)
    
    * Obsolete AndExpand & fix build eror
    
    * [NUI] Implement BlazorWebView (#259)
    
    * Implement BlazorWebView
    
    * Update NUI WebView alias name
    
    * Bump to latest
    
    * Fix MinimumWidth/Height MaximumWidth/Height (#270)
    
    * [NUI] Add GestureManager (#272)
    
    * Add gesture handler
    
    * enable nullable
    
    * use lazy
    
    * Remove unnessary EFL code in ScrollViewHandler (#274)
    
    * Add TabbedPage Renderer (#275)
    
    * [NUI] Implement WrapperView enabling Border and Shadow (#273)
    
    * [NUI] Add MauiDrawable enabling Border and Shadow
    
    * [NUI] Remove BorderView type and refactor
    
    * Refactor StrokeExtensions
    
    * Remove unnecessary code
    
    * Update a way clearing content
    
    * [NUI] Add Picker handler (#276)
    
    * Add Picker handler
    
    * Apply code review
    
    * Change timing adding event handler
    
    * Update Picker on touch (dotnet#293)
    
    * Fix NeedsContainer (dotnet#306)
    
    * Update FrameRenderer to support Brush (dotnet#309)
    
    * Fix minor layout issue (dotnet#314)
    
    * Fix build error
    
    * Fix ScrollView ContentSize (dotnet#324)
    
    * Refactor Maui context (dotnet#328)
    
    * Fix build error after bumping to latest
    
    * [Tizen] Add ImageButtonHandler (dotnet#334)
    
    * [NUI] Implement Editor/Entry handler (dotnet#335)
    
    * Implement Editor/Entry handler
    
    * Fix measure issue
    
    * Update paramer name
    
    * Fix if statement
    
    * Fix Editor/Entry CursorPosition issue (dotnet#336)
    
    * [NUI] Add CollectionViewHandler (dotnet#352)
    
    * Fix EmptyView on CollectionView
    
    * Add CollectionViewHandler
    
    * Add SearchBar handler (dotnet#354)
    
    * Implement Clip (dotnet#384)
    
    * Bump to latest
    
    * [NUI] Add TimePickerHandler (dotnet#390)
    
    * [NUI] Add TimePickerHandler
    
    * Update button placement
    
    * Clean up code after rebase (dotnet#399)
    
    * Fix TabbedPage to use Controls.Grid instead Compatibility.Grid (dotnet#400)
    
    * Fix Controls MapText (dotnet#406)
    
    * Fix focus management (dotnet#407)
    
    * Update WrapperView (dotnet#409)
    
    * Update Tizen platform to tizen10.0 (dotnet#416)
    
    * Update WebView handler and MauiWebView handler (dotnet#417)
    
    * Update Label shadow (dotnet#420)
    
    * Fix build error after rebase
    
    * Fix InputTransparent (dotnet#424)
    
    * Implement CarouselView handler (dotnet#428)
    
    * Fix GestureManager crash issue (dotnet#432)
    
    * Update WebView EvaluateJavaScript async (dotnet#435)
    
    * Fix CascadeInputTransparent (dotnet#442)
    
    * Add NavigationView handler (dotnet#449)
    
    * Update WindowOverlay handler (dotnet#452)
    
    * Update ViewExtensions (dotnet#455)
    
    * Update ImageSourceService (dotnet#454)
    
    * Fix MauiSearchBar IsEnabled property (dotnet#458)
    
    * Add SwipeView handler (dotnet#460)
    
    * Clean code after rebase
    
    * Fix GetPath to return a correct path (dotnet#465)
    
    * Update for focus navigation (dotnet#459)
    
    * Cleanup code after rebase
    
    * Fix build error after rebase
    
    * Implement UpdateBackgroundImageSourceAsync extensions method (dotnet#479)
    
    * [NUI] Update SliderHandler with NUI slider component (dotnet#487)
    
    * Update SliderHandler with NUI compnent
    
    * Update SliderHandler with review feedback
    
    * Update with review feedback
    
    * Fix GetPlatformViewBounds as Pixel coordinate (dotnet#488)
    
    * Fix ScrollView content size update issue (dotnet#492)
    
    * Implement Controls.Compatibility for tizen (dotnet#493)
    
    * Optimize Layout Measure (dotnet#495)
    
    * Code cleanup after code rebase
    
    * Fix z-order on Layout (dotnet#497)
    
    * [NUI] Update StepperHandler (dotnet#498)
    
    * Update StepperHandler
    
    * Apply Review comment
    
    * Fix Frame measure (dotnet#501)
    
    * Fix BorderView (dotnet#500)
    
    * Add RadioButton handler (dotnet#499)
    
    * Fix CollectionView Item measure (dotnet#502)
    
    * Fix Measure contraint convert (dotnet#504)
    
    * Fix WrapperView measure (dotnet#507)
    
    * Implement Missing mapper (dotnet#509)
    
    * Fix WrapperView Width/HeightSpecification (dotnet#510)
    
    * Fix ShapeView (dotnet#511)
    
    * Optimize View measure (dotnet#513)
    
    * Fix NavigationPage disposing pages (dotnet#514)
    
    * Fix build error after rebase
    
    * Fix WebView (dotnet#515)
    
    * Fix TableView (dotnet#516)
    
    * Fix Compatibility Cell templates (dotnet#517)
    
    * [NUI] Add IndicatorViewHandler (dotnet#518)
    
    * Add IndicatorViewHandler
    
    * Update review comment
    
    * Add space
    
    * Fix ListViewRenderer (dotnet#519)
    
    * Fix Binding error on CollectionView (dotnet#520)
    
    * Fix layout issue when view was shown from hide (dotnet#522)
    
    * [NUI] Fix ImageButton Clicked (dotnet#523)
    
    * Fix ImageButton Clicked
    
    * Apply review comment
    
    * Fix BlazorWebView RequestIntercept issue (dotnet#524)
    
    * Fix Layout size issue (dotnet#525)
    
    * Fix build error after rebase
    
    * [NUI] Add DatePicker Handler (dotnet#528)
    
    * Add DatePicker
    
    * Add missing class
    
    * Update Style and Use DummyPopupPage
    
    * Refactoring with MauiTimePicker
    
    * add new file
    
    Co-authored-by: Jay Cho <chojoong@gmail.com>
    
    * Fix GetBoundingBox/OverlayWindow touch point coordinate to DP (dotnet#529)
    
    * Fix CollectionView EmptyView HeaderFooter (dotnet#530)
    
    * Update DateTimePicker width on horizontal (dotnet#531)
    
    * Fix DisconnectHandler (dotnet#532)
    
    * Update Page default background color (dotnet#533)
    
    * Clean up NuGet.config (dotnet#535)
    
    * [NUI] Update font size (dotnet#536)
    
    * Update FontNamedSize
    
    * adjust font size on tv profile
    
    * Add RefreshViewHandler (dotnet#490)
    
    * [Tizen] Refactor compat renderers (dotnet#538)
    
    * [Tizen] Refactor the TabbedPageRenderer (dotnet#541)
    
    * [Tizen] Add FlyoutViewHandler (dotnet#540)
    
    * Add FlyoutView
    
    * Update FlyoutView to cover TV drawer
    
    * Add missing connecting handler
    
    * Update handler implementation using extensions
    
    * Simplify code
    
    Co-authored-by: Jay Cho <chojoong@gmail.com>
    
    * [Tizen] Add MauiPicker (dotnet#543)
    
    * Add MenuIcon to Toolbar (dotnet#542)
    
    * Add MenuIcon to Toolbar
    
    * Apply Reviews
    
    Co-authored-by: Jay Cho <chojoong@gmail.com>
    
    * [Tizen] Add ShellHandler (dotnet#539)
    
    * [NUI] Add ShellHandler
    
    * Update PublicAPI.Shipped.txt file
    
    * Fix build error
    
    * Update AppHostingBuilder
    
    * Update ShellView with review feedback
    
    * Remove unnecessary code
    
    * Update Shell navigation stack
    
    * Add IDisposable interface
    
    * Update ShellSectionView
    
    * Update AdppHostBuilderExtensions
    
    * Rebase and update toolbar to resolve conflict
    
    * Remove ShellContentHandler and update ToolbarHandler
    
    * Update ShellView to handle DrawerToggleVisible
    
    * Remove unnecessary code
    
    * Fix build error after rebase
    
    Co-authored-by: Kangho Hur <kangho.hur@samsung.com>
    Co-authored-by: 조중현/Common Platform Lab(SR)/Engineer/삼성전자 <jh5.cho@samsung.com>
    Co-authored-by: 김성수/Common Platform Lab(SR)/Staff Engineer/삼성전자 <sung-su.kim@samsung.com>
    Co-authored-by: 박인서/Common Platform Lab(SR)/Associate/삼성전자 <inseo9.park@samsung.com>
    Co-authored-by: 민성현/Common Platform Lab(SR)/Staff Engineer/삼성전자 <shyun.min@samsung.com>
    Co-authored-by: Jay Cho <chojoong@gmail.com>
    7 people authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    9ee62c1 View commit details
    Browse the repository at this point in the history
  5. Implement .NET MAUI Maps (dotnet#7886)

    * Draft maps
    
    * Get stuff into the manifest
    
    * [Android] Make it work
    
    * [iOS, Androiid] Add MapType
    
    * [iOS, Android] Add IsShowingUser
    
    * [iOS, Android]  Add HasScrollEnabled, HasTrafficEnabled and HasZoomEnabled
    
    * Add Maps to sandbox
    
    * Fix sandbox manifest
    
    * Added to Sample app and fix HasTrafficEnabled iOS
    
    * Fix IMapHander typo
    
    * More typo fixing
    
    * Make it build
    
    * Implement basic pin support iOS
    
    * iOS disconnect events for Pins
    
    * Update PublicAPI.Unshipped.txt
    
    * Add Unshipped APIs
    
    * Basic pin tapping iOS
    
    * [Maps] Move maps to it's own project
    
    * Update more moved files
    
    * Fixing missing extension
    
    * Fix map page
    
    * Fix api
    
    * Fix sample
    
    * Fix HasTrafficEnabled
    
    * Add MapArea
    
    * Fix MapType
    
    * [Maps] Move MapSpan and  Distance
    
    * Fix android legacy renderer usage
    
    * Fix ControlGallery Location
    
    * Fix MapSpan
    
    * Add MapClick
    
    * [Maps] MoveToRegion use command structure
    
    * [Maps] Make _lastMoveToRegion private
    
    * [Maps] Rename clicked event
    
    * [Maps] Fix unit tests
    
    * Add maps reference to build tasks
    
    * [Maps sample] Add pin buttons
    
    * MauiMapHandlers only exist on iOS and Android for now
    
    * [Maps] Implement pins on Android
    
    * [Maps] Add IMapPin handlers
    
    * [Maps] Refactor iOS handler
    
    * Fix old rendererers
    
    * Fix build
    
    * Add maps to the sln
    
    * [Maps] Remove INotifyPropertyChanged from IMapPin
    
    * [Maps]Add compile directive
    
    * Add references to maps samples
    
    * Add reference to maps on Profilling
    
    * [Maps]Add Remove pin code
    
    * [Maps] Move pins to mapper
    
    * Add  Maps reference to test project
    
    * [Maps] Move maps to correct location
    
    * Fix maps reference
    
    * Remove extra reference on core
    
    * Fix more references
    
    * [Maps] Refactor subscribe/unsubscribe events
    
    * Fix another project reference
    
    * [iOS] Add MapElementHandler
    
    * [Maps] Add Android map elements
    
    * [Android] Add MapElementHandler for Android
    
    * [Maps] Remove Geocoder and Position
    
    * [Maps] Null enabled on Controls.Maps
    
    * [Maps] Remove more Geocoder usage
    
    * Remove more geocoder
    
    * [Maps] Fix a couple of old references
    
    * Fix Circle extension
    
    * Move to MAUI :D
    
    * Update Location usage on Xaml
    
    * Fix old renderer
    
    * Fix maui location
    
    * [Maps] Add Tizen handlers
    
    * [Maps] Try use ElmSharp.EvasObject
    
    * Fix Tizen
    
    * Fix test
    
    * [Maps] Fix Map tests
    
    * Try fix tests, fix some formatting
    
    * FIx test again
    
    * [Maps] Use AddMauiMaps without if/def
    
    * [iOS] Don't set _handler to null
    
    * [Tizen] Remove disable warnings
    
    * [iOS] Move GestureRecognizer to MauiMKMapView
    
    * [iOS] Throw exception if no MKOverlayRenderer is found for IMKOverlay
    
    * [Maps] Remove Geopath from the IGeoPathMapElement
    
    * [Maps] Use WeakReference for Handler on iOS MAuiMKMapView
    
    * [iOS] Fix check of MapElementId when creating MapElement handler
    
    * Pack the maps things
    
    * pack
    
    * [Maps] Fix update mapElements for iOS and Android
    
    * [Maps] Map needscall MapElementUpdate on PropertyChanged
    
    * [Maps] VisibleRegion shouldn't have a public setter
    
    * [Maps] Move Pin Position property to Location
    
    * [Maps] Remove MoveToLastRegionOnLayoutChange
    
    * Use MauiMKMapView
    
    * Fix build
    
    * Small refactor on sample page
    
    * Remove extra references
    
    * Fix Map API for MapElements and Pins
    
    * Fix unittests projec
    
    * Update Maui.Controls.Sample.csproj
    
    * Update Controls.Maps.csproj
    
    * fix all that
    
    * Fix some build errors
    
    * Fix PinTests
    
    * Update MapWithItemsSourceGallery.xaml
    
    * Fix last test
    
    * Update dotnet.cake
    
    * Implement UseMauiMaps
    
    * Complete UseMauiMaps for Android
    
    * [BuildTasks]Remove reference to maps
    
    * Cleaup up sample
    
    * [Maps] Don't make VisibleRegion setter public on Controls
    
    * Add public api for Controls.Maps
    
    * [Maps] Add Public api for Maps.Core
    
    * Add public API for Core.Map
    
    * Add more public
    
    * Update Maps.csproj
    
    * Added more samples to the gallery
    
    * [Maps] Update windows handler to be more generic
    
    * Updated samples
    
    * [Android] Update obsolete android API
    
    * [Maps] Remove usage of old geocoder
    
    * [Maps] Remove EditorBrowsable
    
    * [Maps] Change Position to Location on MapClickedEventArgs
    
    * Fix sample
    
    * [Maps] update some wording that was referencing forms
    
    * [Maps]Fix more old usage of Position
    
    * [Maps]Check if Location is null before setting Pin Location on Android
    
    * [Maps] Don't use obsolete api
    
    * [Maps] Rename properties from Has to Is
    
    * [Maps] Rename properties on Controls.Maps
    
    Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com>
    Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
    Co-authored-by: Javier Suárez Ruiz <javiersuarezruiz@hotmail.com>
    4 people authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    4f3075b View commit details
    Browse the repository at this point in the history
  6. Merge branch 'net6.0'

    mattleibow committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    1797ab9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    11739ed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a228bb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f54cdae View commit details
    Browse the repository at this point in the history
  10. Changed default Border StrokeShape value (dotnet#8521)

    * Changed the default StrokeShape value
    
    * Updated tests
    jsuarezruiz authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    9b9ef31 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    20b5f30 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f2ae851 View commit details
    Browse the repository at this point in the history
  13. [ci] Add support to net6.0 for multi-targeting in VS (dotnet#9642)

    Context: xamarin/yaml-templates#180
    Context: xamarin/yaml-templates#195
    Context: xamarin/yaml-templates#199
    
    Updates the build to use the latest MSI generation template. The v3
    template uses the latest changes from arcade which include a large
    refactoring, support for multi-targeting, and support for workload pack
    group MSIs.
    
    The build will now produce two different VS Drop artifacts.  The MSI and
    VSMAN files generated for SDK packs have been split out into a new
    `vsdrop-multitarget-signed` artifact, allowing us to include multiple
    versions of the SDK packs in VS.
    
    The `Microsoft.Maui.Sdk` pack has been renamed to
    `Microsoft.Maui.Sdk.net6` to match the pack alias that is referenced
    in the .NET 7 manifest.
    pjcollins authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    3c42fcd View commit details
    Browse the repository at this point in the history
  14. Fix CI (dotnet#9682)

    mattleibow authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    99d99c1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    abd82aa View commit details
    Browse the repository at this point in the history
  16. Implement PointerGestureRecognizer (dotnet#9592)

    * Initial PointerGestureRecognizer code
    
    * Update PointerGestureRecognizer.cs
    
    * Clean up code and add nullability
    
    * Fix bad merge
    
    * Remove test code
    
    * Add sample to GestureGallery
    
    * Copy and refactor GetPosition logic used in TapGesture
    
    * Clean up code and use GetPosition
    
    * Update control gallery sample
    
    * Add public API file changes
    
    * Clean up code
    
    * Clean up more code
    
    Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
    rachelkang and PureWeen authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    41b1c9e View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. Blazor Hybrid CSS Hot Reload Fixes (dotnet#9645)

    * Stop copying content stream in .NET MAUI Blazor Windows
    
    Fixes: dotnet#9206
    
    microsoft/CsWinRT#670 and https://task.ms/31565319 have been marked as resolved. This PR removes the existing logic which copies the content into a memory stream, and replaces it with a call to `AsRandomAccessStream()` (`IRandomAccessStream` is still required per the `CoreWebView2` API).
    
    I tried out CSS hot reload with this change and things are working as expected. Not sure if there's a particular behavior/technique we can use to verify the validity of this change. Spoke with @Eilon regarding this, and per his recollection things were immediately hanging, and that's why this change was necessitated.
    
    * AutoCloseOnReadCompleteStream
    
    * Ensure old response content is closed out for hot reload
    
    * PR Feedback
    TanayParikh authored Aug 27, 2022
    Configuration menu
    Copy the full SHA
    ff3e934 View commit details
    Browse the repository at this point in the history
  2. Obsolete OpenGLView (dotnet#9660)

    * Obsolete OpenGLView
    
    * - add additional ignores
    
    * - fix obsolete
    PureWeen authored Aug 27, 2022
    Configuration menu
    Copy the full SHA
    a1d19ba View commit details
    Browse the repository at this point in the history
  3. Remove GetEffectiveFlowDirection and defer flow direction handling to…

    … platforms (dotnet#9558)
    
    * Remove GetEffectiveFlowDirection and defer flow direction handling to platforms;
    Automate reversal of RTL layouts during platform arrange;
    
    * Revert w/h change in test base
    
    * Update public API stuff
    
    * Consider flow direction when setting label alignment on iOS
    
    * Fix multi-column RTL layouts
    
    * Use logical parent for determining flow direction
    
    * Fix duplicate
    
    * Fix parenting for stubs in propgation tests
    
    * Fix more parenting problems
    hartez authored Aug 27, 2022
    Configuration menu
    Copy the full SHA
    4d25505 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

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

Commits on Aug 29, 2022

  1. Add Maui project capability for development (dotnet#9695)

    * Add Maui project capability for development
    
    * - move to InTree.targets
    
    * Update Maui.InTree.targets
    
    Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
    PureWeen and mattleibow authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    36ba0da View commit details
    Browse the repository at this point in the history
  2. Bump Microsoft.CodeAnalysis.NetAnalyzers (dotnet#9577)

    Bumps [Microsoft.CodeAnalysis.NetAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 7.0.0-preview1.22418.3 to 7.0.0-preview1.22419.4.
    - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases)
    - [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md)
    - [Commits](https://github.com/dotnet/roslyn-analyzers/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.CodeAnalysis.NetAnalyzers
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    9c32b43 View commit details
    Browse the repository at this point in the history
  3. Bump Xamarin.Android.Glide from 4.13.2.1 to 4.13.2.2 (dotnet#9317)

    * Bump Xamarin.Android.Glide from 4.13.2.1 to 4.13.2.2
    
    Bumps Xamarin.Android.Glide from 4.13.2.1 to 4.13.2.2.
    
    ---
    updated-dependencies:
    - dependency-name: Xamarin.Android.Glide
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update build.gradle
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
    dependabot[bot] and mattleibow authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    4dd7f66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1db1236 View commit details
    Browse the repository at this point in the history
  5. [create-pull-request] automated change (dotnet#9705)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    4782939 View commit details
    Browse the repository at this point in the history
  6. Bump Microsoft.CodeAnalysis.NetAnalyzers (dotnet#9742)

    Bumps [Microsoft.CodeAnalysis.NetAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 7.0.0-preview1.22419.4 to 7.0.0-preview1.22426.2.
    - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases)
    - [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md)
    - [Commits](https://github.com/dotnet/roslyn-analyzers/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.CodeAnalysis.NetAnalyzers
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    85f6b0c View commit details
    Browse the repository at this point in the history
  7. Update dependencies from https://github.com/xamarin/xamarin-android b…

    …uild 6.0.4xx-d6224ca6b1032ffebc8fe2b496f93a511b0674a6-1 (dotnet#9692)
    
    Microsoft.Android.Sdk.Windows
     From Version 32.0.463 -> To Version 32.0.465
    
    Dependency coherency updates
    
    Microsoft.Dotnet.Sdk.Internal
     From Version 6.0.401-servicing.22415.11 -> To Version 6.0.401-servicing.22419.11 (parent: Microsoft.Android.Sdk.Windows
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    d5983fd View commit details
    Browse the repository at this point in the history
  8. Update dependencies from https://github.com/dotnet/xharness build 202…

    …20822.1 (dotnet#9686)
    
    Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
     From Version 1.0.0-prerelease.22415.1 -> To Version 1.0.0-prerelease.22422.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    d717140 View commit details
    Browse the repository at this point in the history
  9. Bump BenchmarkDotNet from 0.13.1 to 0.13.2 (dotnet#9741)

    Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.1 to 0.13.2.
    - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
    - [Commits](dotnet/BenchmarkDotNet@v0.13.1...v0.13.2)
    
    ---
    updated-dependencies:
    - dependency-name: BenchmarkDotNet
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    f4243d0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ed53643 View commit details
    Browse the repository at this point in the history
  11. [xamlc] fix compiled {OnPlatform} (dotnet#9205)

    A customer's project was doing:
    
        {OnPlatform foo, iOS=bar}
    
    When compiling with `dotnet build -f net6.0-android -c Release`.
    
    The value `foo` was not set!
    
    However, either of these combinations work fine:
    
        {OnPlatform Default=foo, iOS=bar}
        {OnPlatform Android=foo, iOS=bar}
    
    It appears we are missing the case for the `[ContentProperty]` for the
    `{OnPlatform}` markup extension.
    
    I added tests cases for this, and solved the problem by using
    `node.CollectionItems[0]` to get the actual value.
    
    I think this is the right approach?
    jonathanpeppers authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    3e5d206 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    29828c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Revert "Fix Shadow rendering on iOS Border (dotnet#8464)" (dotnet#9760)

    * Revert "Fix Shadow rendering on iOS Border (dotnet#8464)"
    
    This reverts commit 3ff7c99.
    
    * - add tests
    PureWeen authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    9ded533 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59c571d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a803700 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'net6.0'

    mattleibow committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    4287be1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c35d4f View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Bump Microsoft.CodeAnalysis.NetAnalyzers (dotnet#9778)

    Bumps [Microsoft.CodeAnalysis.NetAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 7.0.0-preview1.22426.2 to 7.0.0-preview1.22429.1.
    - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases)
    - [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md)
    - [Commits](https://github.com/dotnet/roslyn-analyzers/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.CodeAnalysis.NetAnalyzers
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    a054353 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad3cf94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24df755 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    432b149 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f097f92 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'net6.0'

    mattleibow committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    b85ed6d View commit details
    Browse the repository at this point in the history
  7. [.NET 6] Backport WinForms & WPF CSS Hot Reload Fixes (dotnet#9787) F…

    …ixes dotnet#7479
    
    * AutoCloseOnReadCompleteStream
    
    (cherry picked from commit 8dd1316)
    
    * Ensure old response content is closed out for hot reload
    
    (cherry picked from commit ebdfdf4)
    
    * PR Feedback
    
    (cherry picked from commit 122426c)
    TanayParikh authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    a8e4d78 View commit details
    Browse the repository at this point in the history
  8. Bump Microsoft.NET.Test.Sdk from 17.3.0 to 17.3.1 (dotnet#9779)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.0 to 17.3.1.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](microsoft/vstest@v17.3.0...v17.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    55fda34 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6441449 View commit details
    Browse the repository at this point in the history
  10. Update dependencies from https://github.com/dotnet/xharness build 202…

    …20829.1 (dotnet#9819)
    
    Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
     From Version 1.0.0-prerelease.22422.1 -> To Version 1.0.0-prerelease.22429.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    5477242 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d769d90 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5912a10 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    22f7727 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b8e27cd View commit details
    Browse the repository at this point in the history
  15. Update dependencies from https://github.com/xamarin/xamarin-macios bu…

    …ild 20220831.8 (dotnet#9822)
    
    Microsoft.iOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.macOS.Sdk , Microsoft.tvOS.Sdk
     From Version 15.4.448 -> To Version 15.4.453
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    d461c8f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a6aafd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Bump Xamarin.UITest from 3.2.8 to 3.2.9 (dotnet#9813)

    Bumps Xamarin.UITest from 3.2.8 to 3.2.9.
    
    ---
    updated-dependencies:
    - dependency-name: Xamarin.UITest
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    1106987 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2024872 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dc07d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    416d9bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b07d1df View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/main' into lytico/gtk-ongoing

    # Conflicts:
    #	.nuspec/Microsoft.Maui.Controls.MultiTargeting.targets
    #	Directory.Build.props
    #	src/Compatibility/Core/src/AppHostBuilderExtensions.cs
    #	src/Compatibility/Core/src/RendererToHandlerShim.cs
    #	src/Controls/src/Core/HandlerImpl/VisualElement/VisualElement.Platform.cs
    #	src/Core/src/Handlers/ActivityIndicator/ActivityIndicatorHandler.cs
    #	src/Core/src/Handlers/ActivityIndicator/IActivityIndicatorHandler.cs
    #	src/Core/src/Handlers/Border/BorderHandler.cs
    #	src/Core/src/Handlers/Border/IBorderHandler.cs
    #	src/Core/src/Handlers/Button/ButtonHandler.cs
    #	src/Core/src/Handlers/Button/IButtonHandler.cs
    #	src/Core/src/Handlers/CheckBox/CheckBoxHandler.cs
    #	src/Core/src/Handlers/CheckBox/ICheckboxHandler.cs
    #	src/Core/src/Handlers/ContentView/ContentViewHandler.cs
    #	src/Core/src/Handlers/ContentView/IContentViewHandler.cs
    #	src/Core/src/Handlers/DatePicker/DatePickerHandler.cs
    #	src/Core/src/Handlers/DatePicker/IDatePickerHandler.cs
    #	src/Core/src/Handlers/Editor/EditorHandler.cs
    #	src/Core/src/Handlers/Editor/IEditorHandler.cs
    #	src/Core/src/Handlers/ElementHandlerExtensions.cs
    #	src/Core/src/Handlers/Entry/EntryHandler.cs
    #	src/Core/src/Handlers/Entry/IEntryHandler.cs
    #	src/Core/src/Handlers/GraphicsView/IGraphicsViewHandler.cs
    #	src/Core/src/Handlers/Image/IImageHandler.cs
    #	src/Core/src/Handlers/Image/ImageHandler.cs
    #	src/Core/src/Handlers/ImageButton/ImageButtonHandler.cs
    #	src/Core/src/Handlers/IndicatorView/IIndicatorViewHandler.cs
    #	src/Core/src/Handlers/IndicatorView/IndicatorViewHandler.cs
    #	src/Core/src/Handlers/Label/ILabelHandler.cs
    #	src/Core/src/Handlers/Label/LabelHandler.cs
    #	src/Core/src/Handlers/Layout/ILayoutHandler.cs
    #	src/Core/src/Handlers/Layout/LayoutHandler.cs
    #	src/Core/src/Handlers/MenuBar/IMenuBarHandler.cs
    #	src/Core/src/Handlers/MenuBar/MenuBarHandler.cs
    #	src/Core/src/Handlers/MenuBarItem/IMenuBarItemHandler.cs
    #	src/Core/src/Handlers/MenuBarItem/MenuBarItemHandler.cs
    #	src/Core/src/Handlers/MenuFlyoutItem/IMenuFlyoutItemHandler.cs
    #	src/Core/src/Handlers/MenuFlyoutItem/MenuFlyoutItemHandler.cs
    #	src/Core/src/Handlers/MenuFlyoutSubItem/IMenuFlyoutSubItemHandler.cs
    #	src/Core/src/Handlers/MenuFlyoutSubItem/MenuFlyoutSubItemHandler.cs
    #	src/Core/src/Handlers/NavigationPage/INavigationViewHandler.cs
    #	src/Core/src/Handlers/NavigationPage/NavigationViewHandler.cs
    #	src/Core/src/Handlers/Picker/IPickerHandler.cs
    #	src/Core/src/Handlers/Picker/PickerHandler.cs
    #	src/Core/src/Handlers/RadioButton/IRadioButtonHandler.cs
    #	src/Core/src/Handlers/RadioButton/RadioButtonHandler.cs
    #	src/Core/src/Handlers/ScrollView/IScrollViewHandler.cs
    #	src/Core/src/Handlers/ScrollView/ScrollViewHandler.cs
    #	src/Core/src/Handlers/SearchBar/ISearchBarHandler.cs
    #	src/Core/src/Handlers/SearchBar/SearchBarHandler.cs
    #	src/Core/src/Handlers/Slider/ISliderHandler.cs
    #	src/Core/src/Handlers/Slider/SliderHandler.cs
    #	src/Core/src/Handlers/Stepper/IStepperHandler.cs
    #	src/Core/src/Handlers/Stepper/StepperHandler.cs
    #	src/Core/src/Handlers/SwipeItemMenuItem/ISwipeItemMenuItemHandler.cs
    #	src/Core/src/Handlers/SwipeItemMenuItem/SwipeItemMenuItemHandler.cs
    #	src/Core/src/Handlers/SwipeItemView/ISwipeItemViewHandler.cs
    #	src/Core/src/Handlers/SwipeItemView/SwipeItemViewHandler.cs
    #	src/Core/src/Handlers/SwipeView/ISwipeViewHandler.cs
    #	src/Core/src/Handlers/SwipeView/SwipeViewHandler.cs
    #	src/Core/src/Handlers/Switch/ISwitchHandler.cs
    #	src/Core/src/Handlers/Switch/SwitchHandler.cs
    #	src/Core/src/Handlers/TabbedView/TabbedViewHandler.cs
    #	src/Core/src/Handlers/TimePicker/ITimePickerHandler.cs
    #	src/Core/src/Handlers/TimePicker/TimePickerHandler.cs
    #	src/Core/src/Handlers/Toolbar/IToolbarHandler.cs
    #	src/Core/src/Handlers/Toolbar/ToolbarHandler.cs
    #	src/Core/src/Handlers/Window/IWindowHandler.cs
    #	src/Core/src/Handlers/Window/WindowHandler.cs
    #	src/Core/src/ImageSources/ImageSourceServiceResult.cs
    #	src/Core/src/MauiContextExtensions.cs
    #	src/Core/src/Platform/ElementExtensions.cs
    #	src/Core/src/Platform/ImageSourcePartLoader.cs
    #	src/Core/src/Platform/ViewExtensions.cs
    #	src/Core/src/SemanticExtensions.cs
    #	src/Core/src/ViewExtensions.cs
    #	src/Core/src/WindowExtensions.cs
    #	src/Core/src/WindowOverlay/WindowOverlay.cs
    lytico committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    adeb5a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b539b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Configuration menu
    Copy the full SHA
    eb0b471 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    691e5b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

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

Commits on Sep 7, 2022

  1. [Controls.Maps Gtk] add stubs

    lytico committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    424149f View commit details
    Browse the repository at this point in the history
  2. [BlazorWebView Gtk] add stubs

    lytico committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    e28af07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ce2ecd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    579bd52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b17c91 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3b78f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0be323a View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    6f4716b View commit details
    Browse the repository at this point in the history
  2. [Controls.Gtk] [Controls.Compatibility.Gtk] move ResourcesProvider & …

    …Forms: Register ResourcesProvider
    lytico committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    b65f1b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95de374 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b41c217 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. build: enhance

    lytico committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    63cb3f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b24bbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a23a270 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81f92d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

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