-
Notifications
You must be signed in to change notification settings - Fork 703
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Animated Icon * Fix down level crash. * Add fallback properties. * Fix build breaks * Fix Nuget package test failure * Remove unnecessary include which was causing a complier error in the release test project. * Respond to CR Feedback: 1)Use wcstof instead of stof 2)Implement and use a custom ScopedBatchCompleted_revoker 3)Add comments explaining some logic/choices 4)Respect the IsAnimationsEnabled user setting 5)Limit scope of local vars. 6)Remove unused xaml files * Update dev/AnimatedIcon/AnimatedIcon.cpp Co-authored-by: Jevan Saks <[email protected]> * Update dev/AnimatedIcon/AnimatedIcon.cpp Co-authored-by: Jevan Saks <[email protected]> * Update dev/AnimatedIcon/AnimatedIcon.cpp Co-authored-by: Jevan Saks <[email protected]> * Update dev/AnimatedIcon/AnimatedIcon.cpp Co-authored-by: Jevan Saks <[email protected]> * Update dev/AnimatedIcon/AnimatedIcon.cpp Co-authored-by: Jevan Saks <[email protected]> * Rename and explicity implement TryCreateAnimatedIconVisual. * Move the AnimatedVisuials to their own namespace and disable reflection on that namespace in the test apps to resolve the RS2 compiler errors. * Updates based on PR feedback. Fix bug in string parsing code that caused state values that didn't have markers to animated to 0 instead of cut to 0. * Fix a typo * refactor some duplicated code * Fix downlevel crash Co-authored-by: Jevan Saks <[email protected]>
- Loading branch information
1 parent
16e7276
commit 442608e
Showing
80 changed files
with
10,676 additions
and
191 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.