Граф коммитов

16054 Коммитов

Автор SHA1 Сообщение Дата
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
kingces95 ee5654f8fe Enable Warnings as Errors on all plat|cfg of XF.Core.UnitTests (#95)
* Enable Warnings as Errors on all plat|cfg of XF.Core.UnitTests

* Fix build errors
2016-04-24 18:58:46 -04:00
E.Z. Hart 053b7c272a Detect docs for new types in update-docs.ps1 (#122)
* Detect docs for new types in update-docs.ps1

* Add check for missing DLLs before running
2016-04-24 18:58:27 -04:00
Mike Norman f578efa39f Fixed typo in Aspect.xml (#126) 2016-04-24 17:37:00 -04:00
Rui Marinho 94ec5e7d9e [Nuget] Add modernhttpclient to pages nuspec (#132) 2016-04-24 15:50:53 -04:00
Jason Smith 5907152c50 Evolve feature branch (#117)
* 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 12:25:26 -04:00
Rui Marinho feac1ba3ed [iOS] Fix issue with WebView dispose and resizing (#128) 2016-04-24 09:38:40 -04:00
E.Z. Hart 45eff313ed Update vssettings file to turn on Wrapping_PreserveSingleLine (#115)
Update vssettings file to turn off Wrapping_KeepStatementsOnSingleLine
2016-04-24 05:56:36 -07:00
Samantha Houts af38e6f20a [Android] Add constructor to MasterDetailContainer (#123) 2016-04-24 02:17:40 -04:00
E.Z. Hart 462d132f6f Allow renderers to specify whether native controls should be eagerly disposed (#129) 2016-04-24 02:13:27 -04:00
Samantha Houts 3b589b7f2a Fix margin issue (#130) 2016-04-23 15:17:21 -07:00
kingces95 e0c3f48777 Windows.UI.Xaml.dll on X64 Windows.UI.Xaml.Setter.get_Value is NYI (#93)
* Windows.UI.Xaml.dll on X64 Windows.UI.Xaml.Setter.get_Value is NYI

* Add comment
2016-04-22 13:34:13 -07:00
Jason Smith 92ad48bbdf Add an optional extended description… 2016-04-20 15:20:44 -07:00
Samantha Houts b91cc14b23 [Android] Add missing 23.3.0 package dependencies 2016-04-20 12:06:48 -07:00
Samantha Houts c0baf7fc3e [A] Don't set TabbedPage BarTextColor to nothing (#113) 2016-04-19 09:53:02 -07:00
Rui Marinho ecf0e47ad6 [Android] Fix registering of default AppCompact renderers (#112) 2016-04-19 09:33:14 -07: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
E.Z. Hart 89a50d4bc1 Use style resources when calling SetTextAppearance (#108)
* Use style resources in SetTextAppearance calls

* Set to styles which match previous defaults
2016-04-18 23:58:37 -07:00
E.Z. Hart e2d3adcdaf Create more helpful version of docs update script (#107) 2016-04-18 23:58:16 -07:00
kingces95 d51b17aece Whitespace fixes (#110) 2016-04-18 23:57:22 -07:00
Jérémie Laval 279e4b01a3 [Android] Allow designer to disable asynchronicity in image loading. (#111)
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 23:55:42 -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
Rui Marinho 5f762bdc25 [iOS] Fix uitests on iPhone5 (#105) 2016-04-18 23:47:25 -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 8f5c5e4e06 Make sure RD indexer works with merged dictionary 2016-04-18 10:55:02 -07:00
Samantha Houts 75f1124002 BarBackgroundColor and BarTextColor on TabbedPage (#96)
* [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-18 09:46:51 -07:00
Jason Smith fc05a57e9d Make sure StaticResources can be looked up in ResourceDictionaries directly (#106) 2016-04-18 09:44:21 -07:00
Stephane Delcroix 9c005f3022 [C] Allow implicit styles and DynamicResources in shared RD (#104) 2016-04-18 17:31:48 +01:00
Stephane Delcroix 4d279db348 [C] Allow Multiple Shared RD. (#103) 2016-04-18 17:25:20 +01:00
Samantha Houts 7dcdfb60a9 [UWP] OnElementChanged is now virtual (#98) 2016-04-18 09:17:27 -07:00
Stephane Delcroix cdd6d4defc Merged ResourceDictionary (#97)
* [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-17 14:59:44 -07:00
Jason Smith 0b10ab0c13 Fix bugzilla39987 (#100)
* [Controls] Add repo for bugzilla 39987

* Fix repo

* Resolve issue with blank first tab in iOS 9.3
2016-04-17 12:33:52 -07:00
Rui Marinho 2223efdd4f [iOS] Restore VisualElementTracker on WebViewRenderer (#99) 2016-04-16 14:39:22 -07:00
Rui Marinho d9ed63f0ad Update android support packages to 23.3 (#102) 2016-04-16 14:07:10 -07:00
Jason Smith aee59bef2f [WinRT] Fix WebView.Eval (#87) 2016-04-15 23:33:53 +01:00
Jason Smith e7f30c34d5 Page renderer effects (#85)
* [I]PageRenderer Effect support

* [I]Add Effect supprt for NavigationPage

* [I]Enable Effects on remaining pages
2016-04-13 16:38:38 -07:00
Jason Smith 840ec02001 Remove unneeded cast 2016-04-13 13:43:31 -07:00
Rui Marinho 49e282e916 Update test cloud device set's (#86) 2016-04-13 18:17:05 +01:00
kingces95 52c6ecea6c Fix relaunch template app hangs; Port fix from OnStateChange in FromsAppCompatActivity to FormsApplicationActivity (#81) 2016-04-13 09:28:48 -07:00
kingces95 a67a1daad0 Suppress translation if scale is zero (#82) 2016-04-13 17:16:04 +01:00
kingces95 5809eb5d4e Maps.WP8 warning as error mop up (#79) 2016-04-13 17:15:21 +01:00
Jason Smith 5569e3072d Update to latest UITest nuget (#80)
* Update to latest UITest nuget

* Fix uploader
2016-04-13 17:14:42 +01:00
Jason Smith baa5e82a07 Make sure pragma warning restores only restore what they are supposed to 2016-04-12 12:51:53 -07: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
Samantha Houts 73defe491f [Core] Can bind properties in BindableObjects added to static resources in 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 11:35:00 -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
Stephane Delcroix c92297047c [X] internal CreateFromXaml () (#77) 2016-04-12 09:46:39 -07:00
Jason Smith f975a6f2e3 Make resharper happier with comments 2016-04-12 09:20:13 -07:00
Jason Smith ba2a434ec1 Add compatibility shims to fix warnings; annotate warnings which require (#75)
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-12 08:53:36 -07:00