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

FI Main To Develop #2429

Merged
merged 17 commits into from
Apr 26, 2022
Merged

FI Main To Develop #2429

merged 17 commits into from
Apr 26, 2022

Conversation

kythant
Copy link
Contributor

@kythant kythant commented Apr 21, 2022

No description provided.

danielayala94 and others added 16 commits April 8, 2022 11:09
…#2369)

During AppNotification registration for unpackaged apps, we don't retrieve icon/displayName from window anymore. Hence, in this PR we remove the sample code used to set icon and display name using Shell APIs.
Update FrameworkUDK To 1.1.2-CI-25087.1000.220401-1608.1
* Update WinRT contracts per specs\WinRT\WinRTAPIContracts.md (some contract names didn't match or were absent)

* Add commit missed by previous PR
AppNotification app icon and display name can now be retrieved from the best app shortcut. This is possible by calling a FrameworkUdk API. Retrieving assets from shortcut is now the to-go approach. Current approaches to retrieve assets are now fallbacks.

Verified the change with the ToastNotificationsDemoApp running as unpackaged.
* DeploymentTelemetry

Co-authored-by: Santosh Chintalapati <sachinta@ntdev.microsoft.com>
Description: The current localFolderPath points to an incorrect path. Correct it to use the C:\Users\<user>\AppData\Local\Microsoft\WindowsAppSDK\

Validation:

Use the DemoApp to validate if the iconPath is pointing to the right folder.
Added a unittest and validated the contents of the folder.
* Update push telemetry to match toast telemetry

* UnregisterAll needs to be tracked

* Don;t log the same event twice

Co-authored-by: Eric Langlois <erlangl@microsoft.com>
* Update branch and channels to preview

* Update branch and channels to preview

* Bootstrap AutoInitialize - Fix typos due to bad merge (#2368) (#2376)

* Update FrameworkUDK To 1.1.2-CI-25087.1000.220401-1608.1

* Resolve issues where AppInstance.FindOrRegisterForKey("key") can return null. (#2362) (#2374)

* Resolve issues where calling TrySetKey will duplicate the keyCreationMutex, preventing new instances from being created once the actual named instance has closed.

* Use lock to decide what AppInstance corresponds to a key.

Co-authored-by: Scott Darnell <20483794+aeloros@users.noreply.github.com>

* Use .NET SDK's default inclusion support for Windows App SDK and remove our own broken solution. (#2381)

* Update UDK to 1.1.2-CI-25087.1000.220401-1608.1

* Update ref branch to release/1.1-preview2

* Revert "Use .NET SDK's default inclusion support for Windows App SDK and remove our own broken solution. (#2381)"

This reverts commit 045d154.

* Update WindowsAppSDK-CommonVariables.yml

* Update WindowsAppSDK-Versions.yml

* Update WindowsAppSDK-BuildSetup-Steps.yml

* Update WindowsAppSDK-CommonVariables.yml

* Update WindowsAppSDK-CommonVariables.yml

* revert this

Co-authored-by: Johan Laanstra <jlaans@microsoft.com>
Co-authored-by: Scott Darnell <20483794+aeloros@users.noreply.github.com>
Co-authored-by: Rohan Palaniappan <35987549+rohanp-msft@users.noreply.github.com>
* Work in progress

* Push tests working individually

* Adding LRP to singleton, nits

* Update PowerNotifications.vcxproj

* Condensed packaged/unpackaged self contained tests

* Used IsSupported flag instead

* Working on it

* BaseTestSuite working

* Removed unused namespaces

* Addressing nits

* Use verify instead of throw

* rename m_registered -> m_unregisteredFully

* Ignored failing tests

* Fix build issues

* Update PushNotificationTests.vcxproj

* Update AppNotification-Test-Constants.h
@ghost ghost added the needs-triage label Apr 21, 2022
@kythant kythant changed the base branch from main to develop April 21, 2022 00:41
@kythant
Copy link
Contributor Author

kythant commented Apr 21, 2022

/azp run TransportPackage-Foundation-PR

@azure-pipelines
Copy link

No pipelines are associated with this pull request.

@kythant kythant enabled auto-merge April 21, 2022 06:22
@alexlamtest alexlamtest self-requested a review April 26, 2022 23:34
Copy link
Contributor

@alexlamtest alexlamtest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Copy link
Contributor

@alexlamtest alexlamtest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@kythant kythant merged commit 1bf35c2 into develop Apr 26, 2022
@kythant kythant deleted the user/kythant/FIMainToDevelop branch April 26, 2022 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants