Windows-universal-samples

API samples for the Universal Windows Platform.

MIT License

Stars
9.5K
Windows-universal-samples - Windows 10 RTM 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.
  • FileAccess: Use TryGetItemAsync to check if a file exists.
Windows-universal-samples - Windows 10 1511 Release - March 2016 Update 2

Published by oldnewthing over 8 years ago

  • 3DPrinting: Add color support and object model support
  • AppSevices: Fix copy/paste error #324
  • ExtendedExecution: Fix copy/paste error #306
  • SmsSendAndReceive: Update README to clarify intended audience.
  • New sample: BasicSuspension
Windows-universal-samples - Windows 10 RTM Release - March 2016 Update 2

Published by oldnewthing over 8 years ago

  • AppSevices: Fix copy/paste error #324
  • ExtendedExecution: Fix copy/paste error #306
  • SmsSendAndReceive: Update README to clarify intended audience.
  • New sample: BasicSuspension
Windows-universal-samples - Windows 10 1511 Release - March 2016

Published by oldnewthing over 8 years ago

  • Remove unnecessary references to extension SDKs.
  • Set SDK version for all projects to 10586, so you don't need to have the 10240 SDK installed.
  • Set MaxVersionTested for all projects to 10586.
  • Fix use of deprecated classes, methods, etc.
  • ContextMenu: Fix bug in calculation of menu position
  • EasProtocol: Remove deprecated scenarios; renamed sample to ClientDeviceInformation.
  • XamlAnimatedGif: fixed issue with setting GifView.UriSource to external Uri.
  • New sample: 3DPrinting
Windows-universal-samples - Windows 10 RTM Release - March 2016 Update

Published by oldnewthing over 8 years ago

  • Remove unnecessary references to extension SDKs.
  • Fix use of deprecated classes, methods, etc.
  • ContextMenu: Fix bug in calculation of menu position
  • EasProtocol: Remove deprecated scenarios; renamed sample to ClientDeviceInformation.
  • XamlAnimatedGif: fixed issue with setting GifView.UriSource to external Uri.
Windows-universal-samples - Windows 10 RTM Release - February 2016 Update

Published by oldnewthing over 8 years ago

  • Update READMEs for WebAccountManagement, WindowsAudioService.
  • Accept community contributions #243, #254, #279.
  • New sample: ExtendedExecution
Windows-universal-samples - Windows 10 1511 Release - February 2016

Published by oldnewthing over 8 years ago

  • Update READMEs for WebAccountManagement, WindowsAudioService.
  • Accept community contributions #243, #254, #275, #279.
  • New samples: 3DPrintingFromUnity, ExtendedExecution
Windows-universal-samples - Windows 10 1511 Release - January 2016

Published by oldnewthing almost 9 years ago

  • Bump build number to 10586 (aka version 1511) for all samples. This avoids having to install the RTM SDK to build them.
  • 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-universal-samples - Windows 10 RTM Release - January 2016 Update

Published by oldnewthing almost 9 years ago

  • 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-universal-samples - Windows 10 1511 Release - December 2015 (second try)

Published by oldnewthing almost 9 years ago

  • No changes to sources, but recording as a merge from the win10-1507 branch for proper bookkeeping. Sorry for the mistake.
Windows-universal-samples - Windows 10 RTM Release - December 2015 Update

Published by oldnewthing almost 9 years ago

  • BackgroundAudio: Remove obsolete comments and code
  • LockScreenApps: Update Scenario 1 to describe Windows 10 behavior (instead of Windows 8 behavior)
Windows-universal-samples - Windows 10 Version 1511 Samples - November 2015

Published by oldnewthing almost 9 years ago

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

Published by oldnewthing almost 9 years ago

  • CortanaVoiceCommand, XamlUIBasics: Fix Back button navigation on Phone
  • FolderEnumeration,TouchKeyboard: Fix device family (should be Universal).
Windows-universal-samples - Windows 10 RTM Release - November 2015 Update 1

Published by oldnewthing almost 9 years ago

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

Published by oldnewthing almost 9 years ago

  • EnterpriseDataProtection: Fix handle leak
  • FilePickerContract: Dead code removal
  • WebAccountManagement: Update Microsoft account scope, remove unnecessary dependency on Desktop extension.
  • New samples: XamlDataVirtualization, ContactCardIntegration
Windows-universal-samples - Windows 10 RTM Release - October 2015 Update 3

Published by oldnewthing about 9 years ago

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

Published by oldnewthing about 9 years ago

  • Projection sample: Fix timing issue if the VisibilityChanged event arrives after StartProjectionAsync completes.
  • First round of VB samples.
  • New samples: TouchKeyboardTextInput.
Windows-universal-samples - Windows 10 RTM Release - October 2015 Update 1

Published by oldnewthing about 9 years ago

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

Published by oldnewthing about 9 years ago

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

Published by oldnewthing about 9 years ago

  • 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