summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/Renderers
AgeCommit message (Expand)AuthorFilesLines
2016-10-31[Android] Forward ScrollView touch events to custom renderers (#472)adrianknight892-1/+16
2016-10-20Fix ProgressBar renderer (#439)adrianknight891-5/+7
2016-10-17[Android] Fix NRE When Scrolling ListView and Item With Context Actions Is Se...Jimmy Garrido1-7/+0
2016-10-12[Android] Fix possible NRE when detaching NavigationPageRenderer (#415)Rui Marinho1-3/+3
2016-09-13Revert "Revert "[Android] Fix warnings (#346)""Rui Marinho1-0/+1
2016-09-13Revert "[Android] Fix warnings (#346)"Rui Marinho1-1/+0
2016-09-13[Android] Fix warnings (#346)Rui Marinho1-0/+1
2016-08-30KeyboardExtensions is now public (#326)adrianknight891-1/+1
2016-08-30Allow Custom Android MapRenderers to override the default MapView options (#285)Marcus Lum19-19/+115
2016-08-16[A] Pre-AppCompat ListView Indicator ... (#281)Samantha Houts1-1/+1
2016-08-03Fix bugzilla41209 (#216)Rui Marinho2-1/+53
2016-08-03[Android] Fix ListView contextual actions not closing in AppCompat's Navigati...Paul DiPietro1-2/+12
2016-08-02[A, iOS] ListView Pull-To-Refresh indicator animates when navigating back to ...Samantha Houts1-3/+15
2016-08-02[Android] By using the SetSingleLine(true), the developers are no (#234)Depechie1-6/+5
2016-07-26[Android] Fix focus/unfocus behavior on both Picker renderers (#264)Paul DiPietro1-1/+6
2016-07-18Android Custom Font support (#236)Roy1-23/+54
2016-07-18[Android] Null reference exception fix (#252)Toni Petrina1-7/+13
2016-07-18[Android] Remove API check in ActivityIndicatorRenderer's UpdateColor method ...Paul DiPietro1-3/+0
2016-07-13[Android] Handle creating a default GroupHeader if no GroupHeaderTemplate is...Rui Marinho1-15/+24
2016-07-12[Android] TimePicker unfocuses on cancel (#238)Paul DiPietro1-0/+17
2016-07-11Fix DatePicker dialog regression (#249)Paul DiPietro1-4/+13
2016-07-01[All] Crash fixes for ListViews (#243)Samantha Houts1-3/+3
2016-06-27[Android] Memory leak when MasterDetailPage Detail set to NavigationPage (#239)E.Z. Hart1-8/+19
2016-06-18[Android] Make sure to add a parent to the new group header cell (#228)Rui Marinho1-0/+1
2016-06-17[Android] Take in account status bar padding on master when using split beha...Rui Marinho1-1/+4
2016-06-17Fix 39802 (#217)Rui Marinho1-35/+53
2016-06-17Prep Cell & friends for removal of InternalsVisibleTo (#142)Samantha Houts5-60/+84
2016-06-16[Android] DatePicker unfocuses on cancel (#204)Paul DiPietro1-0/+11
2016-06-16Add repro of uncentered button image for Android (#176)E.Z. Hart1-6/+35
2016-06-16Prep Page for removal of InternalsVisibleTo (#150)E.Z. Hart9-44/+56
2016-06-09[Android] Always create a new cell for GroupHeader when using Recycling (#206)Rui Marinho1-1/+14
2016-05-27[Android] UpdateToolbar when page is added before on non AppCompact (#195)Rui Marinho1-0/+9
2016-05-10[Android] Isolate fragment management for children of MasterDetailPage (#136)E.Z. Hart1-14/+21
2016-05-04Add IMasterDetailPageController and update renderers (#146)E.Z. Hart2-12/+17
2016-05-04Prep StreamImageSource for removal of InternalsVisibleToE.Z. Hart1-1/+1
2016-05-04Add INavigationPageController (#149)E.Z. Hart1-19/+24
2016-05-02Prep Image for removal of InternalsVisibleTo (#140)E.Z. Hart1-2/+2
2016-05-02Prep SearchBar for removal of InternalsVisibleTo (#137)E.Z. Hart1-1/+1
2016-04-27Prep Entry for removal of InternalsVisibleTo (#139)E.Z. Hart1-1/+1
2016-04-26Carousel clean (#135)Jason Smith1-1246/+0
2016-04-25Remove ToolBar from Core; Remove ToolBar renderers and unit tests (#124)E.Z. Hart1-65/+0
2016-04-25Prep WebView and renderers for removal of InternalsVisibleTo (#120)E.Z. Hart1-3/+4
2016-04-24[Android] Add constructor to MasterDetailContainer (#123)Samantha Houts1-0/+4
2016-04-19Add TextColor Property to Picker, TimePicker, DatePicker (#84)E.Z. Hart4-23/+43
2016-04-18Whitespace fixes (#110)kingces951-56/+68
2016-04-18[Android] Allow designer to disable asynchronicity in image loading. (#111)Jérémie Laval1-1/+10
2016-04-18CarouselView Fixes (#101)kingces951-3/+4
2016-04-16Update android support packages to 23.3 (#102)Rui Marinho1-1/+1
2016-04-13Remove unneeded castJason Smith1-1/+1
2016-04-12Add compatibility shims to fix warnings; annotate warnings which require (#75)Jason Smith16-56/+42