platform/core/csapi/xsf.git
5 years agoFix android scrollbar visibility issue (#8090) fixes #7629 #8015
Ravinder Jangra [Wed, 23 Oct 2019 12:07:00 +0000 (17:37 +0530)]
Fix android scrollbar visibility issue (#8090) fixes #7629 #8015

5 years agoAutomating bugzilla issue 33870 (#7968)
Mikolaj Kieres [Wed, 23 Oct 2019 08:15:16 +0000 (19:15 +1100)]
Automating bugzilla issue 33870 (#7968)

* Automating bugzilla issue #33870

* Adding UITest category

* Fixing a typo

5 years agoUnregister effects on dispose (#8109)
Andrei [Tue, 22 Oct 2019 09:52:35 +0000 (12:52 +0300)]
Unregister effects on dispose (#8109)

5 years agoSet MinimumWidth to the correct value on grid calc (#7318)
Shane Neuville [Mon, 21 Oct 2019 19:50:47 +0000 (13:50 -0600)]
Set MinimumWidth to the correct value on grid calc (#7318)

fixes #7303

5 years agoopacity mask added to FrameRenderer (#7828)
melimion [Mon, 21 Oct 2019 19:49:46 +0000 (22:49 +0300)]
opacity mask added to FrameRenderer (#7828)

fixes #7825

5 years agoset XF Verions File to be hidden (#8128)
Shane Neuville [Mon, 21 Oct 2019 19:03:27 +0000 (13:03 -0600)]
set XF Verions File to be hidden (#8128)

5 years ago[Android] Use AppCompat AlertDialog (#8046)
Joe Manke [Mon, 21 Oct 2019 10:16:17 +0000 (05:16 -0500)]
[Android] Use AppCompat AlertDialog (#8046)

* Change Android ControlGallery theme to inherit from Theme.AppCompat.DayNight to test GitHub issue #8029

* Use AppCompat AlertDialog in Android PopupManager

* Apply style to both default and AppCompat dialogs for comparison.

5 years agoMerge branch '4.3.0'
Stephane Delcroix [Mon, 21 Oct 2019 08:45:57 +0000 (10:45 +0200)]
Merge branch '4.3.0'

5 years agoMerge branch '4.2.0' into 4.3.0
Stephane Delcroix [Mon, 21 Oct 2019 08:40:15 +0000 (10:40 +0200)]
Merge branch '4.2.0' into 4.3.0

5 years agoFix ListView.ScrollTo does not work in WPF (#7947)
melimion [Fri, 18 Oct 2019 17:28:29 +0000 (20:28 +0300)]
Fix ListView.ScrollTo does not work in WPF (#7947)

* ScrollTo implementation added

* ScrollToPosition.Center implemented

* animation implemented

5 years agoAlways use current dispatcher to invoke wpf timer (#7958) fixes #6957
Konrad Müller [Fri, 18 Oct 2019 14:07:40 +0000 (16:07 +0200)]
Always use current dispatcher to invoke wpf timer (#7958) fixes #6957

5 years ago[MacOS] FIx agains NRE on disposing Entry renderer (#8019)
Rui Marinho [Fri, 18 Oct 2019 12:03:53 +0000 (13:03 +0100)]
[MacOS] FIx agains NRE on disposing Entry renderer (#8019)

5 years ago[MacOS] Fixed NRE with modal navigation (#7900)
Gerald Versluis [Fri, 18 Oct 2019 12:03:43 +0000 (14:03 +0200)]
[MacOS] Fixed NRE with modal navigation (#7900)

* Added repro and fix

* Added UITest

5 years agoAdd instructions and change UI test (#8077) fixes #2351
adrianknight89 [Fri, 18 Oct 2019 11:54:16 +0000 (06:54 -0500)]
Add instructions and change UI test (#8077) fixes #2351

5 years agoadded instructions (#8076) fixes #2352
adrianknight89 [Fri, 18 Oct 2019 11:52:08 +0000 (06:52 -0500)]
added instructions (#8076) fixes #2352

5 years agoAdd extension methods for ScaleXTo and ScaleYTo (#8007) fixes #8004
Steven Thewissen [Fri, 18 Oct 2019 11:22:48 +0000 (12:22 +0100)]
Add extension methods for ScaleXTo and ScaleYTo (#8007) fixes #8004

* Add extension methods for ScaleXTo and ScaleYTo

* Updated sample with small description

* Updated test

5 years agoFixes #4941 (and 1722 for UWP). Adding a test in UWP NavigationPageRenderer.SetElemen...
Jon Robinson Levy [Fri, 18 Oct 2019 10:25:56 +0000 (12:25 +0200)]
Fixes #4941 (and 1722 for UWP). Adding a test in UWP NavigationPageRenderer.SetElement, to check if the supplied NavigationPage Eelement has a CurrentPage. If not, an InvalidOperationException is thrown. (Otherwise a NullReferenceException would be thrown at a later point.) (#8034)

5 years agoCreated automated UI tests for issue 1769 (#8020)
Mikolaj Kieres [Thu, 17 Oct 2019 17:53:54 +0000 (04:53 +1100)]
Created automated UI tests for issue 1769 (#8020)

5 years agoMerge branch '4.3.0'
ShaneN [Thu, 17 Oct 2019 17:35:08 +0000 (11:35 -0600)]
Merge branch '4.3.0'

5 years agoCreating automated UI tests for the issue 1747 (#8023) fixes #2237
Mikolaj Kieres [Thu, 17 Oct 2019 10:49:52 +0000 (21:49 +1100)]
Creating automated UI tests for the issue 1747 (#8023) fixes #2237

5 years ago[Tizen] Add Meterial Stepper Renderer (#8037)
shmin [Thu, 17 Oct 2019 10:41:09 +0000 (19:41 +0900)]
[Tizen] Add Meterial Stepper Renderer (#8037)

5 years agoMake UpdateCancelButton virtual (#8027)
Glenn Versweyveld [Thu, 17 Oct 2019 07:35:36 +0000 (09:35 +0200)]
Make UpdateCancelButton virtual (#8027)

This allows people to override the default behaviour

5 years agoPreventing NRE when setting accessibility label while disposing controls (#8051)
Oberdan Bitencourt Ferreira [Thu, 17 Oct 2019 07:32:54 +0000 (04:32 -0300)]
Preventing NRE when setting accessibility label while disposing controls (#8051)

fixes #5612

5 years agoMake the Refresh View Respect Command CanExecute and add Refreshing event (#7866)
Shane Neuville [Thu, 17 Oct 2019 06:44:25 +0000 (00:44 -0600)]
Make the Refresh View Respect Command CanExecute and add Refreshing event (#7866)

* Make Refresh View respect Command CanExecute

* - force isrefreshing false when isenabled fasle
- Add IsRefreshing Event

* - shift command execution up to xplat code

* - fix ui test

* - cleanup

* - add additional check

* Update Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue7803.xaml.cs

* - fix flag

5 years ago[iOS] Prevent crash when adding item to source of CollectionView in tab (#7940)
E.Z. Hart [Wed, 16 Oct 2019 20:54:16 +0000 (14:54 -0600)]
[iOS] Prevent crash when adding item to source of CollectionView in tab (#7940)

* Prevent crash when adding item to source of CollectionView that's never been displayed;
fixes #7700

* Fix renaming error in UI test

* Add test and fix for adding groups offscreen

* Fix rebase error

* Remove flags

* Add instructions

* Better instructions

5 years ago- merge fixes
ShaneN [Wed, 16 Oct 2019 16:46:33 +0000 (10:46 -0600)]
- merge fixes

5 years agoMerge 4.3.0
ShaneN [Wed, 16 Oct 2019 16:46:25 +0000 (10:46 -0600)]
Merge 4.3.0

5 years agoCleanup material controls character spacing interactions (#7880)
Shane Neuville [Wed, 16 Oct 2019 16:11:51 +0000 (10:11 -0600)]
Cleanup material controls character spacing interactions (#7880)

* Cleanup material controls and spacing

* - remove left over code

* - remove virtual

* - pr comments

5 years agoRemove requirement for CollectionView Experimental flag (#7907)
E.Z. Hart [Wed, 16 Oct 2019 15:44:47 +0000 (09:44 -0600)]
Remove requirement for CollectionView Experimental flag (#7907)

* CollectionView_Experimental is dead; long live CarouselView_Experimental!

* Change CollectionView enabling button labels to CarouselView for CarouselView tests

* Fix UI tests for Carousel

* Honor the CollectionView_Experimental flag for CarouselView

* Update Issue6963.cs

* Update Issue7817.xaml.cs

* Remove collection view flag settings

5 years ago[Android] Fix recyclerview offsets (#8018) fixes #7993
adrianknight89 [Wed, 16 Oct 2019 10:29:33 +0000 (05:29 -0500)]
[Android] Fix recyclerview offsets (#8018) fixes #7993

5 years agoremove duplicate statement (#8014)
adrianknight89 [Wed, 16 Oct 2019 10:16:00 +0000 (05:16 -0500)]
remove duplicate statement (#8014)

5 years agoFix Material Editor so TextChange delegate isn't removed (#8011)
Shane Neuville [Tue, 15 Oct 2019 22:10:36 +0000 (16:10 -0600)]
Fix Material Editor so TextChange delegate isn't removed (#8011)

* Fix Material Editor so delegate isn't removed

* - fix ui test

5 years agoFix bug 5868 "VisualElement.Unfocus does not work on WPF" (#7883)
Konrad Müller [Tue, 15 Oct 2019 19:24:34 +0000 (21:24 +0200)]
Fix bug 5868 "VisualElement.Unfocus does not work on WPF" (#7883)

* Add repro

* fix bug

5 years agoFix shell to correctly pick visible item (#8009)
Shane Neuville [Tue, 15 Oct 2019 18:44:22 +0000 (12:44 -0600)]
Fix shell to correctly pick visible item (#8009)

- when items are removed

5 years ago[macOS] Add padding to Button (#7919) fixes #7851
Oliver Brown [Tue, 15 Oct 2019 18:32:23 +0000 (19:32 +0100)]
[macOS] Add padding to Button (#7919) fixes #7851

* Add basic macOS button padding.

* Add NSButtonCell for offsetting title.

* Remove "private"

5 years agoFix iOS crash when group type is not an IList (#7955)
E.Z. Hart [Tue, 15 Oct 2019 18:19:36 +0000 (12:19 -0600)]
Fix iOS crash when group type is not an IList (#7955)

5 years agoFixed issue setting Position in CarouselView (#7901) fixes #7865
Javier Suárez Ruiz [Tue, 15 Oct 2019 14:37:41 +0000 (16:37 +0200)]
Fixed issue setting Position in CarouselView (#7901) fixes #7865

* Added sample file

* Updated sample

* Fixed the issue on Android and iOS

* Updated IsScrolling property from UWP CarouselView renderer

* Added repro sample instructions

* Update Issue7865.xaml.cs

* [iOS] Update IsScrolling from renderer

5 years agoFixed build error (merge) (#8024)
Javier Suárez Ruiz [Tue, 15 Oct 2019 13:18:03 +0000 (15:18 +0200)]
Fixed build error (merge) (#8024)

5 years agoMerge branch '4.2.0' into 4.3.0
Stephane Delcroix [Tue, 15 Oct 2019 12:12:49 +0000 (14:12 +0200)]
Merge branch '4.2.0' into 4.3.0

5 years agoLabel size doesn't change when text changed (#7942)
bill2004158 [Tue, 15 Oct 2019 10:53:31 +0000 (18:53 +0800)]
Label size doesn't change when text changed (#7942)

- fixes #7888

5 years agoAdded sample (#7650)
Javier Suárez Ruiz [Tue, 15 Oct 2019 08:37:57 +0000 (10:37 +0200)]
Added sample (#7650)

5 years ago[iOS] Various fixes with ItemsViewController (#7618)
adrianknight89 [Tue, 15 Oct 2019 08:32:26 +0000 (03:32 -0500)]
[iOS] Various fixes with ItemsViewController (#7618)

* various fixes

* remove comment

* move delegator setting to ViewDidLoad

* fix delegator

* fix accessibility issue

5 years agomerge fix with UWP scroll mode
ShaneN [Tue, 15 Oct 2019 05:26:24 +0000 (23:26 -0600)]
merge fix with UWP scroll mode

5 years agoMerge 4.3.0 into master
ShaneN [Tue, 15 Oct 2019 05:19:46 +0000 (23:19 -0600)]
Merge 4.3.0 into master

5 years ago[Android] speed up development builds (#7834)
Shane Neuville [Tue, 15 Oct 2019 05:10:00 +0000 (23:10 -0600)]
[Android] speed up development builds (#7834)

* speed up development builds android

* - remove extra property group

* - add cake descriptions

* - fix

* - remove shared runtime

* - add check for TF_Build

5 years agoFixed ItemSpacing, NumberOfSideItems, PeekAreaInsets and Snap in UWP CarouselView...
Javier Suárez Ruiz [Tue, 15 Oct 2019 00:07:11 +0000 (02:07 +0200)]
Fixed ItemSpacing, NumberOfSideItems, PeekAreaInsets and Snap in UWP CarouselView. (#7930)

5 years ago[Android] Fixed a crash on CollectionView changing ItemsSource (#7945)
Javier Suárez Ruiz [Mon, 14 Oct 2019 21:24:53 +0000 (23:24 +0200)]
[Android] Fixed a crash on CollectionView changing ItemsSource (#7945)

* Added repro sample

* Fixed the crash

5 years agoSet Continue On Error for parallel builds (#7914)
Shane Neuville [Mon, 14 Oct 2019 19:32:06 +0000 (13:32 -0600)]
Set Continue On Error for parallel builds (#7914)

5 years agoMake WkWebViewRenderer default for iOS WebView (#7367)
Gerald Versluis [Mon, 14 Oct 2019 16:18:09 +0000 (18:18 +0200)]
Make WkWebViewRenderer default for iOS WebView (#7367)

* Make WkWebViewRenderer default for iOS

* Update AssemblyInfo.cs

* Update Xamarin.Forms.Platform.cs

* Revert "Update AssemblyInfo.cs"

This reverts commit ca0c034c3fa5c18630c2f7f505e73015a901dd17.

* Fix test 26993 iOS

* Update Bugzilla26993.cs

5 years agoValidate on Date part only (#7766) fixes #5784
Glenn Versweyveld [Mon, 14 Oct 2019 15:56:57 +0000 (17:56 +0200)]
Validate on Date part only (#7766) fixes #5784

* Validate on Date part only

Fixes #5784

* Add unittest

* Both sides should be Date only validated

5 years ago[Android] Fixed CarouselView string EmptyView not displayed (#7822) fixes #7792
Javier Suárez Ruiz [Mon, 14 Oct 2019 15:48:33 +0000 (17:48 +0200)]
[Android] Fixed CarouselView string EmptyView not displayed (#7822) fixes #7792

* Added sample

* Updated sample

* Fixed CarouselView issue not displaying string EmptyView

* Fixed wrong controls shared projitems paths

5 years agoFix [macOS] navigation page doesn't hide previous page (#7921)
melimion [Mon, 14 Oct 2019 11:57:44 +0000 (14:57 +0300)]
Fix [macOS] navigation page doesn't hide previous page (#7921)

* fix

* test added

* more transparency added to test

* test simplified

* test title fix

5 years agoMerge branch '4.1.0' into 4.2.0
Stephane Delcroix [Mon, 14 Oct 2019 07:03:32 +0000 (09:03 +0200)]
Merge branch '4.1.0' into 4.2.0

5 years agoMove CollectionView UWP implementation to generics (#7911)
E.Z. Hart [Fri, 11 Oct 2019 23:11:42 +0000 (17:11 -0600)]
Move CollectionView UWP implementation to generics (#7911)

* Clean up implementation with generics and get rid of awkward casts

* Save some unnecessary casts and switching on CarouselView

5 years agoFixed crash on UWP Switch (UpdateThumbColor) (#7932)
Javier Suárez Ruiz [Fri, 11 Oct 2019 11:43:08 +0000 (13:43 +0200)]
Fixed crash on UWP Switch (UpdateThumbColor) (#7932)

5 years ago[Tizen] Fix RenderWith attributes for Forwarders (#7854)
Kangho Hur [Fri, 11 Oct 2019 00:46:57 +0000 (09:46 +0900)]
[Tizen] Fix RenderWith attributes for Forwarders (#7854)

5 years agoGenerics for CollectionView iOS implementation (#7918)
E.Z. Hart [Thu, 10 Oct 2019 23:21:22 +0000 (17:21 -0600)]
Generics for CollectionView iOS implementation (#7918)

* Make the ItemsView type generic

* Make controller type generic

* Generic all the things, and split up the delegators

Fix rebase error

5 years agoRevert "Fixed crash on UWP Switch (UpdateThumbColor)"
Javier Suárez Ruiz [Thu, 10 Oct 2019 16:09:50 +0000 (18:09 +0200)]
Revert "Fixed crash on UWP Switch (UpdateThumbColor)"

This reverts commit 10a0f4e0b3ded2480b49faae0b301980fbf4dc65.

5 years agoFixed crash on UWP Switch (UpdateThumbColor)
Javier Suárez Ruiz [Thu, 10 Oct 2019 16:08:43 +0000 (18:08 +0200)]
Fixed crash on UWP Switch (UpdateThumbColor)

5 years ago[Android/iOS] Fixed ItemsUpdatingScrollMode on CarouselView (#7872)
Javier Suárez Ruiz [Thu, 10 Oct 2019 15:31:05 +0000 (17:31 +0200)]
[Android/iOS] Fixed ItemsUpdatingScrollMode on CarouselView (#7872)

* Added repro sample

* Updated sample

* Fixed issue on Android

* Fixed issue on iOS

* Updated sample

* Updated instructions

* Fixed property changed propagation from CarouselViewRenderer to ItemsViewRenderer

5 years ago[UWP] [iOS] Verify selected items exist when updating native selections (#7902)
E.Z. Hart [Thu, 10 Oct 2019 15:16:38 +0000 (09:16 -0600)]
[UWP] [iOS] Verify selected items exist when updating native selections (#7902)

* Add selection synchronization tests

* Resync native selection after ItemsSource is updated

* Update native selection on iOS when changing ItemsSource; prevent crash when
selection contains items not in source; fixes #6963

* Automated test

5 years ago[X] binding find the right indexer (#7896)
Stephane Delcroix [Thu, 10 Oct 2019 08:19:04 +0000 (10:19 +0200)]
[X] binding find the right indexer (#7896)

supports having multiple indexers on a bound source, try to invoke the right one

- fixes #7837

5 years ago[Shell, Android, iOS] shell menu scrolling (#5974)
Pavel Yakovlev [Thu, 10 Oct 2019 01:33:33 +0000 (18:33 -0700)]
[Shell, Android, iOS] shell menu scrolling (#5974)

* [Android, iOS] add shell menu scrolling property

* fix UWP build

* - remove comment

5 years ago#7664 Use FontSizeConverter for FontImageSource.Size property (#7887)
Vũ Đức Tuyến [Wed, 9 Oct 2019 20:07:10 +0000 (03:07 +0700)]
#7664 Use FontSizeConverter for FontImageSource.Size property (#7887)

5 years agoFixed SnapPointsType discrepancy between CarouselView and LinearItemsLayout (#7893)
Javier Suárez Ruiz [Wed, 9 Oct 2019 18:14:38 +0000 (20:14 +0200)]
Fixed SnapPointsType discrepancy between CarouselView and LinearItemsLayout (#7893)

5 years agoImplement grouping for UWP CollectionView (#7697)
E.Z. Hart [Wed, 9 Oct 2019 17:56:18 +0000 (11:56 -0600)]
Implement grouping for UWP CollectionView (#7697)

* Implement grouping for UWP CollectionView

* Clean up CollectionViewSource on teardown

5 years agobuild.cake: more readable way of using an enum (#7867)
Andres G. Aragoneses [Wed, 9 Oct 2019 09:33:37 +0000 (17:33 +0800)]
build.cake: more readable way of using an enum (#7867)

* build.cake: cosmetic, less verbose GetMSBuildSettings() method

* build.cake: more readable way of using an enum

I had to look up what "1" meant in the documentation!
(https://cakebuild.net/api/Cake.Common.Tools.MSBuild/MSBuildPlatform/)

5 years ago[iOS] Fixed crash displaying strings in CarouselView (#7858)
Javier Suárez Ruiz [Wed, 9 Oct 2019 07:52:27 +0000 (09:52 +0200)]
[iOS] Fixed crash displaying strings in CarouselView (#7858)

* Added repro sample

* Fixed the crash on DequeueReusableCell registering the correct cell types

* Added instructions to the test

* Fixed wrong paths on Controls Issues projitems

5 years agoShell android dispose (#7768)
Shane Neuville [Tue, 8 Oct 2019 18:16:03 +0000 (12:16 -0600)]
Shell android dispose (#7768)

* Better dispose of Android shell renderers

* - fixup a few dispose paths

* - set page to null

* - header container

5 years ago[iOS] Fix issue changing the ItemTemplate on CollectionView dynamically (#7743)
Javier Suárez Ruiz [Tue, 8 Oct 2019 18:06:07 +0000 (20:06 +0200)]
[iOS] Fix issue changing the ItemTemplate on CollectionView dynamically (#7743)

* Fixed Issue 7742: Change CollectionView ItemTemplate programmatically

* Fixed typo

* Removed invalid test

5 years ago[iOS] Alternative proposal for PR 7794 (#7811)
adrianknight89 [Tue, 8 Oct 2019 15:44:49 +0000 (10:44 -0500)]
[iOS] Alternative proposal for PR 7794 (#7811)

* emptyview fix

* fix

* added collectionview flag

* added using for List

* fix formatting

* fix formatting 2

* fix formatting 3

* fixes

* fix test

5 years agoSpelling fix (#7868)
maexsp [Tue, 8 Oct 2019 11:11:44 +0000 (13:11 +0200)]
Spelling fix (#7868)

Minor spelling mistake

5 years agoMerge branch '4.3.0'
Samantha Houts [Mon, 7 Oct 2019 17:47:36 +0000 (10:47 -0700)]
Merge branch '4.3.0'

5 years agoIgnore empty cache and don't cache invalid stream (#7764)
Shane Neuville [Mon, 7 Oct 2019 15:41:24 +0000 (09:41 -0600)]
Ignore empty cache and don't cache invalid stream (#7764)

* Ignore empty cache and don't cache invalid stream

* - msbuild locator

5 years ago[X] pass the RootAssembly to DT Context (#7853)
Stephane Delcroix [Mon, 7 Oct 2019 14:09:51 +0000 (16:09 +0200)]
[X] pass the RootAssembly to DT Context (#7853)

regression introduced by #7531

- fixes #7830

5 years ago[Build]Share git version (#6935)
Rui Marinho [Mon, 7 Oct 2019 12:28:04 +0000 (13:28 +0100)]
[Build]Share git version (#6935)

5 years agoMerge branch '4.3.0'
Stephane Delcroix [Mon, 7 Oct 2019 09:55:25 +0000 (11:55 +0200)]
Merge branch '4.3.0'

5 years agoMerge branch '4.2.0' into 4.3.0
Stephane Delcroix [Mon, 7 Oct 2019 09:54:46 +0000 (11:54 +0200)]
Merge branch '4.2.0' into 4.3.0

5 years agoFix typo in RefreshViewRenderer (#7831)
Stuart Lang [Sun, 6 Oct 2019 18:56:33 +0000 (19:56 +0100)]
Fix typo in RefreshViewRenderer (#7831)

5 years ago[C] rename file (#7818) fixes #7816
Stephane Delcroix [Fri, 4 Oct 2019 14:09:41 +0000 (16:09 +0200)]
[C] rename file (#7818) fixes #7816

- fixes #7816

5 years ago[macOS] Fix Image Rotation issue (#7815) fixes #5395
melimion [Fri, 4 Oct 2019 14:08:45 +0000 (17:08 +0300)]
[macOS] Fix Image Rotation issue (#7815) fixes #5395

* AnchorPoint fix

* rotation and translationY direction fix

* clipping fix

* test added

* anchor point and position translation fixed

* test update

5 years ago[iOS] Fix hard crash when horizontal GridViewLayout is refreshed (#7612) fixes #7593
adrianknight89 [Fri, 4 Oct 2019 00:36:53 +0000 (19:36 -0500)]
[iOS] Fix hard crash when horizontal GridViewLayout is refreshed (#7612) fixes #7593

* fix refreshview issue

* fix path

* remove extra line after rebase

5 years ago[Android] Fix crash changing the Application MainPage (#7776) fixes #7283
Javier Suárez Ruiz [Fri, 4 Oct 2019 00:32:03 +0000 (02:32 +0200)]
[Android] Fix crash changing the Application MainPage (#7776) fixes #7283

* Fixed Issue 7283 - Fix crash changing the Application MainPage

* Update Xamarin.Forms.Platform.Android/AppCompat/NavigationPageRenderer.cs

* Fix build

5 years agoRemove Material Frame Renderer from Frame element on dispose of renderer (#7752)...
Shane Neuville [Thu, 3 Oct 2019 23:20:07 +0000 (17:20 -0600)]
Remove Material Frame Renderer from Frame element on dispose of renderer (#7752) fixes #7339

* [iOS] remove renderer from Frame on dispose

* - add uitests

5 years agoFixed PeekAreaInsets not working on iOS (#7802)
Javier Suárez Ruiz [Thu, 3 Oct 2019 22:47:16 +0000 (00:47 +0200)]
Fixed PeekAreaInsets not working on iOS (#7802)

5 years ago[Tizen] fix picker focus issue in TV profile (#7770)
shmin [Thu, 3 Oct 2019 21:50:52 +0000 (06:50 +0900)]
[Tizen] fix picker focus issue in TV profile (#7770)

5 years agoMerge branch '4.3.0'
Rui Marinho [Thu, 3 Oct 2019 12:36:49 +0000 (13:36 +0100)]
Merge branch '4.3.0'

5 years agoMerge branch '4.2.0' into 4.3.0
Rui Marinho [Thu, 3 Oct 2019 12:35:23 +0000 (13:35 +0100)]
Merge branch '4.2.0' into 4.3.0

5 years agoMerge branch '4.1.0' into 4.2.0
Rui Marinho [Thu, 3 Oct 2019 12:34:25 +0000 (13:34 +0100)]
Merge branch '4.1.0' into 4.2.0

5 years agoRevert "ios: raise touch event on touchbegin. (#6989) fixes #3320" (#7787)
Rui Marinho [Thu, 3 Oct 2019 08:50:00 +0000 (09:50 +0100)]
Revert "ios: raise touch event on touchbegin. (#6989) fixes #3320" (#7787)

This reverts commit dca82ed828e3fc1b3fede8d376ea8c4abf56d4ca.

5 years agoUpdate Build.Locator (#7783)
Rui Marinho [Wed, 2 Oct 2019 19:33:03 +0000 (20:33 +0100)]
Update Build.Locator (#7783)

5 years agoMerge branch '4.3.0'
Rui Marinho [Wed, 2 Oct 2019 16:11:18 +0000 (17:11 +0100)]
Merge branch '4.3.0'

5 years agoRemove duplicate items
Rui Marinho [Wed, 2 Oct 2019 14:20:44 +0000 (15:20 +0100)]
Remove duplicate items

5 years agoFix merge
Rui Marinho [Wed, 2 Oct 2019 13:42:26 +0000 (14:42 +0100)]
Fix merge

5 years ago[X] send VisualTreeChanged for root (#7747)
Stephane Delcroix [Wed, 2 Oct 2019 13:13:24 +0000 (15:13 +0200)]
[X] send VisualTreeChanged for root (#7747)

5 years agoMerge branch '4.3.0'
Stephane Delcroix [Wed, 2 Oct 2019 13:08:39 +0000 (15:08 +0200)]
Merge branch '4.3.0'

5 years agoMerge branch '4.2.0' into 4.3.0
Stephane Delcroix [Wed, 2 Oct 2019 13:08:09 +0000 (15:08 +0200)]
Merge branch '4.2.0' into 4.3.0

5 years agoMerge branch '4.1.0' into 4.2.0
Stephane Delcroix [Wed, 2 Oct 2019 13:06:24 +0000 (15:06 +0200)]
Merge branch '4.1.0' into 4.2.0

5 years ago[HR] allow the HR test harness to clear cache (#7774)
Stephane Delcroix [Wed, 2 Oct 2019 12:40:36 +0000 (14:40 +0200)]
[HR] allow the HR test harness to clear cache (#7774)

5 years agoFixed clipping when using FontImageSource (#7607) fixes #6491 fixes #7469 fixes ...
Gerald Versluis [Wed, 2 Oct 2019 07:57:22 +0000 (09:57 +0200)]
Fixed clipping when using FontImageSource (#7607) fixes #6491 fixes #7469 fixes #7414

* Fixed issue

* Fixes #7469