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

AppNotificationContent Builder Core features #2739

Closed
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
7119200
First iteration
pmpurifoy Jun 20, 2022
4765ea2
Fix formatting issues
pmpurifoy Jun 20, 2022
30a4376
Remove all references to toast
pmpurifoy Jun 20, 2022
40bd764
Add ProgressBar
pmpurifoy Jun 21, 2022
8668d3a
Remove getters and other nits
pmpurifoy Jun 21, 2022
1545006
Add XML outputs for all examples
pmpurifoy Jun 21, 2022
e470027
Update examples and fix missing png
pmpurifoy Jun 21, 2022
422eae8
Add limitations
pmpurifoy Jun 22, 2022
f55aad3
Add ArgumentSerializer and rename APIs
pmpurifoy Jun 24, 2022
aa7ed04
Fix some nits
pmpurifoy Jun 28, 2022
e0b2847
Fix audio ctors
pmpurifoy Jun 28, 2022
15b477c
Add Deserializer functions and example
pmpurifoy Jun 28, 2022
903956a
Apply review changes
pmpurifoy Jun 29, 2022
bbe8a26
Update AppNotificationBuilder-spec.md
pmpurifoy Jun 29, 2022
f5a745f
Initial commit
pmpurifoy Jun 29, 2022
435a152
Working on it
pmpurifoy Jun 30, 2022
238684d
Add AppNotificationContent
pmpurifoy Jun 30, 2022
5423935
Current impl
pmpurifoy Jul 7, 2022
d427450
Working on unit tests
pmpurifoy Jul 13, 2022
5dc491a
Added unit tests
pmpurifoy Jul 14, 2022
2b24c69
Add Audio tests
pmpurifoy Jul 15, 2022
33a4b1b
Update APITests.cpp
pmpurifoy Jul 15, 2022
5bd1f9e
Remove spec from PR
pmpurifoy Jul 15, 2022
41a699e
Rename AppNotification Builder API to match specs (#2766)
loneursid Jul 25, 2022
5ea7ddd
Update the spec with BuildNotification
pmpurifoy Jul 26, 2022
019077a
Remove unused files
pmpurifoy Jul 26, 2022
addf73d
User/erlangl/fixforpaul (#2783)
loneursid Jul 26, 2022
f22dc75
Merge remote-tracking branch 'origin/feature/WNP_ContentBuilder_Prev1…
pmpurifoy Jul 26, 2022
88b766e
Merge branch 'user/purifoypaul/BuilderCoreFeatures' of https://github…
pmpurifoy Jul 26, 2022
1294a0c
Revert "Merge remote-tracking branch 'origin/feature/WNP_ContentBuild…
pmpurifoy Jul 26, 2022
2ee8208
Revert "Merge branch 'user/purifoypaul/BuilderCoreFeatures' of https:…
pmpurifoy Jul 26, 2022
4c03d06
Revert "User/erlangl/fixforpaul (#2783)" (#2785)
pmpurifoy Jul 26, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions WindowsAppRuntime.sln
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,10 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DeploymentAgent", "dev\Depl
{B73AD907-6164-4294-88FB-F3C9C10DA1F1} = {B73AD907-6164-4294-88FB-F3C9C10DA1F1}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppNotificationBuilder", "dev\AppNotifications\AppNotificationBuilder\AppNotificationBuilder.vcxitems", "{E49329F3-5196-4BBA-B5C4-E11CE7EFB07A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppNotificationBuilderTests", "test\AppNotificationBuilderTests\AppNotificationBuilderTests.vcxproj", "{131DE0C4-AA1E-4649-B5BC-7B43508FA93A}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
test\inc\inc.vcxitems*{08bc78e0-63c6-49a7-81b3-6afc3deac4de}*SharedItemsImports = 4
Expand Down Expand Up @@ -379,6 +383,7 @@ Global
dev\Deployment\Deployment.vcxitems*{db38fb4d-d04f-4c1d-93e0-f8ae259c5fd6}*SharedItemsImports = 9
dev\EnvironmentManager\ChangeTracker\ChangeTracker.vcxitems*{e15c3465-9d45-495d-92ce-b91ef45e8623}*SharedItemsImports = 9
dev\AppLifecycle\AppLifecycle.vcxitems*{e3a522a3-6635-4a42-bded-1af46a15f63c}*SharedItemsImports = 9
dev\AppNotifications\AppNotificationBuilder\AppNotificationBuilder.vcxitems*{e49329f3-5196-4bba-b5c4-e11ce7efb07a}*SharedItemsImports = 9
test\inc\inc.vcxitems*{e5659a29-fe68-417b-9bc5-613073dd54df}*SharedItemsImports = 4
test\inc\inc.vcxitems*{e977b1bd-00dc-4085-a105-e0a18e0183d7}*SharedItemsImports = 4
EndGlobalSection
Expand Down Expand Up @@ -1355,6 +1360,20 @@ Global
{4410D374-A90C-4ADF-8B15-AA2AAE2636BF}.Release|x64.Build.0 = Release|x64
{4410D374-A90C-4ADF-8B15-AA2AAE2636BF}.Release|x86.ActiveCfg = Release|x86
{4410D374-A90C-4ADF-8B15-AA2AAE2636BF}.Release|x86.Build.0 = Release|x86
{131DE0C4-AA1E-4649-B5BC-7B43508FA93A}.Debug|Any CPU.ActiveCfg = Debug|Win32
{131DE0C4-AA1E-4649-B5BC-7B43508FA93A}.Debug|ARM64.ActiveCfg = Debug|ARM64
{131DE0C4-AA1E-4649-B5BC-7B43508FA93A}.Debug|ARM64.Build.0 = Debug|ARM64
{131DE0C4-AA1E-4649-B5BC-7B43508FA93A}.Debug|x64.ActiveCfg = Debug|x64
{131DE0C4-AA1E-4649-B5BC-7B43508FA93A}.Debug|x64.Build.0 = Debug|x64
{131DE0C4-AA1E-4649-B5BC-7B43508FA93A}.Debug|x86.ActiveCfg = Debug|Win32
{131DE0C4-AA1E-4649-B5BC-7B43508FA93A}.Debug|x86.Build.0 = Debug|Win32
{131DE0C4-AA1E-4649-B5BC-7B43508FA93A}.Release|Any CPU.ActiveCfg = Release|Win32
{131DE0C4-AA1E-4649-B5BC-7B43508FA93A}.Release|ARM64.ActiveCfg = Release|ARM64
{131DE0C4-AA1E-4649-B5BC-7B43508FA93A}.Release|ARM64.Build.0 = Release|ARM64
{131DE0C4-AA1E-4649-B5BC-7B43508FA93A}.Release|x64.ActiveCfg = Release|x64
{131DE0C4-AA1E-4649-B5BC-7B43508FA93A}.Release|x64.Build.0 = Release|x64
{131DE0C4-AA1E-4649-B5BC-7B43508FA93A}.Release|x86.ActiveCfg = Release|Win32
{131DE0C4-AA1E-4649-B5BC-7B43508FA93A}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -1469,6 +1488,8 @@ Global
{D9139E3C-8D21-4BD9-84E3-30A03A54D610} = {99C514E4-A6B3-4B09-B870-5511EF9D93AC}
{4A74BBED-3B20-44A7-B6FF-3373160DE741} = {99C514E4-A6B3-4B09-B870-5511EF9D93AC}
{4410D374-A90C-4ADF-8B15-AA2AAE2636BF} = {E378857C-D22A-4E5E-A6DA-A59C445CF22E}
{E49329F3-5196-4BBA-B5C4-E11CE7EFB07A} = {1C9A0791-2BAA-420B-84B6-C0721F22A6E8}
{131DE0C4-AA1E-4649-B5BC-7B43508FA93A} = {8630F7AA-2969-4DC9-8700-9B468C1DC21D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4B3D7591-CFEC-4762-9A07-ABE99938FB77}
Expand Down
Loading