summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core.UnitTests
AgeCommit message (Expand)AuthorFilesLines
2017-10-23[C] MergedRD: new tests and minor fixesStephane Delcroix1-0/+57
2017-10-23Merged DictionariesAdam Pedley1-2/+54
2017-10-23[C] Use ReferenceEquals to compare BindingContext (#1150)Stephane Delcroix1-0/+30
2017-09-16Add iOS prototypical cell cache for LV RowHeight calcs (#1143)kingces951-0/+65
2017-07-24Remove InternalsVisibleTo from Maps (#1019)Kangho1-2/+2
2017-07-06[Tests] Add nunit test adapter (#1038)Rui Marinho2-5/+6
2017-06-27Use built-in Nunit method for waiting;E.Z. Hart1-5/+5
2017-06-26Fix (hopefully) for occasional failures in PropertyChangeBindingsOccurThrough...E.Z. Hart1-5/+6
2017-06-22Breaking; Make Grid.AddHz/Vt span ortho dim (#984)kingces951-0/+158
2017-06-21[test] passing test for 32896Stephane Delcroix1-0/+29
2017-06-21[C] reset the BindingContext on template change (#998)Stephane Delcroix1-1/+27
2017-06-08[C] reset children animation on repeat (#974)Stephane Delcroix2-0/+34
2017-06-01[C] use defaultValueCreator to set Frame default Padding (#943)Stephane Delcroix1-2/+17
2017-06-01[C] use picker creation date as default Date (#944)Stephane Delcroix1-1/+1
2017-05-26Fix bz56030; DynamicResource overriding (#924)kingces951-0/+34
2017-05-16Remove VisualElement finalizer (#918)E.Z. Hart1-37/+0
2017-05-04Fix bugzilla55542 (#898)Rui Marinho1-0/+17
2017-04-13Update ListProxyTest.WeakToWeak so it works in Release mode (#866)E.Z. Hart1-10/+13
2017-04-12[Test]Ignore Weak reference test, failing only on releaseRui Marinho1-0/+2
2017-04-11[C] Lookup in RD also lookup in merged RDs (#861)Stephane Delcroix1-1/+52
2017-04-11Implicit impl of controller ifaces (#807)kingces954-8/+8
2017-04-07[Xaml] Set the TargetProperty on ServiceProvider (#847)Stephane Delcroix1-1/+3
2017-04-06Fix 54334 (#855)Stephane Delcroix1-1/+57
2017-03-24Setup a ConditionalWeakTable in ListProxy to hold weak references so that a L...Shane Neuville1-0/+92
2017-03-20[Core] Fix internal children clear logic (#820)wplong115-1/+97
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces9519-17/+32
2017-03-02[Xaml] Fallback to App.Current for DynResources (Previewer) (#793)Stephane Delcroix1-1/+21
2017-03-01[C] support more color format in ColorTypeConverter (#784)Stephane Delcroix1-14/+27
2017-02-17Split Windows RuntimePlatform into UWP and WinRT (#748)E.Z. Hart1-1/+2
2017-02-02Update RelativeLayout to make it respond to constraint changes (#425)Philippe Leybaert1-0/+41
2017-02-02Add pressed and released events to Button (#446)Kangho1-1/+27
2017-02-02[Core] Added RootPage to NavigationPage (#464)adrianknight891-6/+97
2017-02-01[C] throw meaningful exception on duplicate RD key (#716)Stephane Delcroix1-0/+14
2017-01-31Make MessagingCenter testable (#723)E.Z. Hart1-5/+70
2017-01-24Fix overeager subscription cleanup (#712)E.Z. Hart1-0/+18
2017-01-23Add default parameter value of zero to INavigationPageController.Peek() (#708)E.Z. Hart1-0/+1
2017-01-23Reduce overhead of pushing existing navigation stack (#672)E.Z. Hart1-12/+77
2017-01-12Fix test failures in Release modeE.Z. Hart1-6/+8
2017-01-12[C] new OnPlatform mechanism (#658)Stephane Delcroix4-26/+42
2017-01-10iOS and Android timers should be runnable from any thread and execute… (#374)adrianknight891-51/+0
2017-01-03Allow subscriber to be collected if MessagingCenter is the only reference to ...E.Z. Hart1-1/+166
2016-12-23Xamlc compile data triggers (#648)Stephane Delcroix2-0/+28
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