summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.UAP
AgeCommit message (Expand)AuthorFilesLines
2017-04-11Implicit impl of controller ifaces (#807)kingces955-21/+15
2017-03-27Fix 53427; Change default UAP styling for a label (#837)kingces951-1/+1
2017-03-14[WinRT/UWP] Fix Opacity behavior with ProgressBar (#695)Paul DiPietro3-0/+316
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces953-2/+7
2017-03-07[UWP] Set SearchBar's AutoMaximizeSuggestionArea to false (#646)Paul DiPietro1-0/+1
2017-03-07[UWP] Adjust AutoSuggestBox's TextBoxStyle style name to prevent possible cra...Paul DiPietro1-2/+2
2017-03-06[UWP] Add width check for Detail on MDP to prevent potential crash (#775)Paul DiPietro1-1/+1
2017-03-06[UWP] Improve toolbar consistency on MasterDetailPage (#744)Jimmy Garrido3-31/+34
2017-03-03[WinRT/UWP] Do not allow IsPresented use in Split mode on desktop (#707)Paul DiPietro1-1/+6
2017-03-03[WinRT/UWP] Make TextBox better respect background color changes via behavior...Paul DiPietro1-1/+1
2017-02-03Fix disappearing ListView text when changing color settings on Windows (#731)E.Z. Hart1-9/+0
2017-01-31[All] Basic Accessibility Support (#713)Samantha Houts2-1/+11
2017-01-28Make WinRT/UWP platform classes more maintainable (#652)E.Z. Hart3-0/+356
2017-01-03[WinRT/UWP] Apply BackgroundColor to Stepper buttons (#581)Paul DiPietro1-0/+26
2017-01-03Make UWP toolbar display rules consistent with other platforms (#638)E.Z. Hart6-18/+111
2016-12-27[UWP] Fix TextBox style for foreground focus color (#618)Paul DiPietro1-0/+1
2016-12-03Fix CommandBar overlaying content (#593)Jimmy Garrido5-31/+38
2016-12-02Allow CommandBar to expand and show command labels (#594)E.Z. Hart9-79/+973
2016-12-01Revert "Jimmgarrido uwp toolbar (#588)"Stephane Delcroix3-10/+6
2016-12-01Jimmgarrido uwp toolbar (#588)Stephane Delcroix3-6/+10
2016-10-26[Win] Toolbar placement works with initial value (#488)Samantha Houts1-0/+7
2016-09-08[Xaml] support native views and native bindings (#266)Stephane Delcroix3-0/+78
2016-09-08Native Bindings (#278)Stephane Delcroix1-0/+9
2016-08-30Platform Specifics (#301)Samantha Houts10-580/+806
2016-08-16Fix Entry/SearchBar color issues (#306)E.Z. Hart5-417/+411
2016-07-18[Win] Setting TabbedPage.BarTextColor works (#244)Samantha Houts2-18/+61
2016-07-18Windows image loader error handling (#260)E.Z. Hart2-5/+5
2016-06-17Prep Cell & friends for removal of InternalsVisibleTo (#142)Samantha Houts1-0/+1
2016-06-16[UWP] MasterDetailControl will no longer null out the TCS before it is used. ...Samantha Houts1-7/+7
2016-06-16Prep Page for removal of InternalsVisibleTo (#150)E.Z. Hart2-19/+14
2016-05-04Add IMasterDetailPageController and update renderers (#146)E.Z. Hart1-3/+5
2016-05-02Prep SearchBar for removal of InternalsVisibleTo (#137)E.Z. Hart1-1/+1
2016-04-26Carousel clean (#135)Jason Smith3-29/+23
2016-04-18CarouselView Fixes (#101)kingces951-0/+4
2016-04-18BarBackgroundColor and BarTextColor on TabbedPage (#96)Samantha Houts2-7/+46
2016-04-18[UWP] OnElementChanged is now virtual (#98)Samantha Houts1-1/+1
2016-04-12Enable CS1998 warnings as errors (#65)Paul DiPietro1-8/+8
2016-04-12Mop up enabling warnings as errors (#78)kingces951-2/+2
2016-04-11Enable warnings 0649 and 0067 on UAP/WinRT (#73)kingces952-2/+4
2016-04-11Enable CS0618 warnings as errors (#72)Paul DiPietro1-8/+8
2016-04-06Warnings as Errors in product projectskingces951-6/+16
2016-03-23[W] ListView Cells will respect RowHeightSamantha Houts1-1/+1
2016-03-22Initial importJason Smith14-0/+3139