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

14374 Коммитов

Автор SHA1 Сообщение Дата
Rui Marinho 87f1418d2f [iOS] Call UpdateLeftBarButtonItem when page is removed (#209) 2016-06-16 17:20:12 +01:00
Paul DiPietro ed517a3027 [UWP] Escape key returns ActionSheet result (#208)
When awaiting a DisplayActionSheet in UWP, pressing the escape key with
the ActionSheet open would dismiss the dialog but not return a result.
2016-06-16 17:17:18 +01:00
E.Z. Hart d5be2f0144 Prep Page for removal of InternalsVisibleTo (#150) 2016-06-16 16:45:09 +01:00
E.Z. Hart 04f7bd296e Fixing parentheses in project reference (#225) 2016-06-16 11:31:37 +01:00
Rui Marinho 7f89f5ad6d [Android] Fix Api18 usage on PinchGesture (#218) 2016-06-15 10:11:51 +01:00
Mike Norman 939bb478f7 Fixed typos in ContentPage.xml (#222) 2016-06-14 14:06:21 -05:00
E.Z. Hart 0fa667e186 # This is a combination of 5 commits. (#221)
# The first commit's message is:
Removing CI-specific script from main repo

# This is the 2nd commit message:

Removing build projects

# This is the 3rd commit message:

Add some error reporting around TestFixtureSetup

# This is the 4th commit message:

Force load referenced assemblies to prevent missing registrations

# This is the 5th commit message:

Revert failed fix for GetAssemblies
2016-06-14 11:16:48 +01:00
Rui Marinho 9f40b0fc3d [Pages] Add reference to Xamarin.Forms.Build.Tasks (#220) 2016-06-13 09:20:58 -07:00
Mike Norman e7be3c5504 DataPages docs. (#212)
* DataPages docs.

* Summary complete for Pages docs.

* Type fixes per samhouts.

* Typos in Pages docs.
2016-06-09 13:34:41 -05:00
Rui Marinho e2e303654e [Android] Always create a new cell for GroupHeader when using Recycling (#206)
* [Android] Always create a new cell for GroupHeader when using RecycleElement

* [iOS] Fix uitest iOS

* [Android] Fix test on android
2016-06-09 10:59:26 -07:00
Mike Norman 67511ed858 Fixed code in Scrollview doc. Removed bug note in Easing. (#219) 2016-06-09 10:54:53 -07:00
Paul DiPietro ce0238846a [Win 8.1] Initial ListView selection not shown (#174)
On Windows 8.1, when initially setting a ListView's SelectedItem, the
item in question would not have any visual indication that it was
selected when first showing (a background color for the cell).
Subsequent selections would work as expected.
2016-06-08 10:38:08 -07:00
Shawn Castrianni 2a244e0b2f Add convenience GridLength.Star (#168)
* Add convenience GridLength.Star

* Update docs
2016-06-08 10:37:21 -07:00
Shawn Castrianni c1cf72080a Add Plain Keyboard from KeyboardFlags.None (#155)
* Add Plain Keyboard from KeyboardFlags.None

* Include Keyboard.Plain in Gallery

* Update docs
2016-06-08 10:36:37 -07:00
Alan McGovern 4553b845e4 [Core] Allow Registrar.RegisterAll to be run multiple times (#215)
There are cases where we run RegisterAll manually to ensure all
assemblies have actually been registered. The `Registrar<T>` class
does not use the `Dictionary<K, V>.Add` method so it does not
throw if there's a clash/duplicate.

If we change the `Effect` registration to use the same pattern we
can remove errors like this:

System.ArgumentException: An item with the same key has already been added.
	at ThrowArgumentException at offset 0 in file:line:column /Users/builder/data/lanes/2922/977921b7/source/maccore/_build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/src/mono/external/referencesource/mscorlib/system/throwhelper.cs:72:0
	at Insert at offset 142 in file:line:column /Users/builder/data/lanes/2922/977921b7/source/maccore/_build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/src/mono/external/referencesource/mscorlib/system/collections/generic/dictionary.cs:336:0
	at Add at offset 0 in file:line:column /Users/builder/data/lanes/2922/977921b7/source/maccore/_build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/src/mono/external/referencesource/mscorlib/system/collections/generic/dictionary.cs:192:0
	at RegisterAll at <unknown offset> in file:line:column <filename unknown>:0:0
	at <unknown method> at <unknown offset> in file:line:column <filename unknown>:0:0
	at Invoke at offset 56 in file:line:column /Users/builder/data/lanes/2922/977921b7/source/maccore/_build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/src/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:295:0
2016-06-08 10:30:13 -07:00
E.Z. Hart 4146d617a0 Remove hard-coded image sizes for button images (#202) 2016-06-08 16:47:00 +01:00
kingces95 d1b8ac5c94 ViewRenderer unsubscribe from FocusChangeRequested on dispose (#193) 2016-06-03 15:24:54 -07:00
E.Z. Hart 9948193b5b Disable Tabbed test for iOS (#203) 2016-06-02 16:14:09 +01:00
kingces95 f482d6f555 Fix iOS clean build by removing extra XF.UITest.Validator nunit reference (#199) 2016-06-01 13:48:57 -07:00
Mike Norman b20583ba83 Added note to effects docs about Effects vs. Behaviors. (#201) 2016-06-01 13:48:46 -07:00
Stephane Delcroix 071883ea17 Xaml werr (#191)
* [XamlC] get rid of 0219

* [XamlC] get rid of 0168

* [XamC] it's 436 time

* [XamlC] bye 108

* [XamlC] remove one though obsolete invocation

* [XamlC] no longer depend on any obsolete

* align the stars
2016-06-01 13:48:03 -07:00
Brian Donovan-Smith 3aa5d68e2e fix Thickness.IsDefault. Bottom was ignored (#200) 2016-05-31 10:09:10 -07:00
Samantha Houts f5bb474590 [A] TabbedPage text can be set back to Default (#157) 2016-05-27 10:51:59 -07:00
Adam 31ba696514 WinRT/UWP center crop image on AspectFill (#190) 2016-05-27 10:32:11 -07:00
Christian Schwarz d1ab4e1ce8 [Xaml] Fix MarkupExtension not found in default namespace (#183)
* [Xaml] Fix MarkupExtension not found in default namespace

* Fixed indentation

* Added XamlC unit test
2016-05-27 12:58:21 +01:00
Jason Smith bf7399d068 Fix android StartTimer race condition (#196) 2016-05-27 12:47:22 +01:00
Rui Marinho 2e75020b0f [Android] UpdateToolbar when page is added before on non AppCompact (#195) 2016-05-27 12:17:38 +01:00
Christian Schwarz 89aee2a3c2 Added .editorconfig (#192) 2016-05-26 13:39:00 -07:00
kingces95 457b74f91a XF.Pages MS.Bcl.Build v1.0.14 -> v1.0.21 (#187) 2016-05-26 12:26:13 -07:00
Paul DiPietro b17cb55f57 [8.1/UWP] Fix PopToRootAsync functioning incorrectly (#185)
When using PopToRootAsync on 8.1/UWP, the stack was being cleared but
the actual page was not being set due to a missing event handler on the
NavigationPageRenderer.
2016-05-26 12:14:56 -07:00
Rui Marinho 349336dbf1 Fix margins on ViewCell (#189)
* [iOS] Set the frame of a cell NativeView using the calculated positions and size

* [UWP] Make wrapper of a ViewCell respect margins
2016-05-26 12:05:14 -07:00
Rui Marinho c502f47980 [Android] Implement the AppIndexProvider on non-AppCompact, fix KeyValues on AppLinkEntry (#166)
* [Android] Set AppIndexingProvider on non AppCompact activity

* [Core] Fix AppLinkEntry KeyValues
2016-05-25 14:50:21 +01:00
kingces95 f1b6126095 Add .mdb files to nuget to enable iOS debugging using private packages (#167) 2016-05-24 16:07:09 -07:00
Shawn Castrianni ae8bf9d41c Protect against null Control (#171) 2016-05-24 11:48:09 -07:00
E.Z. Hart fed153aa51 Turn off iOS version of 40333 UI test (broken for unrelated reasons) (#177) 2016-05-24 11:47:07 -07:00
Daniel Hindrikes 4cbe7e61e5 ixed bug with app resume for windows phone silverlight. Bug 41076 in bugzilla (#184) 2016-05-23 10:49:15 -07:00
Mike Norman 594d0e8d84 Initial add of Pages docs. (#161) 2016-05-12 11:23:37 +01:00
Maximo Piva 616e16a685 Forward Orientation Methods in PlatformRenderer and ModalWrapper (#147)
* PlatformRenderer and ModalWrapper are Wrappers around the real UIViewController, rotation and orientations methods are not correctly forwarded in IOS. Per example, you cannot programatically lock the rotation of the IOS screen. This changes will fix that.

* Changed spaces to tabs, as requested.
2016-05-12 11:22:11 +01:00
E.Z. Hart 82255d75d0 Add option to exclude category to Test Cloud uploader utility (#162)
* Add option to exclude UI test categories

* Better help messages

* Fix conflicting option
2016-05-11 07:48:07 -07:00
E.Z. Hart 40dcfd4808 Normalize docs (#159)
* Add function to fix line endings to prevent fake changes

* Simplify update-docs and add mode for failing build on missing changes

* Bringin docs up-to-date

* Update docs
2016-05-11 15:41:05 +01:00
E.Z. Hart 846c1dc0ec Make RunningApp.Screenshot do nothing unless SCREENSHOTS symbol defined (#169)
* Make RunningApp.Screenshot do nothing unless SCREENSHOTS symbol is defined

* Replace IApp casts with conditional compilation directives

* Fix warning

* Remove EnableLocalScreenshots

* Add Ignore attributes to keep tests from "failing" in Test Cloud
2016-05-11 07:21:41 -07:00
E.Z. Hart ad3a6f68f0 Remove unused UI test (#163) 2016-05-11 07:03:20 -07:00
Shawn Castrianni 7ae7dbaa96 Fix Bug 39486 (#153) 2016-05-11 11:07:23 +01:00
Jason Smith 2c62350cde Fix build 2016-05-10 10:37:16 -07:00
E.Z. Hart 5acafedb8e [Android] Isolate fragment management for children of MasterDetailPage (#136)
* Isolate fragment management for children of MasterDetailPage in AppCompat
If a MasterDetailPage hosts NavigationPages or TabbedPages in either the
Master or Detail sections, wrap those pages in their own Fragment (and
ChildFragmentManager) to isolate their Fragment management operations and
avoid recursive entry into the executePendingTransactions method
Also fix a disposal bug in the custom MDP renderer in Control Gallery

* Remove MDP Split setting that breaks test on iPad
2016-05-10 10:15:47 -07:00
Rui Marinho d4a5bb8dfc Set InternalsVisibleTo CarouselView (#164) 2016-05-06 12:17:54 -07:00
E.Z. Hart a8acdcc117 Add IMasterDetailPageController and update renderers (#146) 2016-05-04 15:22:34 +01:00
E.Z. Hart 8d383746ca Remove empty UI tests (#160)
* Use WaitForElement instead of Thread.Sleep to cut down on idle time

* Remove empty UI tests
2016-05-04 15:16:42 +01:00
E.Z. Hart 5b9094241b Prep StreamImageSource for removal of InternalsVisibleTo 2016-05-04 14:08:54 +01:00
E.Z. Hart a2148444ba Add INavigationPageController (#149) 2016-05-04 13:18:40 +01:00