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

1941 Коммитов

Автор SHA1 Сообщение Дата
Stephane Delcroix 66175c1b1f Merge branch '3.0.0' 2018-04-26 11:03:15 +02:00
Matt Ward 9e30a33899 Fix .css files not excluded from default None items (#2544)
Fixes VSTS #606364 - CSS files are duplicated in solution pad
2018-04-26 10:54:03 +02:00
Stephane Delcroix 84e2a69f4a enhance pr template 2018-04-26 10:48:47 +02:00
Stephane Delcroix 85b3e0ca17
[CSS] attribute Source with UriTypeConverter (#1657)
- fixes #1653
2018-04-26 10:38:46 +02:00
Daniel Cazzulino c9456d4aa5 Improve warning message, since the calling code isn't on Device (#2545)
The existing message is confusing since the `RuntimePlatform` is not a member of the calling code 
but of `Device`. So use the full member name in the suggested API usage.
2018-04-25 14:06:21 -07:00
Samantha Houts c4d16c0d42 [Core] Improve Renderer registration order (#2519)
* Add repro for 2489

- Repo steps are to swap to the TabbedPage root; if the tabs are still visbile, test has passed.
- Also add Preserve attribute to the core test pages so we can test with the Android linker on.

* [Android] Add note to remind us where the renderers are registered

* [iOS] Switch to loading renderers via RenderWithAttribute

* [Core] Ensure that the most specific renderer is returned by Registrar.GetHandlerType

fixes #2489

* [Core] Prevent insane loop

* implement review feedback
2018-04-25 14:05:59 -07:00
Pavel Yakovlev 4c92ed338b [macOS] Fixes issue with hiding master page of `MasterDetailPage` (fixes #2507) (#2538) 2018-04-24 15:37:39 +01:00
Pavel Yakovlev 365a60e745 [UWP] Fixes the reduced height of the main page (#2502) fixes #2228 2018-04-24 14:15:27 +01:00
Rui Marinho de205114f8
[iOS] Fixes for RefreshControl with iOS11 LargeTitles (#1984) fixes #1950
* [Controls] Add repo for #1905

* [iOS] Update refresh control to handle large titles

* [iOS] Update refresh control to handle large titles

[iOS] Update refresh control to handle large titles

[iOS] Delay setting refreshcontrol hidden to true

[iOS] Better fix, manually animate

Fix animation not showing

fix

* [iOS] Update refresh control to handle large titles

* [iOS] Be safe on UIRefreshcontrol changes

* [iOS] Force the Refresh to show when using large titles

* [iOS] Just trigger if we really pull to refresh

* [iOS] More fixes to refreshcontrol

* [iOS] Only force scroll if in Portrait and large titles

* Update ListViewRenderer.cs
2018-04-24 14:13:53 +01:00
E.Z. Hart e30cc43424 Force iOS to end editing when pushing a navigation page; fixes #2247 (#2497) 2018-04-24 13:02:28 +01:00
Henric Müller efbadcf401 [UWP] AccessKey support on VisualElement and TabbedPage (#2061) fixes #1672
* [UWP] Initial support for AccessKey

Fixes #1672 by adding AccessKey, AccessKeyPlacement and horizontal
and vertical offset properties to Windows specific VisualElement class.
Also handles AccessKeys for tabbed pages (ContentPage).

* Fixing support for updating AccessKey on tabs

Refs #1672 and fixes issue with AccessKey not being updated
after tabbed page and its children had been created. The problem
was that the Reset event in OnPagesChange wasn't handled correctly.
We now add listeners to the child pages of the tabbed page which
makes sure AccessKey gets updated if user makes changes to tab object.

* Moved shared code to internal class AccessKeyHelper.

Updated foreach-loop and replaced spaces with tabs.
2018-04-24 13:00:29 +01:00
Rui Marinho a7289bd6c0
[UITests] Bump delay on UITest (#2530) 2018-04-24 12:47:39 +01:00
Jason Smith d2b6c5eddc Temporarily disable test struggling with AppCenter 2018-04-24 01:30:44 -07:00
Stephane Delcroix acb053f5e7
[XamlC] meaningful error on missing property (#2525)
* [XamlC] x:DataType in default xmlns

* [XamlC] meaningful error on missing property

throw a readable exception when part of a compiled binding path is
missing.

- fixes #2517
2018-04-24 10:18:54 +02:00
Stephane Delcroix 6141cc3e9a
[XamlC] Import property typeRefs in BindingCompiler (#2523)
- fixes #2518
2018-04-24 09:40:57 +02:00
Stephane Delcroix 1ff3bffc23
[XamlC] correctly create ldc_i4 for uint (#2528)
- fixes #2508
2018-04-24 09:40:24 +02:00
Kangho c320674f9a [Tizen] Supports Switch.OnColor to tizen (#2468) 2018-04-23 19:35:06 +01:00
Rui Marinho d70eb72329 Merge branch '3.0.0' 2018-04-23 14:50:26 +01:00
Shane Neuville 2ce8b86474 fix ui test for iOS (#2516) 2018-04-23 14:49:38 +01:00
Stephane Delcroix e758557fa1 Update design dependency (#2503)
* Update design dependency

* try again
2018-04-20 15:21:20 +01:00
Rui Marinho b4e3365365 [UITests ]Add more delay to 1733 uitest 2018-04-20 14:33:38 +01:00
Stephane Delcroix f66a7fc971 [XamlC] pass the nsresolver to expanded value nodes 2018-04-20 09:48:41 +02:00
Stephane Delcroix d228656ec0 [Xaml[C]] consider subclass of RDs as RDs (#2487)
- fixes #2483
2018-04-19 20:50:47 -07:00
Shane Neuville 8f0e91dd7f [iOS] Picker IsFocused not being set back to false if nothing in picker was selected (#2433)
* fixed regression on ios with focus not correctly being set if nothing was selected

* fixed namespace, ui test name, and some formatting

* fixed test to work on API 19 for android
2018-04-19 20:49:39 -07:00
E.Z. Hart 2c2c45c8c8 Disable long press detection so it doesn't prevent pans in TapAndPanGestureDetector, fixes #2324 (#2414) 2018-04-19 19:13:46 +01:00
Rui Marinho 9a62f8babf Merge branch '3.0.0' 2018-04-19 17:57:28 +01:00
Rui Marinho b236a4a6f2
[UITests] Fix failing tests (#2500) 2018-04-19 17:31:58 +01:00
Shane Neuville 1a30ab22d0 Fixing issue to comform to new test structure and automating test (#2501) 2018-04-19 12:51:42 +01:00
Stephane Delcroix 62f34faef5
[XamlG] depends on PrepareResourceNames (#2477)
make sure TargetPath and ManifestResourceNames metadata are assigned
before running XamlG

- fixes #2395
2018-04-19 10:01:05 +02:00
Stephane Delcroix d1bfe860fb
[XamlC] accept lowercase colors (#2494)
- fixes #2459
2018-04-18 20:41:11 +02:00
Shane Neuville 282edd1e4e Removed test as it's based on an invalid custom implementation of ObservableCollection. Code works fine if you base test on default implementation of ObservableCollection but at that point the test really isn't testing anything (#2488) 2018-04-18 10:31:26 -07:00
Stephane Delcroix 85e06a7800
design dlls for all plats (#2493)
- fixes #2474
2018-04-18 15:40:22 +02:00
Rui Marinho e81f4c39f5
Merge pull request #2453 from xamarin/fix-gh2332 fixes #2332
[UWP] Only reset ListView DataContext on INotifyCollectionChanged Reset
2018-04-16 11:48:49 +01:00
Rui Marinho 9618f158bb Merge branch '3.0.0' 2018-04-16 11:40:10 +01:00
Rui Marinho 4056348aa3
Merge pull request #2460 from xamarin/update-xcode93
[Build] Update xcode93
2018-04-16 11:33:28 +01:00
E.Z. Hart 1bbdd0128d
Fix formatting 2018-04-13 13:38:42 -06:00
E.Z. Hart f259ae2abf
Merge branch '3.0.0' into fix-gh2332 2018-04-13 13:35:25 -06:00
Samantha Houts 8452dc9a40 [UWP] Prevent crash/unexpected behavior with ListView ScrollTo (#2436)
* Test refactor

* [UWP] Call UpdateLayout after changing the DataContext OnCollectionChanged

fixes #2367
2018-04-13 11:58:33 -06:00
Rui Marinho 3b6eea5632
[Build] Update submodule with XCode 9.3 support 2018-04-13 15:40:27 +01:00
Rui Marinho 9a811eaff8
Merge pull request #2211 from jsuarezruiz/feature/2189-wpf-entry-placeholder
[WPF] Entry Placeholder property
2018-04-13 11:00:28 +01:00
Rui Marinho 88e8e0785b
Merge pull request #2428 from xamarin/fix-gh2369 fixes #2369
[UWP] Only display one alert at a time
2018-04-13 10:59:49 +01:00
Rui Marinho 67a72326e0
Merge pull request #2451 from mohachouch/fix-gh2394 fixes #2394
[WPF] Fix bug : StackLayout VerticalOptions = LayoutOptions.End is not working
2018-04-13 10:57:40 +01:00
Rui Marinho 532d14310c
Merge pull request #2402 from rookiejava/tizen
[Tizen] Fix minor issues tizen backend
2018-04-13 10:57:09 +01:00
E.Z. Hart 9096593df5
Only reset the data content for ListView on a Reset event; fixes #2332 2018-04-12 19:09:43 -06:00
E.Z. Hart f28b4a9c11
Disabled slider in gesture bubbling tests temporarily 2018-04-12 14:41:19 -06:00
Rui Marinho f22b419510
Merge pull request #2197 from xamarin/changevisualstate
[Core] Centralizing visual state change checks and providing a method to override if users want to add/control state changes themselves
2018-04-12 12:18:19 +01:00
Rui Marinho eedea87f4b
Merge pull request #2431 from xamarin/fix-embedded-resource-names
[Designer] Do not prefix the toolbox images
2018-04-12 12:00:53 +01:00
Rui Marinho f1f7ef5522
Merge pull request #2230 from jonathanpeppers/xamlc-target
[msbuild] setup inputs and outputs for XamlC target
2018-04-12 12:00:11 +01:00
Stephane Delcroix ad1b0d8e15
[XamlC] cache ImportReference and ImportMethodReference as they're slow (#2025)
* [XamlC] cache ImportReference and ImportMethodReference as they're slow
on ns1.4

* more ns14 fixes
2018-04-11 21:36:11 +02:00
E.Z. Hart e7582e0bc6
Fix potential crash when more than two alerts are requested. 2018-04-11 11:00:36 -06:00