Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
Permalink

Comparing changes

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

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: xamarin/XamarinCommunityToolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.1
Choose a base ref
...
head repository: xamarin/XamarinCommunityToolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.2
Choose a head ref
  • 17 commits
  • 152 files changed
  • 17 contributors

Commits on Nov 30, 2021

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

Commits on Dec 1, 2021

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

Commits on Dec 3, 2021

  1. Bugfix Issue #1705 (MAUI: 184): Allow null handling for BaseConverter…

    …OneWay<TFrom, TTo> (#1733)
    
    * Fix typo ArgumenException for unit tests
    
    * Add AllowsNullOrDefault handling for BaseConverterOneWay
    Fix summary xml doc for ConvertBack of BaseConverterOneWay
    
    * Add BaseConverterOneWay_Tests for new AllowsNullOrDefault
    
    * Implement recommended changes
    - Rename test converter to MockConverterOneWay
    - Change ArgumentException to ArgumentNullException in BaseConverterOneWay<TFrom, TTo> when disallowing nulls
    - Simplify unit test data generation and execution
    
    * Update null check in BaseConverterOneWay<TFrom, TTo>
    
    * Implement recommended changes
    
    - Change check order back to original in BaseConverterOneWay<TFrom, TTo>
    - Fix missing first paramName argument for ArgumentNullException in BaseConverterOneWay<TFrom, TTo>
    - Refactor BaseConverterOneWay_Tests
    
    * Rename property AllowsNullOrDefault to AllowsNull of BaseConverterOneWay<TFrom, TTo>
    
    * Update IsNullOrEmptyConverter to inherit from BaseConverterOneWay<TFrom, TTo>
    
    * Migrated more converters to base
    
    * Revert compare converter changes
    
    * Fixed unit tests and code review tidy up
    
    * Switch to separate nullable converter base class
    
    * Add null support to BaseConverter
    
    NullableBaseConverter now completes symmetry with NullableBaseConverterOneWay.
    
    Migrate converters to use NullableBaseConverter where possible.
    
    Migrate tests to new approach.
    
    * Remove Null-Forgiving Operator
    
    * Rename converters to start with Base
    
    * Code review improvement
    
    * Add global.json
    
    Ensures .NET 6.0 is the minimum version in use
    
    * `dotnet format`
    
    * Move global.json to root folder
    
    * `dotnet format`
    
    Co-authored-by: Pascal Ried <p.ried@comventure.de>
    Co-authored-by: Shaun Lawrence <shaunrlawrence@gmail.com>
    Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com>
    Co-authored-by: Brandon Minnick <13558917+brminnick@users.noreply.github.com>
    5 people authored Dec 3, 2021
    Configuration menu
    Copy the full SHA
    35d7d5f View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Update MauiCompat.sh (#1737)

    Co-authored-by: Javier Suárez <javiersuarezruiz@hotmail.com>
    maxkoshevoi and jsuarezruiz authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    48a287a View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Implement SetSemanticFocus and Announce APIs (#1727)

    * Add SemanticExtensions SetFocus and Announce
    
    * Add Windows Announce implementation
    
    * Update based on feedback
    
    Co-authored-by: Brandon Minnick <13558917+brminnick@users.noreply.github.com>
    Co-authored-by: Javier Suárez <javiersuarezruiz@hotmail.com>
    3 people authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    9e3ee43 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2021

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

Commits on Dec 20, 2021

  1. Fix NullReferenceException thrown in PopupRenderer.SetViewController (#…

    …1762)
    
    * NullReferenceException thrown in PopupRenderer.SetViewController when using in embedded forms scenario
    
    * remove Null Forgiving Operator
    
    * Fix Null Forgiving Operator
    
    * Fix Null Forgiving Operator
    VladislavAntonyuk authored Dec 20, 2021
    Configuration menu
    Copy the full SHA
    7443f05 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Fix for [iOS] Unable to chain display Popup calls or to display two p…

    …opup simultaneously #1761 (#1765)
    
    * added main fix for #1761
    
    * added ui not-a-test for #1761
    
    * #1761 test improved
    bondarenkod authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    7466780 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Automated dotnet-format update (#1757)

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

Commits on Dec 31, 2021

  1. Automate MauiCompat build, Update MAUI Preview 11 (#1775)

    * Automate MauiCompat build, Update MAUI Preview 11
    
    * Run script if MauiCompat project doesn't exist
    VladislavAntonyuk authored Dec 31, 2021
    Configuration menu
    Copy the full SHA
    9716d94 View commit details
    Browse the repository at this point in the history
  2. Adding Source Generator (#1714)

    * Added Source Generator project
    
    * Configure Source Generator project
    
    * Make sure that we will use it just in NETSTANDARD1_0
    
    * removed old build and csproj clean up
    
    * fixed sample app
    
    * added SG dll into Libs folder
    
    * Added SourceGenerator project in all solutions
    
    * Reference the SG dll
    
    Co-authored-by: Brandon Minnick <13558917+brminnick@users.noreply.github.com>
    Co-authored-by: Javier Suárez <javiersuarezruiz@hotmail.com>
    3 people authored Dec 31, 2021
    Configuration menu
    Copy the full SHA
    e981bea View commit details
    Browse the repository at this point in the history
  3. Fixed drawing outside of DrawingView control (#1680)

    * Fixed drawing outside of DrawingView control
    
    * NormalizePoints
    
    * Fix Samples
    
    * Remove Null Forgiving Operator, `!`
    
    * Fix warnings
    
    Co-authored-by: Brandon Minnick <13558917+brminnick@users.noreply.github.com>
    Co-authored-by: Javier Suárez <javiersuarezruiz@hotmail.com>
    Co-authored-by: Vladislav Antonyuk <vlad.antonyuk@gmail.com>
    Co-authored-by: Vladislav Antonyuk <33021114+VladislavAntonyuk@users.noreply.github.com>
    5 people authored Dec 31, 2021
    Configuration menu
    Copy the full SHA
    ccf782c View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Fixed camera preview size for Xiaomi Note 7 (#1780)

    Further investigation required but the xiaomi has no "optimal sizes" for preview and is attempting to set the preview size to 4224x3136, which as a guess I would say is a raw resolution not accounting the dpi
    Axemasta authored Jan 4, 2022
    Configuration menu
    Copy the full SHA
    000acd0 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Automated dotnet-format update (#1779)

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

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    4b28658 View commit details
    Browse the repository at this point in the history
  2. [Android] Fix a11y set semantic focus (#1782)

    * Add SemanticExtensions SetFocus and Announce
    
    * Add Windows Announce implementation
    
    * Update based on feedback
    
    * Fix SetSemanticFocus for Android
    
    * Revert order of usings to clean up diff
    
    Co-authored-by: Brandon Minnick <13558917+brminnick@users.noreply.github.com>
    Co-authored-by: Javier Suárez <javiersuarezruiz@hotmail.com>
    Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com>
    4 people authored Jan 11, 2022
    Configuration menu
    Copy the full SHA
    a4557b7 View commit details
    Browse the repository at this point in the history
Loading