platform/upstream/xamarin-forms.git
7 years ago[C] detach Behaviors and Triggers on VE finalization (#555)
Stephane Delcroix [Tue, 6 Dec 2016 12:15:32 +0000 (13:15 +0100)]
[C] detach Behaviors and Triggers on VE finalization (#555)

* [C] detach Behaviors and Triggers on VE finalization

* update docs

7 years ago[Android] Dismiss context menu when view cell is removed (#568)
adrianknight89 [Tue, 6 Dec 2016 12:14:38 +0000 (06:14 -0600)]
[Android] Dismiss context menu when view cell is removed (#568)

* close context action when cell is no longer available

* rename method

7 years ago[iOS] Fix crash when pushing page on stack on orientation change (#607)
adrianknight89 [Tue, 6 Dec 2016 12:09:05 +0000 (06:09 -0600)]
[iOS] Fix crash when pushing page on stack on orientation change (#607)

* Fix orientation crash

* remove braces

7 years ago[Android] ScrollView should send correct ScrollX and ScrollY (#394)
adrianknight89 [Tue, 6 Dec 2016 12:07:29 +0000 (06:07 -0600)]
[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

7 years ago[WinRT] Do not store previous page when popping (#565)
Paul DiPietro [Tue, 6 Dec 2016 12:01:43 +0000 (05:01 -0700)]
[WinRT] Do not store previous page when popping (#565)

7 years agoDon't render empty TextCells for TableSections without Title (bugs 26104 and 42926...
Michael Rumpler [Tue, 6 Dec 2016 11:59:43 +0000 (12:59 +0100)]
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

7 years agoResourceDictionary fixes (#536)
Stephane Delcroix [Tue, 6 Dec 2016 07:56:08 +0000 (08:56 +0100)]
ResourceDictionary fixes (#536)

* [C] avoid leaking RDs, remove reflection call, validate arguments

* [C,Xaml] The only way to get merged values are internal

7 years agoTypos bug sweep. (#613)
Mike Norman [Mon, 5 Dec 2016 18:12:31 +0000 (12:12 -0600)]
Typos bug sweep. (#613)

Just typos.

7 years ago[XamlC] Compile ContraintTypeConverters (#592)
Stephane Delcroix [Mon, 5 Dec 2016 12:40:12 +0000 (13:40 +0100)]
[XamlC] Compile ContraintTypeConverters (#592)

* [XamlC] Compile ContraintTypeConverters

* fix error message

7 years ago[XamlC] drop ICSharpCode.Decompiler (#586)
Stephane Delcroix [Mon, 5 Dec 2016 12:31:31 +0000 (13:31 +0100)]
[XamlC] drop ICSharpCode.Decompiler (#586)

* [XamlC] drop ICSharpCode.Decompiler

* update nuspec

* fix typo

7 years ago[WinRT/UWP] Adjust margin for centered Slider (#604)
Paul DiPietro [Mon, 5 Dec 2016 10:43:24 +0000 (03:43 -0700)]
[WinRT/UWP] Adjust margin for centered Slider (#604)

7 years ago[Xaml] revert namespace change for XmlnsDefAttr (#610)
Stephane Delcroix [Mon, 5 Dec 2016 09:32:28 +0000 (10:32 +0100)]
[Xaml] revert namespace change for XmlnsDefAttr (#610)

* [Xaml] revert namespace change for XmlnsDefAttr

* fix

7 years agoCatch-up in Xamarin.Forms.[Core|Pages|Xaml] (#606)
Mike Norman [Mon, 5 Dec 2016 01:29:50 +0000 (19:29 -0600)]
Catch-up in Xamarin.Forms.[Core|Pages|Xaml] (#606)

7 years ago[Xaml] change namespace for [XmlnsDef] and make it internal (#557)
Stephane Delcroix [Sun, 4 Dec 2016 21:13:54 +0000 (22:13 +0100)]
[Xaml] change namespace for [XmlnsDef] and make it internal (#557)

* [Xaml] change namespace for [XmlnsDef] and make internal

* fix docs

7 years ago[Xaml] support arrays as x:Arguments (#545)
Stephane Delcroix [Sun, 4 Dec 2016 21:08:11 +0000 (22:08 +0100)]
[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

7 years agodispose tap gesture (#601)
adrianknight89 [Sun, 4 Dec 2016 13:44:40 +0000 (07:44 -0600)]
dispose tap gesture (#601)

7 years agoFix iOS10 build lane info
Rui Marinho [Sat, 3 Dec 2016 00:40:38 +0000 (00:40 +0000)]
Fix iOS10 build lane info

7 years agoFix CommandBar overlaying content (#593)
Jimmy Garrido [Sat, 3 Dec 2016 00:17:38 +0000 (16:17 -0800)]
Fix CommandBar overlaying content (#593)

7 years agoRestore old Alert/ActionSheet method for iOS 8 (#595)
E.Z. Hart [Fri, 2 Dec 2016 23:52:31 +0000 (16:52 -0700)]
Restore old Alert/ActionSheet method for iOS 8 (#595)

* Rename action sheet overload

* Restoring iOS8-compatible alert/actionsheet handling

7 years agoUpdate NavigationPage Platform Specifics demo with pre-393 compatible color
E.Z. Hart [Fri, 2 Dec 2016 21:47:57 +0000 (14:47 -0700)]
Update NavigationPage Platform Specifics demo with pre-393 compatible color

7 years agofix build
Stephane Delcroix [Fri, 2 Dec 2016 21:01:57 +0000 (22:01 +0100)]
fix build

7 years agoAllow CommandBar to expand and show command labels (#594)
E.Z. Hart [Fri, 2 Dec 2016 20:48:42 +0000 (13:48 -0700)]
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

7 years ago[XamlC] passing test for 47703
Stephane Delcroix [Fri, 2 Dec 2016 20:36:10 +0000 (21:36 +0100)]
[XamlC] passing test for 47703

7 years agofix the tests
Stephane Delcroix [Thu, 1 Dec 2016 22:39:47 +0000 (23:39 +0100)]
fix the tests

7 years agoLast of Xamarin.Forms namespace internal items. (#589)
Mike Norman [Thu, 1 Dec 2016 21:55:02 +0000 (15:55 -0600)]
Last of Xamarin.Forms namespace internal items. (#589)

7 years agoRevert "Jimmgarrido uwp toolbar (#588)"
Stephane Delcroix [Thu, 1 Dec 2016 21:54:14 +0000 (22:54 +0100)]
Revert "Jimmgarrido uwp toolbar (#588)"

This reverts commit 1ff0db9c6f4ba1167e6b2620066f83088f23c5bf.

7 years ago[XamlC] provide backward compat for ProvideValueTarget without Target… (#583)
Stephane Delcroix [Thu, 1 Dec 2016 21:40:20 +0000 (22:40 +0100)]
[XamlC] provide backward compat for ProvideValueTarget without Target… (#583)

* [XamlC] provide backward compat for ProvideValueTarget without TargetProperty

* docs

7 years agoJimmgarrido uwp toolbar (#588)
Stephane Delcroix [Thu, 1 Dec 2016 21:39:43 +0000 (22:39 +0100)]
Jimmgarrido uwp toolbar (#588)

* Fixed CommandBar being clipped when expanded by removing explicit Height

* Add UITest

7 years ago[XamlC] use op_implicit where we should (#580)
Stephane Delcroix [Thu, 1 Dec 2016 21:34:39 +0000 (22:34 +0100)]
[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

7 years ago[Xaml] support non-int enums (#575)
Stephane Delcroix [Thu, 1 Dec 2016 21:26:05 +0000 (22:26 +0100)]
[Xaml] support non-int enums (#575)

7 years agoDon't run Command CanExecute on incorrect inherited binding context type (#572)
E.Z. Hart [Thu, 1 Dec 2016 21:15:17 +0000 (14:15 -0700)]
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>

7 years ago[XamlC] assigned derived type to generic BP (#566)
Stephane Delcroix [Thu, 1 Dec 2016 21:14:22 +0000 (22:14 +0100)]
[XamlC] assigned derived type to generic BP (#566)

* [XamlC] assigned derived type to generic BP

* [XamlC] fix 48554

* f

7 years ago[XamlC] support non-generic IMarkup on ABPs (#562)
Stephane Delcroix [Thu, 1 Dec 2016 21:10:11 +0000 (22:10 +0100)]
[XamlC] support non-generic IMarkup on ABPs (#562)

* [XamlC] support custom markups on ABPs

* [XamlC] test for 47950

7 years agofix NRE in packager dispose (#561)
adrianknight89 [Thu, 1 Dec 2016 00:29:16 +0000 (18:29 -0600)]
fix NRE in packager dispose (#561)

7 years ago[iOS] Avoid using DrawRect on base VisualElementRenderer (#570)
Rui Marinho [Wed, 30 Nov 2016 20:09:57 +0000 (20:09 +0000)]
[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

7 years agoFix Issue 774 test so it works with wrapped IApp on phone and tablet
E.Z. Hart [Wed, 30 Nov 2016 18:08:30 +0000 (11:08 -0700)]
Fix Issue 774 test so it works with wrapped IApp on phone and tablet

7 years ago[Win] Update cert (#579)
Rui Marinho [Wed, 30 Nov 2016 11:21:30 +0000 (11:21 +0000)]
[Win] Update cert (#579)

7 years agoHave UI test for 21177 clean up after itself
E.Z. Hart [Wed, 30 Nov 2016 07:46:37 +0000 (00:46 -0700)]
Have UI test for 21177 clean up after itself

7 years agoDon't instantiate the various core gallery pages until we actually need them
E.Z. Hart [Wed, 30 Nov 2016 03:29:14 +0000 (20:29 -0700)]
Don't instantiate the various core gallery pages until we actually need them

7 years agoUpdating 35733 test to use a URL XF controls
E.Z. Hart [Mon, 28 Nov 2016 17:09:17 +0000 (10:09 -0700)]
Updating 35733 test to use a URL XF controls

7 years agofix weakreferences (#558)
adrianknight89 [Thu, 24 Nov 2016 19:34:46 +0000 (13:34 -0600)]
fix weakreferences (#558)

7 years agoFix issue description
Samantha Houts [Tue, 22 Nov 2016 18:48:50 +0000 (10:48 -0800)]
Fix issue description

7 years agoFix broken alerts for iPad (#549) beta-2.3.4-pre1
E.Z. Hart [Tue, 22 Nov 2016 17:01:20 +0000 (10:01 -0700)]
Fix broken alerts for iPad (#549)

* Fix broken alerts for iPad

* Remove unnecessary parameter and add null check

* Dropping test limit to 10 so we can get iOS passing

7 years agofix mdoc path in Makefile
Stephane Delcroix [Tue, 22 Nov 2016 14:41:01 +0000 (15:41 +0100)]
fix mdoc path in Makefile

7 years ago[UWP]Track user location when IsShowingUser enabled (#556)
Jason Smith [Tue, 22 Nov 2016 13:02:12 +0000 (05:02 -0800)]
[UWP]Track user location when IsShowingUser enabled (#556)

7 years agoTurning down number of consecutive tests to avoid jetsam ejections on iOS
E.Z. Hart [Mon, 21 Nov 2016 16:11:33 +0000 (09:11 -0700)]
Turning down number of consecutive tests to avoid jetsam ejections on iOS

7 years agoAdding some restart logic to the UI tests if navigation fails (#550)
E.Z. Hart [Sat, 19 Nov 2016 19:34:35 +0000 (12:34 -0700)]
Adding some restart logic to the UI tests if navigation fails (#550)

7 years agoAdd missing semicolon
E.Z. Hart [Fri, 18 Nov 2016 22:55:26 +0000 (15:55 -0700)]
Add missing semicolon

7 years agoRemoving inconclusive result from Issue342 test
E.Z. Hart [Fri, 18 Nov 2016 21:24:50 +0000 (14:24 -0700)]
Removing inconclusive result from Issue342 test
Marking 35736 test for manual review

7 years ago[iOS] Revert changes in popping navigation (#547)
Rui Marinho [Fri, 18 Nov 2016 20:32:48 +0000 (20:32 +0000)]
[iOS] Revert changes in popping navigation (#547)

* [iOS] Revert changes in popping navigation

* [iOS] Remove unified if

7 years agoHave PresentAlert hide new window when alert is dismissed (#543)
E.Z. Hart [Fri, 18 Nov 2016 19:47:52 +0000 (12:47 -0700)]
Have PresentAlert hide new window when alert is dismissed (#543)

7 years ago[Android] Do not show cell context actions if input views are long clicked (#544)
adrianknight89 [Fri, 18 Nov 2016 19:46:34 +0000 (13:46 -0600)]
[Android] Do not show cell context actions if input views are long clicked (#544)

* Disable long click on cells if touch is on an input view

* remove redundant check

7 years agoCorrect test name
E.Z. Hart [Fri, 18 Nov 2016 16:42:57 +0000 (09:42 -0700)]
Correct test name

7 years agoDisable 35736 test for Android
E.Z. Hart [Fri, 18 Nov 2016 15:26:10 +0000 (08:26 -0700)]
Disable 35736 test for Android

7 years agoupdate cecil (#546)
Stephane Delcroix [Fri, 18 Nov 2016 15:07:41 +0000 (16:07 +0100)]
update cecil (#546)

7 years agoPlatform specifics naming adjustments (#526)
Paul DiPietro [Fri, 18 Nov 2016 12:38:30 +0000 (06:38 -0600)]
Platform specifics naming adjustments (#526)

7 years agoMerge branch 'master' of github.com:xamarin/Xamarin.Forms
E.Z. Hart [Thu, 17 Nov 2016 23:00:42 +0000 (16:00 -0700)]
Merge branch 'master' of github.com:xamarin/Xamarin.Forms

7 years agoPut UI test using directive inside UITest block
E.Z. Hart [Thu, 17 Nov 2016 22:59:59 +0000 (15:59 -0700)]
Put UI test using directive inside UITest block

7 years agoUpdate nuget license file link
Jason Smith [Thu, 17 Nov 2016 21:43:43 +0000 (13:43 -0800)]
Update nuget license file link

7 years agoAPI docs: typo fixes in button nested classes docs (#542)
Mike Norman [Thu, 17 Nov 2016 21:04:03 +0000 (15:04 -0600)]
API docs: typo fixes in button nested classes docs (#542)

7 years agoMerge branch 'master' of github.com:xamarin/Xamarin.Forms
E.Z. Hart [Thu, 17 Nov 2016 20:37:07 +0000 (13:37 -0700)]
Merge branch 'master' of github.com:xamarin/Xamarin.Forms

7 years agoMove 36802 test into Issues namespace
E.Z. Hart [Thu, 17 Nov 2016 20:36:29 +0000 (13:36 -0700)]
Move 36802 test into Issues namespace

7 years agoAPI work. (#534)
Mike Norman [Thu, 17 Nov 2016 20:30:30 +0000 (14:30 -0600)]
API work. (#534)

* Button and Cell doc updates.

* Configuration<T1, T2> API docs.

* ConstraintExpression API doc changes.

* API docs: Some new APIs; Marked many interfaces "internal for renderers"

7 years ago[Xaml] cleanup xmlns usage, add XmlnsDefinition (#531)
Stephane Delcroix [Thu, 17 Nov 2016 19:31:05 +0000 (20:31 +0100)]
[Xaml] cleanup xmlns usage, add XmlnsDefinition (#531)

* [Xaml] cleanup xmlns usage, add XmlnsDefinition

* docs

7 years agoRun multiple UI tests without restarting ControlGallery (#539)
E.Z. Hart [Wed, 16 Nov 2016 21:07:30 +0000 (14:07 -0700)]
Run multiple UI tests without restarting ControlGallery (#539)

* Allow UI tests to bypass "manual" navigation to isses pages

* Add missing Preserve attribute

* Make Issue198 test work with direct navigation

* Remove empty UI tests

* Fix error handling for iOS

* Use navigation which works for subsequent TestNavigationPages on iOS

* Fix race condition in 39530 test
Remove master page nesting when doing direct nav for UI tests

* Set up and run a single instance of Control Gallery for UI tests

* Force NavigateToIssue to wait for main page appearing to deal with iOS timing

* Move remaining UI tests into Issues namespace

* Change the connection check URL so it'll work on iOS

* Make Appearing Gallery tests work without restarting app

* Prevent ContextActions tests from stepping on each other

* Make context menu test more robust

* Move ButtonExtensions back to Controls namespace

* Have test 774 dismiss the action sheet before ending

* Update UITest package to 2.0.0 stable

* Make 2948 restore orientation when it's done

* Null check on PageController before calling SendDisappearing

* Adding a wait for the root page in the core tests

* Add consecutive tests reset to prevent memory slog on older iOS devices

7 years ago[W] Support 0 as valid BorderWidth (#537)
Stephane Delcroix [Wed, 16 Nov 2016 21:05:28 +0000 (22:05 +0100)]
[W] Support 0 as valid BorderWidth (#537)

7 years ago[iOS] Update Editor text from autocorrect when losing focus (#535)
Paul DiPietro [Wed, 16 Nov 2016 20:59:21 +0000 (14:59 -0600)]
[iOS] Update Editor text from autocorrect when losing focus (#535)

7 years agoSet TabBarItem properly (#530)
adrianknight89 [Wed, 16 Nov 2016 20:55:15 +0000 (14:55 -0600)]
Set TabBarItem properly (#530)

7 years ago[Android] Preserve Toolbar Subtitle on page orientation change (#528)
adrianknight89 [Wed, 16 Nov 2016 20:45:58 +0000 (14:45 -0600)]
[Android] Preserve Toolbar Subtitle on page orientation change (#528)

* add ability to preserve toolbar values

* added null check

* better fix

* fix indentation

* fixed comment

7 years agoMake CommitAllowingStateLoss the default (#527)
E.Z. Hart [Wed, 16 Nov 2016 20:43:33 +0000 (13:43 -0700)]
Make CommitAllowingStateLoss the default (#527)

7 years ago[iOS] Add Platform Specific option to not adjust the status bar text color based...
Samantha Houts [Wed, 16 Nov 2016 20:14:00 +0000 (12:14 -0800)]
[iOS] Add Platform Specific option to not adjust the status bar text color based on the luminosity of the NavigationBar text color (#517)

* Add reproduction for 37431

* [Core] Add iOS PS StatusBarTextColorMode

* [iOS] Implement StatusBarTextColorMode on NavPage

* Add reproduction for 44777

* Add instructions to 44777 repro

* Update docs

7 years ago[C] Use a Binding for ItemsSource object selection
Stephane Delcroix [Wed, 9 Nov 2016 14:15:12 +0000 (15:15 +0100)]
[C] Use a Binding for ItemsSource object selection

7 years agoSquashed commit of the following:
Joakim Carselind [Wed, 9 Nov 2016 08:23:52 +0000 (09:23 +0100)]
Squashed commit of the following:

commit 8d784ec7459335ca33003844a793c3dd266c5861
Author: Joakim Carselind <joakim.carselind@cub.se>
Date:   Tue Aug 23 00:30:25 2016 +0200

    Added DisplayConverter property of type IValueConverter to perform conversion from object to string

commit afb606f05c16b14e24785fad017540dd83dbf373
Author: Joakim Carselind <joakim.carselind@cub.se>
Date:   Tue Aug 23 00:07:55 2016 +0200

    Use IsValueType

commit 4742c22ed33309f40a55c536b161292eb5db40f8
Author: Joakim Carselind <joakim.carselind@cub.se>
Date:   Fri Aug 19 18:58:40 2016 +0200

    Fixed bug with nested property expression

commit 70a121e6172a61dbcf8835137bf58bd972cf2065
Author: Joakim Carselind <joakim.carselind@cub.se>
Date:   Fri Aug 19 18:43:14 2016 +0200

    Added more tests

commit 49c7876bda4185c699f5fd9b3a66763efca9623c
Author: Joakim Carselind <joakim.carselind@cub.se>
Date:   Thu Aug 18 13:28:36 2016 +0200

    Siimplified setting SelectedItem. Added property to provide full control over how to display the objects by DisplayFunc. Added tests

commit 5c1d5e149dc21c58cebf7cdbc6677d1ccec04ed4
Author: Joakim Carselind <joakim.carselind@cub.se>
Date:   Thu Aug 11 17:15:36 2016 +0200

    Trying to fix formatting with tabs instead of spaces

commit d64663ce3ef6b223a04d477274e93ec87bd38ff4
Author: Joakim Carselind <joakim.carselind@cub.se>
Date:   Thu Aug 11 17:10:39 2016 +0200

    Formatting. Handle Reset,Move,Replace collection changed action equal by re binding Items collection

commit 8d4641810cb3b11fb6b47f8215bb5950a9641ba2
Author: Joakim Carselind <joakim.carselind@cub.se>
Date:   Thu Aug 11 16:33:03 2016 +0200

    Removed inline documentation. Fixed formatting

commit 28010a1b31da02879fd2d549d5b02458766544d5
Author: Joakim Carselind <joakim.carselind@cub.se>
Date:   Thu Aug 11 16:29:37 2016 +0200

    Removed SelectedValue since SelectedIndex and SelectedItem make it redundant

commit ac9d65816fe6db7b467c304e6dc3168a84d3166b
Author: Joakim Carselind <joakim.carselind@cub.se>
Date:   Thu Aug 11 14:51:20 2016 +0200

    Initial attempt on bindable picker

7 years ago[XamlC] use correct filePath for XamlC error reporting (#513)
Stephane Delcroix [Wed, 16 Nov 2016 19:51:53 +0000 (20:51 +0100)]
[XamlC] use correct filePath for XamlC error reporting (#513)

* [XamlG] decorate partial classes with [XamlFile] attribute

* [XamlC] use correct filePath for XamlC error reporting

* [docs] update docs

7 years agoUse static method syntax to prevent mono compiler error (#538)
E.Z. Hart [Wed, 16 Nov 2016 17:14:17 +0000 (10:14 -0700)]
Use static method syntax to prevent mono compiler error (#538)

7 years ago[A] Check for parent NavigationPage when setting MDP detail's TopPadding (#473)
Paul DiPietro [Wed, 16 Nov 2016 12:43:30 +0000 (06:43 -0600)]
[A] Check for parent NavigationPage when setting MDP detail's TopPadding (#473)

rebased

7 years ago[iOS] Add Platform Specific features for PrefersStatusBarHidden/UIStatusBarAnimation...
Paul DiPietro [Wed, 16 Nov 2016 10:02:54 +0000 (04:02 -0600)]
[iOS] Add Platform Specific features for PrefersStatusBarHidden/UIStatusBarAnimation (#463)

* [iOS] Add Platform Specific features for PrefersStatusBarHidden/UIStatusBarAnimation

* Update docs

7 years agoBindingContext changes are called multiple times on app start (#470)
adrianknight89 [Wed, 16 Nov 2016 08:24:21 +0000 (02:24 -0600)]
BindingContext changes are called multiple times on app start (#470)

* inherited binding context fix

* add check for child binding context

* Revert "add check for child binding context"

This reverts commit 71952f39129cfedc2358a32100deb07bd32a3080.

* unit tests

7 years ago[iOS] Fix AccessoryView covered by section index list (#493)
Jimmy Garrido [Wed, 16 Nov 2016 08:21:55 +0000 (00:21 -0800)]
[iOS] Fix AccessoryView covered by section index list (#493)

* [iOS] Fix AccessoryView below section index list

* Add UITest

7 years agofix MasterDetailPage dispose (#505)
adrianknight89 [Tue, 15 Nov 2016 22:35:24 +0000 (16:35 -0600)]
fix MasterDetailPage dispose (#505)

7 years ago[iOS] Text should not overflow Entry if it can't fit inside the bounds (#400)
adrianknight89 [Tue, 15 Nov 2016 22:17:29 +0000 (16:17 -0600)]
[iOS] Text should not overflow Entry if it can't fit inside the bounds (#400)

* Entry subviews should clip to parent bounds

* Adding sample code

* Adding sample code

* Adding sample code

* remove sample

* remove sample

* add back the sample code

* add back missing include

* use spaces instead of tabs

7 years ago[C] Add cornerRadius validation, docs
Stephane Delcroix [Tue, 1 Nov 2016 09:35:14 +0000 (10:35 +0100)]
[C] Add cornerRadius validation, docs

7 years agoAdded CornerRadius property To Frame control
Andrei N [Sun, 9 Oct 2016 07:52:38 +0000 (10:52 +0300)]
Added CornerRadius property To Frame control

7 years ago[UWP] Explicitly set mobile StatusBar colors to white Background/black Foreground...
Samantha Houts [Tue, 15 Nov 2016 19:43:34 +0000 (11:43 -0800)]
[UWP] Explicitly set mobile StatusBar colors to white Background/black Foreground on Light theme (#491)

* [UWP] Encapsulate MobileStatusBar

* [UWP] Set StatusBar colors on Light theme

* Add test code to override status bar color

7 years ago[WinRT] Fix ModalPushed/ModalPopped not firing (#490)
Paul DiPietro [Tue, 15 Nov 2016 19:41:19 +0000 (13:41 -0600)]
[WinRT] Fix ModalPushed/ModalPopped not firing (#490)

7 years ago[XamlC] TypedBindings, some tests, a compiler, ... (#489)
Stephane Delcroix [Tue, 15 Nov 2016 19:39:48 +0000 (20:39 +0100)]
[XamlC] TypedBindings, some tests, a compiler, ... (#489)

7 years agoCreating category constants for UI test categories (#487)
E.Z. Hart [Tue, 15 Nov 2016 19:39:23 +0000 (12:39 -0700)]
Creating category constants for UI test categories (#487)

* Creating a category just for core UI tests

* Grouping all of the core UI tests

* Adjusting categories so we can run in smaller batches

* Adding some of the Issues tests to categories

* Fix shared project nonsense

* Fix non-existent test category

* Testing global category for Issues

7 years ago[iOS] Use separate UIWindow for UIAlertController (#481)
Paul DiPietro [Tue, 15 Nov 2016 19:36:49 +0000 (13:36 -0600)]
[iOS] Use separate UIWindow for UIAlertController (#481)

* [iOS] Use separate UIWindow for UIAlertController

* Add similar behavior for DisplayActionSheet; consolidate behavior into PresentAlert method

7 years ago[Android] Show keyboard on app resume if control has focus (#480)
adrianknight89 [Tue, 15 Nov 2016 19:30:23 +0000 (13:30 -0600)]
[Android] Show keyboard on app resume if control has focus (#480)

* show keyboard on resume if control has focus

* refactor

* changed property name

7 years ago[WinRT] Setting ActivityIdicator color works now (#479)
Jimmy Garrido [Tue, 15 Nov 2016 19:26:16 +0000 (11:26 -0800)]
[WinRT] Setting ActivityIdicator color works now (#479)

7 years agoAttempting to fix possible race conditions in Automation ID tests (#533)
E.Z. Hart [Tue, 15 Nov 2016 16:52:20 +0000 (09:52 -0700)]
Attempting to fix possible race conditions in Automation ID tests (#533)

7 years agoMaking text longer so the test works even if the device ends up in landscape mode...
E.Z. Hart [Tue, 15 Nov 2016 16:52:09 +0000 (09:52 -0700)]
Making text longer so the test works even if the device ends up in landscape mode (#532)

7 years ago[Internal] Change test template to use Bugzilla (#501)
adrianknight89 [Tue, 15 Nov 2016 00:28:49 +0000 (18:28 -0600)]
[Internal] Change test template to use Bugzilla (#501)

* added a new template for bugzilla

* Revert "added a new template for bugzilla"

This reverts commit e141d845849244e484143119b06c5247c28b2423.

* change template to use bugzilla

7 years agoMarked all I___Controller interfaces as for internal use by renderers in docs. (...
Mike Norman [Mon, 14 Nov 2016 13:31:47 +0000 (07:31 -0600)]
Marked all I___Controller interfaces as for internal use by renderers in docs. (#522)

7 years agoApplinks API docs, and a link fix in BindableProperty.xml. (#519)
Mike Norman [Thu, 10 Nov 2016 00:21:18 +0000 (18:21 -0600)]
Applinks API docs, and a link fix in BindableProperty.xml. (#519)

7 years agoUpdate badge URLs to point at current build lanes (#516)
E.Z. Hart [Wed, 9 Nov 2016 20:27:20 +0000 (13:27 -0700)]
Update badge URLs to point at current build lanes (#516)

7 years agoRemoving PCLStorage references until it's determined that we need them
E.Z. Hart [Wed, 9 Nov 2016 17:24:20 +0000 (10:24 -0700)]
Removing PCLStorage references until it's determined that we need them

7 years agoExcising the 43569 UI Test until the PCLStorage issue can be dealt with
E.Z. Hart [Wed, 9 Nov 2016 17:04:12 +0000 (10:04 -0700)]
Excising the 43569 UI Test until the PCLStorage issue can be dealt with

7 years ago[UWP] Fix Transparent Default Button (#468)
Jimmy Garrido [Tue, 8 Nov 2016 15:38:17 +0000 (07:38 -0800)]
[UWP] Fix Transparent Default Button (#468)

7 years agofix identation
Stephane Delcroix [Tue, 8 Nov 2016 15:30:19 +0000 (16:30 +0100)]
fix identation