summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-07-13[Android] Handle creating a default GroupHeader if no GroupHeaderTemplate ↵release-2.3.1beta-2.3.1-pre3Rui Marinho3-15/+113
is provided (#248)
2016-07-13[Android] TimePicker unfocuses on cancel (#238)Paul DiPietro3-0/+79
Related to the prior fix of the DatePicker not unfocusing on the cancel button being pressed, the TimePicker was not unfocusing, as well. A similar fix has been applied.
2016-07-13Restore incorrectly renamed InvalidateMeasure method (#251)E.Z. Hart2-17/+2
* Restore incorrectly renamed InvalidateMeasure method * Update docs
2016-07-13Fix DatePicker dialog regression (#249)Paul DiPietro1-4/+13
KitKat doesn't use the cancel button, so it has to be accounted for.
2016-07-01[All] Crash fixes for ListViews (#243)beta-2.3.1-pre2Samantha Houts8-9/+154
* [Controls] Add repro for 42277 * [Android] No crash if GroupHeaderTemplate=null * [Android] Fix DataTemplateSelector crash * [Core] Expose ListProxy on TIL * [iOS] Fix DataTemplateSelector crash * [Win] Fix DataTemplateSelector crash * [Docs] Update docs * [Core] Implement ListProxy explicitly Allows ListProxy property to stay internal. * [Controls] Revert unnecessary change to shproj
2016-06-30[iOS] Fix regression 2.3.1-pre1 UnevenRows (#242)Rui Marinho3-1/+245
* [Controls] Add test case for 39486 * [iOS] Fix math refactor error on calculating height
2016-06-28[iOS] Default BarTextColor/BarBackgroundColor will no longer override values ↵beta-2.3.1-pre1Samantha Houts3-13/+63
set in custom renderers (#233) * [Controls] Improve TabbedPage test case iOS should default to the color used in a custom renderer instead of to the global default color. * [iOS] TabbedPage Bar*Color default is better Will use the color set by a custom renderer, if any, instead of always pulling from global appearance.
2016-06-27[Android] Memory leak when MasterDetailPage Detail set to NavigationPage (#239)E.Z. Hart9-32/+234
* Create repro * Remove unnecessary cast * Add null checks on weak references in PageContainer * Remove master/detail fragments from manager when switching master/detail pages Separate renderer ViewGroup removal from renderer disposal in FragmentContainer Separate PageContainer disposal from renderer disposal in FragmentContainer Remove Drawer Listener for NavigationPageRenderer in Dispose * Fix missing spaces; Add explicit SPACE_BEFORE_IF_PARENTHESES settings to DotSettings file * Remove javascript rules * Remove usage of .ForEach()
2016-06-24[UITest] Update to 1.3.8, remove old projects (#240)Rui Marinho26-1170/+13
* [UITests] Update to Xamarin UItest 1.3.8 * Remove legacy UITest projects * Remove issue that uses reference to controls * Update Xamarin.Forms.Core.iOS.UITests.csproj * Update Xamarin.Forms.Core.Android.UITests.csproj
2016-06-22[Controls] Fix use of internal extension methods (#237)Rui Marinho8-31/+26
* [Controls] Fix use of internal extension methods * [Controls] Update Xamarin UItest on controls * Update package TestCloud * Fix * Revert "Fix" This reverts commit 283f96a2210322bf37795dff61394938eb909f59. * Fix reference
2016-06-18[Android] Make sure to add a parent to the new group header cell (#228)Rui Marinho2-2/+8
2016-06-17[Android] Take in account status bar padding on master when using split ↵Rui Marinho2-1/+5
behaviour in MDP (#226)
2016-06-17Fix 39802 (#217)Rui Marinho3-37/+67
* [iOS] When using ContextActionsCell make sure we don't show the ContentCell separator * [Android] Don't write separator view if not needed
2016-06-17Prep Cell & friends for removal of InternalsVisibleTo (#142)Samantha Houts103-517/+3436
* Prep Cell & friends for removal of InternalsVisibleTo Includes: - Cell - EntryCell - ListView - MenuItem - TableView - ViewCell - Toolbar Moved extensions to Internal & removed TPH * Update docs * [Controls] Ignore Issue2411 on iOS <9 * [Controls] Formatting for Issue2411
2016-06-16[Android] DatePicker unfocuses on cancel (#204)Paul DiPietro3-0/+73
The DatePicker in Android would remain focused when being closed via the cancel button, and a subsequent re-focus via something such as button would not function as expected.
2016-06-16[UWP] MasterDetailControl will no longer null out the TCS before it is used. ↵Samantha Houts3-7/+43
(#227) * [UWP] Don't null the _commandBarTcs too soon * Add repro for 41842
2016-06-16[IOS] Update the current region of the MKMapView when visibility is changed ↵Rui Marinho3-0/+92
(#172)
2016-06-16[Core] Don't use the fixed LayoutConstraint when using uneven rows (#213)Rui Marinho1-0/+4
2016-06-16Add repro of uncentered button image for Android (#176)E.Z. Hart4-25/+107
Fix vertical centering logic for button images in Android
2016-06-16[WinRT] Add base platform as inner proxy navigation to Application, Fix back ↵Rui Marinho2-0/+8
button issue (#214) * [WinRT] Add base platform as inner proxy navigation to Application * [UWP] Remove back button when NavigationPage is disposed
2016-06-16[iOS] Call UpdateLeftBarButtonItem when page is removed (#209)Rui Marinho3-2/+101
2016-06-16[UWP] Escape key returns ActionSheet result (#208)Paul DiPietro3-0/+57
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-16Prep Page for removal of InternalsVisibleTo (#150)E.Z. Hart90-419/+793
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.