summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.UAP
AgeCommit message (Collapse)AuthorFilesLines
2016-07-18[Win] Setting TabbedPage.BarTextColor works (#244)Samantha Houts2-18/+61
[Win] TabbedPage BarBG takes precedence
2016-07-18Windows image loader error handling (#260)E.Z. Hart2-5/+5
* Repros for various image issues * Log image loading errors * Better repro instructions and user interface * Image loading tests now running on WinRT/UWP phone/tablet/desktop * Move FailImageSource into shared project * Move FailImageSource into shared project * Update docs
2016-06-17Prep Cell & friends for removal of InternalsVisibleTo (#142)Samantha Houts1-0/+1
* Prep Cell & friends for removal of InternalsVisibleTo Includes: - Cell - EntryCell - ListView - MenuItem - TableView - ViewCell - Toolbar Moved extensions to Internal & removed TPH * Update docs * [Controls] Ignore Issue2411 on iOS <9 * [Controls] Formatting for Issue2411
2016-06-16[UWP] MasterDetailControl will no longer null out the TCS before it is used. ↵Samantha Houts1-7/+7
(#227) * [UWP] Don't null the _commandBarTcs too soon * Add repro for 41842
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
CarouselView moving to preview repo
2016-04-18CarouselView Fixes (#101)kingces951-0/+4
* Fix CarouselView.Item * CarouselView formatting * Move ItemsView.Count to IItemsViewController * Remove dead code: CarouselView.IndexOf * CarouselView re-layout subviews on resize. * Add ItemTemplate to resources.xaml on UWP * Docs
2016-04-18BarBackgroundColor and BarTextColor on TabbedPage (#96)Samantha Houts2-7/+46
* [Core] Add properties to TabbedPage * [Controls] Add properties to test page * [iOS] Added BarBackgroundColor & BarTextColor to TabbedPage * [A] Added BarBackgroundColor & BarTextColor to TabbedPage * [UWP] Added BarBackgroundColor & BarTextColor to TabbedPage * [WinRT] Format file * [WinRT] Added BarBackgroundColor & BarTextColor to TabbedPage * [Docs] Updated docs
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
CS0618 occurs when using an obsolete property or method. https://msdn.microsoft.com/en-us/library/x5ye6x1e.aspx
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