Windows-universal-samples

API samples for the Universal Windows Platform.

MIT License

Stars
9.5K
Windows-universal-samples - Windows 10 1511 Release - June 2016 Update 4

Published by oldnewthing over 8 years ago

  • WebSockets: Emphasize that you must call DataWriter.DetachStream if you don't want the DataWriter to close the stream.
  • Add Microsoft Open Source Code of Conduct statement.
Windows-universal-samples - Windows 10 RTM Release - June 2016 Update 4

Published by oldnewthing over 8 years ago

  • WebSockets: Emphasize that you must call DataWriter.DetachStream if you don't want the DataWriter to close the stream.
  • Add Microsoft Open Source Code of Conduct statement.
Windows-universal-samples - Windows 10 build 14295 - June 2016 Update 3

Published by oldnewthing over 8 years ago

  • AdaptiveStreaming: Fix media URIs for sample content.
  • BasicFaceTracking: Remove premature release of semaphore which allowed two calls to GetPreviewFrameAsync to run at the same time.
  • IndexedDB: Fix crash in "Writing Data" scenario.
  • OCR: Disable all buttons if no OCR languages are available.
  • WebView: Fix crash in "New Window" scenario, fix 64-bit build.
  • XamlNavigation: Improve UI on Xbox and update visual style.
  • XamlUIBasics: Improve keyboard and gamepad navigation.
  • New samples: RemoteSystems, VersionAdaptiveCode
Windows-universal-samples - Windows 10 1511 Release - June 2016 Update 3

Published by oldnewthing over 8 years ago

  • AdaptiveStreaming: Fix media URIs for sample content.
  • BasicFaceTracking: Remove premature release of semaphore which allowed two calls to GetPreviewFrameAsync to run at the same time.
  • IndexedDB: Fix crash in "Writing Data" scenario.
  • OCR: Disable all buttons if no OCR languages are available.
  • WebView: Fix crash in "New Window" scenario, fix 64-bit build.
Windows-universal-samples - Windows 10 RTM Release - June 2016 Update 3

Published by oldnewthing over 8 years ago

  • BasicFaceTracking: Remove premature release of semaphore which allowed two calls to GetPreviewFrameAsync to run at the same time.
  • IndexedDB: Fix crash in "Writing Data" scenario.
  • OCR: Disable all buttons if no OCR languages are available.
  • WebView: Fix crash in "New Window" scenario, fix 64-bit build.
Windows-universal-samples - Windows 10 build 14295 - June 2016 Update 2

Published by oldnewthing over 8 years ago

  • Update all samples which use BackgroundAccessStatus to accommodate new enum values.
  • AllJoyn: Refresh generated code to fix build breaks.
  • BluetoothAdvertisement, ProximitySensor: Fix typo in JS sample (BackgroundAccessStatus.denied and unspecified should be lowercase).
  • CameraFaceDetection, CameraVideoStabilization: Fix outdated comments.
  • CameraGetPreviewFrame, CameraManualControls, CameraStarterKit: Switch from ClearEffectsAsync to RemoveEffectAsync, and fix outdated comments.
  • CameraHdr: Fix typo introduced during renaming.
  • D2DGradientMesh: Remove unneeded dependency which prevented it from running on Xbox.
  • FileAccess: Fix typo that prevented it from compiling.
  • Geotag: Usability fixes, fix error handling, fix typo in JS sample (PositionAccuracy.high should be lowercase).
  • HolographicSpatialMapping: Added surface mesh update time tracking, which allows for more efficient mesh updates
  • Simple3DGameXaml: Improve playability on Xbox by opting out of pointer mode.
  • VideoPlayback: Add new scenario for rendering a MediaPlayer to a composition surface.
  • XamlPivot: Visual updates. These updates will be ported into other samples over time. Use SplitView.Content to keep XAML parser happy.
  • XamlUIBasics: Add "Find" demonstration to RichEditBox, simplify existing code.
  • New samples: HolographicTagAlong, XamlAnimatedGif
Windows-universal-samples - Windows 10 1511 Release - June 2016 Update 2

Published by oldnewthing over 8 years ago

  • BluetoothAdvertisement, ProximitySensor: Fix typo in JS sample (BackgroundAccessStatus.denied and unspecified should be lowercase).
  • CameraHdr: Fix typo introduced during renaming
  • D2DGradientMesh: Remove unneeded dependency which prevented it from running on Xbox.
  • FileAccess: Fix typo that prevented it from compiling.
  • Geotag: Usability fixes, fix error handling, fix typo in JS sample (PositionAccuracy.high should be lowercase).
  • HolographicSpatialMapping: Added surface mesh update time tracking, which allows for more efficient mesh updates
  • XamlPivot: Visual updates. These updates will be ported into other samples over time. Use SplitView.Content to keep XAML parser happy.
  • XamlUIBasics: Add "Find" demonstration to RichEditBox, simplify existing code.
  • New sample: HolographicTagAlong
