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: added .net stubs for unit tests #16

Merged
merged 40 commits into from
Apr 13, 2024
Merged

fix: added .net stubs for unit tests #16

merged 40 commits into from
Apr 13, 2024

Conversation

FreakyAli
Copy link
Owner

No description provided.

FreakyAli and others added 30 commits February 27, 2023 11:40
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
@FreakyAli FreakyAli changed the title fix: added .net 8 stubs for unit tests fix: added .net stubs for unit tests Apr 13, 2024
@FreakyAli FreakyAli linked an issue Apr 13, 2024 that may be closed by this pull request
@FreakyAli FreakyAli merged commit 5085cb9 into master Apr 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for .net 8 targeting without platform
3 participants