-
Notifications
You must be signed in to change notification settings - Fork 11
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: added .net stubs for unit tests #16
Merged
Conversation
This file contains 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
fix: updated Readme for the latest freakyeffects
added a preview
…#7) * fix: TouchTracking, SkiaScene, SkiaScene.TouchManipulation and Skeleton for Maui (#2) * fix: git status * Update README.md * feat: skeleton effect for maui * fix: code clean up and proj setup * Update README.md fix: updated Readme for the latest freakyeffects * Update README.md * Update README.md * fix: skeletoneffect for maui * Update README.md * Update README.md * Update README.md * fix: added some sample code * fix: skeleton ui design * fix: view extensions added * fix: skeletonview ui design in prog * skeleton design * fix: skeleton effect with sample is ready * fix: added touchtracking sample * fix: added samples for touch tracking * Update README.md added a preview * Updated sample, fix touch manipulation & iOS rendering, fix key exists error - Updated sample: EnableTwoFingersPanInIsotropicScaleMode must be true or order for IsotropicScale pinches to pass the IF statement in SceneGestureResponder.TouchGestureRecognizerOnPinch - Fix touchmanipulation on Android and iOS: Matrix.IsIdentity was true, even after multiple gestures, which means that the Matrix doesn't hold on to it's new values. Matrix = ... is the right syntax. The updated Matrix causes the canvas to also appear on iOS! - Fix key exists error: System.ArgumentException Message = An item with the same key has already been added.Key: 1 happens after a few pinches --------- Co-authored-by: Gulam Ali H <[email protected]>
* fix: TouchTracking, SkiaScene, SkiaScene.TouchManipulation and Skeleton for Maui (#2) * fix: git status * Update README.md * feat: skeleton effect for maui * fix: code clean up and proj setup * Update README.md fix: updated Readme for the latest freakyeffects * Update README.md * Update README.md * fix: skeletoneffect for maui * Update README.md * Update README.md * Update README.md * fix: added some sample code * fix: skeleton ui design * fix: view extensions added * fix: skeletonview ui design in prog * skeleton design * fix: skeleton effect with sample is ready * fix: added touchtracking sample * fix: added samples for touch tracking * Update README.md added a preview * fix: bumped packages and clean up * fix: changes on ViewModels to add some more effects
* fix: touch effects and clean up * fix: upgrade to .net 8 * fix: clean up * fix: minor condition change * fix: code clean up * fix: added more target platforms * fix: code clean up
Co-authored-by: Theresa Walsh <[email protected]> Co-authored-by: Gulam Ali H <[email protected]>
FreakyAli
changed the title
fix: added .net 8 stubs for unit tests
fix: added .net stubs for unit tests
Apr 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.