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

964 Коммитов

Автор SHA1 Сообщение Дата
Jimmy Garrido 19aeca655e Add catch for reading properties dictionary (#1036) 2017-07-24 16:51:30 -04:00
kingces95 4245019418 [core] Prevent canonicalization of '*.[.]' and '-0' (#1035) 2017-07-24 16:47:11 -04:00
Samantha Houts 60db754eb7 [Android] Prevent ObjectDisposed exceptions on Fast Renderers (#1033)
* Add repro for object disposed exception

* [Android] Clear Renderer property from Element on dispose
2017-07-24 16:38:34 -04:00
Mike Norman b12f0b3bb7 Improved the API doc for Image.IsOpaque (#1025)
* Improved the API doc for Image.IsOpaque

* update docs
2017-07-24 16:31:47 -04:00
Stephane Delcroix 56fc6218ff [XamlC] resolve generic EventArgs (#1020) 2017-07-24 16:28:19 -04:00
Kangho 171fa0faec Remove InternalsVisibleTo from Maps (#1019) 2017-07-24 16:23:14 -04:00
E.Z. Hart 6de1c5c8d7 [Android] Handle fragment removal inside of the RemovePage method (#1053)
* Repro

* Handle fragment removal inside of RemovePage method

* Fix class name for test

* Split long strings
2017-07-19 14:26:46 -07:00
E.Z. Hart 7b69ea969a
Updating coding style with line length 2017-07-18 11:40:39 -06:00
E.Z. Hart 1ee2b3b18f
Remove unused parameter from test 2017-07-17 12:33:43 -06:00
Stephane Delcroix 29910ac69d [XamlC] change module MVID (#1045) 2017-07-17 08:51:03 -07:00
Theodore Tsirpanis c6e6fe450a Fixed README.md (#1052)
The top-level header was not properly displayed.
2017-07-12 13:27:41 -06:00
Jimmy Garrido 009b3f3d7c Fix accent color for Samsung devices (#1026) 2017-07-07 11:31:22 -04:00
E.Z. Hart 1c197ee835
Don't run Android-only test on other platforms 2017-07-06 22:47:51 -06:00
Rui Marinho 54b83c9e10 Update badges
Add vsts badges
2017-07-07 00:36:47 +01:00
Rui Marinho 50b051cf89 [Tests] Add nunit test adapter (#1038)
* [Tests] Add nunit test adapter

* [Tests] Add nunit vs adapter to Xaml and Pages unit tests project

* [Tests] See if this works for TestSource

* [vsts] Add ignore for now on generic tests
2017-07-06 23:29:03 +01:00
woutermeuwis b5b84fef02 Update FrameRenderer.cs (#1023)
Removed the cornerRadius conversion  to pixels in the DrawCanvas function.

In both the DrawOutline and DrawBackground function the conversion is done as well, which caused it to happen twice, resulting in wrong radius.
2017-07-06 11:02:21 -07:00
Rui Marinho a8c293dc96 [UWP] Make sure to update back button on tabbedpage appears (#1028) 2017-07-04 13:09:48 +01:00
Damian Karzon 747b01b5bb [iOS] Fix for disposing a map causing a null reference (#1027) 2017-07-04 13:08:58 +01:00
Stephane Delcroix 0f3250cc8a
[XamlC] update cecil to .10-b6 2017-06-29 12:05:26 +02:00
E.Z. Hart 6ef847abfa Add disposed check to EnsureLongClickCancellation (#1016) 2017-06-28 14:35:37 -07:00
Rui Marinho c6c4b7f9be [UWP] Fixes for usage of XF with .net native toolchain (#1024)
* [UWP]Add required info for .net native when using AccessibilityView on UWP

* [UWP] Add reference to xaml assembly

* [UWP] Change rd.xml to be a embeded resource

* [UWP] Move code to the right place

* [UW]Only specify namespace we need
2017-06-28 21:25:23 +01:00
Stephane Delcroix d242dd70fa [Xaml] Dispose string reader as soon as we're done with them (#1022) 2017-06-28 22:13:09 +02:00
E.Z. Hart 318b50aa75
Use built-in Nunit method for waiting;
Avoid problems with Assert.Success throwing exception on wrong thread
2017-06-27 10:34:59 -06:00
E.Z. Hart 80ac8be42c
Dismiss alert in 57749 test so it doesn't impede later iOS tests 2017-06-27 09:53:37 -06:00
Mike Norman 2b333daafd Docs param push 2 (#1018)
* More parameter descriptions in parameter-complete push.

* More paremeter descriptions.

* Remainder of parameter docs for Xamarin.Forms namespace

* Straggler paramter complete file.

* Marked all internal parameters as internal in docs.

* Parameter summary complete

* Update Docs
2017-06-27 08:12:32 -05:00
E.Z. Hart d308479def
Fix (hopefully) for occasional failures in PropertyChangeBindingsOccurThroughMainThread test 2017-06-26 16:17:55 -06:00
Jason Smith 78546aed89 Fix DefinitionCollection index check order (#1017) 2017-06-26 20:06:39 +01:00
juliuszint 3b11401558 Unsubscribe from IDefinition.SizeChanged event when set via indexer (#1014)
* Unsubscribe from IDefinition.SizeChanged event when set via indexer

* added bounds and null check to preserve original exception

* index check for negative values
2017-06-26 11:29:23 -07:00
Rui Marinho 4e4da6fee5 [UWP] Make sure to update HitTestVisible when IsEnable changes (#1015) 2017-06-26 19:13:37 +01:00
Samantha Houts 39dee7a01b [Android] Dispose check before setting properties on Button (#1013) 2017-06-26 19:11:53 +01:00
kingces95 43b65f34e4 UITest (#1012) 2017-06-26 18:04:26 +01:00
E.Z. Hart d078ba64da ControlGallery Android Activity cleanup (#1011)
* Split up the various forms of Activity1 so the code is manageable

* Update access to Insights key for FormsApplicationActivity

* Remove conditional compilation symbol
2017-06-23 18:30:09 -06:00
E.Z. Hart eb2a2177b3 Fix NRE when background color of button set in FormsApplicationActivity (#1010) 2017-06-23 18:29:38 -06:00
Mike Norman 4847e4b26a Parameter complete push for docs. (#1009)
* Parameter complete push for docs.

* update docs
2017-06-23 13:12:45 -05:00
Samantha Houts a9f6acb870 [iOS] ListView with UnevenRows and Cell Heights will no longer be slow to load (#994)
* Add repro for 56896

* [iOS] Cached defined row heights for estimation

* [iOS] Null check source
2017-06-23 11:37:00 +01:00
Frank A. Krueger 80b72ceda3 [XamlC] Allow overriding the assembly resolver and whether to compile (#1003)
* [XamlC] Allow overriding the assembly resolver and whether to compile by default

* [XamlC] Add ForceCompile to override attributes
2017-06-22 23:49:40 +01:00
kingces95 9940fc261e Breaking; Make Grid.AddHz/Vt span ortho dim (#984) 2017-06-22 18:36:52 -04:00
E.Z. Hart 075a6b370d Set the Id field for Android Views created by Forms (#1004)
* Repro of modal-over-map-crash issue

* Automated test for maps modal crash

* Generate Ids for all Renderer Views on Android

* Add Ids for PageContainer and PageRenderer

* Remove TODO comment

* Verify fast renderers aren't disposed before querying Id
2017-06-22 23:33:03 +01:00
Jimmy Garrido 330b515616 Fix possible crash on API 21+ at launch when using Holo theme and FormsApplicationActivity (#961)
* Fix possible crash on API 21+ at launch

* Do not use an explicit cast

* Do not use C# 7 pattern matching
2017-06-22 19:49:39 +01:00
kingces95 668fe2f19c [UWPP] Bug 56843; LayoutUpdated > SizeChanged; Native View Embed (#980) 2017-06-22 11:44:07 -07:00
adrianknight89 6e7b2ee3c0 [iOS] Issue warning to console when MasterDetailPage is pushed onto NavigationPage (#1000)
* add warning

* change to Trace
2017-06-22 19:36:28 +01:00
Samantha Houts f80a5e05de [Android] Remove the ". " on empty labels (Accessibility) on Fastrenderers (#915)
* [Android] Concatenate Name/HelpText better

Also remove some parameters that were added to workaround an issue that
no longer exists.

* Add repro

* Listen to Stephane

he's usually right

* oops, didn't save
2017-06-22 19:19:26 +01:00
Paul DiPietro 5a87b84e86 Remove debug outputs (#1008) 2017-06-22 18:52:38 +01:00
Stephane Delcroix f6bdb76b0a [iOS] decoupling UpdateText() on LabelRenderer (#950)
* [iOS] decoupling UpdateText() on LabelRenderer

* [iOS] do not update font and color on formattedstrings
2017-06-22 10:49:41 +01:00
E.Z. Hart 7e4628e0dd Allow Context Actions on ViewCells with TapGestures (#985)
* Repro

* Allow context menu actions on ViewCells with tap gestures

* Make context menu test work for iOS

* Make the ActivateContextMenu option work for items with small text
2017-06-22 10:44:45 +01:00
Samantha Houts 67bc2d5488 [iOS/Android] Fixes "jumping" when navigation to a page with a NavigationBar from a page without one (#962)
* Add repro

* [iOS] Set IgnoreContainerArea when no Nav Bar

* [Android] Layout bar and page at the same time

* Add custom renderer to turn off transitions

* Fix test case number

* Remove superfluous category set

* Fix test automation, add TabbedPage
2017-06-22 10:25:35 +01:00
BradChase2011 bec60be834 [macOS] ScrollView's content are showing at End. (#993)
* [macOS] ScrollView's content are showing at End.

* [macOS] ScrollView's content are showing at End. (Style Cleanup)

* [macOS] ScrollView's content are showing at End. (Style Cleanup again)
2017-06-21 16:47:08 +01:00
Stephane Delcroix ded7d4e17b
[test] passing test for 32896 2017-06-21 15:31:44 +02:00
E.Z. Hart c6f547b298 Allow multiple tap gestures to fire simultaneously on iOS (#964)
* Allow multiple tap gestures to fire simultaneously on iOS

* Verify that the tap came from the same UIView
2017-06-21 12:13:06 +01:00
Stephane Delcroix c096037329 [XamlC] Allow Properties and BP of generic types (#995)
* [XamlC] Allow Properties and BP of generic types

* try hard to convince the compiler that the variable is initialized

* Update MethodDefinitionExtensions.cs
2017-06-21 10:32:58 +02:00