Commit 2b9c2fc
[Testing] Feature matrix UITest Cases for GraphicsView Control (#30781)
* Added sample for GraphicsView
* Added the feature matrix code
* Added the test cases for the GraphicsView
* Updated the GraphicsViewFeaturetests
* Updated the GraphicsViewViewModel
* Addressed the feedbacks
* Added the snapshots for Mac and Windows
* Remove .NET 8 specific code for templates (#30342)
* [Catalyst] Fix Scrollbar does not align with FlowDirection change in ScrollView (#30241)
* fix added
* Revert "fix added"
This reverts commit 138797f.
* fix added
* fix updated
* [Android] Fix for OnSizeAllocated is not reported for Android AppShell Flyout content. (#30069)
* fix-22045 - Made changes on Android ShellFlyout sizing by adding OnDrawerOpened event and updating Content so OnSizeAllocated is called with correct values when drawer opens.
* fix-22045- Set the contentview frame value when the FlyoutView layout change.
* fix-22045- Changes committed.
* Permissions (BT & WiFi): don't add AccessFineLocation to required permissions if NeverForLocation flag is present (#20874)
* otherwise the permission-status will be 'denied' if AccessFineLocation is in the manifest, but denied at runtime
(even if it is not strictly required)
* Fixed the RealParent Warning shown issue (#30156)
* Safe Get of RealParent to avoid warnings
* Optimized the fix
* Make it as default private
* Optimized the fix
* Modified the fix and added test
* Modified the fix based on concern and added test
* unwanted spacing
* Replaced the Parent property directly
* [iOS/MacCatalyst] Fix: Setting SelectedItem Programmatically and Then Immediately Setting ItemsSource to Null Causes a Crash (#29940)
* Re-evaluate indexpaths in PerformBatchUpdates
* Add UI test
* update test
* bring back null check
* add a check to see if ItemsSource is disposed
* [Windows] Fixed StackLayout crashes on Windows with HeightRequest as 0 (#29926)
* Fixed StackLayout crashes on Windows with HeightRequest 0, padding, and opposing alignment.
* Included test case for Vertical StackLayout
* Updated label content
* [Windows] Fixed CanvasDrawingSession Exception on Clipping Image (#30028)
* [Windows] Fixed CanvasDrawingSession Exception
* Update in description label
* Updated Suggested Changes
* [Testing] Feature matrix UITest Cases for ScrollView Control (#30188)
* Added Feature Matrix for ScrollView
* Updated changes
* Changes updated
* Modified the test cases
* Modified UI
* Added snapshots
* Added images
* Modified Test Case
* Added images
* Resaved images
* [Testing] Feature Matrix UITest Cases for TimePicker Control (#30271)
* modified UI and test cases
* updated test cases
* added new test cases
* updated test cases
* added android and iOS snapshots
* updated format
* updated flow direction code
* added mac and windows snapshots
* updated iOS snapshots
* [Catalyst] Adding and Removing ContextMenus currently does not work - fix (#30307)
* Disconnect context flyout handler
* Update MenuFlyoutHandler.iOS.cs
* Fix for TapGestureRecognizer ButtonMask always return 0 (#30372)
* Fix for TapGesture ButtonMask
* Added TestCase
* Update Testcase
* Modified Testcase
* fix extention typo (#30461)
* fix some incorrect casting using `as` (#30459)
if the type is known then a direct cast should be used instead of an as.
since, in the case where the assumption is wrong, then it is better to
get a cast exception instead of a null ref exception.
basically if code uses `as` and does not check for null when that
variable is used, then it is likely problematic code.
* [Testing] Feature Matrix UITest Cases for SearchBar Control (#30398)
* added test cases
* added snapshots
* comment added
* snapshot added
* changed method name
* [Testing] Feature Matrix UITest Cases for DatePicker Control (#30159)
* added test cases
* added new test cases
* removed test cases
* updated test cases
* updated test cases
* changes in test case
* added new event
* updated test cases
* added culture test cases
* added snapshots
* added the failing condition
* modified test case
* added new test case code
* added mac and windows snapshots
* [create-pull-request] automated change (#30591)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
# Conflicts:
# src/Compatibility/Core/src/Tizen/Forms.cs
* [Testing] Add UITest for Issue30147 on iOS (#30506)
* fix added
* Revert "fix added"
This reverts commit 138797f.
* test case added
* test sample modified
* test sample updated
* affected platform changed
* sample changes added
* [Android] Fix for Search Handler visual and functional bug in subtabs (#30467)
* fix-21119-Made changes to ShellToolbarTracker.cs to prevent search handler stacking on Android Shell tab navigation by removing existing menu items before adding new ones.
* fix-21119-Testcase and test snapshot added.
* fix-21119-Updated code changes. Also added Mac and Windows snapshots.
* [Windows] Fixed the Pasted Password Becomes Visible When IsPassword Is Enabled (#30353)
* Fixed the masked text issue of same value pasted into the textbox field
* Added the test for verifying the masked text
* [create-pull-request] automated change (#30700)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Fixed GraphicsView event handlers are triggered even when IsEnabled is set to False (#30755)
* Fixed GraphicsView event handlers are triggered even when IsEnabled is set to False
* Updated PlatformTouchGraphicsView
* Updated test sample
* Fix duplicate app icon resizing (#30920)
Possibly helps with #30900
* Addressed the feedbacks
* Added sample for GraphicsView
* Added the feature matrix code
* Added the test cases for the GraphicsView
* Updated the GraphicsViewFeaturetests
* Updated the GraphicsViewViewModel
* Addressed the feedbacks
* Added the snapshots for Mac and Windows
* Addressed the feedbacks
---------
Co-authored-by: Gerald Versluis <[email protected]>
Co-authored-by: devanathan-vaithiyanathan <[email protected]>
Co-authored-by: BagavathiPerumal <[email protected]>
Co-authored-by: Janus Weil <[email protected]>
Co-authored-by: Ahamed-Ali <[email protected]>
Co-authored-by: Bhavanesh N <[email protected]>
Co-authored-by: Dhivya-SF4094 <[email protected]>
Co-authored-by: Subhiksha Chandrasekaran <[email protected]>
Co-authored-by: NafeelaNazhir <[email protected]>
Co-authored-by: TamilarasanSF4853 <[email protected]>
Co-authored-by: Jakub Florkowski <[email protected]>
Co-authored-by: HarishwaranVijayakumar <[email protected]>
Co-authored-by: Simon Cropp <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Shane Neuville <[email protected]>
Co-authored-by: Jeremy Powell <[email protected]>1 parent a3c8c7e commit 2b9c2fc
File tree
30 files changed
+1801
-0
lines changed- src/Controls/tests
- TestCases.Android.Tests/snapshots/android
- TestCases.HostApp
- CoreViews
- FeatureMatrix/GraphicsView
- TestCases.iOS.Tests/snapshots/ios
30 files changed
+1801
-0
lines changed
0 commit comments