summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core.UnitTests
AgeCommit message (Expand)AuthorFilesLines
2016-12-07remove the noise while running nunit from consoleStephane Delcroix1-2/+0
2016-12-06[C] detach Behaviors and Triggers on VE finalization (#555)Stephane Delcroix1-1/+41
2016-12-06[Android] ScrollView should send correct ScrollX and ScrollY (#394)adrianknight891-0/+31
2016-12-06ResourceDictionary fixes (#536)Stephane Delcroix1-9/+40
2016-12-01Don't run Command CanExecute on incorrect inherited binding context type (#572)E.Z. Hart1-1/+99
2016-11-16[W] Support 0 as valid BorderWidth (#537)Stephane Delcroix1-1/+1
2016-11-16[C] Use a Binding for ItemsSource object selectionStephane Delcroix1-96/+68
2016-11-16Squashed commit of the following:Joakim Carselind1-20/+468
2016-11-16BindingContext changes are called multiple times on app start (#470)adrianknight891-0/+84
2016-11-15[XamlC] TypedBindings, some tests, a compiler, ... (#489)Stephane Delcroix5-651/+2145
2016-10-25ScrollView should account for Content margin (#392)adrianknight891-0/+54
2016-09-26[C] specify type and default value for native bindings (#376)Stephane Delcroix1-11/+21
2016-09-26[XamlC] Compiled converters (#358)Stephane Delcroix1-1/+1
2016-09-18[Controls] Update Insights and UITest packages and fix warnings (#361)Rui Marinho3-9/+8
2016-09-08[Xaml] support native views and native bindings (#266)Stephane Delcroix1-1/+0
2016-09-08Native Bindings (#278)Stephane Delcroix2-0/+488
2016-08-30Fix for ListView BindingContext for Header/Footer (#312)Jonathan Peppers1-0/+37
2016-08-30Platform Specifics (#301)Samantha Houts2-0/+228
2016-08-16Fix for BindingExpression memory leak (#279)Jonathan Peppers1-0/+27
2016-08-16Invalidate measure of Label when FormattedText changes (#303)Akihiko Odaki1-0/+26
2016-08-10Unit tests for the PCL WeakEventManager (#280)E.Z. Hart2-0/+190
2016-08-09Add the key in the message on throwing a KeyNotFoundException (#282)Rogier van der Hee1-1/+10
2016-07-11Added PoppedToRootEventArgs to track popped pages when calling PopToRoot (#229)Johan Karlsson1-0/+25
2016-06-17Prep Cell & friends for removal of InternalsVisibleTo (#142)Samantha Houts4-7/+9
2016-06-16Prep Page for removal of InternalsVisibleTo (#150)E.Z. Hart9-45/+58
2016-05-25[Android] Implement the AppIndexProvider on non-AppCompact, fix KeyValues on...Rui Marinho2-0/+43
2016-05-04Add IMasterDetailPageController and update renderers (#146)E.Z. Hart1-10/+10
2016-05-04Add INavigationPageController (#149)E.Z. Hart1-2/+2
2016-05-02Prep VisualElement (and descendants) for removal of InternalsVisibleTo (#141)E.Z. Hart1-1/+2
2016-05-02Prep Image for removal of InternalsVisibleTo (#140)E.Z. Hart1-2/+2
2016-05-02Prep SearchBar for removal of InternalsVisibleTo (#137)E.Z. Hart1-2/+2
2016-04-25Multi style classes (#134)Stephane Delcroix1-9/+46
2016-04-25Make core Ticker abstract and public (#116)E.Z. Hart4-4/+34
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
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
2016-03-27[C]Remove view from previous parent when added to new parent layoutJason Smith1-0/+13
2016-03-22Initial importJason Smith117-0/+26408