-
Notifications
You must be signed in to change notification settings - Fork 457
Comparing changes
Open a pull request
base repository: xamarin/XamarinCommunityToolkit
base: 1.3.1
head repository: xamarin/XamarinCommunityToolkit
compare: 1.3.2
- 17 commits
- 152 files changed
- 17 contributors
Commits on Nov 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8b7f43a - Browse repository at this point
Copy the full SHA 8b7f43aView commit details
Commits on Dec 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cbf4a19 - Browse repository at this point
Copy the full SHA cbf4a19View commit details
Commits on Dec 3, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for 35d7d5f - Browse repository at this point
Copy the full SHA 35d7d5fView commit details
Commits on Dec 15, 2021
-
Co-authored-by: Javier Suárez <javiersuarezruiz@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 48a287a - Browse repository at this point
Copy the full SHA 48a287aView commit details
Commits on Dec 16, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for 9e3ee43 - Browse repository at this point
Copy the full SHA 9e3ee43View commit details
Commits on Dec 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 999f86b - Browse repository at this point
Copy the full SHA 999f86bView commit details
Commits on Dec 20, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 7443f05 - Browse repository at this point
Copy the full SHA 7443f05View commit details
Commits on Dec 22, 2021
-
Fix for [iOS] Unable to chain display Popup calls or to display two p…
Configuration menu - View commit details
-
Copy full SHA for 7466780 - Browse repository at this point
Copy the full SHA 7466780View commit details
Commits on Dec 27, 2021
-
Automated dotnet-format update (#1757)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0db5b19 - Browse repository at this point
Copy the full SHA 0db5b19View commit details
Commits on Dec 31, 2021
-
Automate MauiCompat build, Update MAUI Preview 11 (#1775)
* Automate MauiCompat build, Update MAUI Preview 11 * Run script if MauiCompat project doesn't exist
Configuration menu - View commit details
-
Copy full SHA for 9716d94 - Browse repository at this point
Copy the full SHA 9716d94View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e981bea - Browse repository at this point
Copy the full SHA e981beaView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ccf782c - Browse repository at this point
Copy the full SHA ccf782cView commit details
Commits on Jan 4, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 000acd0 - Browse repository at this point
Copy the full SHA 000acd0View commit details
Commits on Jan 8, 2022
-
Automated dotnet-format update (#1779)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4685a4d - Browse repository at this point
Copy the full SHA 4685a4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb147a4 - Browse repository at this point
Copy the full SHA bb147a4View commit details
Commits on Jan 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4b28658 - Browse repository at this point
Copy the full SHA 4b28658View commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for a4557b7 - Browse repository at this point
Copy the full SHA a4557b7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.3.1...1.3.2