summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WP8/WP8PlatformServices.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-01-12[C] new OnPlatform mechanism (#658)Stephane Delcroix1-0/+2
* [C] Obsolete TargetPlatform * [Xaml] support and test the new syntax * blind fix windows platforms
2017-01-10iOS and Android timers should be runnable from any thread and execute… (#374)adrianknight891-30/+0
* iOS and Android timers should be runnable from any thread and executed on the main thread * removing unused Timer class declarations with minor refactoring efforts * iOS and Android timers should be runnable from any thread and executed on the main thread * removing bak file * switch to v7 * add test code
2016-04-25Make core Ticker abstract and public (#116)E.Z. Hart1-22/+3
* Make core Ticker abstract and public Make the core Ticker abstract and public so it can be inherited by platform implementations; remove now-unused parts of original Ticker; add CreateTicker to IPlatformServices; remove unused CreateTimer methods from IPlatformServices * Add docs for Ticker * Remove unnecessary Ticker.Default set * Move Ticker into Internals * Update Ticker docs * Remove old Ticker docs * Remove commented code
2016-04-07Merge pull request #60 from xamarin/warnings-WP8-4014E.Z. Hart1-1/+1
Turn off suppression of warning CS4014 Port TaskExtensions from WinRT projects to WP8 Update implementation of OpenUriAction to use TaskExtensions
2016-03-22Initial importJason Smith1-0/+232