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

1713 Коммитов

Автор SHA1 Сообщение Дата
Rui Marinho 65e122c61d
[Build] Add provision for 15.7 (#2724) 2018-05-15 18:43:36 +01:00
Stephane Delcroix 41e10d38cb [UWP] fix NRE in SearchBarRenderer (#2717)
- fixes #2633
2018-05-15 16:06:49 +01:00
Pavel Yakovlev 2d55423da4 [UWP] animate ListView.ScrollTo (#2557) Fixes #2048 2018-05-15 15:50:51 +01:00
E.Z. Hart 7c30a6758b Call ChangeVisualState when new states are added (#2649) fixes #2625
* Call ChangeVisualState when new states are added so element is in correct
state when loaded from XAML; fixes #2625

* Fix build for UI test projects

* fix uitest build
2018-05-15 10:39:10 +01:00
Philippe Leybaert 7bcdf6d6b4 Fix issue #2634. Android: Draw no border if no BorderColor is set (#2684)
- fixes #2634
2018-05-14 20:30:58 +02:00
Rui Marinho 5fdec77627
[iOS] Export MDP tablet renderer fixes #2630 (#2701) 2018-05-14 17:22:54 +01:00
Stephane Delcroix 501e54cb53
[iOS] allow mailto: uri (#2646)
* [iOS] allow mailto: uri

same as #1311 but for mailto:

 - fixes #2628

* Add mailto test
2018-05-11 09:01:47 +02:00
Rui Marinho 305261dccc
Merge pull request #2645 from xamarin/fix_gh2627
[nuspec] update description to add new plats
2018-05-10 10:29:58 +01:00
Stephane Delcroix ba89b8354e [nuspec] update description to add new plats
- fixes #2627
2018-05-09 13:44:42 +02:00
Rui Marinho baac1f46ea [Build] Using remote certs with provisionator for sigining 2018-05-07 12:18:19 +01:00
E.Z. Hart c0e2669623 [Android] Second measurement pass in IPlatform.GetNativeSize (#2215) fixes #1415, fixes #1396
* Attempting to repro

* Separate method for posting layout updates

* Cleanup

* VS didn't save

* This actually fixes both 1396 and 1415

* Update test

* Add exact measure after at_most measure if results are smaller than constraint

* Spaces -> Tabs

* Clean up extraneous usings

* Fixes #1396 for Fast Renderers
2018-05-07 10:12:48 +01:00
Stephane Delcroix 9e54d6dd3b [.targets] Ensure AssignLinkMetadata is executed (#2600)
by setting SynthesizeLinkMetadata to true

- fixes #2583
2018-05-04 11:47:29 -07:00
Stephane Delcroix 3f8c129297
[Flex] do not layout invisible children (#2594)
- fixes #2593
2018-05-04 20:46:52 +02:00
Rui Marinho 760f3cae2f
[Build] Update provisioning 2018-05-04 12:34:32 +01:00
Samantha Houts 5cdb48067a [UWP] TableView should not crash when Control is null OnSelectionChanged (#2292)
* [UWP] TableView should not crash when Control is null OnSelectionChanged

* [UWP] Add unsubscribe from ListView on dispose
2018-05-03 20:29:06 +01:00
Stephane Delcroix 3c91a8cf7e
[C][flex] proper handling of grow in reverse (#2569)
- fixes #2551
2018-05-03 20:36:21 +02:00
Pavel Yakovlev cd0567b334 [UWP] Added vertical scrolling in the Alert dialog box. (#2506) fixes #2355 2018-05-03 17:58:56 +01:00
E.Z. Hart 6e95a6d51a Use explicit references so VS for Mac doesn't pick up Design files (#2575)
* Use explicit references so VS for Mac doesn't pick up Design files; fixes #2552

* Tabs -> spaces
2018-05-02 09:21:26 +01:00
Jason Smith e0881178d9 Revert "design dlls for all plats (#2493)"
This reverts commit 85e06a7800.
2018-04-30 10:46:05 -07:00
Pavel Yakovlev a981e4cf99 [UWP] Fixes the search bar query, when you type text quickly (#2472) fixes #2439 2018-04-30 12:39:28 +01: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 85b3e0ca17
[CSS] attribute Source with UriTypeConverter (#1657)
- fixes #1653
2018-04-26 10:38:46 +02: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
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
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
Stephane Delcroix e758557fa1 Update design dependency (#2503)
* Update design dependency

* try again
2018-04-20 15:21:20 +01: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 b236a4a6f2
[UITests] Fix failing tests (#2500) 2018-04-19 17:31:58 +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 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 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 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
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
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
Alan McGovern f0c7045c13 [Designer] Do not prefix the toolbox images
The intent is that we can load the toolbox xml file from an
assembly by looking it up by  *exact* name. That means we
should not prefix it with assembly specific info.

Similarly the lookup of the images is *supposed* to be handled
by using *exact* lookups using the format "{platform}.{filename}"
where the filename is the one stored in the toolbox xml file.

This change makes that happen by correctly setting the LogicalName.
2018-04-11 17:40:55 +01:00