summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-12-13[XamlC] remove unused variables (#620)Stephane Delcroix1-1/+34
2016-12-12Add missing interface implementationsE.Z. Hart1-0/+10
2016-12-12Updating UITest package to 2.0.3E.Z. Hart6-9/+9
2016-12-12[XamlC] Compile TypeTypeConverter (#615)Stephane Delcroix6-13/+73
2016-12-12[XamlC] Optimize Stloc/Ldloc (#614)Stephane Delcroix2-1/+21
2016-12-12[XamlC] Box valueTypes on Add() (#624)Stephane Delcroix5-1/+63
This doesn't happen often, and I haven't found any valid XAML file out there requiring this, but in the case of 49307, it at least generates valid IL, which then fails with a NRE as this is the nature of callvirt.
2016-12-12Revert "Remove iOS8 build badge"Rui Marinho1-0/+2
This reverts commit 19982b5bd13deb25d1ea4cb4dd157807f4f199db.
2016-12-12Remove iOS8 build badgeRui Marinho1-2/+0
2016-12-12[XamlC] optimize Datatemplate IL as well (#612)Stephane Delcroix4-24/+44
2016-12-12[XamlC] fix loading ulongs, optimize bytecode for ulongs (#611)Stephane Delcroix6-2/+131
2016-12-12[XamlC] compile ThicknessTypeConverter (#603)Stephane Delcroix5-4/+58
2016-12-12[XamlC] support setting values on ValueTypes (#596)Stephane Delcroix4-3/+104
2016-12-09Revert "Deprecate iOS 8 and earlier (#626)"Jason Smith17-50/+257
This reverts commit c4b1c88f506ebf76a2a40f005b45ec9b24e46e1a.
2016-12-09Deprecate iOS 8 and earlier (#626)Paul DiPietro17-257/+50
2016-12-08Add iOS 8 status to readmeE.Z. Hart1-0/+2
2016-12-07Fix for 45743 which works with iOS 8 (#616)E.Z. Hart1-66/+8
* Explicitly set window bounds when presenting alert * Remove unused methods
2016-12-07Fix 41415 test (use rounding)E.Z. Hart1-3/+4
2016-12-07[UITest] Only run 41415 test on AndroidRui Marinho1-1/+1
2016-12-07[Xaml[C]] support op_implicit declared on Target (#585)Stephane Delcroix4-22/+51
2016-12-07[XamlC] Type ref tests, and fixes (#569)Stephane Delcroix3-33/+175
* [XamlC] Add tests for TypeRefExts, fix and enhancements * [XamlC] more fixes, more tests * Fix failing test
2016-12-07remove the noise while running nunit from consoleStephane Delcroix1-2/+0
2016-12-06Put test in the correct namespaceE.Z. Hart1-1/+1
2016-12-06Fix wrong licensesJason Smith2-2/+2
2016-12-06Possible fix for race condition in 21177 UI testE.Z. Hart1-2/+4
2016-12-06[C] detach Behaviors and Triggers on VE finalization (#555)Stephane Delcroix4-1/+78
* [C] detach Behaviors and Triggers on VE finalization * update docs
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.