Skip to content

Commit 17ab5a1

Browse files
committedDec 17, 2015
Windows 10 1511 Release - December 2015
1 parent 17b1dbd commit 17ab5a1

File tree

74 files changed

+3636
-695
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+3636
-695
lines changed
 

‎README.md

+74-69
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!---
2-
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=619979&clcid=0x409
2+
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=619979
33
--->
44

55
# Universal Windows app samples
@@ -43,20 +43,19 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
4343

4444
## Samples by category
4545

46+
### App settings
47+
4648
<table>
47-
<tr>
48-
<th colspan="3" align="left">App settings</th>
49-
</tr>
5049
<tr>
5150
<td><a href="Samples/Package">App package information</a></td>
5251
<td><a href="Samples/ApplicationData">Application data</a></td>
5352
<td><a href="Samples/Store">Store</a></td>
5453
</tr>
5554
</table>
55+
56+
### Audio, video, and camera
57+
5658
<table>
57-
<tr>
58-
<th colspan="3" align="left">Audio, video, and camera</th>
59-
</tr>
6059
<tr>
6160
<td><a href="Samples/AdaptiveStreaming">Adaptive streaming</a></td>
6261
<td><a href="Samples/AdvancedCasting">Advanced casting</a></td>
@@ -106,25 +105,28 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
106105
<td><a href="Samples/MediaImport">Windows media import</a></td>
107106
</tr>
108107
</table>
108+
109+
### Communications
110+
109111
<table>
110-
<tr>
111-
<th colspan="3" align="left">Communications</th>
112-
</tr>
113112
<tr>
114113
<td><a href="Samples/BluetoothRfcommChat">Bluetooth RFCOMM chat</a></td>
114+
<td><a href="Samples/CallerID">Caller ID</a></td>
115115
<td><a href="Samples/CommunicationBlockAndFilter">Communication blocking and filtering</a></td>
116-
<td><a href="Samples/PhoneCall">Phone call</a></td>
117116
</tr>
118117
<tr>
118+
<td><a href="Samples/PhoneCall">Phone call</a></td>
119119
<td><a href="Samples/SimpleCommunication">Real-time communication</a></td>
120120
<td><a href="Samples/SmsSendAndReceive">SMS send and receive</a></td>
121+
</tr>
122+
<tr>
121123
<td><a href="Samples/VoIP">Voice over IP (VoIP)</a></td>
122124
</tr>
123125
</table>
126+
127+
### Contacts and calendar
128+
124129
<table>
125-
<tr>
126-
<th colspan="3" align="left">Contacts and calendar</th>
127-
</tr>
128130
<tr>
129131
<td><a href="Samples/Appointments">Appointment calendar</a></td>
130132
<td><a href="Samples/ContactCards">Contact cards</a></td>
@@ -134,10 +136,10 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
134136
<td><a href="Samples/UserDataAccountManager">UserDataAccountManager</a></td>
135137
</tr>
136138
</table>
139+
140+
### Controls, layout, and text
141+
137142
<table>
138-
<tr>
139-
<th colspan="3" align="left">Controls, layout, and text</th>
140-
</tr>
141143
<tr>
142144
<td><a href="Samples/XamlAutoSuggestBox">AutoSuggestBox migration</a></td>
143145
<td><a href="Samples/Clipboard">Clipboard</a></td>
@@ -192,10 +194,10 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
192194
<td><a href="Samples/ResizeAppView">Window resizing</a></td>
193195
</tr>
194196
</table>
197+
198+
### Custom user interactions
199+
195200
<table>
196-
<tr>
197-
<th colspan="3" align="left">Custom user interactions</th>
198-
</tr>
199201
<tr>
200202
<td><a href="Samples/BasicInput">Basic input</a></td>
201203
<td><a href="Samples/ComplexInk">Complex inking</a></td>
@@ -210,10 +212,10 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
210212
<td><a href="Samples/TouchKeyboardTextInput">Touch keyboard text input</a></td>
211213
</tr>
212214
</table>
215+
216+
### Data
217+
213218
<table>
214-
<tr>
215-
<th colspan="3" align="left">Data</th>
216-
</tr>
217219
<tr>
218220
<td><a href="Samples/MsBlobBuilder">Blobs</a></td>
219221
<td><a href="Samples/Compression">Compression</a></td>
@@ -235,10 +237,10 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
235237
<td><a href="Samples/XmlLite">XmlLite</a></td>
236238
</tr>
237239
</table>
240+
241+
### Deep links and app-to-app communication
242+
238243
<table>
239-
<tr>
240-
<th colspan="3" align="left">Deep links and app-to-app communication</th>
241-
</tr>
242244
<tr>
243245
<td><a href="Samples/AppServices">App services</a></td>
244246
<td><a href="Samples/JumpList">Jump list customization</a></td>
@@ -248,10 +250,10 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
248250
<td><a href="Samples/ShareTarget">Sharing content target app</a></td>
249251
</tr>
250252
</table>
253+
254+
### Devices and sensors
255+
251256
<table>
252-
<tr>
253-
<th colspan="3" align="left">Devices and sensors</th>
254-
</tr>
255257
<tr>
256258
<td><a href="Samples/Accelerometer">Accelerometer</a></td>
257259
<td><a href="Samples/ActivitySensor">Activity detection sensor</a></td>
@@ -311,10 +313,10 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
311313
<td><a href="Samples/SimpleOrientationSensor">Simple orientation sensor</a></td>
312314
</tr>
313315
</table>
316+
317+
### Files, folders, and libraries
318+
314319
<table>
315-
<tr>
316-
<th colspan="3" align="left">Files, folders, and libraries</th>
317-
</tr>
318320
<tr>
319321
<td><a href="Samples/FileAccess">File access</a></td>
320322
<td><a href="Samples/FileThumbnails">File and folder thumbnail</a></td>
@@ -331,19 +333,19 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
331333
<td><a href="Samples/SemanticTextQuery">Semantic text query</a></td>
332334
</tr>
333335
</table>
336+
337+
### Gaming
338+
334339
<table>
335-
<tr>
336-
<th colspan="3" align="left">Gaming</th>
337-
</tr>
338340
<tr>
339341
<td><a href="Samples/Simple3DGameDX">Direct3D game</a></td>
340342
<td><a href="Samples/Simple3DGameXaml">DirectX and XAML game</a></td>
341343
</tr>
342344
</table>
345+
346+
### Globalization and localization
347+
343348
<table>
344-
<tr>
345-
<th colspan="3" align="left">Globalization and localization</th>
346-
</tr>
347349
<tr>
348350
<td><a href="Samples/ApplicationResources">Application resources and localization</a></td>
349351
<td><a href="Samples/Calendar">Calendar</a></td>
@@ -364,10 +366,10 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
364366
<td><a href="Samples/Unicode">Unicode string processing</a></td>
365367
</tr>
366368
</table>
369+
370+
### Graphics and animation
371+
367372
<table>
368-
<tr>
369-
<th colspan="3" align="left">Graphics and animation</th>
370-
</tr>
371373
<tr>
372374
<td><a href="Samples/XamlAnimatedGif">Animated GIF playback (XAML)</a></td>
373375
<td><a href="Samples/AnimationLibrary">Animation library (HTML)</a></td>
@@ -384,10 +386,10 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
384386
<td><a href="Samples/XamlTransform3DParallax">Transform3D parallax</a></td>
385387
</tr>
386388
</table>
389+
390+
### Identity, security, and encryption
391+
387392
<table>
388-
<tr>
389-
<th colspan="3" align="left">Identity, security, and encryption</th>
390-
</tr>
391393
<tr>
392394
<td><a href="Samples/PasswordVault">Credential locker</a></td>
393395
<td><a href="Samples/CredentialPicker">Credential picker</a></td>
@@ -400,38 +402,41 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
400402
</tr>
401403
<tr>
402404
<td><a href="Samples/Personalization">Lock screen personalization</a></td>
405+
<td><a href="Samples/MicrosoftPassport">Microsoft Passport and Windows Hello</a></td>
403406
<td><a href="Samples/SmartCard">Smart cards</a></td>
404-
<td><a href="Samples/UserInfo">User information</a></td>
405407
</tr>
406408
<tr>
409+
<td><a href="Samples/UserInfo">User information</a></td>
407410
<td><a href="Samples/UserConsentVerifier">UserConsentVerifier</a></td>
408411
<td><a href="Samples/WebAccountManagement">Web account management</a></td>
412+
</tr>
413+
<tr>
409414
<td><a href="Samples/WebAuthenticationBroker">WebAuthenticationBroker</a></td>
410415
</tr>
411416
</table>
417+
418+
### Launching and background tasks
419+
412420
<table>
413-
<tr>
414-
<th colspan="3" align="left">Launching and background tasks</th>
415-
</tr>
416421
<tr>
417422
<td><a href="Samples/AssociationLaunching">Association launching</a></td>
418423
<td><a href="Samples/BackgroundTask">Background task</a></td>
419424
</tr>
420425
</table>
426+
427+
### Maps and location
428+
421429
<table>
422-
<tr>
423-
<th colspan="3" align="left">Maps and location</th>
424-
</tr>
425430
<tr>
426431
<td><a href="Samples/Geolocation">Geolocation</a></td>
427432
<td><a href="Samples/Geotag">Geotag</a></td>
428433
<td><a href="Samples/MapControl">MapControl</a></td>
429434
</tr>
430435
</table>
436+
437+
### Navigation
438+
431439
<table>
432-
<tr>
433-
<th colspan="3" align="left">Navigation</th>
434-
</tr>
435440
<tr>
436441
<td><a href="Samples/BackButton">Back Button</a></td>
437442
<td><a href="Samples/XamlMasterDetail">Master/detail</a></td>
@@ -443,10 +448,10 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
443448
<td><a href="Samples/PackagedContent">XHR, handling navigation errors, and URL schemes</a></td>
444449
</tr>
445450
</table>
451+
452+
### Networking and web services
453+
446454
<table>
447-
<tr>
448-
<th colspan="3" align="left">Networking and web services</th>
449-
</tr>
450455
<tr>
451456
<td><a href="Samples/BackgroundTransfer">Background transfer</a></td>
452457
<td><a href="Samples/DatagramSocket">DatagramSocket</a></td>
@@ -476,37 +481,37 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
476481
<td><a href="Samples/WiFiScan">Wi-Fi scanning</a></td>
477482
</tr>
478483
</table>
484+
485+
### Platform architecture
486+
479487
<table>
480-
<tr>
481-
<th colspan="3" align="left">Platform architecture</th>
482-
</tr>
483488
<tr>
484489
<td><a href="Samples/ProxyStubsForWinRTComponents">In-process component authoring</a></td>
485490
<td><a href="Samples/WRLInProcessWinRTComponent">In-process component authoring</a></td>
486491
<td><a href="Samples/WRLOutOfProcessWinRTComponent">Out-of-process component authoring</a></td>
487492
</tr>
488493
</table>
494+
495+
### Speech and Cortana
496+
489497
<table>
490-
<tr>
491-
<th colspan="3" align="left">Speech and Cortana</th>
492-
</tr>
493498
<tr>
494499
<td><a href="Samples/CortanaVoiceCommand">Cortana voice command</a></td>
495500
<td><a href="Samples/SpeechRecognitionAndSynthesis">Speech recognition and synthesis</a></td>
496501
</tr>
497502
</table>
503+
504+
### Threading
505+
498506
<table>
499-
<tr>
500-
<th colspan="3" align="left">Threading</th>
501-
</tr>
502507
<tr>
503508
<td><a href="Samples/WebWorkers">JavaScript Web Workers app multithreading</a></td>
504509
</tr>
505510
</table>
511+
512+
### Tiles, toasts, and notifications
513+
506514
<table>
507-
<tr>
508-
<th colspan="3" align="left">Tiles, toasts, and notifications</th>
509-
</tr>
510515
<tr>
511516
<td><a href="Samples/Notifications">Notifications</a></td>
512517
<td><a href="Samples/SecondaryTiles">Secondary tiles</a></td>

