Andrei Misiukevich
bb68861fd0
Prevent crash during setting NULL to element via interface method ( #4179 )
...
- fixes #4178
- fixes #4146
2018-10-23 10:31:48 +02:00
Edwin Wachs
b6ebcf9d5e
Implementation of method ForceUpdateSize for Cell on macOS ( #4104 )
...
* Implemented Cell ForceUpdateSize on macOS
* Tab Styling
2018-10-23 09:33:45 +02:00
Rui Marinho
ceb2537805
[Enhancements] Toolbar a11y ( #3974 ) fixes #1742 fixes #3795
...
* [Controls] Add automation id to icon
* [iOS] Add AutomationId support to MDP tooggle button
* [Android] Add support for AutomationId to ActionBarDrawerToggle and MasterDetailPage
* [IOS] Refactor and add Accessibility to ToolbarItems
* [iOS] Fix typos
* [Android] Add accessibility to ToolbarItems
* [UWP] Refactor A11y to extensions
* [UWP] Set Accessibility properties on ToolbarItems
* [UWP] Set accessibility to MDP button
* [ControlGallery] Add accessibility toolbaritems to gallery
* Comment test out
* [iOS] Fix NRE when Control is being disposed
* [UITests] Remove not used UITests file
2018-10-22 17:53:17 +01:00
Stephane Delcroix
924810aac7
Merge branch '3.4.0'
2018-10-22 14:41:10 +02:00
Stephane Delcroix
1d04af709a
Merge branch '3.3.0' into 3.4.0
2018-10-22 14:40:38 +02:00
Stefan Gerasch
9244c31892
Navigation Page double Popped event Workaround ( #3851 ) fixes #3509
...
* Navigation Page double Popped event Workaround
* [UITest] Add UI Test
* [Core] fix formatting
* revert formatting fix
* implemented workaround suggested by PureWeen
* removed whitespace
* moved ignorePopCall to a better location
2018-10-22 12:25:14 +01:00
Samantha Houts
02977eeefa
Remove BOM from nuspec ( #4128 )
2018-10-22 11:24:44 +01:00
Pavel Yakovlev
ded3d0fa89
[WPF] Fixes `ControlTemplate` sizing issue ( #2656 )
...
- fixes #2642
2018-10-19 19:39:24 +02:00
Pavel Yakovlev
238cf94caa
[UWP] fixed `MinimumDate` and `MaximumDate` properties of DatePicker ( #3683 ) fixes #3331
2018-10-19 11:41:27 +01:00
Seungkeun Lee
a9bd2813b1
[Tizen] Fix Window alpha update timing ( #4119 )
2018-10-18 16:55:51 +01:00
Stephane Delcroix
e3df91ba82
Merge branch '3.4.0'
2018-10-18 10:54:46 +02:00
Stephane Delcroix
114947daa2
Merge branch '3.3.0' into 3.4.0
2018-10-18 10:54:24 +02:00
E.Z. Hart
f324f6b515
Bump minimum Microsoft.NETCore.UniversalWindowsPlatform version to 6.0.12 ( #4106 )
2018-10-18 10:23:31 +02:00
Andrei
c05d50c812
housekeeping ended with https://github.com/xamarin/Xamarin.Forms/pull/3999 ( #4105 )
2018-10-18 09:27:05 +02:00
Stephane Delcroix
933046d7ad
[Xaml] don't swallow exceptions from converters ( #4100 )
...
Compiled converters are invoked, by reflection, at compile time. Any
exception thrown there will be wrapped in a TargetInvocationException.
When that happens, we still want to expose the inner XamlParseException
to the user.
- fixes #4099
2018-10-18 09:02:09 +02:00
Stephane Delcroix
7ea259d6e6
fix build, tentatively ( #4117 )
2018-10-17 22:02:15 +02:00
Andrei
47b6cdfba5
[iOS] Label TextColor has no effect with FormattedString ( #4043 )
...
* https://github.com/xamarin/Xamarin.Forms/issues/4040 fix default font/color for formatted string
* https://github.com/xamarin/Xamarin.Forms/pull/4043 fixed naming, added test case
* Moved field and property to top
- fixes #4040
2018-10-17 11:14:52 -06:00
Víctor Martos
735c81c530
[GTK] Add support for ClickGestureRecognizer ( #3971 )
...
* [GTK] Add support for ClickGestureRecognizer
* Add ClickGestureGalleryPage to test ClickGestureRecognizer
2018-10-17 12:16:22 -04:00
Rui Marinho
fce3c066d3
[macOS] Fix NRE on Mojave when aligning the tile ( #4086 ) fixes #3031
2018-10-17 13:04:39 +01:00
Martin Zikmund
660613a9ba
Removing LineBreakMode support from WindowsResourcesProvider ( #4024 )
...
* Repro test page for 3979
* Removes LineBreakMode support from WindowsResourcesProvider as it is inconsistent with other platforms and caused issues when setting Span style to the default Device Styles
2018-10-16 18:02:43 -04:00
Tomasz Cielecki
a3901827a4
Use ViewCompat to set and get label for view ( #3996 )
2018-10-16 14:53:46 -06:00
Andrei
2acef3278e
Fix typeface reset issue ( #4019 )
2018-10-16 13:55:50 -04:00
ShaneN
7bb3ebebd4
Merge branch '3.3.0'
2018-10-16 10:15:48 -06:00
Andrei
eab397c792
[Sample] [Android] Fixed PagesGallery.Droid build ( #3999 )
...
* fixed PagesGallery.Droid build
* Moved Xamarin.Forms.Platform.Android (Forwarders) reference to previous place
* updated project guid to lower case
2018-10-16 11:45:46 -04:00
Stephane Delcroix
ce181dc14d
[Xaml] fix Namescope being different than tree ( #4089 )
...
As part of #2556 , the namescoping tree was assumed to be equiv to the
object tree, which is obviously wrong. This fixes it, while keeping the
old behavior as a fallback.
We might go further, but I can't come up with a reasonable scenario
failing.
- fixes #3821
2018-10-16 17:10:04 +02:00
Stephane Delcroix
e2a578e845
[Xaml] Allow OnPlat markup in Styles ( #3995 )
...
- fixes #3862
2018-10-16 09:25:17 +02:00
Andrei
85caa1e0bf
Prevented crash https://github.com/xamarin/Xamarin.Forms/issues/2291 ( #4072 )
...
- fixes #2291
2018-10-15 19:03:01 -04:00
Andrei
385b20680b
fixed ios editor placeholder font ( #4009 )
2018-10-15 16:19:38 -04:00
WonYoung Choi
dd0bb71ace
[Tizen] Cleanup Code ( #4080 )
2018-10-15 16:42:54 +01:00
Andrei N
afc037ffec
Added WebView Reload ( #4013 ) fixes #3776
...
* Added WebView Reload
* WebView Reload Added Tizen suport
2018-10-13 20:53:46 -04:00
Stuart Lang
1c0a9dff7a
Correct minor typo ( #4068 )
2018-10-12 15:50:37 -04:00
Rui Marinho
1c48b4e52b
Merge branch '3.3.0'
2018-10-11 11:58:46 -04:00
Rui Marinho
c951ba5148
[Tizen] Fix ProjectGuid for Forwarders ( #4063 )
...
* [Tizen] Fix ProjectGuid for Forwarders
* [Tizen] Make sure not to generate dependency file
2018-10-11 11:43:18 -04:00
Rui Marinho
a42b43becc
[UITests] Update TestCloud.Agent ( #4055 )
2018-10-11 10:24:03 -04:00
Stephane Delcroix
078945aa99
Merge branch '3.3.0'
2018-10-11 09:22:46 -04:00
Stephane Delcroix
5dc8935e52
[Tasks] multitarget the build tasks ( #3895 )
...
- fixes #2690
- closes #2706
2018-10-11 09:00:33 -04:00
Seungkeun Lee
671fef643b
[Tizen] Add TabIndex implement for Tizen renderer ( #4046 )
2018-10-10 13:12:42 -04:00
Ryan Robidou
f79fc69b9e
[UWP] Document in the README.md the steps required to run UI Tests ( #4014 ) fixes #3984
2018-10-09 09:18:21 -04:00
Stephane Delcroix
391eb7c9bf
[Xaml[C]] resolve Extensions first ( #3977 )
...
XamlLoader should first look for type with the Extension suffix. It used
to be the case, but somehow regressed.
- fixes https://github.com/xamarin/Xamarin.Forms/issues/3606#issuecomment-422377338
2018-10-08 18:59:53 -07:00
Stephane Delcroix
5d767531eb
[XamlC] don't compile bindings with Source ( #3978 )
...
Sources are usually x:reference that can't be resolved at compilation
time.
- fixes #3606
2018-10-08 18:58:35 -07:00
Stephane Delcroix
0ea81f1450
update GitInfo
2018-10-08 16:40:31 -04:00
kingces95
8fa9130066
add pdb for uap into nuget ( #4015 )
2018-10-08 14:57:20 +02:00
Stephane Delcroix
72e0e69f7c
Merge branch '3.3.0'
2018-10-08 08:46:26 -04:00
Jay Cho
b2a46ae62a
Fix ActivityIndicator.IsRunning state ( #4007 )
2018-10-05 11:10:09 -07:00
Andoni Morales Alastruey
717db0dba1
[GTK] Fix transparent background in visual elements ( #3744 )
2018-10-04 18:24:22 -07:00
Javier Suárez Ruiz
ba226e26fc
Fixed NotImplementedException refreshing items in WPF ListView ( #3962 )
...
* Fixed NotImplementedException refreshing items in WPF ListView
* Small changes in ListView events subscription
fixes #3309
fixes #3737
fixes #3648
2018-10-04 15:08:38 -07:00
Samantha Houts
e1cba2c8f1
[iOS] Add ability to turn off updates to native controls from another thread ( #3774 )
...
* [iOS] Add ability to turn off updates to native controls from another thread
* Flip evaluation order
fixes #1755
2018-10-04 14:58:34 -07:00
Stephane Delcroix
fa7a5e5fa9
[C] add CSS mapping for max-lines ( #3991 )
...
- fixes #3982
2018-10-04 15:42:38 +02:00
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