summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS
AgeCommit message (Expand)AuthorFilesLines
2016-11-15Added CornerRadius property To Frame controlAndrei N1-1/+7
2016-11-15[iOS] Use separate UIWindow for UIAlertController (#481)Paul DiPietro1-4/+12
2016-10-26[iOS] Add check for UIGestureRecognizerState.Cancelled when closing context a...Paul DiPietro1-1/+1
2016-10-20[iOS] Add Platform Specific feature for setting AdjustsFontSizeToFitWidth on ...Paul DiPietro1-0/+9
2016-10-20[iOS] Entry should correctly update Text when typing aid is used (#401)adrianknight891-0/+6
2016-10-12Fix MasterDetailPage/NavigationPage leaks on iPad (#426)E.Z. Hart2-35/+52
2016-10-11[iOS] Tapping on ListView with two fingers should not crash (#379)adrianknight891-1/+3
2016-10-11Clear cached CultureInfo and TimeZoneInfo on app resume (#423)adrianknight891-0/+3
2016-10-11Merge branch 'adrianknight89-ios-scrolltoposition'Stephane Delcroix1-0/+4
2016-10-04Fixed bug 43993 by removing call to base ViewWillAppear (#333)adrianknight891-7/+4
2016-10-04Merge branch 'ios-scrolltoposition' of https://github.com/adrianknight89/Xama...Stephane Delcroix1-0/+4
2016-10-03Tab children should be cast to Page (#398)adrianknight891-1/+1
2016-09-30[iOS] Keep our native property listener around the same time we keep our prox...Rui Marinho2-3/+27
2016-09-27Fix potential NRE accessing current application via Page.RealParent (#330)E.Z. Hart1-12/+2
2016-09-23using internal Clamp methodAdrian Knight1-17/+2
2016-09-23iOS ScrollView should not scroll out of place on scrolling to elementAdrian Knight1-0/+19
2016-09-14Remove iOS classic from CI system (#353)beta-2.3.3-pre2Rui Marinho74-1068/+59
2016-09-13[iOS] ViewCells with Accessories will be properly laid out again (#338)Samantha Houts1-5/+6
2016-09-13[iOS] - Revert setting the frame for ViewCell to try to hide the gap between ...Rui Marinho2-6/+3
2016-09-08[iOS] Adjust Started/Ended hooks in pickers for iOS 10 (#339)Paul DiPietro3-8/+8
2016-09-08[Xaml] support native views and native bindings (#266)Stephane Delcroix3-1/+62
2016-09-08Native Bindings (#278)Stephane Delcroix6-2/+84
2016-08-30Platform Specifics (#301)Samantha Houts6-7/+98
2016-08-30Throw InvalidOperationException if AppLinkEntry.Thumbnail source is invalid (...Jimmy Garrido1-2/+6
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 Houts2-3/+18
2016-07-18ixed issues where you could not force rotation with a NavigationPage on iOS. ...ytn3rd1-0/+34
2016-07-18Fix for NullReferenceException when ItemSource has item removed and a… (#258)Praga Siva1-2/+5
2016-07-01[All] Crash fixes for ListViews (#243)Samantha Houts1-5/+5
2016-06-30[iOS] Fix regression 2.3.1-pre1 UnevenRows (#242)Rui Marinho1-1/+1
2016-06-28[iOS] Default BarTextColor/BarBackgroundColor will no longer override values ...beta-2.3.1-pre1Samantha Houts1-7/+41
2016-06-17Fix 39802 (#217)Rui Marinho2-2/+14
2016-06-17Prep Cell & friends for removal of InternalsVisibleTo (#142)Samantha Houts13-97/+133
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. Hart15-66/+100
2016-05-26Fix margins on ViewCell (#189)Rui Marinho1-2/+3
2016-05-24Protect against null Control (#171)Shawn Castrianni1-0/+3
2016-05-12Forward Orientation Methods in PlatformRenderer and ModalWrapper (#147)Maximo Piva1-2/+69
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 VisualElement (and descendants) for removal of InternalsVisibleTo (#141)E.Z. Hart1-1/+2
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 Smith4-427/+0
2016-04-26Prepare Preserve attribute usage for removal of InternalsVisibleTo (#121)E.Z. Hart1-0/+1
2016-04-25Make core Ticker abstract and public (#116)E.Z. Hart2-23/+4