Skip to content
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

Fix TouchBehavior for CollectionView #1815

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Apr 14, 2024

  1. remove the IsSet check

    pictos committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    733028e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

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

Commits on Apr 17, 2024

  1. something

    bijington committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6a0ba42 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

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

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    f59357e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'pj/fix-binding-context-for-collections' of github.com:C…

    …ommunityToolkit/Maui into pj/fix-binding-context-for-collections
    bijington committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    2f42fd0 View commit details
    Browse the repository at this point in the history
  3. Some code tidy up

    bijington committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    2be91a1 View commit details
    Browse the repository at this point in the history
  4. Fix the merge mess

    bijington committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    6fa5dc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e9df40 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. If we have a BindingContext, the type is the same as the Views Bindin…

    …gContext and we are inside a CollectionView then we can assume that we are recycling views and need to assign the BindingContext again.
    bijington committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ffb6dcc View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

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