-
Notifications
You must be signed in to change notification settings - Fork 398
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
Add TouchBehavior #1673
Add TouchBehavior #1673
Commits on Mar 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6dae154 - Browse repository at this point
Copy the full SHA 6dae154View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ef6241 - Browse repository at this point
Copy the full SHA 3ef6241View commit details -
Configuration menu - View commit details
-
Copy full SHA for c267f02 - Browse repository at this point
Copy the full SHA c267f02View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca56252 - Browse repository at this point
Copy the full SHA ca56252View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15d2ba9 - Browse repository at this point
Copy the full SHA 15d2ba9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77615a0 - Browse repository at this point
Copy the full SHA 77615a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 609e995 - Browse repository at this point
Copy the full SHA 609e995View commit details -
Configuration menu - View commit details
-
Copy full SHA for e437c1c - Browse repository at this point
Copy the full SHA e437c1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85444fe - Browse repository at this point
Copy the full SHA 85444feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 104344c - Browse repository at this point
Copy the full SHA 104344cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38f88e1 - Browse repository at this point
Copy the full SHA 38f88e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 574bba7 - Browse repository at this point
Copy the full SHA 574bba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e1a10a - Browse repository at this point
Copy the full SHA 8e1a10aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9f93e5 - Browse repository at this point
Copy the full SHA a9f93e5View commit details -
Touch effect maui (CommunityToolkit#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]>
Configuration menu - View commit details
-
Copy full SHA for 194a039 - Browse repository at this point
Copy the full SHA 194a039View commit details -
Bringing touch-effect up to date with main (CommunityToolkit#1383)
* Popup v6 windows (CommunityToolkit#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 (CommunityToolkit#1335) * [housekeeping] Automated PR to fix formatting errors (CommunityToolkit#1327) * Fix popup margin on iOS (CommunityToolkit#1329) * Bump NuGet.Protocol from 6.6.1 to 6.7.0 in /samples (CommunityToolkit#1330) * Use fully qualified namespace for Color reference in TextToColorGenerator (CommunityToolkit#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) (CommunityToolkit#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 (CommunityToolkit#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"`. (CommunityToolkit#1338) Update global.json * Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 in /samples (CommunityToolkit#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 (CommunityToolkit#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 (CommunityToolkit#1355) * Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 4.6.0 to 4.7.0 in /samples (CommunityToolkit#1357) * Bump FluentAssertions from 6.11.0 to 6.12.0 in /samples (CommunityToolkit#1365) * fix IconTintColorBehavior for Windows (CommunityToolkit#1370) fix IconTintColorBehavior for windows Co-authored-by: Oleksii <[email protected]> * Add `MemoryAnalyzer` roslyn analyzer (CommunityToolkit#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 (CommunityToolkit#1343) * Fix Issue CommunityToolkit#1256 Better fix * Fixed Popup on Multiple Level Pages (CommunityToolkit#822) --------- Co-authored-by: Vladislav Antonyuk <[email protected]> Co-authored-by: Brandon Minnick <[email protected]> * [housekeeping] Automated PR to fix formatting errors (CommunityToolkit#1373) * Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 in /samples (CommunityToolkit#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]>
Configuration menu - View commit details
-
Copy full SHA for c9efb8b - Browse repository at this point
Copy the full SHA c9efb8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6a45c8 - Browse repository at this point
Copy the full SHA b6a45c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ee8e51 - Browse repository at this point
Copy the full SHA 2ee8e51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20e186c - Browse repository at this point
Copy the full SHA 20e186cView commit details -
Git didnt pick up all the changes and the rebase left some files in a wierd way. I have restored broken files to their state on main
Configuration menu - View commit details
-
Copy full SHA for d53315a - Browse repository at this point
Copy the full SHA d53315aView commit details -
Manual fixes for rebase collisions
Some changes from the rebase had to be manually backed out by hand, I've restored the file from main which should be enough to revert the changes.
Configuration menu - View commit details
-
Copy full SHA for 1ae959b - Browse repository at this point
Copy the full SHA 1ae959bView commit details -
The sample page is now in the proper location, all of the shell wiring has been done. I have refactored the command code to live in the viewmodel and use the source generators. The sample isn't binding at this current time, I will have to investigate.
Configuration menu - View commit details
-
Copy full SHA for a272913 - Browse repository at this point
Copy the full SHA a272913View commit details -
The binding context wasnt being set on the platform behavior. We will need to understand the impact of this going forwards, see CommunityToolkit#795
Configuration menu - View commit details
-
Copy full SHA for 5927843 - Browse repository at this point
Copy the full SHA 5927843View commit details -
Updated to remove the binding context from the platform behavior, we use a relative binding to talk to the viewmodel now
Configuration menu - View commit details
-
Copy full SHA for 7270ed5 - Browse repository at this point
Copy the full SHA 7270ed5View commit details -
Added input transparency test case
There is now an example of the control design that fails to register inputs, even when transparency is opted into
Configuration menu - View commit details
-
Copy full SHA for 2e34217 - Browse repository at this point
Copy the full SHA 2e34217View commit details -
Fix issue with input transparency
The issue I discovered where iOS would not set input transparency if the first child was a layout has now been resolved.
Configuration menu - View commit details
-
Copy full SHA for 2f7e6ef - Browse repository at this point
Copy the full SHA 2f7e6efView commit details -
There was an issue in the sample where when tapping the parent/child view inside the child, both commands would execute. I have fixed this aswell as making sure the other behaviors arent affected
Configuration menu - View commit details
-
Copy full SHA for 55dda78 - Browse repository at this point
Copy the full SHA 55dda78View commit details -
The hovering now works correctly, we missed one area to force the ui to update
Configuration menu - View commit details
-
Copy full SHA for 6e2cf6d - Browse repository at this point
Copy the full SHA 6e2cf6dView commit details -
The ripple view now positions correctly when there are child views in a layout.
Configuration menu - View commit details
-
Copy full SHA for 06a2281 - Browse repository at this point
Copy the full SHA 06a2281View commit details -
Removing private & internal everywhere it can be removed. Removed some unused properties and cleaned up some nullable bits
Configuration menu - View commit details
-
Copy full SHA for d8ba3c2 - Browse repository at this point
Copy the full SHA d8ba3c2View commit details -
Ran dotnet format, only checked in files related to touch behavior
Configuration menu - View commit details
-
Copy full SHA for 200b074 - Browse repository at this point
Copy the full SHA 200b074View commit details -
Configuration menu - View commit details
-
Copy full SHA for d61e3fd - Browse repository at this point
Copy the full SHA d61e3fdView commit details -
Co-authored-by: Pedro Jesus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 50c19e1 - Browse repository at this point
Copy the full SHA 50c19e1View commit details -
Updating null checks to pattern matching, some tweaks & implementing suggestions from Pedro
Configuration menu - View commit details
-
Copy full SHA for a6eb17c - Browse repository at this point
Copy the full SHA a6eb17cView commit details -
- Use `static` when possible - Use `TimeSpan` for Duration - Properly Implement Async/Await - Properly Dispose - Use PatternMatching for Enum - Move Primatives to CommunityToolkit.Maui.Core
Configuration menu - View commit details
-
Copy full SHA for fe117a5 - Browse repository at this point
Copy the full SHA fe117a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed3f03a - Browse repository at this point
Copy the full SHA ed3f03aView commit details -
The touch behavior was token by the cancellation token changes. I'm not sure if passing none is the best idea, we possibly need to generate a real one?
Configuration menu - View commit details
-
Copy full SHA for 6b4b0c5 - Browse repository at this point
Copy the full SHA 6b4b0c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 046ab4c - Browse repository at this point
Copy the full SHA 046ab4cView commit details
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e79eddd - Browse repository at this point
Copy the full SHA e79edddView commit details
Commits on Mar 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 011e5ea - Browse repository at this point
Copy the full SHA 011e5eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 244b4c3 - Browse repository at this point
Copy the full SHA 244b4c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ba3492 - Browse repository at this point
Copy the full SHA 5ba3492View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96a7770 - Browse repository at this point
Copy the full SHA 96a7770View commit details -
Configuration menu - View commit details
-
Copy full SHA for 513493c - Browse repository at this point
Copy the full SHA 513493cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4709fd - Browse repository at this point
Copy the full SHA f4709fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e98e230 - Browse repository at this point
Copy the full SHA e98e230View commit details -
Configuration menu - View commit details
-
Copy full SHA for 144d587 - Browse repository at this point
Copy the full SHA 144d587View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bc9e1b - Browse repository at this point
Copy the full SHA 8bc9e1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a78f40 - Browse repository at this point
Copy the full SHA 1a78f40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b63334 - Browse repository at this point
Copy the full SHA 3b63334View commit details -
Configuration menu - View commit details
-
Copy full SHA for 855534e - Browse repository at this point
Copy the full SHA 855534eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b23f0ab - Browse repository at this point
Copy the full SHA b23f0abView commit details -
Configuration menu - View commit details
-
Copy full SHA for d80003e - Browse repository at this point
Copy the full SHA d80003eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f99bf24 - Browse repository at this point
Copy the full SHA f99bf24View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1c6f31 - Browse repository at this point
Copy the full SHA f1c6f31View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc9df95 - Browse repository at this point
Copy the full SHA fc9df95View commit details
Commits on Mar 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fdcc681 - Browse repository at this point
Copy the full SHA fdcc681View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d798b7 - Browse repository at this point
Copy the full SHA 2d798b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd5077a - Browse repository at this point
Copy the full SHA fd5077aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2f7b06 - Browse repository at this point
Copy the full SHA a2f7b06View commit details -
Configuration menu - View commit details
-
Copy full SHA for d175734 - Browse repository at this point
Copy the full SHA d175734View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fa7375 - Browse repository at this point
Copy the full SHA 1fa7375View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51e3a87 - Browse repository at this point
Copy the full SHA 51e3a87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 771c2a5 - Browse repository at this point
Copy the full SHA 771c2a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81ae68e - Browse repository at this point
Copy the full SHA 81ae68eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3fdd27 - Browse repository at this point
Copy the full SHA f3fdd27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7149dcd - Browse repository at this point
Copy the full SHA 7149dcdView commit details
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f7f0c09 - Browse repository at this point
Copy the full SHA f7f0c09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 415efab - Browse repository at this point
Copy the full SHA 415efabView commit details -
Update src/CommunityToolkit.Maui/Behaviors/PlatformBehaviors/Touch/To…
…uchBehavior.android.cs Co-authored-by: Pedro Jesus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35cc356 - Browse repository at this point
Copy the full SHA 35cc356View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b5a7c3 - Browse repository at this point
Copy the full SHA 0b5a7c3View commit details
Commits on Mar 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7ef464e - Browse repository at this point
Copy the full SHA 7ef464eView commit details -
Configuration menu - View commit details
-
Copy full SHA for abef80d - Browse repository at this point
Copy the full SHA abef80dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24694d5 - Browse repository at this point
Copy the full SHA 24694d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b505407 - Browse repository at this point
Copy the full SHA b505407View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5f65f7 - Browse repository at this point
Copy the full SHA e5f65f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dce862a - Browse repository at this point
Copy the full SHA dce862aView commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7432feb - Browse repository at this point
Copy the full SHA 7432febView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8efdad - Browse repository at this point
Copy the full SHA e8efdadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b30dc3 - Browse repository at this point
Copy the full SHA 5b30dc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3253093 - Browse repository at this point
Copy the full SHA 3253093View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc47ac2 - Browse repository at this point
Copy the full SHA dc47ac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cd277c - Browse repository at this point
Copy the full SHA 8cd277cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1156050 - Browse repository at this point
Copy the full SHA 1156050View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce5b5e2 - Browse repository at this point
Copy the full SHA ce5b5e2View commit details -
Merge branch 'rebase-touch-effect' of https://github.com/Axemasta/Com…
…munityToolkit.Maui into pr/1673
Configuration menu - View commit details
-
Copy full SHA for 453a04d - Browse repository at this point
Copy the full SHA 453a04dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f88f1f - Browse repository at this point
Copy the full SHA 8f88f1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb6aee5 - Browse repository at this point
Copy the full SHA bb6aee5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7511f3b - Browse repository at this point
Copy the full SHA 7511f3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f735833 - Browse repository at this point
Copy the full SHA f735833View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5943dd - Browse repository at this point
Copy the full SHA b5943ddView commit details -
Indicate Pressed and Released are Handled
Set e.Handled on PointerPressed and PointerReleased to stop passing to child controls on windows.
Configuration menu - View commit details
-
Copy full SHA for 95c64b6 - Browse repository at this point
Copy the full SHA 95c64b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6116152 - Browse repository at this point
Copy the full SHA 6116152View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a2eac2 - Browse repository at this point
Copy the full SHA 0a2eac2View commit details -
Merge branch 'rebase-touch-effect' of https://github.com/Axemasta/Com…
…munityToolkit.Maui into pr/1673
Configuration menu - View commit details
-
Copy full SHA for 9c92fdd - Browse repository at this point
Copy the full SHA 9c92fddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 052db41 - Browse repository at this point
Copy the full SHA 052db41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0850429 - Browse repository at this point
Copy the full SHA 0850429View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dd6fcd - Browse repository at this point
Copy the full SHA 0dd6fcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3a1f7d - Browse repository at this point
Copy the full SHA a3a1f7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5693ccc - Browse repository at this point
Copy the full SHA 5693cccView commit details -
Configuration menu - View commit details
-
Copy full SHA for da83cc9 - Browse repository at this point
Copy the full SHA da83cc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a670123 - Browse repository at this point
Copy the full SHA a670123View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3fa5ad - Browse repository at this point
Copy the full SHA a3fa5adView commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 798bb90 - Browse repository at this point
Copy the full SHA 798bb90View commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a926f90 - Browse repository at this point
Copy the full SHA a926f90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fcf3cf - Browse repository at this point
Copy the full SHA 3fcf3cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad77b41 - Browse repository at this point
Copy the full SHA ad77b41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bc6207 - Browse repository at this point
Copy the full SHA 7bc6207View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cb4d5c - Browse repository at this point
Copy the full SHA 4cb4d5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c9dd46 - Browse repository at this point
Copy the full SHA 2c9dd46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a1c4ce - Browse repository at this point
Copy the full SHA 2a1c4ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab14ab5 - Browse repository at this point
Copy the full SHA ab14ab5View commit details