Windows-universal-samples

API samples for the Universal Windows Platform.

MIT License

Stars
9.5K
Windows-universal-samples - Windows 10 1511 Release - March 2017 Update

Published by oldnewthing over 7 years ago

  • Accelerometer: Clarify that the Shaken event requires hardware support.
  • Altimeter: Add workaround to reliably discover altimeters on Anniversary Update (1607).
  • CachedFileUpdater: Fix mismatched name that prevented background task from running, stop using deprecated event (that doesn't do anything any more).
Windows-universal-samples - Windows 10 RTM Release - March 2016 Update

Published by oldnewthing over 7 years ago

  • Accelerometer: Clarify that the Shaken event requires hardware support.
  • Altimeter: Add workaround to reliably discover altimeters on Anniversary Update (1607).
  • CachedFileUpdater: Fix mismatched name that prevented background task from running, stop using deprecated event (that doesn't do anything any more).
Windows-universal-samples - Windows 10 Creators Update - February 2017 Update

Published by oldnewthing over 7 years ago

  • CameraFrames: Use min/max reliable depth information when colorizing depth frames.
  • SimpleInk: Demonstrate InkStroke timestamp and InkStroke ID, upgrade to use generic stencils instead of ruler.
  • BarcodeScanner, CashDrawer, PosPrinter: Dispose/Close objects when finished.
  • RemoteSystems: Filter by spatial proximity, discover other users's devices, query user settings.
Windows-universal-samples - Windows 10 Anniversary Update - February 2017 Update

Published by oldnewthing over 7 years ago

  • CameraStarterKit
    • Uninitialize the camera when not visible.
    • Add CameraRotationHelper.
    • Fix object/array confusion in cleanupCameraAsync function (JS).
  • ComplexInk: Remember to unregister the VSISN callback when done.
  • Rfcomm: Add Stability fixes (WSAEADDRINUSE) and improve UI
  • SimpleInk
    • Don't leave leftover data in the file when saving and the new file is shorter than the old file.
    • Fix crash when changing thickness of pencil.
  • VoIP: Add link to the WebRTC samples repo and the Chatterbox sample.
  • All uses of document.msVisibilityState updated to document.visibilityState in JS samples.
  • New C++ samples: BackButton, BasicInput, CompositionVisual, SimpleInk.
Windows-universal-samples - Windows 10 1511 Release - February 2017 Update

Published by oldnewthing over 7 years ago

  • CameraStarterKit: Uninitialize the camera when not visible
  • ComplexInk: Remember to unregister the VSISN callback when done.
  • SimpleInk: Don't leave leftover data in the file when saving and the new file is shorter than the old file.
  • VoIP: Add link to the WebRTC samples repo and the Chatterbox sample.
  • All uses of document.msVisibilityState updated to document.visibilityState in JS samples.
  • New C++ sample: CompositionVisual
Windows-universal-samples - Windows 10 RTM Release - February 2017 Update

Published by oldnewthing over 7 years ago

  • CameraStarterKit: Uninitialize the camera when not visible
  • ComplexInk: Remember to unregister the VSISN callback when done.
  • SimpleInk: Don't leave leftover data in the file when saving and the new file is shorter than the old file.
  • VoIP: Add link to the WebRTC samples repo and the Chatterbox sample.
  • All uses of document.msVisibilityState updated to document.visibilityState in JS samples.
Windows-universal-samples - Windows 10 Anniversary Update - November 2016 Update

Published by oldnewthing almost 8 years ago

  • BluetoothLEClient: Add support for Battery Level characteristics.
  • CameraBarcodeScanner sample has been withdrawn while we resolve issues with the quality of the 1D barcode decoder and with support for the feature on Mobile.
  • CameraStarterKit: Move rotation logic to a separate file and add support for future devices with non-standard camera rotations.
  • FilePicker and FilePickerContracts: Add support for CachedFileUpdater on non-desktop systems.
  • MapControl: Demonstrate dynamic clustering.
  • WiFiScan: Networks with open authentication but non-open encryption now show a password box.
  • New C++ samples: ExtendedExecution, MapControl, XamlAnimatedGif, XamlAutoSuggestBox, XamlBottomUpList.
Windows-universal-samples - Windows 10 1511 Release - November 2016 Update

Published by oldnewthing almost 8 years ago

  • FilePicker and FilePickerContracts: Add support for CachedFileUpdater on non-desktop systems.
  • MapControl: Demonstrate dynamic clustering.
  • WiFiScan: Networks with open authentication but non-open encryption now show a password box.
  • New C++ samples: MapControl, XamlAutoSuggestBox.
Windows-universal-samples - Windows 10 RTM Release - November 2016 Update

Published by oldnewthing almost 8 years ago

  • FilePicker and FilePickerContracts: Add support for CachedFileUpdater on non-desktop systems.
  • MapControl: Demonstrate dynamic clustering.
  • WiFiScan: Networks with open authentication but non-open encryption now show a password box.
  • New C++ samples: MapControl, XamlAutoSuggestBox.
Windows-universal-samples - Windows 10 Anniversary Update - October 2016 Update 2

Published by oldnewthing almost 8 years ago

  • BarcodeScanner: Retain the device as soon as possible.
  • FilePickerContracts: Fix picking a cached file by requesting an extension that our sample supports.
  • MediaTranscoding: Works better on Xbox.
  • SystemMediaTransportControls: Demonstrate custom app transport controls.
  • VideoPlayback: Fix file picker video source assignment.
  • New sample: DWriteColorTextRenderer, HolographicDepthBasedImageStabilization, RadialController.
Windows-universal-samples - Windows 10 1511 Release - October 2016 Update 2

Published by oldnewthing almost 8 years ago

  • BarcodeScanner: Retain the device as soon as possible.
  • FilePickerContracts: Fix picking a cached file by requesting an extension that our sample supports.
  • MediaTranscoding: Works better on Xbox.
  • VideoPlayback: Fix file picker video source assignment.
  • New sample: HolographicDepthBasedImageStabilization.
Windows-universal-samples - Windows 10 RTM Release - October 2016 Update 2

Published by oldnewthing almost 8 years ago

  • BarcodeScanner: Retain the device as soon as possible.
  • FilePickerContracts: Fix picking a cached file by requesting an extension that our sample supports.
  • MediaTranscoding: Works better on Xbox.
Windows-universal-samples - Windows 10 Anniversary Update - October 2016 Update

Published by oldnewthing about 8 years ago

  • AdvancedCasting: Fix threading issue.
  • CameraBarcodeScanner: Clarify in README that Phone does not support camera barcode scanners.
  • Add links to related samples to various README files.
  • New samples: PlayReady, CustomEditControl
Windows-universal-samples - Windows 10 1511 Release - October 2016 Update

Published by oldnewthing about 8 years ago

  • AdvancedCasting: Fix threading issue.
  • New samples: PlayReady, CustomEditControl
Windows-universal-samples - Windows 10 RTM Release - October 2016 Update

Published by oldnewthing about 8 years ago

  • AdvancedCasting: Fix threading issue.
Windows-universal-samples - Windows 10 Anniversary Update - September 2016 Update

Published by oldnewthing about 8 years ago

  • AdaptiveStreaming: Demonstrate MediaPlaybackItem.VideoTracksChanged and VideoTrack.OpenFailed events.
  • AllJoyn: Update samples to match latest AllJoyn Studio update.
  • D2DCustomEffects: Use WARP fallback if hardware does not support compute shaders.
  • Improve README in D2D and DWrite samples.
  • Fix JavaScript sample templates to improve keyboard accessibility, show scenarios correctly on launch.
  • New samples: HolographicMixedRealityCapture.
Windows-universal-samples - Windows 10 1511 Release - September 2016 Update

Published by oldnewthing about 8 years ago

  • D2DCustomEffects: Use WARP fallback if hardware does not support compute shaders.
  • Improve README in D2D and DWrite samples.
  • Fix JavaScript sample templates to improve keyboard accessibility, show scenarios correctly on launch.
  • New samples: HolographicMixedRealityCapture.
Windows-universal-samples - Windows 10 RTM Release - September 2016 Update

Published by oldnewthing about 8 years ago

  • D2DCustomEffects: Use WARP fallback if hardware does not support compute shaders.
  • Improve README in D2D and DWrite samples.
  • Fix JavaScript sample templates to improve keyboard accessibility, show scenarios correctly on launch.
Windows-universal-samples - Windows 10 Anniversary Update - August 2016 Update 5

Published by oldnewthing about 8 years ago

  • AllJoyn: Send passwords as hex-encoded UTF-8
  • SystemMediaTransportControls: Fix logic for auto-pause-on-mute
  • New sample: CameraStreamCorrelation
Windows-universal-samples - Windows 10 1511 Release - August 2016 Update 5

Published by oldnewthing about 8 years ago

  • AllJoyn: Update to match code generation changes in Visual Studio 2015 Update 2; send passwords as hex-encoded UTF-8
  • SystemMediaTransportControls: Fix logic for auto-pause-on-mute