summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls.Issues
AgeCommit message (Expand)AuthorFilesLines
2016-07-18Windows image loader error handling (#260)E.Z. Hart3-0/+114
2016-07-18Ensure BindingContext is properly passed to CreateDefault in UWP ListView (#259)Jason Smith2-0/+39
2016-07-13[Android] Handle creating a default GroupHeader if no GroupHeaderTemplate is...Rui Marinho2-0/+89
2016-07-12[Android] TimePicker unfocuses on cancel (#238)Paul DiPietro2-0/+62
2016-07-01[All] Crash fixes for ListViews (#243)Samantha Houts2-0/+122
2016-06-30[iOS] Fix regression 2.3.1-pre1 UnevenRows (#242)Rui Marinho2-0/+244
2016-06-27[Android] Memory leak when MasterDetailPage Detail set to NavigationPage (#239)E.Z. Hart2-0/+141
2016-06-24[UITest] Update to 1.3.8, remove old projects (#240)Rui Marinho3-115/+0
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
2016-06-16[Android] DatePicker unfocuses on cancel (#204)Paul DiPietro2-0/+62
2016-06-16[UWP] MasterDetailControl will no longer null out the TCS before it is used. ...Samantha Houts2-0/+36
2016-06-16[IOS] Update the current region of the MKMapView when visibility is changed (...Rui Marinho2-0/+78
2016-06-16Add repro of uncentered button image for Android (#176)E.Z. Hart2-15/+38
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
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
2016-06-08[Win 8.1] Initial ListView selection not shown (#174)Paul DiPietro2-0/+37
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
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
2016-05-10[Android] Isolate fragment management for children of MasterDetailPage (#136)E.Z. Hart2-0/+226
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
2016-04-26Prepare Preserve attribute usage for removal of InternalsVisibleTo (#121)E.Z. Hart292-46/+300
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
2016-04-18Whitespace fixes (#110)kingces951-9/+15
2016-04-18CarouselView Fixes (#101)kingces951-13/+23
2016-04-17Fix bugzilla39987 (#100)Jason Smith2-0/+50
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 XA...Samantha Houts3-0/+141
2016-04-12[UWP] Adjust bounds for ContentPage when by itself (#61)Paul DiPietro2-0/+48
2016-04-11Enable CS0618 warnings as errors (#72)Paul DiPietro35-2/+213
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
2016-04-07[A, iOS] CarouselView Bug Fixes (#49)kingces953-4/+287
2016-04-07Merge pull request #45 from xamarin/fix-bugzilla25662Samantha Houts1-9/+21
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
2016-04-06Fix race condition in IsInvokeRequired on AndroidE.Z. Hart2-0/+66
2016-04-05[iOS] Fix WeakNotifyCollectionChanged on CarouselViewRui Marinho1-14/+50