summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS/Renderers
AgeCommit message (Expand)AuthorFilesLines
2016-10-12Fix MasterDetailPage/NavigationPage leaks on iPad (#426)E.Z. Hart2-35/+52
2016-10-04Fixed bug 43993 by removing call to base ViewWillAppear (#333)adrianknight891-7/+4
2016-09-14Remove iOS classic from CI system (#353)beta-2.3.3-pre2Rui Marinho34-398/+31
2016-09-08[iOS] Adjust Started/Ended hooks in pickers for iOS 10 (#339)Paul DiPietro3-8/+8
2016-08-30Platform Specifics (#301)Samantha Houts2-7/+25
2016-08-16[iOS] Change when we updated the XF INavigationPageController after popping a...Rui Marinho1-53/+28
2016-08-16[iOS] Fixed bug that made pull-to-refresh indicator always visible after 2+ p...Samantha Houts1-7/+1
2016-08-02[A, iOS] ListView Pull-To-Refresh indicator animates when navigating back to ...Samantha Houts1-2/+17
2016-07-18ixed issues where you could not force rotation with a NavigationPage on iOS. ...ytn3rd1-0/+34
2016-07-01[All] Crash fixes for ListViews (#243)Samantha Houts1-5/+5
2016-06-28[iOS] Default BarTextColor/BarBackgroundColor will no longer override values ...beta-2.3.1-pre1Samantha Houts1-7/+41
2016-06-17Prep Cell & friends for removal of InternalsVisibleTo (#142)Samantha Houts5-67/+87
2016-06-16[iOS] Call UpdateLeftBarButtonItem when page is removed (#209)Rui Marinho1-2/+6
2016-06-16Prep Page for removal of InternalsVisibleTo (#150)E.Z. Hart13-54/+82
2016-05-11Fix Bug 39486 (#153)Shawn Castrianni3-16/+32
2016-05-04Add IMasterDetailPageController and update renderers (#146)E.Z. Hart2-11/+16
2016-05-04Prep StreamImageSource for removal of InternalsVisibleToE.Z. Hart1-2/+2
2016-05-04Add INavigationPageController (#149)E.Z. Hart1-13/+18
2016-05-02Prep Image for removal of InternalsVisibleTo (#140)E.Z. Hart1-2/+3
2016-05-02Prep SearchBar for removal of InternalsVisibleTo (#137)E.Z. Hart1-1/+1
2016-04-27Prep Entry for removal of InternalsVisibleTo (#139)E.Z. Hart1-1/+1
2016-04-26Carousel clean (#135)Jason Smith1-424/+0
2016-04-25Remove ToolBar from Core; Remove ToolBar renderers and unit tests (#124)E.Z. Hart1-66/+0
2016-04-25Prep WebView and renderers for removal of InternalsVisibleTo (#120)E.Z. Hart1-3/+4
2016-04-24[iOS] Fix issue with WebView dispose and resizing (#128)Rui Marinho1-1/+3
2016-04-19Add TextColor Property to Picker, TimePicker, DatePicker (#84)E.Z. Hart3-0/+49
2016-04-18Whitespace fixes (#110)kingces951-10/+16
2016-04-18CarouselView Fixes (#101)kingces951-11/+16
2016-04-18BarBackgroundColor and BarTextColor on TabbedPage (#96)Samantha Houts2-2/+57
2016-04-16[iOS] Restore VisualElementTracker on WebViewRenderer (#99)Rui Marinho1-4/+5
2016-04-13Page renderer effects (#85)Jason Smith5-33/+90
2016-04-11[iOS] Resolve Warning 0108 (#64)Samantha Houts7-50/+45
2016-04-11Resharper warnings are slightly different for some reason than WError, resolv...Jason Smith1-0/+2
2016-04-11Enable CS0618 warnings as errors (#72)Paul DiPietro2-0/+6
2016-04-07[A, iOS] CarouselView Bug Fixes (#49)kingces951-107/+68
2016-04-05Reformat methods to original orderkingces951-210/+207
2016-04-04Merge pull request #20 from xamarin/fix-bugzilla21177beta-2.2.0-pre1Jason Smith1-1/+1
2016-03-30Add options for specifying layout of button text/image contentE.Z. Hart1-21/+105
2016-03-30[iOS] PageRenderer no longer swallows touchesSamantha Houts1-1/+1
2016-03-29Make spacing in lock statement consistent with code styleE.Z. Hart1-2/+2
2016-03-28Merge pull request #19 from xamarin/reformatUsingsSamantha Houts2-2/+2
2016-03-25Reformat using statementsChris King3-3/+3
2016-03-24Add using statement to dispose streamChris King1-4/+6
2016-03-22Initial importJason Smith39-0/+7932