summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS/Renderers/ListViewRenderer.cs
AgeCommit message (Expand)AuthorFilesLines
2017-09-16Add iOS prototypical cell cache for LV RowHeight calcs (#1143)kingces951-65/+86
2017-08-15[iOS] Prevent ListView HasUnevenRows crash when template w/container Element ...Samantha Houts1-8/+2
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-06-23[iOS] ListView with UnevenRows and Cell Heights will no longer be slow to loa...Samantha Houts1-8/+51
2017-06-14Provide better exception for bad INotifyCollectionChanged index bounds (#948)kingces951-0/+5
2017-05-02[iOS] Null Element before disposing trial renderers in uneven ListViews (#894)Samantha Houts1-1/+11
2017-04-25[iOS] Prevent NRE in ListView OnItemSelected (#883)Samantha Houts1-0/+3
2017-04-11Implicit impl of controller ifaces (#807)kingces951-28/+27
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)adrianknight891-6/+25
2017-03-24[iOS] Don't skip row height estimation for grouped lists (#838)Samantha Houts1-2/+3
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces951-3/+3
2017-02-06[iOS/Android] Handle item selection highlight when ListView cell is tapped er...adrianknight891-1/+2
2017-02-03[iOS] Expose row animation properties in ListViewRenderer (#733)Ice Jovanoski1-14/+23
2017-01-26[iOS/Critical] Fix ListView memory leaks (#524)adrianknight891-43/+106
2017-01-21[iOS] Fix NRE when re-adding header/footer (#702)Jimmy Garrido1-0/+4
2016-12-14Removing now non-existent IsiOS8OrNewer checkE.Z. Hart1-1/+1
2016-12-14Deprecate versions of iOS older than 8 (#630)Jason Smith1-7/+3
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 Smith1-7/+13
2016-12-09Deprecate iOS 8 and earlier (#626)Paul DiPietro1-13/+7
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 Marinho1-16/+2
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-01[All] Crash fixes for ListViews (#243)Samantha Houts1-5/+5
2016-06-17Prep Cell & friends for removal of InternalsVisibleTo (#142)Samantha Houts1-57/+71
2016-05-11Fix Bug 39486 (#153)Shawn Castrianni1-2/+2
2016-03-22Initial importJason Smith1-0/+1119