summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.UAP
AgeCommit message (Collapse)AuthorFilesLines
2016-10-26[Win] Toolbar placement works with initial value (#488)Samantha Houts1-0/+7
* Defer UpdateToolbarPlacement until CommandBar is in the control hierarchy * Cleanup
2016-09-08[Xaml] support native views and native bindings (#266)Stephane Delcroix3-0/+78
Allows including Native views directly in xaml. Support for ios, android, UWP
2016-09-08Native Bindings (#278)Stephane Delcroix1-0/+9
* [C, I, A, W] Support Native Bindings * fix tabs
2016-08-30Platform Specifics (#301)Samantha Houts10-580/+806
* Playing around with how the platform specifics interfaces etc. might work * Sample implementation of iOS navigation translucency * Very slightly reduced code * Better vendor stuff * Drop single-implemenation interfaces * Generics on NavigationPage * On-demand vendor stuff * Remove functionally duplicate classes and make ControlGallery work again * Namespace all the things. XAML test. * Can use Effect to attach platform specific * Attach Effect on PropertyChanging for XAML support! * Rename IConfigPlatform interfaces for readability * Some renaming to match the documents * Split class files * Clear out test-only code * Re-namespace * Added On method to rendered Elements * Allow for removal of platform suffix, convenience methods on specific platforms * Creating a gallery page for specifics * Add rudimentary Platform Specifics gallery; make CollapseStyle work on UWP; Add CollapsedPaneWidth specific property * Toolbar now working with both collapse styles * MDP now displaying Content title; toolbar routing around title * Add a gallery for the iOS NavigationPage stuff * Add Navigation Page as detail page to verify it works with new Toolbar options * Make titlebar/toolbar background colors consistent * ToolbarPlacement now working on NavigationPage * Toolbar Placement working for tabbed and nav pages * Fix bug where phone doesn't get default toolbar placement on start * [Core] Add PS WindowSoftInputModeAdjust [Core] Make Application extendable * Toolbar placement now working on Nav, Tabbed, and Master pages on desktop/phone Remove unnecessary style indirection Fix build errors * [A] Add PlatformConfigurationExtensions * SetSoftInputMode test page * [A] SetSoftInputMode Known issue: Status bar color does not work in AdjustResize mode * [Core] Add PS Blur * [iOS] Configure renderer for blur * Add test page * Move to blur VisualElement for broader support * Move test pages to gallery * Update docs * Use lazy initializer for PlatformConfigurationRegistry
2016-08-16Fix Entry/SearchBar color issues (#306)E.Z. Hart5-417/+411
* Fix disappearing Entry text on UWP Anniversary Edition Fix background color reversion bug in UWP Phone Move SearchBar styling on UWP to its own file Make foreground/background color changes on UWP SearchBar/Entry consistent Fix SearchBar color toggle bug on WP8 * Temporarily moving SDK target to previous version * Fix build error on OSX
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