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

2533 Коммитов

Автор SHA1 Сообщение Дата
Andrei 07482a10f7 Fix PanGesture inside scroll issue https://github.com/xamarin/Xamarin… (#3842)
* Fix PanGesture inside scroll issue https://github.com/xamarin/Xamarin.Forms/issues/3840
- fixes #3840
* fixe formatting

* [UITest] added UI Test

* [Controls] adjusted UI Test button positions

* [UITEST]  simplify UI tests
2018-10-03 15:56:33 -06:00
Samantha Houts 15c5071b13 Add CODEOWNERS 2018-10-03 09:54:46 -07:00
Viridovics 71226bfc91 Fix Issue2597 Needs UI Test (#3966)
* Add test for issue 2597

* Fix space
2018-10-03 10:05:52 -06:00
lewcianci 4a249f3425 Fix typos (mainly 'toogle' becoming 'toggle') (#3975) 2018-10-03 09:25:30 +02:00
Stephane Delcroix e186f2a722 [XamlC] avoid multiple subscription (#3969)
Avoid multiple subscription to PropertyChanged on TypedBindings

- fixes #3613
- fixes #3650
2018-10-02 17:05:09 -07:00
Rui Marinho 89eaf5c90d Merge branch '3.3.0' to master 2018-10-02 23:37:51 +01:00
Rui Marinho 31b8ad198d Merge branch '3.2.0' into 3.3.0 2018-10-02 23:34:32 +01:00
Viridovics cad82b998d Fix UI test B43941 (#3889)
* Add all platforms and remove non-deterministic behaviour

* Return back correct check of counter

* Endline fix

* remove childPages list
2018-10-02 15:56:51 -06:00
ShaneN 1f23022d92 Merge branch '3.3.0' 2018-10-02 13:09:27 -06:00
E.Z. Hart 480d75370e [Android] If MaxLines is not explicitly set, let LineBreakMode handle it (#3936)
* [Android] If MaxLines is not explicitly set, all LineBreakMode to set it;
if MaxLines is explicitly set, MaxLines setting wins. Use a more reasonable
default for native MaxLines when handling it via LineBreakMode. Consolidate
MaxLines handling code between legacy and fast renderers. Remove unnecessary
setting of SingleLine (which only applies to input).
- fixes #3772

* Remove unnecessary maxLines setting

* Handle resetting MaxLines to -1/default

* Reinstate workaround for array bounds exception in older Android APIs
2018-10-02 13:04:48 -06:00
Andoni Morales Alastruey b5b9404bda [GTK] Fix visibility of hidden pages in the stack (#3904)
When navigating to a new page, we should hide the previous
content and show the new one so that the previous page
renderer is not taken in account for redraws and resizes
2018-10-02 12:45:16 -06:00
Jeremy Marcus 33ea577660 Make GetIconDrawable virtual (#3967)
By making GetIconDrawable virtual for the Android TabbedPageRenderer it allows for the icon to come from other sources (like glyph fonts). This will work for both top and bottom tabs.
2018-10-02 11:04:51 -07:00
adrianknight89 0c8294f949 Automate UI test 35127 (#3927)
* automate test
- fixes #2262
* indentation fix
* indentation fix 2
2018-10-02 11:34:12 -06:00
Javier Suárez Ruiz 1901c34a3c Added logic to allow set the ListView SelectedIndex (#3948) fixes #3766 2018-10-02 11:57:40 +01:00
Shane Neuville 4c367911b9 Only set the Page Padding via SafeAreaInset on iOS (#3811)
* only set the Page Padding via SafeAreaInset on iOS
-fixes #3809

* [Controls] add waits for clicks in ui tests

* [Controls] remove wrong category

* [iOS] Move inset logic down into ios renderer
2018-10-02 09:43:53 +02:00
Javier Suárez Ruiz 97199f12f9 Changes in TableView GTK Control to allow refresh the content (#3941)
- fixes #3725
2018-10-02 08:58:50 +02:00
ShaneN f3f39f8022 Merge 3.2.0 into 3.3.0 2018-10-01 19:14:48 -06:00
Shane Neuville 379adeb380 [iOS] fix full width issues for TitleView (#3939)
* [iOS] fix full width issues for TitleView

* [iOS] simplified iOS 10

fixes #3881
fixes #3679
2018-10-01 10:53:47 -07:00
Viridovics dd7217e601 Fix UI test B41424 needs instructions (#3942)
* Add manual test steps and checks for ui test

* step4Label text fix
2018-10-01 10:47:34 -07:00
Pavel Yakovlev 9c00d300b7 [UWP] fixes flyout menu on cell item (#3682) 2018-10-01 10:23:37 -07:00
adrianknight89 46e4831e53 added instructions (#3926) 2018-10-01 10:19:51 -07:00
Adam Barath 799c1f07b7 Fix bugzilla60787 (#3933)
* [Android]Fix for frame renderer's bug (bugzilla 60787).

#3902
https://bugzilla.xamarin.com/show_bug.cgi?id=60787
https://github.com/xamarin/Xamarin.Forms/issues/3902

* Add control to repro

* PR fix

* Build fix

* Build fix for Xamarin.Forms.Core.Android.UITests
2018-10-01 10:19:22 -07:00
Stephane Delcroix 632ed1139d Merge branch '3.3.0' 2018-10-01 09:00:49 +02:00
adrianknight89 0481e3cc53 Automate UI test B45702 (#3914) fixes #2389
* automate 45702

* fix indentation
2018-09-29 12:36:25 +01:00
Stephane Delcroix f072f0ce47 [C] catch AmbiguousMatchException on GetProps (#3915)
- fixes #3870
2018-09-28 13:25:32 -07:00
E.Z. Hart 5c89570961 Update ClipBounds when View bounds changes (#3909)
fixes #3717
2018-09-28 11:31:16 -07:00
adrianknight89 7655b8cf0c Fix UI test 39378 (#3928)
fixes #2305
2018-09-28 11:28:05 -07:00
Mohamed CHOUCHANE 6471690fcc WPF - Fix TimePicker with short time pattern shows verbose time (#3924) 2018-09-28 11:24:54 -07:00
Rui Marinho ea35faf656
[Android] Convert corner radius with correct pixel density (#3893) fixes #3884
* [Controls] Add Issue #3884 repo

* [Android] Convert  corner radius with correct pixel density fixes #3884

* [Controls] Update test message
2018-09-28 17:43:40 +01:00
adrianknight89 64b12ef74c added instructions (#3891)
- fixes #2361
2018-09-28 10:40:40 -06:00
Mohamed CHOUCHANE 0ad6302938 Apply font fix for button and span (#3907) 2018-09-28 10:39:29 -06:00
Viridovics 34b129bc38 Fix StartTimer and Ticker for UWP (#3911)
- fixes #1937
2018-09-28 10:38:22 -06:00
Mohamed CHOUCHANE f24d6a3d6e [WPF] Fix Height of items not consistent (#3925) fixes #3913 2018-09-28 16:00:39 +01:00
Mohamed CHOUCHANE 2b8ea3853e WPF - Ctrl+A does not select all in WPF password Entry (#3908) 2018-09-28 09:06:38 +02:00
Pavel Yakovlev 233448e528 [UWP] For the Slider default value of step is set to 1000 to match Android. (#3141) 2018-09-27 20:16:11 -06:00
Pavel Yakovlev 8117f065a9 [UWP] fixes tabstops of TimePicker, DatePiker. SearchBar, Stepper (#3896)
* [UWP] fixes tabstops of TimePicker, DatePiker. SearchBar, Stepper

* common code moved to VisualElementRenderer

* rename interface

fixes #3872
2018-09-27 13:36:44 -07:00
adammeaney 84695d72e2 Added a disabled look to Android Toolbar Item images. (#3773)
* Added a disabled look to Android Toolbar Item images.

* Update NavigationPageRenderer.cs

Refactored DisabledToolbarAlpha into a constant as requested.
2018-09-27 11:13:30 -07:00
E.Z. Hart d6dbccde98 [Android] Make native Android Platforms accessible via Context (#3364)
* Make native Android Platforms accessible via Context

* Add null checks
2018-09-27 11:11:33 -07:00
adrianknight89 f227d869ef [Android] Fix UI test 1851 (#3882)
* add preserve attribute

- fixes #2255


* added using System

* fixed spacing

* use TestContentPage

* fixed scope issues
2018-09-27 10:21:24 -06:00
Stephane Delcroix d1dfd3c300
[C] fix css mapping (#3919) 2018-09-27 16:50:50 +02:00
Viridovics d484fb74cc Fix Bugzilla38723 (#3812)
fixes #2302
2018-09-26 10:19:08 -07:00
Mohamed CHOUCHANE db610c6906 WPF - Fix Unable to intercept back button (#3762)
* WPF - Fix Unable to intercept back button

* WPF - Improve OnBackButtonPressed

-fixes #3689
2018-09-26 15:13:04 +02:00
Rui Marinho 01effa278f
[Controls] Fix merge remove duplciated issue 3788 2018-09-26 13:06:14 +01:00
Rui Marinho 39b6467b81
Merge branch '3.3.0' 2018-09-26 12:19:50 +01:00
E.Z. Hart 807aa56157 Prevent double time/date picker dialogs on Android when setting focus (#3899) 2018-09-26 12:17:21 +01:00
E.Z. Hart 1c36e351a8 Prevent double time/date picker dialogs on Android when setting focus (#3899) 2018-09-26 12:16:21 +01:00
Stephane Delcroix e875e9f302 [CSS] accept 'oblique' for 'font-style' (#3815) fixes #3808
- fixes #3808
2018-09-26 10:22:45 +01:00
Rui Marinho e3e4c7cc4a
[Core] Moving Command's CanExecuteChanged to use the WeakEventManager (#3852) fixes #3656
* [Core]  Use WeakEventManager on CanExecuteChanged

* [Core]Add unit test for remove event handler with WeakEventManager

* [Core] Fix remove the correct handler
2018-09-26 10:21:05 +01:00
adrianknight89 8d0e8aa24d added preserve attribute (#3876) fixes #2306 2018-09-26 10:09:21 +01:00
Chris King 97a37a60c1 add comments to .create-nuget.bat 2018-09-25 15:29:17 -10:00