summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WP8
AgeCommit message (Collapse)AuthorFilesLines
2016-04-26Carousel clean (#135)Jason Smith3-15/+0
CarouselView moving to preview repo
2016-04-25Make core Ticker abstract and public (#116)E.Z. Hart3-22/+5
* 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-4/+5
* 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. Hart3-10/+77
* 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-13Suppress translation if scale is zero (#82)kingces951-2/+2
2016-04-11Fix warnings 0219 and 0618 in WP8 Platform (#63)E.Z. Hart6-16/+9
* Fix warnings 0219 and 0618 in WP8 Platform Remove suppression of warnings 0219 and 0618 in WP8 Platform * Remove pragma for 0618 and use Platform.GetRenderer * All warnings as errors in Release configuration
2016-04-11Enable CS0618 warnings as errors (#72)Paul DiPietro4-10/+23
CS0618 occurs when using an obsolete property or method. https://msdn.microsoft.com/en-us/library/x5ye6x1e.aspx
2016-04-07Merge pull request #60 from xamarin/warnings-WP8-4014E.Z. Hart3-2/+36
Turn off suppression of warning CS4014 Port TaskExtensions from WinRT projects to WP8 Update implementation of OpenUriAction to use TaskExtensions
2016-04-07Un-suppress CS0067 in Platform.WP8; (#57)E.Z. Hart2-1/+6
Fix warning 0067 "An event was declared but never used in the class in which it was declared." Added event invocation method to TextCellRenderer's CanExecuteChanged event to fix warning.
2016-04-06Merge pull request #55 from xamarin/warnings-WP8-0114E.Z. Hart2-2/+2
Remove 0114 supression from Platform.WP8; fix warnings
2016-04-06Warnings as Errors in product projectskingces951-0/+18
2016-03-30Add options for specifying layout of button text/image contentE.Z. Hart1-12/+64
Also make the layout and layout defaults consistent across platforms
2016-03-29Merge pull request #23 from xamarin/fix-bugzilla25234kingces951-0/+10
[WP8] CustomMessageBox dismissal no longer causes black SystemTray
2016-03-28[WP8] CustomMessageBox dismissal no longer causes black SystemTrayPaul DiPietro1-0/+10
The CustomMessageBox was having an interaction with WP8 where its dismissal was changing the SystemTray's background color to black. It appears that the SystemTray's background color was never set, despite its appearing white prior to the use of a CustomMessageBox.
2016-03-25Reformat using statementsChris King3-10/+10
2016-03-22Initial importJason Smith86-0/+8834