summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS/Renderers
AgeCommit message (Expand)AuthorFilesLines
2017-03-24Clean sync with 2.3.4-2Kangho Hur6-377/+62
2017-03-24Add pressed and released events to Button (#446)Kangho1-0/+10
2017-03-24[All] Basic Accessibility Support (#713)Samantha Houts2-0/+32
2017-03-24MacOS (#650)Rui Marinho3-17/+223
2017-03-24[iOS/Critical] Fix ListView memory leaks (#524)adrianknight891-43/+106
2017-03-24Reduce overhead of pushing existing navigation stack (#672)E.Z. Hart1-2/+2
2017-03-24[iOS] Fix NRE when re-adding header/footer (#702)Jimmy Garrido1-0/+4
2017-03-22[iOS/Win] Label will not unnecessarily expand (#827)Samantha Houts1-6/+21
2017-03-18Adopt iOS status bar visibility defaults (#822)kingces951-6/+1
2017-03-10[iOS] Label should not return infinite widthSamantha Houts1-2/+3
2017-03-09Fix for nullreferenceexception when a TabbedPage is rendered without a set Cu...Joris Vergeer1-1/+5
2017-01-30[iOS] Remove "Enabled" usage on AdjustsFontSizeToFitWidth (#696)Paul DiPietro1-1/+1
2017-01-30[iOS] redraw Frame on CornerRadius changed (#697)Stephane Delcroix1-2/+4
2017-01-12[iOS] Labels with WordWrap or CharacterWrap will Expand (#529)Samantha Houts1-2/+2
2017-01-12[iOS] Fix child view position when the Navigation Bar is translucent (#659)Sandro Cavazzoni1-2/+8
2017-01-09[iOS] Register effects for ScrollView and WebView (#641)adrianknight898-17/+26
2017-01-04[iOS] Platform specifics for controlling Picker SelectedIndex change behavior...adrianknight891-1/+4
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 Smith13-152/+36
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 Smith13-40/+161
2016-12-09Deprecate iOS 8 and earlier (#626)Paul DiPietro13-161/+40
2016-12-04dispose tap gesture (#601)adrianknight891-1/+1
2016-11-30[iOS] Avoid using DrawRect on base VisualElementRenderer (#570)Rui Marinho1-0/+2
2016-11-18[iOS] Revert changes in popping navigation (#547)Rui Marinho1-27/+44
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 DiPietro5-1/+137
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-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-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-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 Marinho34-398/+31
2016-09-08[iOS] Adjust Started/Ended hooks in pickers for iOS 10 (#339)Paul DiPietro3-8/+8