Shane Neuville
c11b2863e8
[Android] remove deprecated AndroidUseLatestPlatformSdk ( #3672 )
2018-08-28 13:04:23 +01:00
Samantha Houts
5eef663b39
Update PULL_REQUEST_TEMPLATE.md
2018-08-24 12:18:21 -07:00
Shane Neuville
4222ad2542
[C] Set binding context on Span Gestures ( #3639 )
...
* [Core] Set binding context on Span Gestures
* [Core] Simplify loop setting child binding context
- fixes #3524
2018-08-24 09:50:47 +02:00
E.Z. Hart
c0b231bc57
[Android] Use height when determining ScaledScreenSize; fixes #3609 ( #3641 )
2018-08-23 14:46:23 +01:00
Pavel Yakovlev
57fd1de8ab
[UWP] Fix crash app when create navigation/tabbed page without children pages fixes #3188 ( #3514 )
2018-08-23 14:44:41 +01:00
Pavel Yakovlev
56d47a1469
[iOS] AutomationProperty support for cells ( #3313 ) fixes #3296
...
* [iOS] AutomationProperty support for cells
* Add test case to AutomationProperties gallery
2018-08-23 13:28:31 +01:00
kingces95
1584aa2ccc
Fix 3564 Null Reference Exception ( #3578 )
...
- fixes #3564
2018-08-23 10:00:24 +02:00
kingces95
8c53d70759
Fix 3562 Null Reference Exception ( #3576 )
...
- fixes #3562
2018-08-23 09:59:19 +02:00
kingces95
b1f85390e9
Add Null Check to GetRenderer ( #3575 )
...
- fix #3563
2018-08-23 09:57:59 +02:00
kingces95
7e38a24633
update .create-nuget.bat ( #3638 )
2018-08-22 10:31:05 -10:00
kingces95
ee300cb2dc
[Android] Fix Label LineHeight ( #3452 )
...
* fix line height android
* Make UAP respect initial LineHeight
2018-08-22 10:07:48 -10:00
Samantha Houts
0e92e54fb4
Update PULL_REQUEST_TEMPLATE.md
2018-08-22 12:34:04 -07:00
Samantha Houts
ac581bc2e2
Update PULL_REQUEST_TEMPLATE.md
2018-08-22 12:33:23 -07:00
Stephane Delcroix
2ca330ecc2
[XamlC] Fix binding compilation fo value types ( #3551 )
...
properly load valuetype arguments of generated setters, using ldarg,
instead of ldarga.
- fixes #3539
2018-08-22 07:12:51 +00:00
Shane Neuville
865b069a94
[Core] Ignore Shamehat target when running DesignTimeBuild ( #3605 )
2018-08-21 12:22:06 -06:00
Pavel Yakovlev
a8eab7f46a
[UWP, WPF] Fixes rendering of the main page ( #2896 ) fixes #2704
2018-08-21 17:18:45 +01:00
kingces95
712361c366
Fix NRE; Ret 0 if Text null ( #3594 ) fixes #3579
2018-08-21 11:22:58 +01:00
Stephane Delcroix
7fd1bd6d50
Merge branch '3.2.0'
2018-08-20 10:32:28 +02:00
Stephane Delcroix
4facc9b193
Revert "For consistency with ResourceDictionary, expose the Source for a StyleSheet ( #2589 )"
...
This reverts commit f66a72de5b
.
2018-08-17 20:53:59 +02:00
Daniel Cazzulino
f66a72de5b
For consistency with ResourceDictionary, expose the Source for a StyleSheet ( #2589 )
...
This would allow previewer/designer/reloader to determine the source of a
stylesheet and refresh its content when appropriate.
2018-08-17 15:43:04 +01:00
E.Z. Hart
26c1d327f1
Ensure ConstructorCountId and TimeId elements are available before querying them ( #3588 )
2018-08-17 11:15:05 +01:00
yourina
0d6559c31d
Support the TitleView of NavigationPage ( #3536 ) fixes #1716
2018-08-17 10:37:53 +01:00
E.Z. Hart
6943f73e91
Change identifier for search bar in tests to avoid confusing UITests ( #3574 )
2018-08-16 18:41:53 +01:00
Stephane Delcroix
5e02ea603d
Merge branch '3.1.0' into 3.2.0
2018-08-16 12:28:50 +02:00
Stephane Delcroix
03e14d344a
[C] VisibilityConverter Trims input ( #3581 )
...
For CSS purposes, the VisibilityConverter was added, and actually
replaced the `Boolean.Parse(str)` call for parsing Visibility.
`Boolean.Parse()` trims input, and the converter was not, so this was a
regression.
This changes Trim() the input, to be fully backward compatible.
- fixes #3554
2018-08-16 10:27:46 +00:00
Gerald Versluis
203d4ffcf0
MaxLines property on Label ( #3318 )
...
* Implemented MaxLines on iOS, Mac OS, Android, UWP and WPF
Introduced new MaxLines property on Label
* Set default value to -1
* Implemented reverting to default value
* More improvements
Update measurement when MaxLines property value changes and updates to default values.
fixes #2060
fixes #1706
2018-08-16 07:25:47 +00:00
Rui Marinho
0610191b3d
Merge branch '3.2.0'
2018-08-15 20:19:45 +01:00
Rui Marinho
689a0bb9bc
[iOS] Fix sizing issue on MDP ( #3515 ) fixes #3458
...
* [iOS] Fix sizing of MDP when rotating
* [Controls]Add a NavigationPage to MDP FlowDirectionGallery so we can have the toggle button
2018-08-15 20:06:16 +01:00
Stephane Delcroix
088d369739
[XamlC] Throws on duplicate x:Key ( #3542 )
...
Throws a XamlParseException on duplicate x:Key on RDs. This will find
duplicate in xaml, but duplicates can still happen if the RD is modified
in code. Those dupes are already detectd at runtime.
- helps, but doesn't fixes, #3512
2018-08-14 08:14:18 +00:00
Stephane Delcroix
884035ce8f
Merge branch '3.2.0'
2018-08-13 11:19:01 +02:00
E.Z. Hart
b01ba695e5
Update submodule
2018-08-10 10:30:23 -06:00
E.Z. Hart
4442d2b0c4
Update submodule
2018-08-10 09:35:43 -06:00
Rui Marinho
e3b6e4755e
Merge branch '3.2.0'
2018-08-10 12:09:55 +01:00
Rui Marinho
488a55329b
Update provisioning
2018-08-10 12:09:18 +01:00
Samantha Houts
22904ea560
[Android] Add ClearTop and NewTask flags when using Device.OpenUri ( #3503 ) fixes #3477
2018-08-10 10:21:42 +01:00
Rui Marinho
be2681b4aa
[MacOS] Fix NRE whrn checking for existing MainMenu, fixes #3353 ( #3511 )
2018-08-09 10:54:14 +01:00
Samantha Houts
bed2a0d2fa
Merge branch '3.2.0'
2018-08-08 10:12:08 -07:00
Shane Neuville
bbeb047084
[UWP] fixes #3507 account for null content ( #3508 ) fixes #3507
2018-08-08 10:16:13 +01:00
Javier Suárez Ruiz
9ffa2f12c7
[GTK] Fixed problem disposing childs navigating back ( #3116 ) Fixes #2987
...
* Fixed problem disposing childs navigating back
* Fixed text format
2018-08-08 10:04:22 +01:00
E.Z. Hart
b25ca40edb
[UWP] Remove old appbar code in Platform ( #3409 )
...
* Remove unused option for Platform to add toolbars to any page;
* Remove IPlatform interface
* Reinstate OnBackRequested method
2018-08-08 10:03:44 +01:00
Samantha Houts
8a760480a2
[Android] Prevent white flash when switching MainPage to new MasterDetailPage ( #3283 ) fixes #1373
...
* Test rapid MDP swaps
* [Android] Prevent white screen flash
* [Android] Prevent crashes on rapid page swaps
* Shorten test time
* Preserve old code just in case
* Remove flaky test from main run
Confirmed that it doesn't ever crash on UITest
* More info in 1601 test
* Update NavigateToTestPage to await test cases page
This lets the page render and then clean itself up when we switch to the test case, which allows the test case for 1601 to actually render with a compressed layout after my change to Platform.
* Remove call to FragmentManager.ExecutePendingTransactions in MasterDetailContainer
this code was only added to prevent the page flicker, and it caused more issues than it solved.
* SetPage will now delay removing views until the new views are in place
2018-08-07 22:45:28 +01:00
Morten Nielsen
295bd60fb4
[Android] Improve error message when not calling base.OnCreate ( #3470 )
...
* Improve error message when forgetting to call base.OnCreate in subclass
* Fixed indent
2018-08-07 22:44:35 +01:00
Pavel Yakovlev
7743b0c945
[WPF] Fixes title at Page.DisplayActionSheet ( #3269 ) fixes #3259
2018-08-07 16:59:47 +01:00
flyofsky
c46e5dc90d
Add Caret position for Tizen ( #3255 ) Fixes #1667 .
2018-08-07 16:58:41 +01:00
Pavel Yakovlev
c7bb53cd82
[WPF] Fix ItemTapped event ( #3270 ) fixes #3265
2018-08-07 16:13:10 +01:00
Mohamed CHOUCHANE
baf4a30199
[WPF] Fix FontFamily Assignment in platform specific project ( #3225 ) fixes #2187
2018-08-07 15:35:25 +01:00
Sławomir Kulików
24c6e3bb75
[macOS] Navigating back from a complex page is highly inefficient ( #3406 ) fixes #3001
...
* fixes #3001 [macOS] Navigating back from a complex page is highly inefficient
* fixes UITEST compilation
2018-08-07 13:11:17 +01:00
Rui Marinho
d081105d4c
Merge branch '3.2.0'
2018-08-07 13:05:24 +01:00
sung-su.kim
13ab34ae23
[Tizen] Fix minor bugs on CarouselPage and ActivityIndicator ( #3473 )
...
* Fixed CarouselPage behavior
* Fixed ActivityIndicator.IsRunning condition
2018-08-06 19:45:53 +01:00
Shane Neuville
3c3029db08
[Android] check if bitmaps have been GC'd ( #3459 )
...
* [Android] fixes #2004 check if bitmaps have been GC'd
* - Remove duplicate calls for handling background drawable
* - set _backgroundTracker to null
2018-08-06 11:27:22 -06:00