summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT
AgeCommit message (Collapse)AuthorFilesLines
2016-05-04Prep StreamImageSource for removal of InternalsVisibleToE.Z. Hart1-2/+2
2016-05-04Add INavigationPageController (#149)E.Z. Hart1-6/+7
2016-05-02Prep VisualElement (and descendants) for removal of InternalsVisibleTo (#141)E.Z. Hart6-11/+17
2016-05-02Prep Image for removal of InternalsVisibleTo (#140)E.Z. Hart1-2/+2
2016-04-27Removed hard reference to StatusBar, changed to type name to prevent crash ↵Nick Gamroth1-2/+3
when StatusBar type is not present (#144)
2016-04-27Prep Entry for removal of InternalsVisibleTo (#139)E.Z. Hart1-1/+1
* Prep Entry control for removal of InternalsVisibleTo * Update docs
2016-04-26Carousel clean (#135)Jason Smith4-253/+22
CarouselView moving to preview repo
2016-04-25Make core Ticker abstract and public (#116)E.Z. Hart2-25/+6
* Make core Ticker abstract and public Make the core Ticker abstract and public so it can be inherited by platform implementations; remove now-unused parts of original Ticker; add CreateTicker to IPlatformServices; remove unused CreateTimer methods from IPlatformServices * Add docs for Ticker * Remove unnecessary Ticker.Default set * Move Ticker into Internals * Update Ticker docs * Remove old Ticker docs * Remove commented code
2016-04-25Prep WebView and renderers for removal of InternalsVisibleTo (#120)E.Z. Hart1-3/+4
* Create custom event args class for script eval requests Make IWebViewRenderer public * Add IWebViewRenderer docs * Add EvalRequested docs * Move EvalRequested to Internals IWebViewRenderer -> IWebViewDelegate * Add docs
2016-04-19Add TextColor Property to Picker, TimePicker, DatePicker (#84)E.Z. Hart4-3/+71
* Add TextColor property to TimePicker Add TextColor page to TimePicker gallery Add TimePicker color toggling to color toggle test page Split color toggle tests up among tabs * Implement TimePicker.TextColor in iOS * Implement TimePicker.TextColor for WinRT tablet * Add IsEnabled=false tests to DefaultColorToggleTest Button and TimePicker Consolidate ColorStates array Fix IsEnabled changing color bug on iOS * Implement TimePicker.TextColor for WP8 * Add TextColor property to DatePicker Add DatePicker section to DefaultColorToggleTest Impement DatePicker.TextColor for WP8 * Implement DatePicker.TextColor for WinRT/UWP/Windows Phone 8.1 * Implement DatePicker.TextColor for iOS * Add TextColor to DatePicker Gallery Page * Implement DatePicker.TextColor for Android * Add Picker Gallery page for TextColor Implement Picker.TextColor on Android Consolidate TextColor management for Button, Picker, DatePicker, TimePicker Implement * Add untracked TextColorSwitcher Implement Picker.TextColor in iOS * Implement Picker.TextColor in WinRT/UWP/Windows Phone 8.1 Remove Pioker Loaded handlers in Dispose * Implement Picker.TextColor in WP8 * Removed unused field Update ignored warnings * Update docs * Use nameof() for BindableProperties * Cleanup * Fix custom renderer crashes for classes using TextColorSwitcher * Correct property name references * Fix typo and 'if' formatting * Add missing else
2016-04-18Whitespace fixes (#110)kingces951-2/+5
2016-04-18[UWP] Unhook Entry and Editor event handlers during Dispose (#114)E.Z. Hart2-6/+29
* [UWP] Null-check Element in native event handlers for Entry * Unhook event handlers in Dispose * Prevent race condition using Control in event handlers
2016-04-18CarouselView Fixes (#101)kingces951-2/+6
* 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-15[WinRT] Fix WebView.Eval (#87)Jason Smith1-3/+1
2016-04-13Suppress translation if scale is zero (#82)kingces951-2/+2
2016-04-12Enable CS1998 warnings as errors (#65)Paul DiPietro4-2/+8
2016-04-12Mop up enabling warnings as errors (#78)kingces952-4/+2
2016-04-12[UWP] Adjust bounds for ContentPage when by itself (#61)Paul DiPietro1-0/+11
In a scenario where there is a ContentPage by itself, things like labels ran beneath the StatusBar in landscape mode. This is presumably because the page was assuming there to be a TitleBar and calculating the bounds based on that fact; by checking for its visibility and adjusting the bounds as necessary it allows for correct alignment.
2016-04-11Resharper warnings are slightly different for some reason than WError, ↵Jason Smith1-1/+3
resolve these (#66)
2016-04-11Enable warnings 0649 and 0067 on UAP/WinRT (#73)kingces952-1/+3
2016-04-11Enable CS0618 warnings as errors (#72)Paul DiPietro3-0/+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-0/+4
2016-04-01[W] Setting CurrentPage in CarouselPage ctor worksSamantha Houts1-0/+4
2016-04-01Merge pull request #31 from xamarin/fix-bugzilla39464Rui Marinho2-7/+68
[W] Button BG Color & BorderRadius are consistent
2016-03-30Add options for specifying layout of button text/image contentE.Z. Hart1-13/+66
Also make the layout and layout defaults consistent across platforms
2016-03-29[W] Button BG Color & BorderRadius are consistentSamantha Houts2-7/+68
UWP Buttons now respect the BorderRadius. BackgroundColor no longer extends past the Border.
2016-03-28[iOS,Android,Win] Make sure we only cache images that return a successful ↵Rui Marinho1-1/+1
status code
2016-03-25Reformat using statementsChris King4-5/+5
2016-03-23[W] ListView Cells will respect RowHeightSamantha Houts1-1/+1
2016-03-22Initial importJason Smith97-0/+10288