Граф коммитов

198 Коммитов

Автор SHA1 Сообщение Дата
Raymond Chen 534d40ae64 Windows 11 Version 23H2 - September 2024 Samples Update
* WebSocket: Use a script to generate the certificates and private keys
* LampArray: New LampArray.IsAvailable property
2024-09-18 17:00:15 -07:00
Raymond Chen 0db108e9d0 Windows 11 Version 22H2 - May 2024 Samples Update 2024-05-15 17:00:15 -07:00
Raymond Chen bd31b445b6 Windows 11 Version 22H2 - October 2023 Samples Update
* WebAuthenticationBroker: Remove Google support (issue #1376)
* New: MobileHotspot, LampArray
2023-10-04 17:00:15 -07:00
Raymond Chen 7d37b035c2 Windows 11 Version 22H2 - June 2023 Samples Update
* Capabilities: Show how to use AppCapability.DisplayMessage
* All samples upgraded to 22H2 SDK
* New: OnDemandHotspot, PresenceSensor
* Archived: MyPeopleNotifications
2023-06-21 17:00:15 -07:00
Raymond Chen 84de072ab1 Windows 11 Version 22H2 - June 2023 Samples Update
* Capabilities: Show how to use AppCapability.DisplayMessage
* All samples upgraded to 22H2 SDK
* New: OnDemandHotspot, PresenceSensor
* Archived: MyPeopleNotifications
2023-06-20 17:00:15 -07:00
Raymond Chen 118d53bcb4 Windows 11 Version 21H2 - June 2023 Samples Update
* BluetoothLE:  Protect against bad device thumbnails #905
* BarcodeScanner: Add software trigger support to scenario 1 #681
* New: NetworkConnectivity
* Archived: BarcodeScanner VB and C++/CX
2023-06-14 17:00:13 -07:00
Raymond Chen ad9a0c4def Windows 11 - May 2022 Samples Update 2
* BluetoothLE: C++/WinRT translation errors
* CustomCapability: Stick with .NET version 5.0.0, aligns with other samples
* WebAuthenticationBroker: Fix C++/CX Facebook oauth scope to match C#
* Add SECURITY.md, fix README links due to rename of default branch
2022-05-25 17:00:12 -07:00
Raymond Chen 589f33b3d3 Windows 11 - May 2022 Samples Update
* ApplicationData: Remove roaming scenarios that don't apply to Windows 11
* Geolocation: Add geometric and time dilution of position properties
* WindowsAudioSession: Fix buffer leaks, waveformat leaks, low latency, hardware offload, handle systems with no sound device
* UserInfo: New CheckUserAgeConsentGroupAsync method
* ApplicationData, PasswordVault, WindowsAudioSession: Ported to C++/WinRT
2022-05-18 17:00:12 -07:00
Raymond Chen 7b34a9f761 Windows 11 - March 2022 Samples Update
* Geolocation: New IsRemoteSource property
* WRLOutOfProcessWinRTComponent: Builds now
* .editorconfig to help maintain uniformity
* New sample: PenHaptics, XamlListView (C++/WinRT)
2022-03-09 17:00:12 -08:00
Raymond Chen 7ea34b4020 Windows 10 Version 2004 - March 2022 Samples Update
* IoT-GPIO: Remember event token so we can unsubscribe later #1247
* SimpleCommunication: Fix typo in parameter ordering (code worked, but names were backward) #1294
* WiFiDirect: Fix build #1319
* Delete obsolete samples templates
2022-03-09 17:00:10 -08:00
Raymond Chen 271555cf27 Windows 11 prerelease - September 2021 Samples Update 2
* PenHaptics: Add missing haptic feedback
* New C++/WinRT sample: RadioManager
2021-09-22 17:01:10 -07:00
Raymond Chen f7bec1640b Windows 10 Version 2004 - September 2021 Samples Update 2
* New C++/WinRT sample: RadioManager
2021-09-22 17:01:10 -07:00
Raymond Chen 4494f67ac0 Windows 11 prerelease - September 2021 Samples Update
* Geolocation: Add support for IsRemoteSource property
* New sample: PenHaptics
2021-09-22 17:00:13 -07:00
Raymond Chen 29d29659ac Windows 10 Version 2004 - September 2021 Samples Update
* Json: Add deletion support, improve error handling
* Printing: Force printDocument to null to ensure it is not kept alive by
  the XAML navigation cache (not a problem in this sample since it doesn't
  enable the navigation cache, but fixed for completeness)
* New C++/WinRT samples: AppServices, Json
* Archived C++/CX samples: AppServices
2021-09-22 17:00:10 -07:00
Raymond Chen ca74baf5c9 Windows 10 Version 2004 - June 2021 Samples Update
* AssociationLaunching: Demonstrate how to register to open a file of any type
* Upgrade all samples to Version 2004 (build 19041)
2021-06-09 17:00:10 -07:00
Raymond Chen 4277d19acc SmartCard: Port to C++/WinRT 2021-06-09 17:00:08 -07:00
Raymond Chen 443556a60a Windows 10 Version 1903 - June 2021 Samples Update
* DeviceEnumerationAndPairing: Remove unused C++/WinRT code that didn't work anyway.
* FilePicker: Add some comments about how to access the picked file.
* Simple3DGameDX: Improve standard conformance in C++/WinRT sample.
* SocketActivityStreamSocket: Mention CheckNetIsolationTool.exe in the README.
* Geolocation, UserInfo: Ported to C++/WinRT.
2021-06-02 17:00:08 -07:00
Raymond Chen b1cb20f191 Windows 10 Version 1903 - December 2020 Samples Update
* AudioCreation: Add microphone selection to scenario 2
* BarcodeScanner: Add missing namespace qualifier #1253
* HttpClient: Take advantage of C++/WinRT cancellation feature microsoft/cppwinrt#721
* LockScreenApps: Provide workaround for Settings app issue #1249
* MediaTranscoding: Explicitly set the H.264 encoder level to 5.2 when needed
* MobileBroadband: Fix order of parameters #1255
* C++/WinRT template: Use angle brackets for C++/WinRT headers #1231
* Fix broken links and typos in README files #1235 #1245 #1256
* New samples: WebSocket (C++WinRT)
2020-12-23 17:00:08 -08:00
Raymond Chen 1ad51db378 Windows 10 Version 1903 - September 2020 Samples Update
* Create issue and pull request templates.
* CameraStreamCoordinator, CameraStreamCorrelation: Correct coordinate system handedness
* HolographicTagAlong: Fix rotation matrix comments
* New samples: BarcodeScanner (C++/WinRT), Capabilities, Logging (C++/WinRT).
2020-09-09 17:00:08 -07:00
Raymond Chen 622b285dd6 Windows 10 Version 1903 - August 2020 Samples Update
* DisablingScreenCapture; Add AppCapture scenario, archive C++/CX.
* DisplayOrientation: Port to C++/WinRT, clarify OS treatment of preferences.
* HolographicMRCapture: Update for HoloLens 2. Demonstrate VideoConferencing profile and new video and audio properties.
* LinguisticServices: Fix build of runtime component, update README.
* TouchKeyboard: Add emoji keyboard scenario.
* WiFiDirect: Fix reverse-sense test in PIN acceptance.
* Various C++/WinRT samples: Use `IBuffer.data()` instead of `IBufferByteAccess`; add missing `get_strong()` calls.
* Fix `DependentUpon` in C++/WinRT sample scenario templates.
* Add PR and issue templates.
* New C++/WinRT samples: BasicFaceDetection, BasicFaceTracking, HttpClient, IoT-GPIO, IoT-I2C, IoT-SPI, TextSegmentation,  TouchKeyboard, UserCertificateStore, UserConsentVerifier, XmlLite.
* Archived: BasicFaceDetection (C++/CX, VB), BasicFaceTracking (C++/CX, VB), HttpClient (C++/CX), VoIP, TouchKeyboard (C++/CX), UserCertificateStore (C++/CX).
2020-08-19 17:00:08 -07:00
Raymond Chen a58c5d9b84 Windows 10 Version 1903 - June 2020 Samples Update 2
* LanguageFont: Simplify
* LinguisticServices: Add CharacterGroupings and a Windows Runtime component
* SecondaryTiles: Simplify
* Unicode: Fix edge cases in identifier boundaries
* Fix supported OS version ranges in various sample manifests
* Revisions to sample templates
* New C++/WinRT samples: 3DPrinting (#1133), Calendar, DateTimeFormatting, GlobalizationPreferences, LanguageFont, LinguisticServices, NumberFormatting, SecondaryTiles, Unicode
* Archived C++/CX samples: LanguageFont, LinguisticServices, Unicode
2020-06-24 17:00:08 -07:00
Raymond Chen f432fe03d5 Windows 10 Version 1903 - June 2020 Update
* BasicFaceTracking: Detect cameras which do not support Nv12 #830, unregister Suspending handlers when not the active page, fix race conditions and div0 issues, handle camera loss while streaming
* CameraFrames, CameraOpenCV: Add support for NV12 IR cameras
* LockScreen: Fix manifest, 
* OCR: Use Button.Click instead of Button.Tapped for better accessibility, centralize box styling, unregister Suspending handlers when not the active page
* MultipleViews: C++/WinRT forgot to check for AnimationDescription support before using
* WindowsAudioSession: Fix UAF bug and broken settings links
* DeviceEnumerationAndPairing: Delete unused files
* New C++/WinRT samples: BasicFaceTracking, LockScreenApps, OCR, PdfDocument, Simply3DGameDX, UserInteractionMode
* Archived: BasicFaceTracking C++/CX and VB.NET
2020-06-19 17:00:08 -07:00
Raymond Chen f7e40961bb Windows 10 Version 1903 - October 2020 Update
* Fix broken MSDN link in game samples README #1194
* DeviceEnumerationAndPairing: Remove spurious debugging code left by mistake
* WebAuthenticationBroker: Fix layout #1192
* WiFiDirect: Add C++/WinRT sample, fix circular reference in C# sample
2020-04-29 17:00:08 -07:00
Raymond Chen 3ac8bb21a6 Windows 10 Version 1903 - March 2020 Update
* 360VideoPlayback: Align configurations, reset shader between stages #791 #942
* Clipboard: Add history and roaming scenarios, improve delay-rendering, clipboard change reporting, error-handling.
* CustomSerialDeviceAccess: Fix RequestToSendXOnXOff #1085
* Holographic samples support HoloLens 2 device and emulator
* HolographicFaceTracking: Fix comment about NV12 #834
* HolographicVoiceInput: Fix release build
* PlayReady: Don't create container twice #1159
* RadioManager: Clarify require capabilities #1165
* SpeechRecognitionAndSynthesis: Clarify which scenarios require internet access #725, Update permission links #1002
* UserActivity: Fix protocol navigation #1176
* XamlMasterDetail: Fix navigation problems #344 #345
* SharedContent: Default.rd.xml fixes #950
* Miscellaneous typos: AdvancedCasting #1006, AudioCreation #1006, BluetoothAdvertisement #898, BluetoothRfcommChat #1139, Json #404, Nfc #1039, XamlBind #1169 #1182
* Add missing Line Display sample to TOC #704
* All C++ samples now build in both VS2017 and VS2019.
* All C++/WinRT samples upgraded to C++/WinRT 2.0 #1179
* New: Clipboard (C++/WinRT), JapanesePhoneticAnalysis (C++/WinRT)
* Archived: Advertising, CallerId, Clipboard (C++/CX and VB), CommunicationBlockAndFilter, PhoneCall
2020-03-25 17:00:09 -07:00
Raymond Chen 0cfbdaaad0 Archive samples
* Advertising
* CallerId
* Clipboard (C++/CX and VB)
* CommunicationBlockAndFilter
* PhoneCall
* XamlMasterDetail (C++/CX)
2020-03-25 17:00:08 -07:00
Raymond Chen 08d7459c55 Windows 10 Version 1903 - January 2020 Update 2020-01-22 17:00:08 -08:00
Raymond Chen 9bf6501a31 Onboarding samples to https://docs.microsoft.com/samples/
Upgrade samples to Visual Studio 2019.
2019-12-18 17:00:08 -08:00
Raymond Chen b9b44e3c56 Windows 10 Version 1903 - October 2019 Update 2019-10-02 17:00:09 -07:00
Raymond Chen 6fa3b11d11 Archive JS samples 2019-10-02 17:00:08 -07:00
Raymond Chen 81f5916b44 Windows 10 Version 1903 - July 2019 Update 2019-07-24 17:00:08 -07:00
Raymond Chen cdfd8ef6b3 Windows 10 future version - April 2019 Update 2 2019-04-10 17:00:07 -07:00
Raymond Chen 9ff70e120c Windows 10 future version - April 2019 Update 2019-04-03 17:00:07 -07:00
Raymond Chen dcb66dfe4f Windows 10 Version 1809 - April 2019 Update 2019-04-03 17:00:06 -07:00
Raymond Chen 47bb54aeba Windows 10 Version 1803 - April 2019 Update 2019-04-03 17:00:05 -07:00
Raymond Chen b8663d8079 Windows 10 future version - February 2019 Update 2019-02-06 17:00:07 -08:00
Raymond Chen d0e9bc9dd1 Windows 10 Version 1809 - February 2019 Update 2019-02-06 17:00:06 -08:00
Raymond Chen dffebbfb33 Windows 10 Version 1803 - February 2019 Update 2019-02-06 17:00:05 -08:00
Raymond Chen f5636b9c2b Windows 10 Version 1709 - February 2019 Update 2019-02-06 17:00:04 -08:00
Raymond Chen 978355c0d1 Windows 10 Version 1809 - January 2019 Update 2019-01-09 17:00:06 -08:00
Raymond Chen fbda96766f Windows 10 Version 1803 - January 2019 Update 2019-01-09 17:00:05 -08:00
Raymond Chen da59ad2656 Windows 10 Version 1709 - January 2019 Update 2019-01-09 17:00:04 -08:00
Raymond Chen ad21b9c1ff Windows 10 Version 1809 - December 2018 Update 2018-12-12 17:00:06 -08:00
Raymond Chen b2683827cb Windows 10 Version 1803 - December 2018 Update 2018-12-12 17:00:05 -08:00
Raymond Chen 7c7832e1f1 Windows 10 Version 1809 - November 2018 Update 2018-11-07 17:00:06 -08:00
Raymond Chen b4cde6d43b Windows 10 Version 1803 - November 2018 Update 2018-11-07 17:00:05 -08:00
Raymond Chen 4a34dbdff9 Windows 10 Version 1709 - November 2018 Update 2018-11-07 17:00:04 -08:00
Raymond Chen c640a6e4b7 Windows 10 Version 1703 - November 2018 Update 2018-11-07 17:00:03 -08:00
Raymond Chen 8398ef26b9 Windows 10 future version - September 2018 Update 3 2018-09-23 12:06:40 -07:00
Raymond Chen df6373e08f Windows 10 future version - September 2018 Update 2 2018-09-19 17:00:06 -07:00
Raymond Chen 5379e10110 Windows 10 future version - September 2018 Update 2018-09-12 17:00:06 -07:00