Skip to content

Releases: microsoft/Windows-universal-samples

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)

Windows 10 RTM Release - September 2015 Update 1

09 Sep 21:43
Compare
Choose a tag to compare
  • Revise all C++ samples to use C++11 for (x : y) instead of C++/CLI for each (x in y).
  • Fix issues #105 and #139 in XamlNavigation sample.
  • Fix issue #151 in XamlDeferLoadStrategy sample.
  • Fix issue #98 in XamlUIBasics sample.
  • Fix issue #158 in XamlListView sample.
  • Fix issue in NFC sample. We were sending the MasterCard response to the SELECT AID APDU even if the card isn't MasterCard.
  • Visual polish in XamlAutoSuggestBox and XamlMasterDetail samples.
  • Add PauseAsync scenario to C++ SpeechRecognitionAndSynthesis sample.
  • Bring CortanaVoiceCommand C++ sample in sync with the C# sample.
  • Clarify in the Accelerometer sample that the Shake event is not yet implemented.
  • Fixing assorted broken links in README files.
  • Remove unnecessary try/catch blocks in assorted samples.
  • New samples: BluetoothRfcommChat, CameraResolution, CompositionVisual, CommunicationBlockAndFilter, GPIO, I2C, SPI

Windows 10 RTM Release - August 2015 Update 4

26 Aug 22:31
Compare
Choose a tag to compare
  • Cosmetic fixes to README for OCR sample.
  • SpeechRecognitionAndSynthesis sample:
    • JavaScript sample failed to re-enable drop down box in scenarios 1 and 2.
    • C# sample crashed if unable to activate microphone.
  • PasswordVault sample:
    • JavaScript sample crashed trying to delete nonexistent credential
    • JavaScript sample didn't actually initialize the PasswordVault in the background.
    • Fix misleading comments.
    • Demonstrate RetrievePassword method.
    • Rework the UI so it feels more like a sample.
  • NFC sample:
    • Auto-responds to SELECT APDU and not to READ RECORD APDU. This more closely models how apps in the real world behave.
    • Fix deadlock if user taps quickly on an NFC reader. (SmartCardEmulator::Start() can raise the ConnectionDeactivated event on the same thread as IBackgroundTask::Run(). Since an SRWLock cannot promote a reader lock into a writer lock, calling LockShared() in the Run() method and LockExclusive() in the ConnectionDeactivated event handler will cause a deadlock.)
  • New scenario in XamlListView sample which demonstrates use of ListViewPersistenceHelper to restore a list's scroll position.
  • Added C++ version of BasicFaceDetection sample.
  • Fix broken Trademark links in samples template.
  • New samples: Calendar, DisablingScreenCapture, GlobalizationPreferences