summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-04-25Prep WebView and renderers for removal of InternalsVisibleTo (#120)E.Z. Hart15-22/+251
* 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-24Enable Warnings as Errors on all plat|cfg of XF.Core.UnitTests (#95)kingces953-5/+13
* Enable Warnings as Errors on all plat|cfg of XF.Core.UnitTests * Fix build errors
2016-04-24Detect docs for new types in update-docs.ps1 (#122)E.Z. Hart1-1/+16
* Detect docs for new types in update-docs.ps1 * Add check for missing DLLs before running
2016-04-24Fixed typo in Aspect.xml (#126)Mike Norman1-1/+1
2016-04-24[Nuget] Add modernhttpclient to pages nuspec (#132)Rui Marinho1-0/+1
2016-04-24Evolve feature branch (#117)Jason Smith169-11/+6290
* Initial import of evolve features * [Android] Add Xamarin.Forms.Platform.Android.AppLinks project * [iOS] Fix issues with c# 6 features on iOS AppLinks * Added naive stanza to update-docs-windows.bat to produce Pages docs. Not tested. (#69) * Update packages * Add AppLinks android nuspec and fix linker issues * Fix build * Fix nusepc * Fix nuspec * Update android support nugets to 23.2.1 * Update Xamarin.UITest * Add CardView * [iOS] Fix app link for CoreSpotlight * [Android] Update AppLinks android support libs * Add Newtonsoft.Json dependency to nuspec * Fix NRE when setting ControlTemplate to null * Move to ModernHttpClient for download * Try fix build * Preserve android app links * Fix margin issue * General coding and simple fixes
2016-04-24[iOS] Fix issue with WebView dispose and resizing (#128)Rui Marinho1-1/+3
2016-04-24Update vssettings file to turn on Wrapping_PreserveSingleLine (#115)E.Z. Hart1-2/+2
Update vssettings file to turn off Wrapping_KeepStatementsOnSingleLine
2016-04-24[Android] Add constructor to MasterDetailContainer (#123)Samantha Houts1-0/+4
2016-04-24Allow renderers to specify whether native controls should be eagerly ↵E.Z. Hart5-6/+28
disposed (#129)
2016-04-23Fix margin issue (#130)Samantha Houts1-5/+13
2016-04-22Windows.UI.Xaml.dll on X64 Windows.UI.Xaml.Setter.get_Value is NYI (#93)kingces951-8/+16
* Windows.UI.Xaml.dll on X64 Windows.UI.Xaml.Setter.get_Value is NYI * Add comment
2016-04-20Add an optional extended description…Jason Smith1-2/+0
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