-
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
[WiP] Touch effect #1063
Closed
Closed
[WiP] Touch effect #1063
Commits on Mar 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 887483d - Browse repository at this point
Copy the full SHA 887483dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9789c88 - Browse repository at this point
Copy the full SHA 9789c88View commit details -
Configuration menu - View commit details
-
Copy full SHA for b34c349 - Browse repository at this point
Copy the full SHA b34c349View commit details -
Configuration menu - View commit details
-
Copy full SHA for c28b90d - Browse repository at this point
Copy the full SHA c28b90dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9e023b - Browse repository at this point
Copy the full SHA f9e023bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3da158e - Browse repository at this point
Copy the full SHA 3da158eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12beba8 - Browse repository at this point
Copy the full SHA 12beba8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0e5856 - Browse repository at this point
Copy the full SHA b0e5856View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17ad507 - Browse repository at this point
Copy the full SHA 17ad507View commit details -
Configuration menu - View commit details
-
Copy full SHA for d12f9b1 - Browse repository at this point
Copy the full SHA d12f9b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fdb266 - Browse repository at this point
Copy the full SHA 9fdb266View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4ec313 - Browse repository at this point
Copy the full SHA f4ec313View commit details
Commits on Apr 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e5a37a6 - Browse repository at this point
Copy the full SHA e5a37a6View commit details
Commits on Jul 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dcace2a - Browse repository at this point
Copy the full SHA dcace2aView commit details
Commits on Jul 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f9a1c00 - Browse repository at this point
Copy the full SHA f9a1c00View commit details
Commits on Aug 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b1124b2 - Browse repository at this point
Copy the full SHA b1124b2View commit details
Commits on Aug 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2bca18e - Browse repository at this point
Copy the full SHA 2bca18eView commit details
Commits on Aug 10, 2023
-
* 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 d69d0b3 - Browse repository at this point
Copy the full SHA d69d0b3View commit details
Commits on Sep 4, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 8d93867 - Browse repository at this point
Copy the full SHA 8d93867View commit details
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b9f33f4 - Browse repository at this point
Copy the full SHA b9f33f4View commit details
Commits on Oct 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 36806ea - Browse repository at this point
Copy the full SHA 36806eaView commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bfd862f - Browse repository at this point
Copy the full SHA bfd862fView commit details
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.