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

535 Коммитов

Автор SHA1 Сообщение Дата
Paul DiPietro c4b1c88f50 Deprecate iOS 8 and earlier (#626) 2016-12-09 11:29:04 +00:00
E.Z. Hart 29a1529b7f
Add iOS 8 status to readme 2016-12-08 11:26:16 -07:00
E.Z. Hart 8ac7667b9c Fix for 45743 which works with iOS 8 (#616)
* Explicitly set window bounds when presenting alert

* Remove unused methods
2016-12-07 23:11:14 +00:00
E.Z. Hart 3199eba80c
Fix 41415 test (use rounding) 2016-12-07 11:53:16 -07:00
Rui Marinho 546fd2d9b0 [UITest] Only run 41415 test on Android 2016-12-07 12:42:27 +00:00
Stephane Delcroix 7851541ab6 [Xaml[C]] support op_implicit declared on Target (#585) 2016-12-07 11:35:32 +01:00
Stephane Delcroix 8181e6d4cb [XamlC] Type ref tests, and fixes (#569)
* [XamlC] Add tests for TypeRefExts, fix and enhancements

* [XamlC] more fixes, more tests

* Fix failing test
2016-12-07 10:57:43 +01:00
Stephane Delcroix 1dd4ce922e remove the noise while running nunit from console 2016-12-07 10:57:21 +01:00
E.Z. Hart f3b24f3399
Put test in the correct namespace 2016-12-06 17:16:35 -07:00
Jason Smith df979a2979 Fix wrong licenses 2016-12-06 09:47:37 -08:00
E.Z. Hart 3d090a33d4
Possible fix for race condition in 21177 UI test 2016-12-06 10:23:22 -07:00
Stephane Delcroix 20e2e12dce [C] detach Behaviors and Triggers on VE finalization (#555)
* [C] detach Behaviors and Triggers on VE finalization

* update docs
2016-12-06 12:15:32 +00:00
adrianknight89 10c65d0358 [Android] Dismiss context menu when view cell is removed (#568)
* close context action when cell is no longer available

* rename method
2016-12-06 12:14:38 +00:00
adrianknight89 5a2cb89775 [iOS] Fix crash when pushing page on stack on orientation change (#607)
* Fix orientation crash

* remove braces
2016-12-06 12:09:05 +00:00
adrianknight89 9dff4c1650 [Android] ScrollView should send correct ScrollX and ScrollY (#394)
* Android should show correct ScrollX and ScrollY when scrolling in both directions

* Adding sample code to demonstrate scrolling

* Orientation fix

* ScrollTo should work for horizontal + vertical scrolling

* Get correct scroll x and y values for ScrollOrientation.Both

* Convert positions to pixels

* Adding unit test to watch out for incorrect animation positioning

* automated test

* improvements

* fixed texts
2016-12-06 12:07:29 +00:00
Paul DiPietro 331a7b76db [WinRT] Do not store previous page when popping (#565) 2016-12-06 12:01:43 +00:00
Michael Rumpler 75258aa800 Don't render empty TextCells for TableSections without Title (bugs 26104 and 42926) (#287)
* Don't render empty TextCells for TableSections without Title (bugs 26104 and 42926)

* Cache the Cells so that GetCellForPosition doesn't have to iterate all Cells every time it is called
2016-12-06 11:59:43 +00:00
Stephane Delcroix ff1bf0b5ef ResourceDictionary fixes (#536)
* [C] avoid leaking RDs, remove reflection call, validate arguments

* [C,Xaml] The only way to get merged values are internal
2016-12-06 08:56:08 +01:00
Mike Norman c612398bd2 Typos bug sweep. (#613)
Just typos.
2016-12-05 12:12:31 -06:00
Stephane Delcroix f9a44ed5ba [XamlC] Compile ContraintTypeConverters (#592)
* [XamlC] Compile ContraintTypeConverters

* fix error message
2016-12-05 13:40:12 +01:00
Stephane Delcroix 1a5bead2f2 [XamlC] drop ICSharpCode.Decompiler (#586)
* [XamlC] drop ICSharpCode.Decompiler

* update nuspec

* fix typo
2016-12-05 13:31:31 +01:00
Paul DiPietro 3692786c3a [WinRT/UWP] Adjust margin for centered Slider (#604) 2016-12-05 10:43:24 +00:00
Stephane Delcroix 17280b260f [Xaml] revert namespace change for XmlnsDefAttr (#610)
* [Xaml] revert namespace change for XmlnsDefAttr

* fix
2016-12-05 10:32:28 +01:00
Mike Norman 5b892512ab Catch-up in Xamarin.Forms.[Core|Pages|Xaml] (#606) 2016-12-04 19:29:50 -06:00
Stephane Delcroix 4f4fae659c [Xaml] change namespace for [XmlnsDef] and make it internal (#557)
* [Xaml] change namespace for [XmlnsDef] and make internal

* fix docs
2016-12-04 22:13:54 +01:00
Stephane Delcroix 39f2deb5e0 [Xaml] support arrays as x:Arguments (#545)
* [Xaml] port some FactoryMethod tests to XamlC

* [Xaml] support array parameters in factory ctors

* [XamlC] support arrays as x:Arguments

* fix build
2016-12-04 22:08:11 +01:00
adrianknight89 fb76107f4f dispose tap gesture (#601) 2016-12-04 14:44:40 +01:00
Rui Marinho 81182e0638 Fix iOS10 build lane info 2016-12-03 00:40:38 +00:00
Jimmy Garrido 3da9a4cca7 Fix CommandBar overlaying content (#593) 2016-12-03 00:17:38 +00:00
E.Z. Hart 281090c466 Restore old Alert/ActionSheet method for iOS 8 (#595)
* Rename action sheet overload

* Restoring iOS8-compatible alert/actionsheet handling
2016-12-02 23:52:31 +00:00
E.Z. Hart 43b01c5c7b
Update NavigationPage Platform Specifics demo with pre-393 compatible color 2016-12-02 14:47:57 -07:00
Stephane Delcroix 9dc9cca9c3 fix build 2016-12-02 22:02:22 +01:00
E.Z. Hart 4df66d139f Allow CommandBar to expand and show command labels (#594)
* Allow CommandBar to expand and show command labels
Consolidate command bar placement code

* Make title text wrapping consistent between NavigationPage and MasterDetailPage

* Align toolbar/navigation bar behavior with other platforms
2016-12-02 20:48:42 +00:00
Stephane Delcroix badc701871 [XamlC] passing test for 47703 2016-12-02 21:36:10 +01:00
Stephane Delcroix 0dc9fed3f9 fix the tests 2016-12-01 23:40:20 +01:00
Mike Norman 7c2f8155a8 Last of Xamarin.Forms namespace internal items. (#589) 2016-12-01 15:55:02 -06:00
Stephane Delcroix 84f42e5b14 Revert "Jimmgarrido uwp toolbar (#588)"
This reverts commit 1ff0db9c6f.
2016-12-01 22:54:14 +01:00
Stephane Delcroix 3ff3487d4f [XamlC] provide backward compat for ProvideValueTarget without Target… (#583)
* [XamlC] provide backward compat for ProvideValueTarget without TargetProperty

* docs
2016-12-01 22:40:20 +01:00
Stephane Delcroix 1ff0db9c6f Jimmgarrido uwp toolbar (#588)
* Fixed CommandBar being clipped when expanded by removing explicit Height

* Add UITest
2016-12-01 22:39:43 +01:00
Stephane Delcroix e413e0cf33 [XamlC] use op_implicit where we should (#580)
* [XamlC] (passing) test for 48242

* [XamlC] (failing) test for 48242

* [XamlC] more op_implicit conversions

* additional test

* fix rebase
2016-12-01 22:34:39 +01:00
Stephane Delcroix 00b652cd43 [Xaml] support non-int enums (#575) 2016-12-01 22:26:05 +01:00
E.Z. Hart 46c25a2edb Don't run Command CanExecute on incorrect inherited binding context type (#572)
* Allow Command CanExecute to recover when run on inherited bindingcontext

* Make exception handler more generic

* Checking types in Command delegates to avoid exception in the first place

* Adding type chekc to other Command constructor

* Use nameof for ArgumentNullExceptions

* Add unit tests for null parameters, handle value types and Nullable<T>
2016-12-01 22:15:17 +01:00
Stephane Delcroix 3d85653f27 [XamlC] assigned derived type to generic BP (#566)
* [XamlC] assigned derived type to generic BP

* [XamlC] fix 48554

* f
2016-12-01 22:14:22 +01:00
Stephane Delcroix 70d29b9e92 [XamlC] support non-generic IMarkup on ABPs (#562)
* [XamlC] support custom markups on ABPs

* [XamlC] test for 47950
2016-12-01 22:10:11 +01:00
adrianknight89 26d5b2b803 fix NRE in packager dispose (#561) 2016-11-30 17:29:16 -07:00
Rui Marinho ccef9cbaa4 [iOS] Avoid using DrawRect on base VisualElementRenderer (#570)
* [Controls] Add retro for Bugzilla 48158

* [iOS] Avoid using DrawRect as this will make some properties not being applied to the layer

* [iOS] Make sure BoxRenderer calls base LayoutSubviews

* [iOS] Better fix for adding the Blur effect and avoid override draw’s

* [Controls] Remove extra nunit category
2016-11-30 12:09:57 -08:00
E.Z. Hart 2600a02543
Fix Issue 774 test so it works with wrapped IApp on phone and tablet 2016-11-30 11:08:30 -07:00
Rui Marinho e648192af7 [Win] Update cert (#579) 2016-11-30 11:21:30 +00:00
E.Z. Hart ab338354a8
Have UI test for 21177 clean up after itself 2016-11-30 00:46:37 -07:00
E.Z. Hart 588073ee2a
Don't instantiate the various core gallery pages until we actually need them 2016-11-29 20:29:14 -07:00