summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-24Add check for disposed gesture detector on VisualElementRenderer (#706)release-2.3.3-hf1E.Z. Hart3-1/+127
2017-01-31Fix crash in UWP design moderelease-2.3.3-sr2Jason Smith1-2/+5
2017-01-31[A]Fix potential crash when calling ClearFocus in SearchBarRendererJason Smith1-4/+16
2017-01-18.nuspec updates and fixes for X.A.Support 23 -> 25 (#681)kingces953-5/+19
2016-12-06Fix wrong licensesrelease-2.3.3-sr1.1Jason Smith2-2/+2
2016-12-03Fix CommandBar overlaying content (#593)release-2.3.3-sr1Jimmy Garrido5-31/+38
2016-12-02Update NavigationPage Platform Specifics demo with pre-393 compatible colorE.Z. Hart1-1/+1
2016-12-02Allow CommandBar to expand and show command labels (#594)E.Z. Hart13-118/+984
2016-12-01[Win] Update cert (#579)Rui Marinho3-1/+2
2016-12-01fix the testsStephane Delcroix2-6/+0
2016-12-01[XamlC] provide backward compat for ProvideValueTarget without Target… (#583)Stephane Delcroix3-10/+24
2016-12-01[XamlC] use op_implicit where we should (#580)Stephane Delcroix10-7/+187
2016-12-01[Xaml] support non-int enums (#575)Stephane Delcroix3-15/+113
2016-12-01Don't run Command CanExecute on incorrect inherited binding context type (#572)E.Z. Hart4-15/+259
2016-12-01[XamlC] assigned derived type to generic BP (#566)Stephane Delcroix6-0/+141
2016-12-01[XamlC] support non-generic IMarkup on ABPs (#562)Stephane Delcroix7-7/+167
2016-11-30[iOS] Avoid using DrawRect on base VisualElementRenderer (#570)Rui Marinho4-6/+37
2016-11-18[iOS] Revert changes in popping navigation (#547)release-2.3.3Rui Marinho1-27/+44
2016-11-17Update nuget license file linkJason Smith3-3/+3
2016-10-26[Controls] Fix buildbeta-2.3.3-pre4Rui Marinho1-4/+0
2016-10-26[Win] Toolbar placement works with initial value (#488)Samantha Houts4-3/+22
2016-10-26[Android] SoftInputMode works with initial value (#465)Samantha Houts2-4/+4
2016-10-26[iOS] Add check for UIGestureRecognizerState.Cancelled when closing context a...Paul DiPietro3-1/+51
2016-10-15[Win] Update certs (#460)beta-2.3.3-pre3Rui Marinho7-34/+14
2016-10-14Fix build errorJason Smith1-2/+0
2016-10-14[A] Better fix for BZ44129Jason Smith1-2/+4
2016-10-12Fix MasterDetailPage/NavigationPage leaks on iPad (#426)E.Z. Hart3-40/+57
2016-10-12[A]Don't crash when emptying/populating TabbedPage.ItemsSource (#427)Jason Smith3-1/+61
2016-10-10[Nuspec] Include MacOS (#436)Rui Marinho1-27/+27
2016-10-10[Core] Set IVT to MacOSRui Marinho1-0/+1
2016-10-06[A] Prevent blank page from appearing when MainPage is switched (#421)Samantha Houts4-2/+44
2016-10-04Update ToolbarVisibility to TitleVisibility in PhoneResources (#416)E.Z. Hart1-1/+1
2016-10-04Unhook drawer listeners so MDP renderer and pages can be collected (#412)E.Z. Hart6-1/+255
2016-10-04[Controls] Fix buildRui Marinho1-1/+0
2016-10-04[A] PanGestureRecognizer will consistently send Started/Move event (#389)Samantha Houts3-10/+124
2016-10-04Fixed bug 43993 by removing call to base ViewWillAppear (#333)adrianknight891-7/+4
2016-10-04Make CreateNativeControl virtual instead of abstract (#406)Jason Smith1-2/+5
2016-10-04[iOS] Keep our native property listener around the same time we keep our prox...Rui Marinho6-14/+76
2016-09-30[WinRT] Fix regression on ListView selection with enter keyPaul DiPietro1-8/+6
2016-09-27[Win] Will arrange native children of custom renderers (opt-in) (#322)Samantha Houts9-1/+245
2016-09-27Merge branch '2.3.3' of github.com:xamarin/Xamarin.Forms into 2.3.3E.Z. Hart1-1/+8
2016-09-27Reuse Handler when invoking on main threadE.Z. Hart1-3/+8
2016-09-27Don't unsubscribe/resubscribe the listener to the same INPCE.Z. Hart1-1/+8
2016-09-26[Xaml] allow compatible arguments for x:FactoryStephane Delcroix1-6/+21
2016-09-26[C] specify type and default value for native bindingsStephane Delcroix3-23/+38
2016-09-26[XamlC] Compiled convertersStephane Delcroix30-81/+534
2016-09-23do not compile winrt stuffs on macStephane Delcroix1-8/+8
2016-09-23fix docsStephane Delcroix1-0/+17
2016-09-23[Xaml] fix buildStephane Delcroix1-0/+1
2016-09-23[XamlC] Implement IValueProvider.PropertyType (#345)Stephane Delcroix12-222/+249