‎Samples/BackgroundAudio/cs/BackgroundAudioTask/MyBackgroundAudioTask.cs

+1-11
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ private void UpdateUVCOnNewTrack(MediaPlaybackItem item)
218218
/// <param name="args"></param>
219219
void smtc_PropertyChanged(SystemMediaTransportControls sender, SystemMediaTransportControlsPropertyChangedEventArgs args)
220220
{
221-
// TODO: If soundlevel turns to muted, app can choose to pause the music
221+
// If soundlevel turns to muted, app can choose to pause the music
222222
}
223223

224224
/// <summary>
@@ -382,9 +382,6 @@ private void SkipToPrevious()
382382
{
383383
smtc.PlaybackStatus = MediaPlaybackStatus.Changing;
384384
playbackList.MovePrevious();
385-
386-
// TODO: Work around playlist bug that doesn't continue playing after a switch; remove later
387-
BackgroundMediaPlayer.Current.Play();
388385
}
389386

390387
/// <summary>
@@ -394,10 +391,6 @@ private void SkipToNext()
394391
{
395392
smtc.PlaybackStatus = MediaPlaybackStatus.Changing;
396393
playbackList.MoveNext();
397-
398-
// TODO: Work around playlist bug that doesn't continue playing after a switch; remove later
399-
BackgroundMediaPlayer.Current.Play();
400-
401394
}
402395
#endregion
403396

@@ -477,9 +470,6 @@ void BackgroundMediaPlayer_MessageReceivedFromForeground(object sender, MediaPla
477470
Debug.WriteLine("Skipping to track " + index);
478471
smtc.PlaybackStatus = MediaPlaybackStatus.Changing;
479472
playbackList.MoveTo((uint)index);
480-
481-
// TODO: Work around playlist bug that doesn't continue playing after a switch; remove later
482-
BackgroundMediaPlayer.Current.Play();
483473
return;
484474
}
485475

0 commit comments

Comments
 (0)
Please sign in to comment.