Коммит
a815ddc614
|
@ -9,11 +9,8 @@
|
|||
<projectUrl>https://github.com/Microsoft/UWPCommunityToolkit</projectUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<summary>Generate tile, toast, and badge notifications for Windows 10 via code, with the help of IntelliSense, instead of directly using XML.</summary>
|
||||
<description>The official NotificationsExtensions library from Microsoft. Supports JavaScript UWP projects (see NotificationsExtensions.Win10 for the C#/C++ version).
|
||||
|
||||
Generate tile, toast, and badge notifications for Windows 10 via code, with the help of IntelliSense, instead of directly using XML.
|
||||
|
||||
Supports adaptive tiles and adaptive/interactive toasts for Windows 10!</description>
|
||||
<description>Generate tile, toast, and badge notifications for Windows 10 via code, with the help of IntelliSense, instead of directly using XML.
|
||||
Supports adaptive tiles and adaptive/interactive toasts for Windows 10. It is part of the UWP Community Toolkit. Supports C# and C++ UWP project types (see Microsoft.Toolkit.Uwp.Notifications). Also works with C# portable class libraries and non-UWP C# projects like server projects.</description>
|
||||
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
||||
<tags>notifications, win10, windows 10, tile, tiles, toast, toasts, badge, xml, uwp, javascript</tags>
|
||||
</metadata>
|
||||
|
|
|
@ -9,11 +9,8 @@
|
|||
<projectUrl>https://github.com/Microsoft/UWPCommunityToolkit</projectUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<summary>Generate tile, toast, and badge notifications for Windows 10 via code, with the help of IntelliSense, instead of directly using XML.</summary>
|
||||
<description>The official NotificationsExtensions library from Microsoft. C# and C++ UWP project types (see NotificationsExtensions.Win10.JavaScript for the JS version). Also works with C# portable class libraries and non-UWP C# projects like server projects.
|
||||
|
||||
Generate tile, toast, and badge notifications for Windows 10 via code, with the help of IntelliSense, instead of directly using XML.
|
||||
|
||||
Supports adaptive tiles and adaptive/interactive toasts for Windows 10!</description>
|
||||
<description>Generate tile, toast, and badge notifications for Windows 10 via code, with the help of IntelliSense, instead of directly using XML.
|
||||
Supports adaptive tiles and adaptive/interactive toasts for Windows 10. It is part of the UWP Community Toolkit. Supports C# and C++ UWP project types (see Microsoft.Toolkit.Uwp.Notifications.JavaScript for the JS version). Also works with C# portable class libraries and non-UWP C# projects like server projects.</description>
|
||||
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
||||
<tags>notifications, win10, windows 10, tile, tiles, toast, toasts, badge, xml, uwp, c#, csharp, c++</tags>
|
||||
</metadata>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>This library enables access to different data sources like Bing, Facebook, and Twitter. It is part of the UWP Community Toolkit.</description>
|
||||
<releaseNotes>First public release.</releaseNotes>
|
||||
<copyright>Copyright 2016</copyright>
|
||||
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
||||
<tags>UWP Toolkit Windows Twitter OAuth Facebook Bing</tags>
|
||||
<references>
|
||||
<reference file="Microsoft.Toolkit.Uwp.Services.dll" />
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>This library provides XAML user controls. It is part of the UWP Community Toolkit.</description>
|
||||
<releaseNotes>First public release.</releaseNotes>
|
||||
<copyright>Copyright 2016</copyright>
|
||||
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
||||
<tags>UWP Toolkit Windows Controls XAML Hamburger Range</tags>
|
||||
<dependencies>
|
||||
<dependency id="Microsoft.Toolkit.Uwp" version="$version$" />
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>This library provides UI services. It is part of the UWP Community Toolkit.</description>
|
||||
<releaseNotes>First public release.</releaseNotes>
|
||||
<copyright>Copyright 2016</copyright>
|
||||
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
||||
<tags>UWP Toolkit Windows UI Converters</tags>
|
||||
<dependencies>
|
||||
<dependency id="Microsoft.Toolkit.Uwp" version="$version$" />
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
<licenseUrl>https://github.com/Microsoft/UWPCommunityToolkit/blob/master/license.md</licenseUrl>
|
||||
<projectUrl>https://github.com/Microsoft/UWPCommunityToolkit</projectUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>UWP Community Toolkit is a toolkit aimed to help UWP developers to create great Universal Windows Applications.</description>
|
||||
<description>The UWP Community Toolkit is a collection of helper functions, custom controls, and app services. It simplifies and demonstrates common developer tasks building UWP apps for Windows 10.</description>
|
||||
<releaseNotes>First public release.</releaseNotes>
|
||||
<copyright>Copyright 2016</copyright>
|
||||
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
||||
<tags>UWP Toolkit Windows</tags>
|
||||
</metadata>
|
||||
<files>
|
||||
|
|
|
@ -6,7 +6,7 @@ A developer should be able to quickly and easily learn to use the API.
|
|||
|
||||
Simplicity and a low barrier to entry are must-have features of every API. If you have any second thoughts about the complexity of a design, it is almost always much better to cut the feature from the current release and spend more time to get the design right for the next release.
|
||||
|
||||
You can always add to an API; you cannot ever remove anything from one. If the design does not feel right, and you ship it anyway, you are likely to regret having done so.
|
||||
You can always add to an API, you cannot ever remove anything from one. If the design does not feel right, and you ship it anyway, you are likely to regret having done so.
|
||||
|
||||
That's why many of the guidelines of this document are obvious and serve only one purpose: Simplicity.
|
||||
|
||||
|
@ -19,6 +19,8 @@ Every contribution has to come with:
|
|||
* You tested your code with SDK 10586 and SDK 14393
|
||||
* PR has to target dev branch
|
||||
|
||||
PR has to be validated by at least two core members (either Microsoft or MVP) before being merged.
|
||||
|
||||
## General rules
|
||||
|
||||
* DO NOT require that users perform any extensive initialization before they can start programming basic scenarios.
|
||||
|
|
16
readme.md
16
readme.md
|
@ -1,13 +1,13 @@
|
|||
UWP Community Toolkit
|
||||
===========
|
||||
|
||||
The UWP Community Toolkit is a collection of helper functions, custom controls and app services that simplify or demonstrate common developer tasks. Build UWP applications for Windows 10 faster and easier than ever before.
|
||||
The UWP Community Toolkit is a collection of helper functions, custom controls, and app services. It simplifies and demonstrates common developer tasks building UWP apps for Windows 10.
|
||||
|
||||
![Control Overview](githubresources/images/UWP-community-toolkit-overview.png "Sample Image")
|
||||
|
||||
## Getting started
|
||||
|
||||
Please read the [getting Started with the UWP Toolkit](https://developer.microsoft.com/en-us/windows/uwp-community-toolkit/get-started/get-started.htm) page for more detailed information about using the toolkit.
|
||||
Please read the [getting Started with the UWP Toolkit](https://developer.microsoft.com/en-us/windows/uwp-community-toolkit/getting-started.htm) page for more detailed information about using the toolkit.
|
||||
|
||||
## UWP Community Toolkit Sample App
|
||||
|
||||
|
@ -23,13 +23,13 @@ Once you search you should see a list similar to the one below (versions may be
|
|||
|
||||
| NuGet Package Name | description |
|
||||
| --- | --- |
|
||||
| [Microsoft.Toolkit.Uwp]({{site.baseurl}}/{{page.lang}}/api/Microsoft_Toolkit_Uwp.htm) | Main NuGet package includes code only helpers for Colors, Internet Connection detection, Storage file handling, and a Stream helper class. |
|
||||
| [Microsoft.Toolkit.Uwp.Notifications]({{site.baseurl}}/{{page.lang}}/api/Microsoft_Toolkit_Uwp_Notifications.htm) | Notifications Package - Generate tile, toast, and badge notifications for Windows 10 via code. Includes intellisense support to avoid having to use the XML syntax. |
|
||||
| [Microsoft.Toolkit.Uwp](https://developer.microsoft.com/en-us/windows/uwp-community-toolkit/api/Microsoft_Toolkit_Uwp.htm) | Main NuGet package includes code only helpers for Colors, Internet Connection detection, Storage file handling, and a Stream helper class. |
|
||||
| [Microsoft.Toolkit.Uwp.Notifications](https://developer.microsoft.com/en-us/windows/uwp-community-toolkit/api/Microsoft_Toolkit_Uwp_Notifications.htm) | Notifications Package - Generate tile, toast, and badge notifications for Windows 10 via code. Includes intellisense support to avoid having to use the XML syntax. |
|
||||
| Microsoft.Toolkit.Uwp.Notifications.Javascript | Notification Packages for JavaScript |
|
||||
| [Microsoft.Toolkit.Uwp.Services]({{site.baseurl}}/{{page.lang}}/api/Microsoft_Toolkit_Uwp_Services.htm) | Services Package - This NuGet package includes the service helpers for Bing, Facebook, and Twitter. |
|
||||
| [Microsoft.Toolkit.Uwp.UI]({{site.baseurl}}/{{page.lang}}/api/Microsoft_Toolkit_Uwp_UI.htm) | UI Packages - XAML converters, Visual tree extensions and helpers for your XAML UI. |
|
||||
| [Microsoft.Toolkit.Uwp.UI.Animations]({{site.baseurl}}/{{page.lang}}/api/Microsoft_Toolkit_Uwp_UI_Animations.htm) | Animations and Composition behaviors such as Blur, Fade, Rotate, etc. |
|
||||
| [Microsoft.Toolkit.Uwp.UI.Controls]({{site.baseurl}}/{{page.lang}}/api/Microsoft_Toolkit_Uwp_UI_Controls.htm) | XAML Controls such as RadialGauge, RangeSelector, etc. |
|
||||
| [Microsoft.Toolkit.Uwp.Services](https://developer.microsoft.com/en-us/windows/uwp-community-toolkit/api/Microsoft_Toolkit_Uwp_Services.htm) | Services Package - This NuGet package includes the service helpers for Bing, Facebook, and Twitter. |
|
||||
| [Microsoft.Toolkit.Uwp.UI](https://developer.microsoft.com/en-us/windows/uwp-community-toolkit/api/Microsoft_Toolkit_Uwp_UI.htm) | UI Packages - XAML converters, Visual tree extensions and helpers for your XAML UI. |
|
||||
| [Microsoft.Toolkit.Uwp.UI.Animations](https://developer.microsoft.com/en-us/windows/uwp-community-toolkit/api/Microsoft_Toolkit_Uwp_UI_Animations.htm) | Animations and Composition behaviors such as Blur, Fade, Rotate, etc. |
|
||||
| [Microsoft.Toolkit.Uwp.UI.Controls](https://developer.microsoft.com/en-us/windows/uwp-community-toolkit/api/Microsoft_Toolkit_Uwp_UI_Controls.htm) | XAML Controls such as RadialGauge, RangeSelector, etc. |
|
||||
|
||||
## Features
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче