summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core.UnitTests
AgeCommit message (Collapse)AuthorFilesLines
2016-04-25Multi style classes (#134)Stephane Delcroix1-9/+46
* [C] StyleClass is IList<string> * fix docs * this might be required
2016-04-25Make core Ticker abstract and public (#116)E.Z. Hart4-4/+34
* 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-25Remove ToolBar from Core; Remove ToolBar renderers and unit tests (#124)E.Z. Hart2-145/+0
2016-04-24Enable Warnings as Errors on all plat|cfg of XF.Core.UnitTests (#95)kingces953-5/+13
* Enable Warnings as Errors on all plat|cfg of XF.Core.UnitTests * Fix build errors
2016-04-06[C] Cast to ICommand instead of Command inside SearchBarJason Smith1-1/+22
2016-03-30Add options for specifying layout of button text/image contentE.Z. Hart1-0/+24
Also make the layout and layout defaults consistent across platforms
2016-03-27[C]Remove view from previous parent when added to new parent layoutJason Smith1-0/+13
Technically this could be considered a breaking change if someone was depending on the old behavior, however the old behavior resulted in layouts that were not predictable to the user. So while yes someone could have built something that works, it would have been via trial and error and generally breaking the rule of one parent to each view. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=39509
2016-03-22Initial importJason Smith117-0/+26408