Windows-universal-samples - Windows 10 RTM Release - June 2016 Update 2

Published by oldnewthing over 8 years ago

  • BluetoothAdvertisement: Fix typo in JS sample (BackgroundAccessStatus.denied and unspecified should be lowercase).
  • CameraHdr: Fix typo introduced during renaming
  • D2DGradientMesh: Remove unneeded dependency which prevented it from running on Xbox.
  • Geotag: Usability fixes, fix error handling, fix typo in JS sample (PositionAccuracy.high should be lowercase).
  • XamlPivot: Visual updates. These updates will be ported into other samples over time. Use SplitView.Content to keep XAML parser happy.
  • XamlUIBasics: Add "Find" demonstration to RichEditBox, simplify existing code.
Windows-universal-samples - Windows 10 build 14295 - June 2016 Update

Published by oldnewthing over 8 years ago

  • All samples: Link to the new Windows Dev Center
  • CameraFaceDetection, CameraHdr, CameraStarterKit: Fix member variable naming in C++ sample to align better with C#
  • FileAccess: Use ContainsItems to check whether a token is still valid
  • XamlAnimatedGif: Fix memory leak
  • XamlListView: Improve accessibility
  • New sample: BackgroundMediaPlayback replaces BackgroundAudio
Windows-universal-samples - Windows 10 1511 Release - June 2016 Update

Published by oldnewthing over 8 years ago

  • All samples: Link to the new Windows Dev Center
  • CameraFaceDetection, CameraHdr, CameraStarterKit: Fix member variable naming in C++ sample to align better with C#
  • FileAccess: Use ContainsItems to check whether a token is still valid
  • XamlAnimatedGif: Fix memory leak
  • XamlListView: Improve accessibility
Windows-universal-samples - Windows 10 RTM Release - June 2016 Update

Published by oldnewthing over 8 years ago

  • All samples: Link to the new Windows Dev Center
  • CameraFaceDetection, CameraHdr, CameraStarterKit: Fix member variable naming in C++ sample to align better with C#
  • FileAccess: Use ContainsItems to check whether a token is still valid
  • XamlAnimatedGif: Fix memory leak
  • XamlListView: Improve accessibility
Windows-universal-samples - Windows 10 build 14332 - May 2016 Update

