Граф коммитов

660 Коммитов

Автор SHA1 Сообщение Дата
Gerald Versluis f85841fb9a
Update README.md 2024-05-01 13:41:56 +02:00
Federico Nembrini 5a6062f3c3
Fix tab view item font family (ios and uwp) (#1979) 2023-08-14 23:34:38 +03:00
Gerald Versluis 65b048ede7
Delete backport-trigger.yml as we never use it anyway (#1976)
Delete backport-trigger.yml
2023-06-22 19:58:41 +02:00
Mike Bond e0d48b1c64
Migrate to backport-action (#1975)
Remove dependency on outdated backport-bot-action
2023-06-22 11:08:50 +02:00
Max Feingold 9b80d796cb
PopupRenderer: check for isDisposed in OnElementPropertyChanged before taking action. Fixes https://github.com/xamarin/XamarinCommunityToolkit/issues/1947 (#1968) 2023-05-06 12:49:58 +01:00
Gerald Versluis ecbc831b22
Add note about support timeline to README (#1967)
Update README.md
2023-05-04 21:55:54 +02:00
Michael Fink 75886e1580
CameraView: only request microphone permission when CaptureMode is set to Video in UWP (#1963)
CameraView: only request microphone permission when CaptureMode is set to Video

Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com>
2023-05-01 08:58:15 +00:00
Adam Essenmacher f2b8a2b9b6
Update UIGestureRecognizer state machine so UIKit can properly handle… (#1954) 2023-05-01 08:26:36 +00:00
Niall Cunningham 204bbe2396
Update TabView.shared.cs (#1926) 2023-05-01 11:10:34 +03:00
Michael Fink 6167ed4937
CameraView: fixed leak on UWP not cleaning up MediaCapture object for preview (#1951)
Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com>
2023-04-20 18:31:33 +01:00
Federico Nembrini 89a363e093
Fix badge view default text "0" (#1959) 2023-04-02 07:18:10 +01:00
github-actions[bot] da30dde36b
Fix pipeline (#1942)
* Automated dotnet-format update

* attempt to fix build

* try msbuild

* restore before build

* Fix NRE

* Fix NRE

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Vladislav Antonyuk <33021114+VladislavAntonyuk@users.noreply.github.com>
2023-02-12 15:00:15 -03:00
thisisthekap 3f5d7cd295
added additional ctor to AccessibilityListener to avoid app crash (#1924) 2023-02-11 01:10:05 +00:00
Gerald Versluis 6d2d2d90ba
Update macOS build image (#1909)
* Update azure-pipelines.yml

* Fix build

---------

Co-authored-by: Vladislav Antonyuk <33021114+VladislavAntonyuk@users.noreply.github.com>
2023-02-11 00:17:15 +02:00
Gerald Versluis b55322ac95
Update GravatarImageSourceHandler.android.ios.macos.tizen.uwp.wpf.cs 2022-12-09 12:03:11 +01:00
Gerald Versluis aca28298d8
Update GravatarImageSourceHandler.android.ios.macos.tizen.uwp.wpf.cs 2022-12-09 11:13:39 +01:00
Gerald Versluis 5bc3cc40cc
Update GravatarImageSourceHandler.android.ios.macos.tizen.uwp.wpf.cs 2022-12-09 11:08:33 +01:00
Gerald Versluis 9d1e04ba11
Update azure-pipelines.yml 2022-11-15 11:42:22 +01:00
Gerald Versluis 058ea5616f
Update azure-pipelines.yml 2022-11-07 10:14:09 +01:00
Pedro Jesus 299fac61a9
Fixed null reference errors (#1916)
Added null checks
2022-10-02 04:22:59 +03:00
mphill f3a4251561
Fix random crash on iOS when switching source (#1899) 2022-08-24 08:41:05 +01:00
github-actions[bot] 14c7ab412f
[housekeeping] Automated PR to fix formatting errors (#1894) 2022-08-01 18:00:04 -07:00
Vladislav Antonyuk a1403dee47
Issue 1883 Snackbar button is missed (#1886)
* Issue 1883 Snackbar button is missed

* Move to Test cases
2022-07-31 11:45:45 -03:00
anvuks 12f9d71555
Implemented MediaElement ObjectDisposedException fix (#1870)
Implemented fix
2022-06-29 16:57:08 -05:00
Gustavo Oliveira 22b1d4ccf4
CameraView Flash fix for Android (#1864)
Update CameraFragment.android.cs

Co-authored-by: Gustavo Oliveira <gustavo.oliveira@inspectrealestate.com.au>
2022-05-19 23:07:25 -05:00
github-actions[bot] 4467bf2a09
[housekeeping] Automated PR to fix formatting errors (#1862)
Automated dotnet-format update

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-05-19 00:39:27 +00:00
Mike Rowley 57744235cc
Fix for ClearTintColor NullReferenceException on ImageButton related to PR #1836 (#1857)
* Fix for Bug #934 (IconTintColorEffect does not work when the image is in Shared project as EmbeddeResource)

* Revised Fix for #934

* Update src/CommunityToolkit/Xamarin.CommunityToolkit/Effects/IconTintColor/IconTintColorEffectRouter.ios.cs

Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com>

* Update src/CommunityToolkit/Xamarin.CommunityToolkit/Effects/IconTintColor/IconTintColorEffectRouter.ios.cs

Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com>

* Revised Fix #2 for Bug #934

* updated the sample

* improved variable name

* changed the null check object

* Update IconTintColorEffectRouter.ios.cs To Fix ClearTintColor Crash

I have added a null check on button.ImageView in ClearTintColor to prevent a crash when OnDetach is called.  This NullReferenceException occured when changing Application.MainPage.

* Update IconTintColorEffectRouter.ios.cs To Fix ClearTintColor Crash

Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com>
2022-05-18 10:11:27 +01:00
github-actions[bot] 5859251e81
[housekeeping] Automated PR to fix formatting errors (#1855)
* Automated dotnet-format update

* Update global.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Brandon Minnick <13558917+brminnick@users.noreply.github.com>
2022-05-13 02:55:34 +00:00
Brandon Minnick bc4d4d9363
Update global.json 2022-05-11 10:25:34 -07:00
ali50m 3cc9fe149a
fix the code formatting indentation error (#1851) 2022-05-06 08:52:45 +03:00
Vladislav Antonyuk 3f4b4c6003
Cleanup pipeline (#1845)
* Cleanup pipeline, fix uwp package

* Add missed constant

* Remove redundant directives
2022-05-03 08:58:24 +02:00
github-actions[bot] 1c51a0aec9
Automated dotnet-format update (#1850) 2022-04-28 17:43:06 -07:00
Vladislav Antonyuk b19cc52f9d
RC1 (#1843)
* Update azure-pipelines.yml

* fix build

* add all files

* Windows build

* Fixed files

* remove generated files

* install dotnet

* sh

* split build and generate

* use zsh

* fix path

* add globaljson

* Fix build

* fix path

* fix path
2022-04-20 11:57:23 +02:00
github-actions[bot] f3663cd6d3
Automated dotnet-format update (#1838)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-03-27 20:03:33 -07:00
Mike Rowley 6b6a02ec9c
Fix for Bug #934 (IconTintColorEffect does not work when the image is… (#1836)
* Fix for Bug #934 (IconTintColorEffect does not work when the image is in Shared project as EmbeddeResource)

* Revised Fix for #934

* Update src/CommunityToolkit/Xamarin.CommunityToolkit/Effects/IconTintColor/IconTintColorEffectRouter.ios.cs

Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com>

* Update src/CommunityToolkit/Xamarin.CommunityToolkit/Effects/IconTintColor/IconTintColorEffectRouter.ios.cs

Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com>

* updated the sample

* improved variable name

* changed the null check object

Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com>
2022-03-27 14:08:15 -03:00
Vladislav Antonyuk 6a8c500ce0
Preview 14 (#1834) 2022-03-17 19:52:12 +00:00
github-actions[bot] 11a313bca0
Automated dotnet-format update (#1831) 2022-03-15 18:11:34 -07:00
Vladislav Antonyuk a13cd3654e
1822 DrawingView fix freezing (#1827)
* 1822 DrawingView fix freezing

* Fix point normalization

* Fix changing original point collection

* remove linq
2022-03-14 19:41:28 -07:00
github-actions[bot] cb0cd8c319
Automated dotnet-format update (#1828) 2022-03-10 00:41:59 +00:00
Andrei 6a344a02bc
https://github.com/xamarin/XamarinCommunityToolkit/issues/1725 (#1826) 2022-03-09 16:57:45 -03:00
Gerald Versluis 3523750e64
Update azure-pipelines.yml 2022-03-08 09:40:22 +01:00
Gerald Versluis b00ffdf79d Update azure-pipelines.yml for Azure Pipelines 2022-03-08 09:14:16 +01:00
Gerald Versluis 380e0d2e12
Update azure-pipelines.yml 2022-03-07 16:51:36 +01:00
github-actions[bot] 67315d3894
Automated dotnet-format update (#1821) 2022-02-25 17:13:19 -08:00
github-actions[bot] 17ef7bc64b
Automated dotnet-format update (#1819) 2022-02-23 18:44:48 -07:00
Vladislav Antonyuk 5bd4b5b1df
Nullable fixes in DrawingView (#1817)
* Nullable fixes in DrawingView

* Update DrawingViewRenderer.gtk.cs
2022-02-23 21:10:56 +00:00
Vladislav Antonyuk 2803cb433a
[Bug] GravatarImageSource throws exception when offline (#1816)
* [Bug] GravatarImageSource throws exception when offline #1770

Fix Nullable

* ConfigureAwait, revert sln
2022-02-22 00:43:56 +02:00
Shaun Lawrence b767630fa9
1809 medialement class not found (#1812) 2022-02-21 14:52:15 +00:00
Shaun Lawrence a070c2a0cb
Patch up MauiCompat to support preview 13 (#1814) 2022-02-21 13:56:10 +00:00
Gerald Versluis f892c5fb7a
Update azure-pipelines.yml 2022-01-26 21:52:23 +01:00