summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-06-16Fixing parentheses in project reference (#225)E.Z. Hart1-2/+2
2016-06-15[Android] Fix Api18 usage on PinchGesture (#218)Rui Marinho1-3/+3
2016-06-14Fixed typos in ContentPage.xml (#222)Mike Norman1-1/+1
2016-06-14# This is a combination of 5 commits. (#221)E.Z. Hart49-4119/+13
# 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-13[Pages] Add reference to Xamarin.Forms.Build.Tasks (#220)Rui Marinho1-0/+5
2016-06-09DataPages docs. (#212)Mike Norman20-273/+273
* DataPages docs. * Summary complete for Pages docs. * Type fixes per samhouts. * Typos in Pages docs.
2016-06-09[Android] Always create a new cell for GroupHeader when using Recycling (#206)Rui Marinho3-1/+246
* [Android] Always create a new cell for GroupHeader when using RecycleElement * [iOS] Fix uitest iOS * [Android] Fix test on android
2016-06-09Fixed code in Scrollview doc. Removed bug note in Easing. (#219)Mike Norman2-13/+11
2016-06-08[Win 8.1] Initial ListView selection not shown (#174)Paul DiPietro3-0/+43
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-08Add convenience GridLength.Star (#168)Shawn Castrianni2-0/+21
* Add convenience GridLength.Star * Update docs
2016-06-08Add Plain Keyboard from KeyboardFlags.None (#155)Shawn Castrianni5-1/+40
* Add Plain Keyboard from KeyboardFlags.None * Include Keyboard.Plain in Gallery * Update docs
2016-06-08[Core] Allow Registrar.RegisterAll to be run multiple times (#215)Alan McGovern1-1/+1
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-08Remove hard-coded image sizes for button images (#202)E.Z. Hart3-28/+53
2016-06-03ViewRenderer unsubscribe from FocusChangeRequested on dispose (#193)kingces951-0/+6
2016-06-02Disable Tabbed test for iOS (#203)E.Z. Hart1-3/+2
2016-06-01Fix iOS clean build by removing extra XF.UITest.Validator nunit reference (#199)kingces951-3/+0
2016-06-01Added note to effects docs about Effects vs. Behaviors. (#201)Mike Norman1-1/+1
2016-06-01Xaml werr (#191)Stephane Delcroix9-50/+33
* [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-05-31fix Thickness.IsDefault. Bottom was ignored (#200)Brian Donovan-Smith1-1/+1
2016-05-27[A] TabbedPage text can be set back to Default (#157)Samantha Houts2-5/+33
2016-05-27WinRT/UWP center crop image on AspectFill (#190)Adam1-0/+10
2016-05-27[Xaml] Fix MarkupExtension not found in default namespace (#183)Christian Schwarz5-2/+65
* [Xaml] Fix MarkupExtension not found in default namespace * Fixed indentation * Added XamlC unit test
2016-05-27Fix android StartTimer race condition (#196)Jason Smith1-6/+13
2016-05-27[Android] UpdateToolbar when page is added before on non AppCompact (#195)Rui Marinho3-0/+122
2016-05-26Added .editorconfig (#192)Christian Schwarz1-0/+4
2016-05-26XF.Pages MS.Bcl.Build v1.0.14 -> v1.0.21 (#187)kingces952-6/+12
2016-05-26[8.1/UWP] Fix PopToRootAsync functioning incorrectly (#185)Paul DiPietro3-0/+63
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-26Fix margins on ViewCell (#189)Rui Marinho2-3/+4
* [iOS] Set the frame of a cell NativeView using the calculated positions and size * [UWP] Make wrapper of a ViewCell respect margins
2016-05-25[Android] Implement the AppIndexProvider on non-AppCompact, fix KeyValues ↵Rui Marinho4-1/+56
on AppLinkEntry (#166) * [Android] Set AppIndexingProvider on non AppCompact activity * [Core] Fix AppLinkEntry KeyValues
2016-05-24Add .mdb files to nuget to enable iOS debugging using private packages (#167)kingces951-0/+9
2016-05-24Protect against null Control (#171)Shawn Castrianni2-0/+6
2016-05-24Turn off iOS version of 40333 UI test (broken for unrelated reasons) (#177)E.Z. Hart1-2/+7
2016-05-23ixed bug with app resume for windows phone silverlight. Bug 41076 in ↵Daniel Hindrikes1-4/+4
bugzilla (#184)
2016-05-12Initial add of Pages docs. (#161)Mike Norman24-0/+3180
2016-05-12Forward Orientation Methods in PlatformRenderer and ModalWrapper (#147)Maximo Piva1-2/+69
* 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-11Add option to exclude category to Test Cloud uploader utility (#162)E.Z. Hart1-9/+22
* Add option to exclude UI test categories * Better help messages * Fix conflicting option
2016-05-11Normalize docs (#159)E.Z. Hart46-785/+345
* 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-11Make RunningApp.Screenshot do nothing unless SCREENSHOTS symbol defined (#169)E.Z. Hart32-447/+828
* 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-11Remove unused UI test (#163)E.Z. Hart4-64/+0
2016-05-11Fix Bug 39486 (#153)Shawn Castrianni3-16/+32
2016-05-10Fix buildJason Smith1-7/+8
2016-05-10[Android] Isolate fragment management for children of MasterDetailPage (#136)E.Z. Hart12-28/+394
* 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-06Set InternalsVisibleTo CarouselView (#164)Rui Marinho1-0/+1
2016-05-04Add IMasterDetailPageController and update renderers (#146)E.Z. Hart16-68/+312
2016-05-04Remove empty UI tests (#160)E.Z. Hart32-3839/+6
* Use WaitForElement instead of Thread.Sleep to cut down on idle time * Remove empty UI tests
2016-05-04Prep StreamImageSource for removal of InternalsVisibleToE.Z. Hart9-13/+92
2016-05-04Add INavigationPageController (#149)E.Z. Hart15-97/+630
2016-05-03Update README.mdPaul DiPietro1-1/+1
2016-05-02Prep VisualElement (and descendants) for removal of InternalsVisibleTo (#141)E.Z. Hart31-59/+384
2016-05-02Make IButtonController public (#151)E.Z. Hart2-1/+36