summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls.Issues
AgeCommit message (Collapse)AuthorFilesLines
2016-06-18[Android] Make sure to add a parent to the new group header cell (#228)Rui Marinho1-2/+7
2016-06-17Prep Cell & friends for removal of InternalsVisibleTo (#142)Samantha Houts1-96/+134
* 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 DiPietro2-0/+62
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 Houts2-0/+36
(#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 Marinho2-0/+78
(#172)
2016-06-16Add repro of uncentered button image for Android (#176)E.Z. Hart2-15/+38
Fix vertical centering logic for button images in Android
2016-06-16[iOS] Call UpdateLeftBarButtonItem when page is removed (#209)Rui Marinho2-0/+95
2016-06-16[UWP] Escape key returns ActionSheet result (#208)Paul DiPietro2-0/+42
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. Hart1-1/+1
2016-06-09[Android] Always create a new cell for GroupHeader when using Recycling (#206)Rui Marinho2-0/+232
* [Android] Always create a new cell for GroupHeader when using RecycleElement * [iOS] Fix uitest iOS * [Android] Fix test on android
2016-06-08[Win 8.1] Initial ListView selection not shown (#174)Paul DiPietro2-0/+37
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-08Remove hard-coded image sizes for button images (#202)E.Z. Hart1-9/+9
2016-06-02Disable Tabbed test for iOS (#203)E.Z. Hart1-3/+2
2016-05-27[Android] UpdateToolbar when page is added before on non AppCompact (#195)Rui Marinho2-0/+113
2016-05-26[8.1/UWP] Fix PopToRootAsync functioning incorrectly (#185)Paul DiPietro2-0/+56
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-24Turn off iOS version of 40333 UI test (broken for unrelated reasons) (#177)E.Z. Hart1-2/+7
2016-05-11Make RunningApp.Screenshot do nothing unless SCREENSHOTS symbol defined (#169)E.Z. Hart21-262/+655
* 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-10[Android] Isolate fragment management for children of MasterDetailPage (#136)E.Z. Hart2-0/+226
* 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-02Prep VisualElement (and descendants) for removal of InternalsVisibleTo (#141)E.Z. Hart1-1/+1
2016-04-26Carousel clean (#135)Jason Smith3-483/+0
CarouselView moving to preview repo
2016-04-26Prepare Preserve attribute usage for removal of InternalsVisibleTo (#121)E.Z. Hart292-46/+300
* Move PreserveAttribute to Internals to prep for removal of InternalsVisibleTo * Update docs
2016-04-25Remove ToolBar from Core; Remove ToolBar renderers and unit tests (#124)E.Z. Hart2-52/+0
2016-04-19Add TextColor Property to Picker, TimePicker, DatePicker (#84)E.Z. Hart1-94/+425
* Add TextColor property to TimePicker Add TextColor page to TimePicker gallery Add TimePicker color toggling to color toggle test page Split color toggle tests up among tabs * Implement TimePicker.TextColor in iOS * Implement TimePicker.TextColor for WinRT tablet * Add IsEnabled=false tests to DefaultColorToggleTest Button and TimePicker Consolidate ColorStates array Fix IsEnabled changing color bug on iOS * Implement TimePicker.TextColor for WP8 * Add TextColor property to DatePicker Add DatePicker section to DefaultColorToggleTest Impement DatePicker.TextColor for WP8 * Implement DatePicker.TextColor for WinRT/UWP/Windows Phone 8.1 * Implement DatePicker.TextColor for iOS * Add TextColor to DatePicker Gallery Page * Implement DatePicker.TextColor for Android * Add Picker Gallery page for TextColor Implement Picker.TextColor on Android Consolidate TextColor management for Button, Picker, DatePicker, TimePicker Implement * Add untracked TextColorSwitcher Implement Picker.TextColor in iOS * Implement Picker.TextColor in WinRT/UWP/Windows Phone 8.1 Remove Pioker Loaded handlers in Dispose * Implement Picker.TextColor in WP8 * Removed unused field Update ignored warnings * Update docs * Use nameof() for BindableProperties * Cleanup * Fix custom renderer crashes for classes using TextColorSwitcher * Correct property name references * Fix typo and 'if' formatting * Add missing else
2016-04-18Whitespace fixes (#110)kingces951-9/+15
2016-04-18CarouselView Fixes (#101)kingces951-13/+23
* Fix CarouselView.Item * CarouselView formatting * Move ItemsView.Count to IItemsViewController * Remove dead code: CarouselView.IndexOf * CarouselView re-layout subviews on resize. * Add ItemTemplate to resources.xaml on UWP * Docs
2016-04-17Fix bugzilla39987 (#100)Jason Smith2-0/+50
* [Controls] Add repo for bugzilla 39987 * Fix repo * Resolve issue with blank first tab in iOS 9.3
2016-04-16[iOS] Restore VisualElementTracker on WebViewRenderer (#99)Rui Marinho2-0/+57
2016-04-12Enable CS1998 warnings as errors (#65)Paul DiPietro8-2/+22
2016-04-12[Core] Can bind properties in BindableObjects added to static resources in ↵Samantha Houts3-0/+141
XAML (#58) Resources that are `BindableObject`s will inherit the `Parent`'s `BindingContext` unless they are `Element`s that have non-null `Parent`s.
2016-04-12[UWP] Adjust bounds for ContentPage when by itself (#61)Paul DiPietro2-0/+48
In a scenario where there is a ContentPage by itself, things like labels ran beneath the StatusBar in landscape mode. This is presumably because the page was assuming there to be a TitleBar and calculating the bounds based on that fact; by checking for its visibility and adjusting the bounds as necessary it allows for correct alignment.
2016-04-11Enable CS0618 warnings as errors (#72)Paul DiPietro35-2/+213
CS0618 occurs when using an obsolete property or method. https://msdn.microsoft.com/en-us/library/x5ye6x1e.aspx
2016-04-10Fix ios test queries (#70)Jason Smith1-6/+6
2016-04-08Temporarily disable failing testJason Smith1-0/+1
2016-04-08Automatically marshal all AnimationExtensions calls onto UI thread (#48)E.Z. Hart2-0/+119
2016-04-08[A] Fix Bugzilla 40173 (#62)Jason Smith2-0/+111
* [A]Fix issue where Frame would block all tap gestures under it even if it didn't have one * [A]Make BoxView non-blocking inside a ListView only * Add UITest for bz40173 * Fix code review issues
2016-04-07[A, iOS] CarouselView Bug Fixes (#49)kingces953-4/+287
* CarouselView programatic scrolling fixes; swipe back fixes * Make iOS CarouselView events consistant with Android * bump swipe distance; add Screenshot on Exception * Formatting. No logical change. * Comment out [Test] on UITest and fix TestCloud failures later.
2016-04-07Merge pull request #45 from xamarin/fix-bugzilla25662Samantha Houts1-9/+21
[A] SwitchCell IsEnabled bit now affects the toggle
2016-04-06Force conversion to target type when Static Resource returns OnPlatform<T>E.Z. Hart3-0/+97
2016-04-06Enable warnings as errors in testskingces956-8/+6
2016-04-06[iOS] ViewCellRenderer did not set RealCellPropertyPaul DiPietro2-0/+63
In the iOS ViewCellRenderer, GetRealCell in ViewCellPropertyChanged was returning null and passing it to UpdateIsEnabled. SetRealCell was never being called in ViewCellRenderer and the RealCellProperty was never being set.
2016-04-06Fix race condition in IsInvokeRequired on AndroidE.Z. Hart2-0/+66
2016-04-05[iOS] Fix WeakNotifyCollectionChanged on CarouselViewRui Marinho1-14/+50
Make some changes on WeakNotifyCollectionChanged to make it work ok in IOS, following the ListProxy approach.
2016-04-04Merge pull request #20 from xamarin/fix-bugzilla21177beta-2.2.0-pre1Jason Smith2-0/+59
[iOS] PageRenderer no longer swallows touches
2016-04-01[W] Setting CurrentPage in CarouselPage ctor worksSamantha Houts2-0/+85
2016-04-01Merge pull request #31 from xamarin/fix-bugzilla39464Rui Marinho2-0/+79
[W] Button BG Color & BorderRadius are consistent
2016-03-31Merge pull request #11 from xamarin/fix-bugzilla27417Samantha Houts4-0/+105
Add options for specifying layout of button text/image content
2016-03-31Merge pull request #32 from xamarin/fix-bugzilla39378Samantha Houts3-0/+115
[Controls,Core]Allow well known type conversions on the binding system
2016-03-30Add options for specifying layout of button text/image contentE.Z. Hart4-0/+105
Also make the layout and layout defaults consistent across platforms
2016-03-30[iOS] PageRenderer no longer swallows touchesSamantha Houts2-0/+59
Will allow users to create custom renderers that have touch events.
2016-03-30Fix masterRui Marinho1-2/+2