-
Notifications
You must be signed in to change notification settings - Fork 2k
Refactor ItemsLayout handling: dynamic default + virtual view-managed subscriptions v2 #29683
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
Closed
bhavanesh2001
wants to merge
35
commits into
dotnet:main
from
bhavanesh2001:fix_collectionview_ItemsLayout_pro
Closed
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
127ef49
Subscribe to itemslayout propertychanged in virtual view
bhavanesh2001 e2333ee
remove itemslayout property changed subscription from MauiRecyclerView
bhavanesh2001 aec1b5c
Remove ItemsLayout Propertychanged subscription in windows handler
bhavanesh2001 93d36ed
Windows remove duplicate calls
bhavanesh2001 75f769a
fix failing tests on windows
bhavanesh2001 0b10f3c
fix iOS CV1
bhavanesh2001 6cafe07
enable memory tests for CV2
bhavanesh2001 c40f99a
Implement Command mapper for notifying ItemsLayout Property Changes
bhavanesh2001 7a58993
Remove extra handler constructor on android
bhavanesh2001 4f9a379
undo CarouselViewHandler changes
bhavanesh2001 02fdd38
improove android command mapper
bhavanesh2001 16012c8
improove windows command mapper
bhavanesh2001 33341cb
fix formatting
bhavanesh2001 0243159
update memory tests
bhavanesh2001 c97045c
CarouselView implementation
bhavanesh2001 cf4a025
make stuff internal for now
bhavanesh2001 b01aca3
pass command mapper to base
bhavanesh2001 535706f
fix ios carouselview1
bhavanesh2001 d3cf8bb
fix failing test
bhavanesh2001 7d05163
dont change decalring type for now
bhavanesh2001 5ab035d
pass command mapper in cv2
bhavanesh2001 b34e5d5
spacing
bhavanesh2001 55b94e1
add UI tests
bhavanesh2001 3cb1b34
address pr feedback
bhavanesh2001 9e6054e
change ItemsLayoutProperty declaring type to CarouselView
bhavanesh2001 cb4076f
add snapshots and update uitest
bhavanesh2001 140810d
Add more snapshots
bhavanesh2001 163ce96
fix failing tests
bhavanesh2001 f75eeef
make mappings private and use IMauiRecyclerViewWithUpdates
bhavanesh2001 5f57b5e
Address review comments
bhavanesh2001 5d3b37c
Add stuff in PublicAPI files
bhavanesh2001 7b29309
Update command mapper names
bhavanesh2001 840c063
Updated snapshots
jsuarezruiz 7fd7298
Added Issue 31071 repro sample
jsuarezruiz dbb3e5d
Added more tests
jsuarezruiz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally we could retarget to the net10.0 branch, and remove this TODOs, but I think not is too late.