summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/Renderers/ListViewAdapter.cs
AgeCommit message (Expand)AuthorFilesLines
2017-10-23force sync with upstream 2.4.0-sr2Kangho Hur1-66/+12
2017-10-23Prototypical Cell Cache for IsEnabled testing (#1179)kingces951-12/+66
2017-10-23Revert "Prototypical Cell Cache for IsEnabled testing; UITest" (#1156)kingces951-66/+12
2017-10-23Prototypical Cell Cache for IsEnabled testing; UITest (#1153)kingces951-12/+66
2017-09-19Use bitwise ops on caching strategy in ListViewAdapter.cs (#1149)kingces951-4/+6
2017-08-15[Android] Eagerly dispose children of ListViews to prevent ObjectDisposed exc...Samantha Houts1-0/+35
2017-06-14[iOS,Android] Fix gap when setting Separator None and recycle element and on ...Rui Marinho1-1/+2
2017-05-23[Android] Support up to 20 templates, as documented. (#929)Samantha Houts1-2/+13
2017-04-25[iOS] Prevent NRE in ListView OnItemSelected (#883)Samantha Houts1-0/+3
2017-04-06Added Section indexes when FastScrolled is enabled (#850)James Clancey1-4/+5
2017-03-08[Android] Small performance fixes to ListViewRenderer, PlatformSpecific IsFas...Rui Marinho1-11/+24
2017-02-06[iOS/Android] Handle item selection highlight when ListView cell is tapped er...adrianknight891-1/+2
2016-12-06[Android] Dismiss context menu when view cell is removed (#568)adrianknight891-3/+6
2016-10-17[Android] Fix NRE When Scrolling ListView and Item With Context Actions Is Se...Jimmy Garrido1-7/+0
2016-08-03[Android] Fix ListView contextual actions not closing in AppCompat's Navigati...Paul DiPietro1-2/+12
2016-07-13[Android] Handle creating a default GroupHeader if no GroupHeaderTemplate is...Rui Marinho1-15/+24
2016-07-01[All] Crash fixes for ListViews (#243)Samantha Houts1-3/+3
2016-06-18[Android] Make sure to add a parent to the new group header cell (#228)Rui Marinho1-0/+1
2016-06-17Fix 39802 (#217)Rui Marinho1-35/+53
2016-06-17Prep Cell & friends for removal of InternalsVisibleTo (#142)Samantha Houts1-29/+40
2016-06-09[Android] Always create a new cell for GroupHeader when using Recycling (#206)Rui Marinho1-1/+14
2016-04-12Add compatibility shims to fix warnings; annotate warnings which require (#75)Jason Smith1-3/+1
2016-04-11Enable CS0618 warnings as errors (#72)Paul DiPietro1-0/+2
2016-03-25Reformat using statementsChris King1-1/+1
2016-03-22Initial importJason Smith1-0/+531