summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS
AgeCommit message (Expand)AuthorFilesLines
2017-09-14[iOS] Make sure to include query path on generated url (#1119)Rui Marinho1-1/+1
2017-08-15[iOS] Prevent ListView HasUnevenRows crash when template w/container Element ...Samantha Houts3-11/+7
2017-08-15[macOS] Implements/Fixes Vertical Text Alignment in the Label Renderer (#1046)Marko B. Ludolph1-1/+13
2017-08-10[macOS] Autolayout Engine Exception Fix (#1048)Marko B. Ludolph1-0/+4
2017-08-10Add support for backcompat hint flags (#1074)E.Z. Hart3-1/+22
2017-08-07[iOS] Clear state so we allow the SelectedItem to be set (#1073)Rui Marinho1-0/+7
2017-08-02[iOS] Fix regression introduced on #520 (#1072)Rui Marinho1-2/+1
2017-07-24when closing the Picker by tapping outside or hitting done, verify the source...David Ortinau1-0/+5
2017-07-24Disallow scrolling in ScrollView when IsEnabled set to False (#1049)E.Z. Hart1-0/+13
2017-06-23[iOS] ListView with UnevenRows and Cell Heights will no longer be slow to loa...Samantha Houts1-8/+51
2017-06-22[iOS] Issue warning to console when MasterDetailPage is pushed onto Navigatio...adrianknight891-0/+4
2017-06-22[iOS] decoupling UpdateText() on LabelRenderer (#950)Stephane Delcroix1-15/+52
2017-06-22[iOS/Android] Fixes "jumping" when navigation to a page with a NavigationBar ...Samantha Houts1-0/+4
2017-06-21Allow multiple tap gestures to fire simultaneously on iOS (#964)E.Z. Hart1-3/+43
2017-06-21[iOS] workaround a weird iOS behavior. (#987)Stephane Delcroix1-0/+12
2017-06-20[iOS] Proxy UITableViewCell SelectionStyle when wrapped (#1002)David Ortinau1-0/+5
2017-06-20[iOS] Picker no longer allows arbitrary text to be typed with keyboard (#996)Samantha Houts1-0/+9
2017-06-20Align Layout transparency behavior between Android, iOS, Windows (#935)E.Z. Hart1-0/+25
2017-06-20[iOS] Allow Forms gestures on custom renderers for controls which already hav...E.Z. Hart1-5/+37
2017-06-14Provide better exception for bad INotifyCollectionChanged index bounds (#948)kingces951-0/+5
2017-06-14[iOS,Android] Fix gap when setting Separator None and recycle element and on ...Rui Marinho1-1/+1
2017-06-13Fix possible crash on iOS when using ContextActions (#973)Jimmy Garrido1-0/+5
2017-06-12Prevent double dimiss of modal view controller when webview opens image picke...E.Z. Hart1-1/+19
2017-05-26make OnShouldReturn protected (#906)kadiryazgan1-2/+2
2017-05-24[iOS] Handle user popping pages out of order (#934)Rui Marinho1-1/+1
2017-05-23Fix animations with GLViews (#931)Stephane Delcroix1-3/+3
2017-05-10[All] Rename Accessibility -> AutomationProperties (#912)Samantha Houts4-11/+11
2017-05-02[iOS] Null Element before disposing trial renderers in uneven ListViews (#894)Samantha Houts2-4/+18
2017-04-27Add check for instance of UITableView (#885)Matthias1-1/+1
2017-04-25Better error handling for image loading errors on iOS/Android (#849)E.Z. Hart1-19/+71
2017-04-25[iOS] Prevent NRE in ListView OnItemSelected (#883)Samantha Houts1-0/+3
2017-04-11Implicit impl of controller ifaces (#807)kingces9518-167/+143
2017-04-07[Internal] Normalize Obsolete attributes (#860)Samantha Houts1-1/+1
2017-04-06Fix 52962; Cont refresh even when pullToRefresh is disabled (#810)kingces951-8/+9
2017-04-06[iOS] ActivityIndicator should not disappear when used in a ViewCell (#495)adrianknight892-6/+31
2017-03-31Hide alert window before setting result (#848)Jimmy Garrido1-1/+1
2017-03-27[iOS] Prevent NRE when page is switched on Appearing (#840)Samantha Houts1-0/+3
2017-03-24[iOS] Platform specifics to control ScrollView content touch delay (#563)adrianknight891-3/+10
2017-03-24[iOS] Don't skip row height estimation for grouped lists (#838)Samantha Houts1-2/+3
2017-03-22[iOS/Win] Label will not unnecessarily expand (#827)Samantha Houts1-6/+21
2017-03-21iOS renderers now properly look up the ImageSourceHandler for FileImageSource...James Clancey4-18/+37
2017-03-20[iOS] Use UIButtonType.System for Button and utilize UIButton.Appearance (#554)adrianknight891-7/+17
2017-03-18Adopt iOS status bar visibility defaults (#822)kingces951-6/+1
2017-03-16Set the transitioning delegate. (#819)Daniel Williamson1-0/+1
2017-03-14Bug 51536, initial iOS cell layout is incorrect when cell has context actions...Vitaly Knyazev1-1/+2
2017-03-14[iOS] ViewCells will respond to ForceUpdateSize in RecycleElement mode (#809)Samantha Houts1-2/+2
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces9529-37/+63
2017-03-06Using IUIActionSheetDelegate (#800)E.Z. Hart1-1/+1
2017-03-03Fix for nullreferenceexception when a TabbedPage is rendered without a set Cu...Joris Vergeer1-1/+5
2017-03-03Throw exception when ViewCell View is null (#752)Jimmy Garrido1-0/+3