Skip to content

Releases: microsoft/Windows-universal-samples

Windows 10 1511 Release - December 2015 (second try)

17 Dec 04:18
Compare
Choose a tag to compare
  • 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

17 Dec 01:57
Compare
Choose a tag to compare
  • 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

30 Nov 19:40
Compare
Choose a tag to compare
  • 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

24 Nov 22:50
Compare
Choose a tag to compare
  • CortanaVoiceCommand, XamlUIBasics: Fix Back button navigation on Phone
  • FolderEnumeration,TouchKeyboard: Fix device family (should be Universal).

Windows 10 RTM Release - November 2015 Update 1

19 Nov 00:23
Compare
Choose a tag to compare
  • 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

29 Oct 00:53
Compare
Choose a tag to compare
  • 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

22 Oct 05:35
Compare
Choose a tag to compare
  • 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

15 Oct 00:10
Compare
Choose a tag to compare
  • 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

06 Oct 23:34
Compare
Choose a tag to compare
  • 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.

Windows 10 RTM Release - September 2015 Update 2

25 Sep 04:52
Compare
Choose a tag to compare
  • CortanaVoiceCommand: JS progress screen was always empty; "When is my trip to..." would produce duplicate responses.
  • MediaImport: Null out session after disposing so we don't accidentally try to use it. Enable the Find options after a source is selected.
  • NFC: fix conflict where an Enabled card can overtake a ForegroundOverride card. Fix selection logic in PcsSdk. Improve logging. Fix query string if SmartCardReaderKind is Any. Fix crash caused by changing policy from Enabled directly to ForegroundOverride.
  • PullToRefresh: various fixes, most significantly, to delay the refresh until the user completes the pull gesture.
  • SecondaryTiles: fix malformed XML for silent toasts.
  • SpeechRecognitionAndSynthesis: Fix scenario 10 which created an empty grammar (not allowed).
  • WRL server samples: Bring event args into alignment with Windows Runtime conventions.
  • Various README updates
  • New samples: CameraManualControls, CameraResolution (C++ and JS)