E.Z. Hart
6c0c11960b
Prep WebView and renderers for removal of InternalsVisibleTo ( #120 )
...
* 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-25 12:26:40 -04:00
E.Z. Hart
a98f3fb2aa
Add TextColor Property to Picker, TimePicker, DatePicker ( #84 )
...
* 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-19 00:01:58 -07:00
kingces95
d51b17aece
Whitespace fixes ( #110 )
2016-04-18 23:57:22 -07:00
E.Z. Hart
cae3b1a53a
[UWP] Unhook Entry and Editor event handlers during Dispose ( #114 )
...
* [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-18 23:49:13 -07:00
kingces95
0d57b35f21
CarouselView Fixes ( #101 )
...
* 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-18 11:39:23 -07:00
Jason Smith
aee59bef2f
[WinRT] Fix WebView.Eval ( #87 )
2016-04-15 23:33:53 +01:00
kingces95
a67a1daad0
Suppress translation if scale is zero ( #82 )
2016-04-13 17:16:04 +01:00
Paul DiPietro
b42460c2c3
Enable CS1998 warnings as errors ( #65 )
2016-04-12 12:30:27 -07:00
kingces95
10f6c08ceb
Mop up enabling warnings as errors ( #78 )
2016-04-12 11:44:30 -07:00
Paul DiPietro
76c8c57fb3
[UWP] Adjust bounds for ContentPage when by itself ( #61 )
...
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-12 11:15:21 -07:00
Jason Smith
df24270915
Resharper warnings are slightly different for some reason than WError, resolve these ( #66 )
2016-04-11 17:33:34 -07:00
kingces95
16e88315e1
Enable warnings 0649 and 0067 on UAP/WinRT ( #73 )
2016-04-11 16:56:07 -07:00
Paul DiPietro
b2ad3e53a8
Enable CS0618 warnings as errors ( #72 )
...
CS0618 occurs when using an obsolete property or method.
https://msdn.microsoft.com/en-us/library/x5ye6x1e.aspx
2016-04-11 09:50:28 -07:00
kingces95
b7251aa6f9
Warnings as Errors in product projects
2016-04-06 10:32:29 -07:00
Samantha Houts
bba74db5dc
[W] Setting CurrentPage in CarouselPage ctor works
2016-04-01 11:14:27 -07:00
Rui Marinho
39787d31aa
Merge pull request #31 from xamarin/fix-bugzilla39464
...
[W] Button BG Color & BorderRadius are consistent
2016-04-01 11:07:17 +01:00
E.Z. Hart
17e2a4b94d
Add options for specifying layout of button text/image content
...
Also make the layout and layout defaults consistent across platforms
2016-03-30 16:22:35 -06:00
Samantha Houts
0817c7a458
[W] Button BG Color & BorderRadius are consistent
...
UWP Buttons now respect the BorderRadius.
BackgroundColor no longer extends past the Border.
2016-03-29 15:41:39 -07:00
Rui Marinho
54eaebe79d
[iOS,Android,Win] Make sure we only cache images that return a successful status code
2016-03-28 19:28:36 +01:00
Chris King
b3365b7f7d
Reformat using statements
2016-03-25 13:53:19 -07:00
Samantha Houts
d5c3359070
[W] ListView Cells will respect RowHeight
2016-03-23 15:32:21 -07:00
Jason Smith
17fdde66d9
Initial import
2016-03-22 16:13:41 -07:00