summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-04-20[Android] Add missing 23.3.0 package dependenciesSamantha Houts6-0/+52
2016-04-19[A] Don't set TabbedPage BarTextColor to nothing (#113)Samantha Houts1-4/+4
2016-04-19[Android] Fix registering of default AppCompact renderers (#112)Rui Marinho2-136/+224
2016-04-19Add TextColor Property to Picker, TimePicker, DatePicker (#84)E.Z. Hart30-219/+917
* 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-18Use style resources when calling SetTextAppearance (#108)E.Z. Hart2-3/+3
* Use style resources in SetTextAppearance calls * Set to styles which match previous defaults
2016-04-18Create more helpful version of docs update script (#107)E.Z. Hart1-0/+79
2016-04-18Whitespace fixes (#110)kingces958-171/+271
2016-04-18[Android] Allow designer to disable asynchronicity in image loading. (#111)Jérémie Laval1-1/+10
The XF Previewer doesn't support async operations as it loads a layout and immediately tries to snapshot it. This commit adds a new property to let designer reflect onto so that the behavior can be specifically made synchronous and image will appear in the final preview.
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-18[iOS] Fix uitests on iPhone5 (#105)Rui Marinho3-7/+6
2016-04-18CarouselView Fixes (#101)kingces9511-74/+104
* 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-18Make sure RD indexer works with merged dictionaryJason Smith1-1/+8
2016-04-18BarBackgroundColor and BarTextColor on TabbedPage (#96)Samantha Houts13-87/+413
* [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-18Make sure StaticResources can be looked up in ResourceDictionaries directly ↵Jason Smith3-5/+6
(#106)
2016-04-18[C] Allow implicit styles and DynamicResources in shared RD (#104)Stephane Delcroix3-8/+20
2016-04-18[C] Allow Multiple Shared RD. (#103)Stephane Delcroix6-7/+60
2016-04-18[UWP] OnElementChanged is now virtual (#98)Samantha Houts1-1/+1
2016-04-17Merged ResourceDictionary (#97)Stephane Delcroix16-30/+236
* [X] Support Merged RD * [X] Support RD as xaml roots * [XamlC] I have no idea how that used to work before * [C] Remove debugging statements * fix docs
2016-04-17Fix bugzilla39987 (#100)Jason Smith4-21/+119
* [Controls] Add repo for bugzilla 39987 * Fix repo * Resolve issue with blank first tab in iOS 9.3
2016-04-16[iOS] Restore VisualElementTracker on WebViewRenderer (#99)Rui Marinho7-4/+64
2016-04-16Update android support packages to 23.3 (#102)Rui Marinho13-50/+54
2016-04-15[WinRT] Fix WebView.Eval (#87)Jason Smith1-3/+1
2016-04-13Page renderer effects (#85)Jason Smith9-40/+110
* [I]PageRenderer Effect support * [I]Add Effect supprt for NavigationPage * [I]Enable Effects on remaining pages
2016-04-13Remove unneeded castJason Smith1-1/+1
2016-04-13Update test cloud device set's (#86)Rui Marinho1-2/+17
2016-04-13Fix relaunch template app hangs; Port fix from OnStateChange in ↵kingces951-2/+2
FromsAppCompatActivity to FormsApplicationActivity (#81)
2016-04-13Suppress translation if scale is zero (#82)kingces952-4/+4
2016-04-13Maps.WP8 warning as error mop up (#79)kingces952-4/+7
2016-04-13Update to latest UITest nuget (#80)Jason Smith9-13/+13
* Update to latest UITest nuget * Fix uploader
2016-04-12Make sure pragma warning restores only restore what they are supposed toJason Smith2-11/+11
2016-04-12Enable CS1998 warnings as errors (#65)Paul DiPietro22-33/+62
2016-04-12Mop up enabling warnings as errors (#78)kingces9519-27/+79
2016-04-12[Core] Can bind properties in BindableObjects added to static resources in ↵Samantha Houts5-1/+160
XAML (#58) Resources that are `BindableObject`s will inherit the `Parent`'s `BindingContext` unless they are `Element`s that have non-null `Parent`s.
2016-04-12[UWP] Adjust bounds for ContentPage when by itself (#61)Paul DiPietro3-0/+59
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[X] internal CreateFromXaml () (#77)Stephane Delcroix9-30/+110
2016-04-12Make resharper happier with commentsJason Smith2-13/+0
2016-04-12Add compatibility shims to fix warnings; annotate warnings which require (#75)Jason Smith33-153/+124
more thought to fix; Fix a few more warnings VS didn't see fit to raise as errors Adding comments to `pragma warning disable` statements pragma comments Fix typo Set TabletMasterDetailRenderer back to previous version Fix incorrect config access in legacy activity
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-11[iOS] Resolve Warning 0108 (#64)Samantha Houts12-75/+63
[iOS] Resolve warning 0114 `Selected` is overridable, but current behavior is to hide it, so we're going to add the `new` keyword. [iOS] Resolve warning 0618 [iOS] Resolve warning 0414, 0649, 0169 [iOS] Resolve warning 0105 Update dispose to override base dispose (#67) Add an optional extended description…
2016-04-11Resharper warnings are slightly different for some reason than WError, ↵Jason Smith21-68/+6
resolve these (#66)
2016-04-11Enable warnings 0649 and 0067 on UAP/WinRT (#73)kingces954-3/+7
2016-04-11Add iOS localized string resource assemblies to nuspec (#74)E.Z. Hart1-0/+72
2016-04-11Enable CS0618 warnings as errors (#72)Paul DiPietro90-54/+475
CS0618 occurs when using an obsolete property or method. https://msdn.microsoft.com/en-us/library/x5ye6x1e.aspx
2016-04-11[Nuget] Remove GPS dependency (#71)Rui Marinho5-21/+0
2016-04-10Fix ios test queries (#70)Jason Smith1-6/+6
2016-04-08Temporarily disable failing testJason Smith1-0/+1
2016-04-08Automatically marshal all AnimationExtensions calls onto UI thread (#48)E.Z. Hart4-63/+217
2016-04-08[A] Fix Bugzilla 40173 (#62)Jason Smith4-6/+190
* [A]Fix issue where Frame would block all tap gestures under it even if it didn't have one * [A]Make BoxView non-blocking inside a ListView only * Add UITest for bz40173 * Fix code review issues
2016-04-07[A, iOS] CarouselView Bug Fixes (#49)kingces957-201/+485
* CarouselView programatic scrolling fixes; swipe back fixes * Make iOS CarouselView events consistant with Android * bump swipe distance; add Screenshot on Exception * Formatting. No logical change. * Comment out [Test] on UITest and fix TestCloud failures later.
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