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

[WiP] Touch effect #1063

Closed
wants to merge 22 commits into from
Closed

[WiP] Touch effect #1063

wants to merge 22 commits into from

Commits on Mar 3, 2023

  1. init

    pictos committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    887483d View commit details
    Browse the repository at this point in the history
  2. code style

    pictos committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    9789c88 View commit details
    Browse the repository at this point in the history
  3. android bits

    pictos committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    b34c349 View commit details
    Browse the repository at this point in the history
  4. code style

    pictos committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    c28b90d View commit details
    Browse the repository at this point in the history
  5. dumb sample to test

    pictos committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    f9e023b View commit details
    Browse the repository at this point in the history
  6. added a11y and initialization

    pictos committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    3da158e View commit details
    Browse the repository at this point in the history
  7. code style

    pictos committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    12beba8 View commit details
    Browse the repository at this point in the history
  8. improved sample

    pictos committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    b0e5856 View commit details
    Browse the repository at this point in the history
  9. code style

    pictos committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    17ad507 View commit details
    Browse the repository at this point in the history
  10. protect against NRE

    pictos committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    d12f9b1 View commit details
    Browse the repository at this point in the history
  11. windows implementation

    pictos committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    9fdb266 View commit details
    Browse the repository at this point in the history
  12. code style

    pictos committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    f4ec313 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

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

Commits on Jul 4, 2023

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

Commits on Jul 8, 2023

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

Commits on Aug 7, 2023

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

Commits on Aug 9, 2023

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

Commits on Aug 10, 2023

  1. Touch effect maui (#1326)

    * Fixed some issues in Android implementation
    * Added iOS implementation for TouchBehavior
    * Reformatted code
    * Removed duplicated extension methods
    
    ---------
    
    Co-authored-by: Christian Rendl <[email protected]>
    christianrr and cr-mutor authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d69d0b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Bringing touch-effect up to date with main (#1383)

    * Popup v6 windows (#1086)
    
    Co-authored-by: Brandon Minnick <[email protected]>
    Co-authored-by: Pedro Jesus <[email protected]>
    Co-authored-by: Shaun Lawrence <[email protected]>
    
    * ♻️ [Housekeeping] Fixed  GravatarImageSourceTests.TestDefaultStream (#1335)
    
    * [housekeeping] Automated PR to fix formatting errors (#1327)
    
    * Fix popup margin on iOS (#1329)
    
    * Bump NuGet.Protocol from 6.6.1 to 6.7.0 in /samples (#1330)
    
    * Use fully qualified namespace for Color reference in TextToColorGenerator (#1332)
    
    * Use fully qualified namespace for Color reference in TextToColorGenerator to prevent collisions
    
    This change should prevent "ambiguous reference" error to occur when other packages are included in a MAUI project that provide their own Color objects
    
    * added global prefix to be safer
    
    ---------
    
    Co-authored-by: Pedro Jesus <[email protected]>
    Co-authored-by: Brandon Minnick <[email protected]>
    
    * Code cleanup and preparation for the next release (breaking changes) (#1324)
    
    * Code cleanup and preparation for .net 8
    
    * Update CompareConverter.shared.cs
    
    * Revert global.json
    
    * More CleanUps
    
    * Remove redundant TrySetCanceled and rely on speech recognition result
    
    * Update Formatting
    
    ---------
    
    Co-authored-by: Brandon Minnick <[email protected]>
    
    * Fix Gestures on Popup on ios (#1342)
    
    * Fix Gestures on Popup on ios
    
    * don't query type cast directly
    
    * Code for AddLogicalChild (.NET 8)
    
    * reduce changes
    
    * setting the parent fixes the BindingContext of the view
    
    * Revert "setting the parent fixes the BindingContext of the view"
    
    This reverts commit 0a64b56.
    
    * reduce changes
    
    * simplify code
    
    * fixing build
    
    * assigned Element to contentPage.Parent
    
    ---------
    
    Co-authored-by: pedrojesus <[email protected]>
    
    * `global.json`: Change `"rollForward": "latestMajor",` -> `"rollForward": "latestFeature"`. (#1338)
    
    Update global.json
    
    * Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 in /samples (#1348)
    
    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.0 to 17.7.1.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.7.0...v17.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * 632 bug avatar view clipping on windows (#1344)
    
    * Resolves issue on Windows where the splash screen icon is not found.
    
    * Resolves an issue with the 'Ratings' sample for AvatarView.
    
    * Spaces and not tabs
    
    * Spaces and not tabs
    
    * Changed MauiImage to point to Images folder.
    
    * Changed splash for Windows to be Resize=False
    
    * Typo in name of MauiImage
    
    * Try to prevent locking.
    
    * Bump Microsoft.CodeAnalysis from 4.6.0 to 4.7.0 in /samples (#1355)
    
    * Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 4.6.0 to 4.7.0 in /samples (#1357)
    
    * Bump FluentAssertions from 6.11.0 to 6.12.0 in /samples (#1365)
    
    * fix  IconTintColorBehavior  for Windows (#1370)
    
    fix  IconTintColorBehavior  for windows
    
    Co-authored-by: Oleksii <[email protected]>
    
    * Add `MemoryAnalyzer` roslyn analyzer (#1371)
    
    * Add NuGet Package + Update `WarningsAsErrors`
    
    * Fix MA0002
    
    * Fix `MauiDrawingView`
    
    * Fix `MauiPopup`
    
    * Fix Naming
    
    * return `null` for nullable references
    
    * Use Ternary Operator
    
    * `dotnet format`
    
    * iOS popup fix with Shell or TabbedPage (#1343)
    
    * Fix Issue #1256
    
    
    Better fix
    
    * Fixed Popup on Multiple Level Pages (#822)
    
    ---------
    
    Co-authored-by: Vladislav Antonyuk <[email protected]>
    Co-authored-by: Brandon Minnick <[email protected]>
    
    * [housekeeping] Automated PR to fix formatting errors (#1373)
    
    * Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 in /samples (#1378)
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: Vladislav Antonyuk <[email protected]>
    Co-authored-by: Brandon Minnick <[email protected]>
    Co-authored-by: Pedro Jesus <[email protected]>
    Co-authored-by: Shaun Lawrence <[email protected]>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: cat0363 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Wolf <[email protected]>
    Co-authored-by: Thomas Stocker <[email protected]>
    Co-authored-by: George Leithead <[email protected]>
    Co-authored-by: Sokol2001 <[email protected]>
    Co-authored-by: Oleksii <[email protected]>
    Co-authored-by: Andrey Onishchenko <[email protected]>
    14 people authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    8d93867 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

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

Commits on Oct 4, 2023

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

Commits on Oct 26, 2023

  1. Fixed issue with hover

    kphillpotts committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    bfd862f View commit details
    Browse the repository at this point in the history