Skip to content

Releases: microsoft/Windows-universal-samples

Windows 10 RTM Release - January 2016 Update

Choose a tag to compare

@oldnewthing oldnewthing released this 20 Jan 15:17
  • BackgroundAudio: Remove obsolete comments and code.
  • CameraResolution: C# sample had a typo. Used the wrong MediaStreamType. C++ and JS are okay.
  • LockScreenApps: Remove obsolete comments and code.
  • Nfc: Ensure disposal of connection even if an exception is thrown.
  • WRLOutOfProcessWinRTComponent: Use correct interface names in appxpackage files and remove dependency on kernel32.dll (which was preventing it from working on Phone).
  • XamlListView: New scenario: Scroll into view.
  • New samples: Advertising, XamlWebView

Windows 10 1511 Release - December 2015 (second try)

Choose a tag to compare

@oldnewthing oldnewthing released this 17 Dec 04:18
  • No changes to sources, but recording as a merge from the win10-1507 branch for proper bookkeeping. Sorry for the mistake.

Windows 10 RTM Release - December 2015 Update

Choose a tag to compare

@oldnewthing oldnewthing released this 17 Dec 01:57
  • BackgroundAudio: Remove obsolete comments and code
  • LockScreenApps: Update Scenario 1 to describe Windows 10 behavior (instead of Windows 8 behavior)

Windows 10 Version 1511 Samples - November 2015

Choose a tag to compare

@oldnewthing oldnewthing released this 30 Nov 19:40
  • BackgroundTask sample demonstrates how ApplicationTrigger can be signaled without reregistering.
  • CortanaVoiceCommand and SpeechRecognitionAndSynthesis support some more languages.
  • CompositionVisual sample updated for API changes in 1511 release.
  • DeviceEnumeration renamed to DeviceEnumerationAndPairing, added new pairing scenarios. Also, Bluetooth is now supported.
  • EnterpriseDataProtection scenario 16 updated to demonstrate using background transfer with EDP.
  • FileAccess, FileSearch, FolderEnumeration samples updated to use GetFolderForUserAsync.
  • HttpClient sample added new scenario demonstrating how to disable cookies.
  • Pedometer sample adds scenarios demonstrating GetCurrentReadings and background tasks.
  • UserInfo JavaScript sample updated to use getPropertiesAsync.
  • VoIP sample now runs on desktop.
  • Standard samples templates are in the SharedContent/Templates directory.
  • New samples: ActivitySensor (JS), JumpList, Pedometer (JS), ProximitySensor, TouchKeyboardTextInput (JS)

Windows 10 RTM Release - November 2015 Update 2

Choose a tag to compare

@oldnewthing oldnewthing released this 24 Nov 22:50
  • CortanaVoiceCommand, XamlUIBasics: Fix Back button navigation on Phone
  • FolderEnumeration,TouchKeyboard: Fix device family (should be Universal).

Windows 10 RTM Release - November 2015 Update 1

Choose a tag to compare

@oldnewthing oldnewthing released this 19 Nov 00:23
  • BackgroundAudio: Fix exception handling, and correctly set the pointer in CurrentPlayer after restarting.
  • CameraResolution: Fix divide by zero.
  • CameraManualControls: Fix Back button.
  • MultipleViews: Fix custom animation scenario on Phone.
  • Printing: Improved event handling.
  • SplashScreen: Fix position of splash screen (again) on Phone.
  • WebAccountManagement: Remove unnecessary exception handler.
  • XamlAnimatedGif: Fix flickering by clearing only the affected rectangle rather than the whole canvas.
  • Many samples updated to use system Back button instead of in-app Back button.
  • New samples: DeviceLockdownAzureLogin, PdfDocument

Windows 10 RTM Release - October 2015 Update 4

Choose a tag to compare

@oldnewthing oldnewthing released this 29 Oct 00:53
  • EnterpriseDataProtection: Fix handle leak
  • FilePickerContract: Dead code removal
  • WebAccountManagement: Update Microsoft account scope, remove unnecessary dependency on Desktop extension.
  • New samples: XamlDataVirtualization, ContactCardIntegration

Windows 10 RTM Release - October 2015 Update 3

Choose a tag to compare

@oldnewthing oldnewthing released this 22 Oct 05:35
  • Fix duplicate package GUIDs.
  • AssociationLaunching: Fix layout to work better on phone. Set DesiredView in manifest (as claimed in app but forgot to do it). Add NeighboringFilesQuery support. VB version procotol should be "alsdkvb" rather than "alsdkcs" (too much copy-paste).
  • ApplicationResources: Add missing strings to VB sample.
  • CameraGetPreviewFrame: Bring C++ sample to parity with C#.
  • New samples: AllJoyn producer and consumer for JS.

Windows 10 RTM Release - October 2015 Update 2

Choose a tag to compare

@oldnewthing oldnewthing released this 15 Oct 00:10
  • Projection sample: Fix timing issue if the VisibilityChanged event arrives after StartProjectionAsync completes.
  • First round of VB samples.
  • New samples: TouchKeyboardTextInput.

Windows 10 RTM Release - October 2015 Update 1

Choose a tag to compare

@oldnewthing oldnewthing released this 06 Oct 23:34
  • Fix issue in CameraManualControls sample: Recorded video files had the wrong extension.
  • Fix issues in SpeechRecognitionAndSynthesis sample:
    • Avoid crashes when running on systems with no media components.
    • Disable buttons while operations are in progress to avoid race conditions.
    • Add exception handlers where necessary.
  • Fix issue in SpatialSound sample: Avoid DisconnectedException when running in the debugger.
  • Fix issues in XamlListView sample:
    • Deletion in narrow state causes subsequent selections to delete the item when clicking the Back button.
    • After deleting all listview items, the last item appears in the details page when switching from wide to narrow state.
  • Fix issues in XamlPullToRefresh sample:
    • Increasing vertical size was accidentally triggering refresh.
    • Fix null reference execption when clicking the Help button on the bottom command bar.
  • Various README tweaks.
  • New samples: BasicFaceTracking (C++), Store, TouchKeyboard.