summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-12-06[Android] Dismiss context menu when view cell is removed (#568)adrianknight894-10/+117
* close context action when cell is no longer available * rename method
2016-12-06[iOS] Fix crash when pushing page on stack on orientation change (#607)adrianknight891-5/+2
* Fix orientation crash * remove braces
2016-12-06[Android] ScrollView should send correct ScrollX and ScrollY (#394)adrianknight894-10/+186
* Android should show correct ScrollX and ScrollY when scrolling in both directions * Adding sample code to demonstrate scrolling * Orientation fix * ScrollTo should work for horizontal + vertical scrolling * Get correct scroll x and y values for ScrollOrientation.Both * Convert positions to pixels * Adding unit test to watch out for incorrect animation positioning * automated test * improvements * fixed texts
2016-12-06[WinRT] Do not store previous page when popping (#565)Paul DiPietro1-1/+3
2016-12-06Don't render empty TextCells for TableSections without Title (bugs 26104 and ↵Michael Rumpler2-69/+109
42926) (#287) * Don't render empty TextCells for TableSections without Title (bugs 26104 and 42926) * Cache the Cells so that GetCellForPosition doesn't have to iterate all Cells every time it is called
2016-12-06ResourceDictionary fixes (#536)Stephane Delcroix6-45/+110
* [C] avoid leaking RDs, remove reflection call, validate arguments * [C,Xaml] The only way to get merged values are internal
2016-12-05Typos bug sweep. (#613)Mike Norman5-6/+6
Just typos.
2016-12-05[XamlC] Compile ContraintTypeConverters (#592)Stephane Delcroix5-14/+45
* [XamlC] Compile ContraintTypeConverters * fix error message
2016-12-05[XamlC] drop ICSharpCode.Decompiler (#586)Stephane Delcroix127-34110/+10
* [XamlC] drop ICSharpCode.Decompiler * update nuspec * fix typo
2016-12-05[WinRT/UWP] Adjust margin for centered Slider (#604)Paul DiPietro3-0/+70
2016-12-05[Xaml] revert namespace change for XmlnsDefAttr (#610)Stephane Delcroix6-14/+13
* [Xaml] revert namespace change for XmlnsDefAttr * fix
2016-12-04Catch-up in Xamarin.Forms.[Core|Pages|Xaml] (#606)Mike Norman13-50/+50
2016-12-04[Xaml] change namespace for [XmlnsDef] and make it internal (#557)Stephane Delcroix8-109/+17
* [Xaml] change namespace for [XmlnsDef] and make internal * fix docs
2016-12-04[Xaml] support arrays as x:Arguments (#545)Stephane Delcroix16-75/+226
* [Xaml] port some FactoryMethod tests to XamlC * [Xaml] support array parameters in factory ctors * [XamlC] support arrays as x:Arguments * fix build
2016-12-04dispose tap gesture (#601)adrianknight891-1/+1
2016-12-03Fix iOS10 build lane infoRui Marinho1-1/+1
2016-12-03Fix CommandBar overlaying content (#593)Jimmy Garrido5-31/+38
2016-12-02Restore old Alert/ActionSheet method for iOS 8 (#595)E.Z. Hart1-28/+102
* Rename action sheet overload * Restoring iOS8-compatible alert/actionsheet handling
2016-12-02Update NavigationPage Platform Specifics demo with pre-393 compatible colorE.Z. Hart1-1/+1
2016-12-02fix buildStephane Delcroix1-3/+1
2016-12-02Allow CommandBar to expand and show command labels (#594)E.Z. Hart13-118/+984
* Allow CommandBar to expand and show command labels Consolidate command bar placement code * Make title text wrapping consistent between NavigationPage and MasterDetailPage * Align toolbar/navigation bar behavior with other platforms
2016-12-02[XamlC] passing test for 47703Stephane Delcroix3-0/+82
2016-12-01fix the testsStephane Delcroix2-6/+0
2016-12-01Last of Xamarin.Forms namespace internal items. (#589)Mike Norman10-35/+35
2016-12-01Revert "Jimmgarrido uwp toolbar (#588)"Stephane Delcroix5-51/+7
This reverts commit 1ff0db9c6f4ba1167e6b2620066f83088f23c5bf.
2016-12-01[XamlC] provide backward compat for ProvideValueTarget without Target… (#583)Stephane Delcroix3-10/+24
* [XamlC] provide backward compat for ProvideValueTarget without TargetProperty * docs
2016-12-01Jimmgarrido uwp toolbar (#588)Stephane Delcroix5-7/+51
* Fixed CommandBar being clipped when expanded by removing explicit Height * Add UITest
2016-12-01[XamlC] use op_implicit where we should (#580)Stephane Delcroix10-9/+189
* [XamlC] (passing) test for 48242 * [XamlC] (failing) test for 48242 * [XamlC] more op_implicit conversions * additional test * fix rebase
2016-12-01[Xaml] support non-int enums (#575)Stephane Delcroix3-13/+105
2016-12-01Don't run Command CanExecute on incorrect inherited binding context type (#572)E.Z. Hart4-14/+258
* Allow Command CanExecute to recover when run on inherited bindingcontext * Make exception handler more generic * Checking types in Command delegates to avoid exception in the first place * Adding type chekc to other Command constructor * Use nameof for ArgumentNullExceptions * Add unit tests for null parameters, handle value types and Nullable<T>
2016-12-01[XamlC] assigned derived type to generic BP (#566)Stephane Delcroix6-0/+141
* [XamlC] assigned derived type to generic BP * [XamlC] fix 48554 * f
2016-12-01[XamlC] support non-generic IMarkup on ABPs (#562)Stephane Delcroix7-7/+167
* [XamlC] support custom markups on ABPs * [XamlC] test for 47950
2016-11-30fix NRE in packager dispose (#561)adrianknight891-3/+6
2016-11-30[iOS] Avoid using DrawRect on base VisualElementRenderer (#570)Rui Marinho4-6/+37
* [Controls] Add retro for Bugzilla 48158 * [iOS] Avoid using DrawRect as this will make some properties not being applied to the layer * [iOS] Make sure BoxRenderer calls base LayoutSubviews * [iOS] Better fix for adding the Blur effect and avoid override draw’s * [Controls] Remove extra nunit category
2016-11-30Fix Issue 774 test so it works with wrapped IApp on phone and tabletE.Z. Hart1-35/+12
2016-11-30[Win] Update cert (#579)Rui Marinho3-1/+2
2016-11-30Have UI test for 21177 clean up after itselfE.Z. Hart1-0/+1
2016-11-29Don't instantiate the various core gallery pages until we actually need themE.Z. Hart1-108/+130
2016-11-28Updating 35733 test to use a URL XF controlsE.Z. Hart1-1/+2
2016-11-24fix weakreferences (#558)adrianknight893-8/+6
2016-11-22Fix issue descriptionSamantha Houts1-1/+1
2016-11-22Fix broken alerts for iPad (#549)beta-2.3.4-pre1E.Z. Hart3-17/+18
* Fix broken alerts for iPad * Remove unnecessary parameter and add null check * Dropping test limit to 10 so we can get iOS passing
2016-11-22fix mdoc path in MakefileStephane Delcroix1-2/+1
2016-11-22[UWP]Track user location when IsShowingUser enabled (#556)Jason Smith1-2/+21
2016-11-21Turning down number of consecutive tests to avoid jetsam ejections on iOSE.Z. Hart2-3/+5
2016-11-19Adding some restart logic to the UI tests if navigation fails (#550)E.Z. Hart2-19/+89
2016-11-18Add missing semicolonE.Z. Hart1-1/+1
2016-11-18Removing inconclusive result from Issue342 testE.Z. Hart2-1/+3
Marking 35736 test for manual review
2016-11-18[iOS] Revert changes in popping navigation (#547)Rui Marinho1-27/+44
* [iOS] Revert changes in popping navigation * [iOS] Remove unified if
2016-11-18Have PresentAlert hide new window when alert is dismissed (#543)E.Z. Hart1-48/+82