summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core.UnitTests
AgeCommit message (Expand)AuthorFilesLines
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
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