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

2034 Коммитов

Автор SHA1 Сообщение Дата
Kangho ae92582d5a [Tizen] Adjust the platform creation timing (#2977) 2018-06-08 14:21:41 -07:00
Rui Marinho 3654454b28 Merge branch '3.1.0' 2018-06-08 14:20:12 -07:00
Rui Marinho e0bc1f7a5d Merge branch '3.0.0' into 3.1.0 2018-06-08 14:19:42 -07:00
Jason Smith 1775058b22 Fix 3d rotation on UWP (#2992) fixes #2841 , fixes #2514 2018-06-08 14:18:48 -07:00
Shane Neuville b7d04ff202 ignore layering test on android (#2990) 2018-06-08 11:41:21 -07:00
Rui Marinho a6bbcfdd2c Merge branch '3.1.0' 2018-06-08 09:43:31 -07:00
Rui Marinho 090d316d16 Merge branch '3.0.0' into 3.1.0 2018-06-08 00:06:13 -07:00
Philippe Leybaert fbbbb1cca1 [UWP] Fix issue where if ItemsSouce is initially null, listview would never render (#2976) 2018-06-08 00:04:40 -07:00
Rui Marinho 5dfe751da8
Merge branch '3.0.0' into 3.1.0 2018-06-07 16:58:21 -07:00
Shane Neuville 7c80d54cad [iOS] change how ios tests for hidden elements (#2973) 2018-06-07 14:22:57 -07:00
Seungkeun Lee b2a78b269b [Core] Fix Padding of Layout Issue (#2764) fixes #2763 2018-06-07 13:20:17 -07:00
Stephane Delcroix 11b1496db5 [Binding] FallbackValue and TargetNullValue (#2742) fixes #1803
- fixes #1803
2018-06-07 13:17:04 -07:00
Rui Marinho 998d87da96
[Tests] Ignore slider uitest (#2972) 2018-06-07 12:49:10 -07:00
Rui Marinho b5fd2c3c1a
[Build] Update provisioning to 15.7.2 (#2974) 2018-06-07 12:20:35 -07:00
yourina 84b81154dc [Tizen] Enhancement serveral Rendereres for Watch on Tizen (#2970) 2018-06-07 10:54:46 -07:00
Matthias Bruzek 3b2be6912c [iOS] Correct encoding in WebViewRenderer.LoadUrl (#2854) Fixes #2736
* [iOS] Fix regression from commit 14aa258 which escaped all URLs including crucial symbols (/,:,#,?)

- Fixes #2736

* Fix UITest for android
2018-06-07 10:49:50 -07:00
Shane Neuville d085b290d9 [UWP] Ignore setting the Z Index on initial load (#2949) fixes #2943 fixes #2653
* When elements are first added to the visual tree don't set the Z-Index
2018-06-07 10:37:12 -07:00
Shane Neuville bf84246bff [Android] Set vertical center on gravity for Search Bar (#2969) fixes #2936
* Set vertical center on gravity for Search Bar
2018-06-07 10:33:09 -07:00
Shane Neuville 82d69c2d4c [Android] Keep track of created ConditionalFocusLayouts (#2857) fixes #2829
* keep track of created ConditionalFocusLayout's so they can all be disposed of
2018-06-07 10:15:27 -07:00
Javier Suárez Ruiz 13568c1cf2 Fixed WPF Build (#2968) 2018-06-07 01:18:14 -07:00
Kangho 4f9359a0ab [Tizen] Ensures various button styles work well on watch (#2967) 2018-06-07 00:53:54 -07:00
Seungkeun Lee c5148263a3 Fix ScrollToPosition.MakeVisible bug (#2670) 2018-06-07 00:44:57 -07:00
Rui Marinho 3e1de3e4e0
[Tests] Fix 2728 UITests 2018-06-07 00:22:46 -07:00
E.Z. Hart e6451a4aa1 Use UpdateOnTap setting for Slider to fix broken gesture bubbling test; (#2964) 2018-06-07 00:10:13 -07:00
Sivamuthu Kumar f30ab27ae8 Fix macOS label renderer Italic Font attributes (#2729) fixes #2728 2018-06-05 16:03:33 -07:00
Kangho 81134f75c9 [Tizen] Remove legacy tizen specific available condition (#2878) 2018-06-05 14:43:39 -07:00
kingces95 ec964de0ca Enumerate copy so list can be mutated w\o throwing (#2828)
- fixes #2576
2018-06-05 14:43:33 -07:00
Stephane Delcroix 1c97946081 [Flex] do not double layout (#2944)
Invalidating is enough, and by itself will trigger eventually a
re-layout.
2018-06-05 14:43:05 -07:00
Javier Suárez Ruiz c20f1110b7 [GTK] Fixed Issue 2778: Apply transparent color in case of receive default color in GTK Entry (#2916)
* Apply transparent color in case of receive default color in GTK Entry

* Fix format

* Updated text format
2018-06-05 13:48:21 -07:00
Javier Suárez Ruiz d883edbc72 [WPF] Fixed Images from Stream (#2917) fixes #2844
* Fixed WPF Stream images

* Dispose Stream after load BitmapImage
2018-06-05 13:15:59 -07:00
Stephane Delcroix 454f4d37c2
[Flex] Make sure layout is invalidated on time (#2938)
When a BP changes, the BP value changes, the propertyChanged event is
fired, then the propertyChanged delegate is executed.

As the invalidation was done in the event, and setting the flexitem
property was done in the delegate, the invalidation, and relayout, was
executed with an out-of-date flexitem.

With this change, we invalidate the child size, and that'll bubble up to
invalidate the layout, as part of the property changed delegate

- fixes #2821
2018-06-05 12:59:11 -07:00
Pavel Yakovlev 67dfb16f6e [Core] Fixes '0*' RowDefinition/ColumnDefinition in Grid (#2926) fixes #2767 2018-06-05 12:40:40 -07:00
Shane Neuville 831bd9323a [Android] Fixes crash with Tabbed Page when image for icon doesn't exist (#2932)
* fixed unit test to verify crash didn't happen
* added try catch to BaseCellView and TabbedPageRenderer when image can't load
2018-06-05 10:51:25 -07:00
Rui Marinho 1a29b0142a Merge branch '3.1.0' 2018-06-04 16:16:30 -07:00
Rui Marinho a31c51ca01 Merge branch '3.0.0' into 3.1.0 2018-06-04 16:14:31 -07:00
E.Z. Hart 6be203ab2e Check ItemsSource for null in ListViewRenderer; fixes #2929 (#2934) 2018-06-04 16:10:15 -07:00
Samantha Houts 4185d8d6cc [UI Test] Revert 56771 test (#2861)
* Remove conflicting automationId from 56771 test

* Revert all changes to 56771 test
2018-06-04 16:02:33 -07:00
Javier Suárez Ruiz 99a11c3e90 Fixed wrong state in GTK Entry using Placeholder and Text (#2915) fixes #2810 2018-06-04 14:33:52 -07:00
Shane Neuville f0438fe496 Use GestureDetector constructor that takes in Context since the one without it is going to be deprecated (#2836) 2018-06-04 11:30:32 -07:00
Rui Marinho a2c6cfa91c
[iOS] Fix secondary toolbaritems (#2870) fixes #2798
* [Controls] Add more secondary toolbar items

* [iOS] Don't try redraw toolbaritems if available size doesn't change
2018-06-04 10:46:02 -07:00
Stephane Delcroix 043fe88bb5 Merge branch '3.1.0' 2018-06-04 10:15:51 -07:00
Stephane Delcroix 01727ca7a0 Merge branch '3.0.0' into 3.1.0 2018-06-04 10:15:24 -07:00
Stephane Delcroix 0e34b2d277 [CSS] apply border-color to all IBorderElements (#2898) 2018-06-04 10:07:48 -07:00
Javier Suárez Ruiz 0ab2cad53f Implemented OpenUriAction in WPF Backend (#2914) fixes #2912 2018-06-03 19:55:09 -07:00
Samantha Houts 1a70c1325b [UWP,iOS] Enable screen readers to read non-interactive elements (#2876) fixes #1946
* [iOS] Default IsAccessibilityElement to true

* Update a11y gallery for new expectations

* [UWP] Don't override OnCreateAutomationPeer on LabelRenderer

This was added in #1067 to enable automated UI tests, but it has drastic effects on the Narrator and will need to be revisited.

fixes #1946
2018-06-03 19:19:46 -07:00
Stephane Delcroix a2d82b5de0
[build] post-build fix of the assembly (#2880)
- fixes #2835
2018-06-01 10:03:46 +02:00
Seungkeun Lee c464e5214e [Tizen] Enhancement WebView Renderer (#2860)
- Support Focus
 - Support GestureRecognizers
2018-05-30 17:34:52 +01:00
Seungkeun Lee fcaee1dc5b [Tizen] Add Date/TimePickerRenderer for Watch idiom (#2862) 2018-05-30 12:16:09 +01:00
Philippe Leybaert 6d74745170 Support default value for value types in BindableProperty (#2827)
* Support default value for value types in BindableProperty when no explicit default is provided

* Add unit test for enum/struct BindableProperty default values
2018-05-29 15:59:31 +02:00
Stephane Delcroix 7cab837955 Merge branch '3.1.0' 2018-05-29 11:12:09 +02:00