summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS
AgeCommit message (Expand)AuthorFilesLines
2017-01-26MacOS (#650)Rui Marinho27-134/+767
2017-01-26[iOS/Critical] Fix ListView memory leaks (#524)adrianknight893-49/+134
2017-01-23Reduce overhead of pushing existing navigation stack (#672)E.Z. Hart1-2/+2
2017-01-21[iOS] redraw Frame on CornerRadius changed (#697)Stephane Delcroix1-2/+4
2017-01-21[iOS] Fix NRE when re-adding header/footer (#702)Jimmy Garrido1-0/+4
2017-01-12[C] new OnPlatform mechanism (#658)Stephane Delcroix1-1/+2
2017-01-12[iOS] Labels with WordWrap or CharacterWrap will Expand (#529)Samantha Houts1-2/+2
2017-01-12fix bug-39359 (#599)fengrui1-0/+7
2017-01-12[iOS] Fix child view position when the Navigation Bar is translucent (#659)Sandro Cavazzoni1-2/+8
2017-01-10iOS and Android timers should be runnable from any thread and execute… (#374)adrianknight891-49/+7
2017-01-09[iOS] Register effects for ScrollView and WebView (#641)adrianknight899-17/+36
2017-01-04[iOS] Platform specifics for controlling Picker SelectedIndex change behavior...adrianknight891-1/+4
2017-01-03Allow subscriber to be collected if MessagingCenter is the only reference to ...E.Z. Hart1-1/+3
2017-01-03[iOS] Prevent multiple ListView cells from being swiped simultaneously (#578)adrianknight891-4/+27
2016-12-30[iOS] Change keyboard type while keyboard is visible (#443)adrianknight892-0/+2
2016-12-28fix nre when changing content in datepickerselected (#494)adrianknight891-1/+1
2016-12-22[iOS] Entry should not pass a newline to the next responder (#397)adrianknight891-1/+1
2016-12-14Removing now non-existent IsiOS8OrNewer checkE.Z. Hart1-1/+1
2016-12-14Deprecate versions of iOS older than 8 (#630)Jason Smith17-247/+46
2016-12-13Disable using EstimatedRowHeight for uneven rows with known heights (#454)E.Z. Hart1-11/+43
2016-12-09Revert "Deprecate iOS 8 and earlier (#626)"Jason Smith17-50/+257
2016-12-09Deprecate iOS 8 and earlier (#626)Paul DiPietro17-257/+50
2016-12-07Fix for 45743 which works with iOS 8 (#616)E.Z. Hart1-66/+8
2016-12-04dispose tap gesture (#601)adrianknight891-1/+1
2016-12-02Restore old Alert/ActionSheet method for iOS 8 (#595)E.Z. Hart1-28/+102
2016-11-30[iOS] Avoid using DrawRect on base VisualElementRenderer (#570)Rui Marinho2-6/+7
2016-11-22Fix broken alerts for iPad (#549)beta-2.3.4-pre1E.Z. Hart1-15/+16
2016-11-18[iOS] Revert changes in popping navigation (#547)Rui Marinho1-27/+44
2016-11-18Have PresentAlert hide new window when alert is dismissed (#543)E.Z. Hart1-48/+82
2016-11-18Platform specifics naming adjustments (#526)Paul DiPietro1-1/+1
2016-11-16Run multiple UI tests without restarting ControlGallery (#539)E.Z. Hart2-2/+2
2016-11-16[W] Support 0 as valid BorderWidth (#537)Stephane Delcroix1-1/+1
2016-11-16[iOS] Update Editor text from autocorrect when losing focus (#535)Paul DiPietro1-0/+3
2016-11-16Set TabBarItem properly (#530)adrianknight891-23/+24
2016-11-16[iOS] Add Platform Specific option to not adjust the status bar text color ba...Samantha Houts1-7/+9
2016-11-16[C] Use a Binding for ItemsSource object selectionStephane Delcroix1-2/+3
2016-11-16Use static method syntax to prevent mono compiler error (#538)E.Z. Hart1-17/+4
2016-11-16[iOS] Add Platform Specific features for PrefersStatusBarHidden/UIStatusBarAn...Paul DiPietro7-2/+144
2016-11-16[iOS] Fix AccessoryView covered by section index list (#493)Jimmy Garrido1-5/+2
2016-11-15[iOS] Text should not overflow Entry if it can't fit inside the bounds (#400)adrianknight891-0/+1
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