Published by oldnewthing over 8 years ago

  • BackgroundAudio: Remove BackgroundMediaPlayer.Shutdown() from OnCanceled (for issue #313)
  • BackgroundTasks: Fix multithreading issue and memory leak in C++ sample, remove unnecessary awaits.
  • BluetoothRfcommChat: Demonstrate RequestAccessAsync.
  • CallerId: Add mobile to IgnorableNamespaces to appease manifest validator (for issue #286)
  • CameraFaceDetection, CameraGetPreviewFrame, CameraHdr, CameraProfile, CameraResolution, CameraStarterKit, CameraVideoStabilization, DpiScaling: Improve Xbox support (not related to feature)
  • FileAccess: Improve error handling. Fix JS sample that used the wrong property to get the text the user entered.
  • Printing: Detect whether the device supports printing.
  • SimpleInk: Add ruler, and demonstrate wet stroke manipulation.
  • WebSockets: Disable UI controls when not applicable. Do not intentionally use sockets after they have been closed. Demonstrate custom certificate validation.
  • XamlContextMenu: Add gamepad support.
  • XamlCustomMediaTransportControls: Fix link to sample media (for issue #375).
  • Add new entries to .gitignore for file types introduced by Visual Studio 2015 Update 2.
  • Fix links in various README files.
  • New samples: BackgroundActivation, CameraBarcodeScanner, HolographicSpatialMapping, XamlGamepadNavigation.
Windows-universal-samples - Windows 10 1511 Release - May 2016 Update

Published by oldnewthing over 8 years ago

  • BackgroundAudio: Remove BackgroundMediaPlayer.Shutdown() from OnCanceled (for issue #313)
  • BackgroundTask: Fix multithreading issue and memory leak in C++ sample, remove unnecessary awaits.
  • CallerId: Add mobile to IgnorableNamespaces to appease manifest validator (for issue #286)
  • CameraFaceDetection, CameraGetPreviewFrame, CameraHdr, CameraProfile, CameraResolution, CameraStarterKit, CameraVideoStabilization: Improve Xbox support
  • DpiScaling: Improve keyboard accessibility in the sample (not related to DPI scaling functionality)
  • FileAccess: Improve error handling. Fix JS sample that used the wrong property to get the text the user entered.
  • WebSockets: Disable UI controls when not applicable. Do not intentionally use sockets after they have been closed.
  • XamlContextMenu: Add gamepad support.
  • XamlCustomMediaTransportControls: Fix link to sample media (for issue #375).
  • Add new entries to .gitignore for file types introduced by Visual Studio 2015 Update 2.
  • Fix links in various README files.
  • New sample: HolographicSpatialMapping.
Windows-universal-samples - Windows 10 RTM Release - May 2016 Update

Published by oldnewthing over 8 years ago

  • Add new entries to .gitignore for file types introduced by Visual Studio 2015 Update 2.
  • BackgroundTask: Fix multithreading issue and memory leak in C++ sample, remove unnecessary awaits.
  • FileAccess: Improve error handling. Fix JS sample that used the wrong property to get the text the user entered.
  • WebSockets: Disable UI controls when not applicable. Do not intentionally use sockets after they have been closed.
  • Fix links in various README files.
Windows-universal-samples - Windows 10 build 14295 - April 2016 Update (revised)

Published by oldnewthing over 8 years ago

These are the changes that should have been in v3.0.0 and v3.0.1 but didn't get published due to a typo when preparing those releases.

  • Accelerometer: Demonstrate Linear and Gravity accelerometers, fix typos in JS sample when calculating reportLatency.
  • BluetoothRfcommChat: Use DeviceWatcher to obtain a list of devices. Fix backwards-sense test in background task.
  • HttpClient: New scenarios to demonstrate no-cache option, disabling cookies, and certification validation.
  • OrientationSensor: Demonstrate absolute and relative orientation, demonstrate power-efficient mode.
  • Printing: New scenario for disabling print preview
  • RelativeOrientationSensor: Merged into OrientationSensor.
  • SimpleInk: Add pencil support
  • New samples: UserCertificateStore, XamlBottomUpList, XamlTreeView.
Windows-universal-samples - Windows 10 build 14295 - April 2016 Update

Published by oldnewthing over 8 years ago

Note: Due to a typo when preparing this release, many of the changes below did not actually appear in v3.0.1. They are in v3.0.2.

  • Accelerometer: Demonstrate Linear and Gravity accelerometers, fix typos in JS sample when calculating reportLatency.
  • AnimationLibrary: Missing brackets caused enterPage case 1 to animate in 3 pieces instead of 1. Also, Store sample mistakenly edited the global default.css, which broke the AnimationLibrary sample. Reverted default.css and applied fix locally to Store sample.
  • OrientationSensor: Demonstrate absolute and relative orientation, demonstrate power-efficient mode.
  • RelativeOrientationSensor: Merged into OrientationSensor.
  • Printing: New scenario for disabling print preview
  • SimpleInk: Add pencil support
  • XamlTreeView: Clarify that this is a preliminary version of the sample
Windows-universal-samples - Windows 10 1511 Release - April 2016 Update

Published by oldnewthing over 8 years ago

  • Accelerometer: Refactored to shrink sample, fix typos in JS sample when calculating reportLatency.
  • AnimationLibrary: Store sample mistakenly edited the global default.css, which broke the AnimationLibrary sample. Reverted default.css and applied fix locally to Store sample.
  • OrientationSensor: Refactored to shrink sample, fix minor accessibility issue in JS calibration page.
Windows-universal-samples - Windows 10 RTM Release - April 2016 Update

Published by oldnewthing over 8 years ago

  • Accelerometer: Refactored to shrink sample, fix typos in JS sample when calculating reportLatency.
  • AnimationLibrary: Missing brackets caused enterPage case 1 to animate in 3 pieces instead of 1.
  • OrientationSensor: Refactored to shrink sample, fix minor accessibility issue in JS calibration page.
Windows-universal-samples - Windows 10 build 14295 - March 2016

Published by oldnewthing over 8 years ago

Note: Due to a typo when preparing this release, the changes below did not actually appear in v3.0.0. They are in v3.0.2.

  • BluetoothRfcommChat: Use DeviceWatcher to obtain a list of devices. Fix backwards-sense test in background task.
  • HttpClient: New scenarios to demonstrate no-cache option, disabling cookies, and certification validation.
  • New samples: XamlBottomUpList, UserCertificateStore.
Windows-universal-samples - Windows 10 1511 Release - March 2016 Update 3

Published by oldnewthing over 8 years ago

  • smalltile-sdk.png and squaretile-sdk.png assets rescaled to appease WACK. Sorry it took so long. We're developers, not graphic designers.
  • BasicSuspension: Upgrade SDK version to 10586. (Missed this in the migration, sorry.)
  • FileAccess: Use TryGetItemAsync to check if a file exists.
  • XamlNavigation: Updated with new visual design.
  • XamlPullToRefresh: Reimplemented to take advantage of Windows.UI.Composition.