Windows-universal-samples

API samples for the Universal Windows Platform.

MIT License

Stars
9.5K
Windows-universal-samples - Windows 10 RTM Release - August 2015 Update 4

Published by oldnewthing about 9 years ago

  • 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
Windows-universal-samples - Windows 10 RTM Release - August 2015 Update 3

Published by oldnewthing about 9 years ago

  • Fix manifests in SocketActivityStreamSocket, FolderEnumeration, Appointments, AssociationLaunching, LockScreenApps, MultipleViews, SecondaryTiles, ShareTarget, SplashScreen.
  • Improved README for UssdProtocol and other samples.
  • Fix EnterpriseDataProtection scenario 13 if not invoked via share contract.
  • Add location support to SpeechRecognitionAndSynthesis JavaScript sample.
  • Fix build issues in BackgroundTasks sample.
  • Remove references to unused/nonexistent CSS files in various samples. (Thanks, getsetbro.)
  • Update SplashScreen sample to use Canvas to get proper layout and position the image properly. (Thanks, shinsenai.)
  • Fix crash in XamlBind sample if you move the slider to zero. (Thanks, davidni.)
  • New samples: DisplayOrientation, ContactCards, ContactPicker.
Windows-universal-samples - Windows 10 RTM Release - August 2015 Update 2

Published by oldnewthing about 9 years ago

  • Fix build issues in Geolocation, Projection, ResizeAppView, UserInfo.
  • Improvements to the speech recognition sample:
    • New scenario "PauseAsync".
    • Fix Chinese SRGS constraint.
    • Fix an error case in the JS sample that resulted in crashes when switching scenarios.
  • New samples: XamlAnimatedGif, Playlists, DateTimeFormatting.
  • Tweaks to various samples to reduce disk footprint and to prevent deployment to unsupported devices.
Windows-universal-samples - Windows 10 RTM Release - August 2015 Update

Published by oldnewthing about 9 years ago

Change log

  • Fixes to various README files.
  • Fix build issues in DpiScaling, Transform3DParallax, XamlPivot, XamlUIBasics, and Webview.
  • Replace AccountPictureName sample with UserInfo sample.
  • New samples: BackButton, XamlDragDrop.
  • Improvements to the speech recognition sample:
    • JavaScript sample reports confidence in words (“high”, “medium”, “low”) rather than numbers (0, 1, 2).
    • Fix Spanish SRGS constraint.
  • AdventureWorks sample no longer crashes if you try to cancel a trip and then change your mind.
  • Add clarifications to ResponsiveTechniques sample.
Windows-universal-samples - Windows 10 RTM Release - July 2015

Published by AdamBraden about 9 years ago

Windows 10 Samples Release

This release contains the Universal Windows Platform samples for APIs in the Windows Software Development Kit (SDK) for Windows 10 at RTM. These code samples were created with the Universal Windows templates available in Visual Studio, and are designed to run on desktop, mobile, and future devices that support the Universal Windows Platform

There are over 180 samples, covering the breadth of Universal Windows Platform APIs with support in multiple languages such as C#, C++, and JavaScript.

The samples use Linked files in Visual Studio to reduce duplication of common files, including sample template files and image assets. These common files are stored in the SharedContent folder at the root of the repository and referred to in the project files using links. To use the samples you need to extract the entire zip file including the SharedContent folder

Build the samples

  1. If you download the samples ZIP, make sure that you unzip the entire archive.
  2. Start Microsoft Visual Studio 2015 and select File > Open > Project/Solution.
  3. Go to the directory to which you unzipped the samples archive, go to the Samples subdirectory, then the subdirectory named for this sample, then the subdirectory containing the sample in the language you desire. Double-click the Visual Studio 2015 Solution (.sln) file.
  4. Press Ctrl+Shift+B, or select Build > Build Solution.