summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.csproj
AgeCommit message (Collapse)AuthorFilesLines
2017-08-10Add support for backcompat hint flags (#1074)E.Z. Hart1-0/+2
* Add support for backcompat hint flags * Making fast renderers internal and sealed while experimental
2017-06-28[UWP] Fixes for usage of XF with .net native toolchain (#1024)Rui Marinho1-1/+1
* [UWP]Add required info for .net native when using AccessibilityView on UWP * [UWP] Add reference to xaml assembly * [UWP] Change rd.xml to be a embeded resource * [UWP] Move code to the right place * [UW]Only specify namespace we need
2017-03-14[WinRT/UWP] Fix Opacity behavior with ProgressBar (#695)Paul DiPietro1-0/+7
* [WinRT/UWP] Fix Opacity behavior with ProgressBar * Update .nuspec * Further update .nuspec * Adjust .csproj line to fix Mac build
2017-02-03Fix disappearing ListView text when changing color settings on Windows (#731)E.Z. Hart1-9/+0
* repro * Checkpoint * Checkpoint * Remove now-unnecessary hacks for Time- and DatePicker
2017-01-28Make WinRT/UWP platform classes more maintainable (#652)E.Z. Hart1-0/+2
* Split Platform.cs into partial classes * Split the NavigationPageRenderer into partial classes for easier maintenance * Simplify GetCommandBarAsync, remove unneeded comments * Correct broken GetCommandBarAsync method * Fix OSX build
2016-12-03Fix CommandBar overlaying content (#593)Jimmy Garrido1-0/+1
2016-12-02Allow CommandBar to expand and show command labels (#594)E.Z. Hart1-0/+5
* 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-09-08[Xaml] support native views and native bindings (#266)Stephane Delcroix1-0/+2
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 Houts1-0/+16
* 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. Hart1-0/+7
* 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-18Windows image loader error handling (#260)E.Z. Hart1-3/+3
* 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-04-26Carousel clean (#135)Jason Smith1-5/+4
CarouselView moving to preview repo
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)kingces951-2/+2
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-22Initial importJason Smith1-0/+450